132 lines
2.3 KiB
CSS
132 lines
2.3 KiB
CSS
|
|
/* 修改日历样式 */
|
||
|
|
|
||
|
|
#ui-datepicker-div {
|
||
|
|
border: 1px solid #63b2ad !important;
|
||
|
|
padding: 0 !important;
|
||
|
|
width: 280px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-datepicker .ui-datepicker-header {
|
||
|
|
border-radius: 0 !important;
|
||
|
|
border: 0 !important;
|
||
|
|
background: none;
|
||
|
|
border-bottom: 1px solid #63b2ad !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-datepicker .ui-datepicker-title {
|
||
|
|
color: #666 !important;
|
||
|
|
font-weight: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-datepicker th {
|
||
|
|
color: #666 !important;
|
||
|
|
font-weight: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-state-default,
|
||
|
|
.ui-widget-content .ui-state-default {
|
||
|
|
/* border:none !important;
|
||
|
|
background:none !important;
|
||
|
|
*/
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-datepicker td {
|
||
|
|
width: 37px;
|
||
|
|
height: 37px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-state-default,
|
||
|
|
.ui-widget-content .ui-state-default,
|
||
|
|
.ui-widget-header .ui-state-default {
|
||
|
|
border-radius: 30px;
|
||
|
|
width: 26px;
|
||
|
|
border: none;
|
||
|
|
background: none;
|
||
|
|
line-height: 26px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-widget-header .ui-state-highlight,
|
||
|
|
.ui-state-active,
|
||
|
|
.ui-widget-content .ui-state-active {
|
||
|
|
border: 1px solid #dedede !important;
|
||
|
|
background: #dedede !important;
|
||
|
|
color: #fff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-state-hover {
|
||
|
|
border: 1px solid #dedede !important;
|
||
|
|
background: #dedede !important;
|
||
|
|
color: #fff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-state-formal {
|
||
|
|
border: none!important;
|
||
|
|
background: none !important;
|
||
|
|
color: #fff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-state-highlight,
|
||
|
|
.ui-widget-content .ui-state-highlight {
|
||
|
|
border: 1px solid #63b2ad !important;
|
||
|
|
background: #63b2ad !important;
|
||
|
|
color: #fff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-datepicker .ui-datepicker-prev {
|
||
|
|
left: 3.3em !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-datepicker .ui-datepicker-next {
|
||
|
|
right: 3.3em !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-datepicker-prev-hover,
|
||
|
|
.ui-datepicker-next-hover {
|
||
|
|
background: none !important;
|
||
|
|
border: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.glyphicon-calendar {
|
||
|
|
color: #63b2ad;
|
||
|
|
top: 12px !important;
|
||
|
|
left: 180px !important;
|
||
|
|
z-index: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/* 时间插件样式修改 */
|
||
|
|
|
||
|
|
.ui-timepicker-div {
|
||
|
|
padding-left: 8px;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui_tpicker_minute_label,
|
||
|
|
.ui_tpicker_minute,
|
||
|
|
.ui_tpicker_minute_slider,
|
||
|
|
.ui_tpicker_second_label,
|
||
|
|
.ui_tpicker_second {
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui_tpicker_second {
|
||
|
|
margin-left: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-timepicker-select {
|
||
|
|
background: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui_tpicker_time {
|
||
|
|
color: #339999;
|
||
|
|
margin-left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
||
|
|
color: #339999;
|
||
|
|
border: 1px solid;
|
||
|
|
border-radius: 5px;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|