Files
2025-12-11 09:17:16 +08:00

225 lines
4.8 KiB
CSS

body {
margin:0;
padding:0;
font-family:'Microsoft Yahei',Arial;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
zoom: 1;
}
.toolbar {
height:30px;
line-height:30px;
background:#EFEFEF;
margin-bottom:0px;
position:relative;
padding-left:10px;
}
.text {
padding:0.3em;
}
.validatebox-text {
border:1px solid #00A2EA;
}
/* 修改 easyui-combobox 默认样式 */
.combo {
border-color:#00A2EA;
}
.combo-p .panel-body {
border-color:#00A2EA;
}
.combo-arrow {
background: url(../images/combo_arrow.png) no-repeat center center;
}
.combobox-item {
font-family:'Microsoft Yahei',Arial;
padding:0;
}
.combobox-service-item {
padding:5px;
padding-right:0;
}
.combobox-item-hover {
background-color: #8ED5F5;
}
.combobox-item-selected {
background-color: #00A2EA;
color:#FFFFFF;
font-weight:700;
}
.textbox {
border-radius:0;
}
.textbox .textbox-text {
border-radius:0;
font-family:'Microsoft Yahei',Arial;
}
/* 修改 easyui-combotree 默认样式 */
.tree-node-hover {
background-color: #8ED5F5;
}
.tree-node-selected {
background-color: #00A2EA;
color:#FFFFFF;
}
.tree-icon {
display:none;
}
.tree-title {
font-family:'Microsoft Yahei',Arial;
}
/* 修改 easyui-spinner 默认样式 */
.spinner {
border-color: #00A2EA;
}
.spinner-arrow-up {
background: #00A2EA url('../images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
background: #00A2EA url('../images/spinner_arrows.png') no-repeat -15px center;
}
.spinner-arrow-up:hover,
.spinner-arrow-down:hover {
opacity: 1.0;
filter: alpha(opacity=100);
background-color: #00A2EA;
}
.textbox-icon-disabled .spinner-arrow-up:hover,
.textbox-icon-disabled .spinner-arrow-down:hover {
background-color: #00A2EA;
}
/* 修改 easyui-window 默认样式 */
.window {
background: #00917B;
}
.panel-header, .window-header {
background: #00917B;
}
.panel-title {
text-align:center;
color:#FFF;
font-family:'Microsoft Yahei',Arial;
font-size:0.8em;
}
.panel-body {
border-color:#00A2EA;
}
.layout-expand{
background-color:#00917B;
}
.icon-send {
background:url('../images/sys_icons/simon-send.png') no-repeat center center;
}
.layout-button-up {
background: url('../images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
background: url('../images/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
background: url('../images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
background: url('../images/layout_arrows.png') no-repeat 0 -16px;
}
.panel-tool a:hover {
background-color:transparent;
}
.l-btn-disabled {
background-color: #fff;
filter: alpha(opacity=50);
}
.toolbar-button {
color:#00A2EA;
font-family:'Microsoft Yahei',Arial;
font-size:16px;
text-decoration:none;
padding:0 10px 0 30px;
display:inline-block;
opacity: 0.8;
filter: alpha(opacity=80);
}
.toolbar-button:hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.tb-icon-refresh {
background: url(../images/room-status-refresh.png) no-repeat 8px center;
}
.tb-icon-add {
background: url(../images/simon-add.png) no-repeat 8px center;
}
.tb-icon-edit {
background: url(../images/simon-edit.png) no-repeat 8px center;
}
.tb-icon-remove {
background: url(../images/simon-remove.png) no-repeat 8px center;
}
.tb-icon-clear {
background: url(../images/simon-clear.png) no-repeat 8px center;
}
.tb-icon-relation {
background: url(../images/simon-relation.png) no-repeat 8px center;
}
.tb-icon-import {
background: url(../images/simon-import.png) no-repeat 8px center;
}
.tb-icon-search {
background: url(../images/simon-search.png) no-repeat 8px center;
}
.tb-icon-save {
background: url(../images/simon-save.png) no-repeat 8px center;
}
.tb-icon-apply {
background: url(../images/simon-apply.png) no-repeat 8px center;
}
.tb-icon-upgrade {
background: url(../images/simon-upgrade.png) no-repeat 8px center;
}
.tb-icon-reset {
background: url(../images/simon-reset.png) no-repeat 8px center;
}
.tb-icon-password {
background: url(../images/simon-password.png) no-repeat 8px center;
}
.tb-icon-cancel {
background: url(../images/simon-cancel.png) no-repeat 8px center;
}
.tb-icon-register {
background: url(../images/simon-register.png) no-repeat 8px center;
}
.tb-icon-export {
background: url(../images/simon-export.png) no-repeat 8px center;
}
.tb-icon-connect-room {
background: url(../images/simon-connect-room.png) no-repeat 8px center;
}
.tb-icon-network {
background: url(../images/simon-network.png) no-repeat 8px center;
}
.tb-icon-air {
background: url(../images/simon-air.png) no-repeat 8px center;
}
.icon-connect-room {
background: url(../images/simon-connect-room.png) no-repeat center center;
}
.icon-cancel-connect-room {
background: url(../images/simon-cancel-connect-room.png) no-repeat center center;
}