js制作简单的日历

前言

自己闲暇时用js写了一个比较简单的日历, 给大家分享下


在这里插入图片描述

一、下面是完整代码

代码如下(示例):

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<title>日历</title>
		<style type="text/css">
			*{
   margin: 0;padding: 0;}
			.box{
   line-height: 40px;font-size: 16px;text-align: center;width: 280px;height: 320px; border: 1px #ccc solid;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);color: #000;padding: 20px;}
			.top{
   font-size: 0;}
			.top button{
   width: 25%;display: inline-block;font-size: 16px;}
			.top #month{
   width: 50%;display: inline-block;font-size: 16px;}
			.evrday{
   width: 40px;height: 40px;float: left;}
		</style>
	</head>
	<body>
		<div class="box">
			<div class="top">
				<button type="button" onclick="prev()">上个月</button>
				<div id="month"></div>
				<button type="button" onclick="next()">下个月</button>
			</div>
			<div class="week">
				<div class="evrday">
  • 7
    点赞
  • 42
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值