Files
xinhu/mode/plugin/css/jquery-rockdatepicker.css
2024-10-18 15:27:40 +08:00

21 lines
1.2 KiB
CSS

/*时间选择器插件样式*/
.rockdatepicker{z-index:9999;box-shadow:2px 2px 2px rgba(0,0,0,0.1);background:white; left:0px; top:0px; padding:0px;border:0.5px rgba(0,0,0,0.2) solid}
.rockdatepicker td{cursor:pointer}
.rockdatepicker td.td00:hover,.rockdatepicker td.td01{background:rgba(0,0,0,0.1)}
.rockdatepicker_table td{border:var(--border);}
.rockdatepicker .a{cursor:pointer;border:none;padding:2px 5px;}
.rockdatepicker .a:hover{color:red}
.rockdatepicker_span{padding:1px 3px;margin:0px 2px;}
.rockdatepicker_fudong{ position:absolute;padding:2px;border:var(--border); background-color:var(--main-bgcolor);z-index:2;box-shadow:2px 2px 2px rgba(0,0,0,0.1);overflow:auto}
.rockdatepicker_fudong div{padding:0px 5px;cursor:pointer;height:24px;overflow:hidden;line-height:24px}
.rockdatepicker_fudong div:hover{background:rgba(0,0,0,0.1)}
.rockdatepicker_fudong .div01{background:rgba(0,0,0,0.2)}
.rockdatepicker .a02:link,.rockdatepicker .a02:visited{padding:2px 5px;color:inherit}
.rockdatepicker .a03:link,.rockdatepicker .a03:visited{padding:2px 5px;background:rgba(0,0,0,0.2);color:inherit}
.rockdatepicker .not:link,.rockdatepicker .not:visited,.rockdatepicker .not{color:#cccccc}
.rockdatepicker .not:hover{background:#ffffff}