@CHARSET "UTF-8";
|
|
.d-container {
|
background-color: #ffffff;
|
}
|
|
|
.d-text-box-readonly {
|
background: #e6e6e6 !important;
|
}
|
.d-text-area-readonly{
|
background: #e6e6e6 !important;
|
}
|
|
.c-param {
|
border-radius: 6px;
|
border: 1px solid transparent;
|
box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
|
padding-left: 5px;
|
padding-right: 5px;
|
padding-bottom: 13px;
|
min-height: 50px;
|
}
|
|
.c-data {
|
border-radius: 6px;
|
border: 1px solid transparent;
|
box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
|
padding-bottom: 13px;
|
}
|
|
.d-toolbar {
|
border-width: 0 !important;
|
margin-top: 10px;
|
margin-bottom: 10px;
|
border-radius: 4px;
|
}
|
|
.toolbar-left {
|
background-color: #eaedf1;
|
border-radius: 4px;
|
}
|
|
.d-toolbar .d-toolbar-item {
|
margin-left: 5px;
|
}
|
|
/** dataGrid的表头 **/
|
.d-grid .header-table .header {
|
background-color: #eff3f8 !important;
|
border-bottom: 1px solid #ccc !important;
|
}
|
|
.d-grid .data-table {
|
line-height: 45px;
|
}
|
|
.d-grid .header-table .header .sorted-header {
|
background-color: #eff3f8 !important;
|
}
|
|
.d-grid .header-table .header .caption {
|
margin-left: 4px;
|
font-weight: bold;
|
}
|
|
.d-grid .data-table .row td {
|
border-bottom: 1px solid #e7eaec !important;
|
background-color: transparent;
|
border: 0px;
|
}
|
|
/** 调整DataGrid和AutoForm的编辑框高度 **/
|
.d-text-box {
|
height: 30px !important;
|
line-height: 30px !important;
|
}
|
|
.d-grid-cell-editor .d-text-box {
|
height: 35px !important;
|
line-height: 35px !important;
|
margin-top: 4px;
|
}
|
|
/** message提醒框颜色 **/
|
.d-message-box .info-icon {
|
color: #037d41 !important;
|
}
|
|
/** 隐藏Tree滚动条 **/
|
.d-tree .d-modern-scroller{
|
bottom: -4px !important;
|
right: -4px !important;
|
}
|
|
.d-split-panel .splitter{
|
background: #eaedf1 !important;
|
}
|
|
.d-split-panel .splitter .button{
|
background: #037d41 !important;
|
}
|
|
.d-split-panel .splitter .button:hover{
|
background: #037d41 !important;
|
}
|
|
/**
|
D7标题加粗
|
*/
|
.d-caption-bar .caption {
|
font-weight: bold;
|
font-family: "微软雅黑", Arial, sans-serif;
|
}
|
|
/**菜单栏文字**/
|
.menu-bar-caption {
|
font-weight: bold;
|
font-family: 微软雅黑, Arial, sans-serif;
|
padding-left: 10px;
|
}
|
|
.d-button .d-icon {
|
color: #fff !important;
|
}
|
|
.d-tabbar.d-tabbar-top .tab-selected {
|
-webkit-box-shadow: inset 0 -3px 0 #f5f5f5;
|
-moz-box-shadow: inset 0 -3px 0 #f5f5f5;
|
box-shadow: inset 0 -3px 0 #037d41;
|
}
|
|
.d-caption-bar .caption-bar-icon {
|
border-left: 3px solid #037d41;
|
}
|
|
.d-tree .current-row {
|
color: #FFF;
|
background-color: #037d41;
|
}
|
|
.d-tree .current-row .node-icon {
|
color: #FFF !important;
|
}
|
|
.d-tree .row .node-icon {
|
color: #037d41;
|
}
|
|
/**默认颜色*/
|
.color-d {
|
color: #037d41 !important;
|
}
|
|
/**查询类按钮*/
|
.btn-q1 {
|
border-radius: 50px;
|
color: #fff !important;
|
padding: 0 15px;
|
background-color: #037d41 !important;
|
border-color: #037d41;
|
white-space: nowrap;
|
cursor: pointer;
|
}
|
|
.btn-q2 {
|
border-radius: 50px;
|
color: #fff !important;
|
padding: 0 15px;
|
background-color: #f8ac59 !important;
|
border-color: #f8ac59;
|
white-space: nowrap;
|
cursor: pointer;
|
}
|
|
.btn1 {
|
background-color: #037d41 !important;
|
border-color: #037d41 !important;
|
color: #fff !important;
|
min-width: 70px;
|
}
|
|
.btn2 {
|
background-color: #00a65a !important;
|
border-color: #00a65a !important;
|
color: #fff !important;
|
min-width: 70px;
|
}
|
|
.btn3 {
|
background-color: #ef6776 !important;
|
border-color: #ef6776 !important;
|
/*color: #fff !important;*/
|
min-width: 70px;
|
}
|
|
.btn4 {
|
background-color: #f8ac59 !important;
|
border-color: #f8ac59 !important;
|
/*color: #fff !important;*/
|
min-width: 70px;
|
}
|
|
.btn5 {
|
background-color: #ed5565 !important;
|
border-color: #ed5565 !important;
|
/*color: #fff !important;*/
|
min-width: 70px;
|
}
|
|
/**a标签按钮**/
|
.a-btn1 {
|
background-color: #037d41;
|
border-color: #037d41;
|
color: #fff;
|
border-radius: 3px;
|
padding: 4px 17px;
|
font-size: 12px;
|
line-height: 1.5;
|
text-decoration: none;
|
width: 85px;
|
}
|
|
.a-btn2 {
|
background-color: #ed5565;
|
border-color: #ed5565;
|
color: #fff;
|
border-radius: 3px;
|
padding: 4px 17px;
|
font-size: 12px;
|
line-height: 1.5;
|
text-decoration: none;
|
width: 85px;
|
}
|
|
.a-btn3 {
|
background-color: #23c6c8;
|
border-color: #23c6c8;
|
color: #fff;
|
border-radius: 3px;
|
padding: 4px 17px;
|
font-size: 12px;
|
line-height: 1.5;
|
text-decoration: none;
|
width: 85px;
|
}
|
|
.a-btn4 {
|
background-color: #f8ac59;
|
border-color: #f8ac59;
|
color: #fff;
|
border-radius: 3px;
|
padding: 4px 17px;
|
font-size: 12px;
|
line-height: 1.5;
|
text-decoration: none;
|
width: 85px;
|
}
|
|
/**表单TITLE**/
|
.f-title{
|
font-weight: bold;
|
text-align: center;
|
font-size:22px;
|
}
|
.bar-title {
|
font-weight: bold;
|
font-family: "微软雅黑", Arial, sans-serif;
|
}
|
|
/**定制样式**/
|
#d_cddWarehouse.d-modern-scroller {
|
height: 0 !important;
|
}
|