@CHARSET "UTF-8";
|
|
/** 重写D7的配置**/
|
|
/** block **/
|
|
/** 注意强制为4列 **/
|
.block{
|
width:24.2% !important;
|
}
|
|
.d-block-view .block{
|
border: 1px solid #39aef5;
|
}
|
|
.d-block-view .block-current{
|
border: 1px solid #39aef5;
|
}
|
|
|
/** dataGrid的表头 **/
|
.d-grid .header-table .header .caption {
|
margin-left: 4px;
|
font-weight: bold;
|
}
|
|
/**底部按钮高度默认22 调整为30*/
|
.d-panel .button-panel{
|
height:30px !important;
|
}
|
|
/** 取消 toobar的边框*/
|
.d-toolbar{
|
border-width: 0px !important;
|
}
|
|
/**
|
D7标题加粗
|
*/
|
.d-caption-bar .caption{
|
font-weight: bold;
|
font-family: "微软雅黑", Arial, sans-serif;
|
|
}
|
|
|
/** 自定义样式**/
|
.btn-default {
|
display: inline-block;
|
height: 32px;
|
line-height: 32px;
|
padding: 0 15px;
|
background-color: #009688 !important;
|
color: #fff !important;
|
white-space: nowrap;
|
text-align: center;
|
font-size: 14px;
|
border: none;
|
cursor: pointer;
|
}
|
|
.btn-normal {
|
display: inline-block;
|
height: 32px;
|
line-height: 32px;
|
padding: 0 15px;
|
background-color: #1E9FFF !important;
|
color: #fff !important;
|
white-space: nowrap;
|
text-align: center;
|
font-size: 14px;
|
border: none;
|
cursor: pointer;
|
}
|
|
.btn-warm {
|
display: inline-block;
|
height: 32px;
|
line-height: 32px;
|
padding: 0 15px;
|
background-color: #FFB800 !important;
|
color: #fff !important;
|
white-space: nowrap;
|
text-align: center;
|
font-size: 14px;
|
border: none;
|
cursor: pointer;
|
}
|
|
.btn-warn {
|
display: inline-block;
|
height: 32px;
|
line-height: 32px;
|
padding: 0 15px;
|
background-color: #FF5722 !important;
|
color: #fff !important;
|
white-space: nowrap;
|
text-align: center;
|
font-size: 14px;
|
border: none;
|
cursor: pointer;
|
}
|
|
.btn-flush {
|
display: inline-block;
|
height: 32px;
|
line-height: 32px;
|
padding: 0 15px;
|
background-color: #21b9bb !important;;
|
color: #fff !important;;
|
white-space: nowrap;
|
text-align: center;
|
font-size: 14px;
|
border: none;
|
cursor: pointer;
|
}
|
|
.btn-disabled {
|
display: inline-block;
|
height: 32px;
|
line-height: 32px;
|
padding: 0 15px;
|
background-color: #FBFBFB !important;;
|
color: #C9C9C9 !important;;
|
white-space: nowrap;
|
text-align: center;
|
font-size: 14px;
|
cursor: not-allowed;
|
opacity: 1
|
}
|
|
.line-top {
|
width: 100%;
|
border-top: solid #0d1021 1px;
|
}
|
|
.bg-color {
|
background-color: #FFF;
|
}
|