You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
455 B
CSS

9 months ago
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current
{
margin-left:40%;/*删除按钮位置*/
}
#ui-datepicker-div
{
font-size:70%;/*div字大小*/
color:#a6c1d0;/*div字体颜色*/
background:#023a4b;/*整个div的背景颜色*/
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default
{
background:#00222b;/*日期块颜色*/
color:#a6c1d0;/*日期块字体颜色*/
text-align:center;
}