nxdt-uniapp/static/js/qx/utility/mini-easyui/themes/metro/datebox.css

45 lines
940 B
CSS
Raw Normal View History

2025-01-16 17:44:18 +08:00
/**
* @Author: zhangtq 2452618307@qq.com
* @Date: 2024-11-18 13:33:30
* @LastEditors: zhangtq 2452618307@qq.com
* @LastEditTime: 2024-11-18 13:36:36
* @FilePath: static/js/qx/utility/mini-easyui/themes/metro/datebox.css
* @Description: 这是默认设置,可以在设置工具File Description中进行配置
*/
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
height: 18px;
padding: 2px 5px;
text-align: center;
}
.datebox-button a {
font-size: 12px;
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: #fff;
}
.datebox-button a {
color: #777;
}