45 lines
940 B
CSS
45 lines
940 B
CSS
|
|
/**
|
||
|
|
* @Author: zhangtq 2452618307@qq.com
|
||
|
|
* @Date: 2024-11-18 13:33:31
|
||
|
|
* @LastEditors: zhangtq 2452618307@qq.com
|
||
|
|
* @LastEditTime: 2024-11-18 13:36:08
|
||
|
|
* @FilePath: static/js/qx/utility/easyui/themes/gray/datebox.css
|
||
|
|
* @Description: 这是默认设置,可以在设置》工具》File Description中进行配置
|
||
|
|
*/
|
||
|
|
.datebox-calendar-inner {
|
||
|
|
height: 250px;
|
||
|
|
}
|
||
|
|
.datebox-button {
|
||
|
|
padding: 4px 0;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.datebox-button a {
|
||
|
|
line-height: 22px;
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: bold;
|
||
|
|
text-decoration: none;
|
||
|
|
opacity: 0.6;
|
||
|
|
filter: alpha(opacity=60);
|
||
|
|
}
|
||
|
|
.datebox-button a:hover {
|
||
|
|
opacity: 1.0;
|
||
|
|
filter: alpha(opacity=100);
|
||
|
|
}
|
||
|
|
.datebox-current,
|
||
|
|
.datebox-close {
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
.datebox-close {
|
||
|
|
float: right;
|
||
|
|
}
|
||
|
|
.datebox .combo-arrow {
|
||
|
|
background-image: url('images/datebox_arrow.png');
|
||
|
|
background-position: center center;
|
||
|
|
}
|
||
|
|
.datebox-button {
|
||
|
|
background-color: #fafafa;
|
||
|
|
}
|
||
|
|
.datebox-button a {
|
||
|
|
color: #444;
|
||
|
|
}
|