代码拉取完成,页面将自动刷新
同步操作将从 笔心/jquery.datepicker 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
.datepicker * {
box-sizing: border-box;
font-size: 14px;
}
.datepicker {
position: absolute;
top: 0;
left: 0;
display: none;
width: 280px;
padding: 10px;
border: 1px solid #ccc;
background: #fff;
}
.datepicker .top {
text-align: center;
}
.datepicker .body {
width: 100%;
}
.datepicker .bottom {
padding-top: 5px;
text-align: center;
}
.datepicker .cell {
width: 1%;
height: 30px;
text-align: center;
border: 1px solid #eee;
cursor: pointer;
}
.datepicker .cell.selected {
border: 1px solid #337AB7;
background: #337AB7;
color: #fff;
}
.datepicker .week-cell {
border: 0;
color: #888;
}
.datepicker .prev-month,
.datepicker .next-month {
color: #ccc;
border: 1px solid #f2f2f2;
}
.datepicker .curr-month {
background: #f6f6f6;
}
.datepicker .prev-month:hover,
.datepicker .curr-month:hover,
.datepicker .next-month:hover {
position: relative;
border: 1px solid #337AB7;
color:#337AB7;
z-index: 2;
}
.datepicker .selected:hover{
color:#fff;
}
.datepicker .btn-clear {
display: inline-block;
width: 80px;
height: 30px;
margin: 0 5px;
line-height: 28px;
text-align: center;
color: #337AB7;
background: #fff;
border:1px solid #337AB7;
cursor: pointer;
}
.datepicker .btn-ok {
display: inline-block;
width: 80px;
height: 30px;
margin: 0 5px;
line-height: 30px;
text-align: center;
color: #fff;
background: #337AB7;
cursor: pointer;
}
.datepicker-select {
position: relative;
float: left;
width: 50%;
}
.datepicker-select:after {
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin-top: -2.5px;
border-top: 5px solid #aaa;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
content: '';
}
.datepicker-select-selected {
position: relative;
width: 100%;
height: 36px;
padding-right: 20px;
line-height: 36px;
text-align: center;
border: 1px solid #ddd;
cursor: pointer;
}
.datepicker-select-option {
position: absolute;
top: 35px;
left: 0;
display: none;
width: 100%;
margin: 0;
padding: 0;
border: 1px solid #ddd;
background: #fff;
z-index: 9;
}
.datepicker-select-option li {
float: left;
width: 50%;
height: 30px;
line-height: 30px;
color: #666;
font-size: 13px;
text-align: center;
list-style: none;
cursor: pointer;
}
.datepicker-select-option li:hover {
background: #eee;
}
.datepicker-select-month {
margin-left: -1px;
}
.datepicker .time-wrap {
position: relative;
float: left;
width: 32%;
height: 32px;
margin-top: 5px;
padding-right: 20px;
margin-right: 2%;
outline: none;
border: 1px solid #ddd;
}
.datepicker .d_up,
.datepicker .d_down {
position: absolute;
right: 0;
width: 20px;
height: 15px;
line-height: 15px;
text-align: center;
border-left: 1px solid #ddd;
box-sizing: border-box;
cursor: pointer;
}
.datepicker .d_up:hover,
.datepicker .d_down:hover {
background: #eee;
}
.datepicker .d_up {
top: 0;
}
.datepicker .d_down {
top: 15px;
}
.datepicker .d_up:before,
.datepicker .d_down:before {
display: inline-block;
width: 0;
height: 0;
margin-top: 5px;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
content: '';
vertical-align: top;
}
.datepicker .d_up:before {
border-bottom: 5px solid #aaa;
}
.datepicker .d_down:before {
border-top: 5px solid #aaa;
}
.datepicker .time-wrap input {
display: block;
width: 100%;
height: 100%;
line-height: 30px;
border: 0;
outline: none;
text-align: center;
}
.datepicker tfoot .time-wrap.time-wrap-last {
margin-right: 0;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。