@CHARSET "UTF-8";
|
|
body {
|
/*font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
|
/*font-size: 14px;*/
|
/*color: #333;*/
|
/*background-color: #f3f3f4;*/
|
}
|
|
.d-container {
|
background-color: #ffffff;
|
}
|
|
.d-text-box-readonly {
|
background: #e6e6e6 !important;
|
}
|
|
.c-param {
|
border-radius: 6px;
|
border: 1px solid transparent;
|
box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
|
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;
|
}
|
|
.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;
|
}
|
|
/**
|
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 #3c8dbc;
|
}
|
|
.d-caption-bar .caption-bar-icon {
|
border-left: 3px solid #3c8dbc;
|
}
|
|
/**查询类按钮*/
|
.btn-q1 {
|
border-radius: 50px;
|
color: #fff !important;
|
padding: 0 15px;
|
background-color: #1ab394 !important;
|
border-color: #1ab394;
|
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: #1c84c6 !important;
|
border-color: #1c84c6 !important;
|
/*color: #fff !important;*/
|
min-width: 70px;
|
}
|
|
.btn2 {
|
background-color: #1dc5a3 !important;
|
border-color: #1dc5a3 !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: 69px;
|
}
|
|
/**a标签按钮**/
|
.a-btn1 {
|
background-color: #1c84c6;
|
border-color: #1c84c6;
|
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;
|
}
|