1 Star 16 Fork 4

toughspider / layCalendar控件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
layCalendar.css 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
toughspider 提交于 2021-04-28 14:45 . V1.1
.layui-calendar {
border: 2px solid #0099ff;
min-width: 500px;
width: 500px;
padding: 8px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
.layui-calendar-page {
font-size: 16px;
}
.layui-calendar-page :hover {
cursor: pointer;
border: 1px solid #c8c8c8;
}
.layui-calendar-title div {
float: left;
width: 60px;
height: 20px;
text-align: center;
margin: 2px;
}
.layui-calendar-body div {
float: left;
width: 60px;
height: 60px;
border: 1px solid #c1ecfa;
text-align: center;
margin: 2px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.layui-calendar-body div label[name="day"] {
position: relative;
width: 100%;
font-size: 32px;
font-weight: 100;
float: left;
top: 25px;
}
.layui-calendar-body div label[name="holiday"] {
position: relative;
float: left;
left: 5px;
top: -23px;
font-size: 12px;
}
1
https://gitee.com/toughspider/lay-calendar.git
git@gitee.com:toughspider/lay-calendar.git
toughspider
lay-calendar
layCalendar控件
master

搜索帮助