@CHARSET "UTF-8"; body{ background-color: #f3f3f4; } .d-container { background-color: #ffffff; } .d-text-box-readonly { background: #e6e6e6 !important; } .d-text-area-readonly{ background: #e6e6e6 !important; } .c-param { border-radius: 6px; box-shadow: 1px 1px 3px rgba(0, 0, 0, .2); padding-top: 5px; padding-bottom: 13px; min-height: 1px; } .c-data { border-radius: 6px; box-shadow: 1px 1px 3px rgba(0, 0, 0, .2); padding-top: 5px; margin-top: 10px; /* padding-bottom: 13px;*/ } .d-toolbar { border-width: 0 !important; margin-top: 10px; margin-bottom: 10px; border-radius: 4px; } .d-icon-button{ color: rgba(51, 51, 51, 0.7) !important; } /*.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: #1c84c6 !important; border-color: #1c84c6 !important; color: #fff !important; font-weight: 400; height: 30px; } .btn2 { background-color: #1ab394 !important; border-color: #1ab394 !important; color: #fff !important; font-weight: 400; height: 30px; } .btn3 { background-color: #ef6776 !important; border-color: #ef6776 !important; font-weight: 400; height: 30px; } .btn4 { background-color: #f8ac59 !important; border-color: #f8ac59 !important; /*color: #fff !important;*/ /* min-width: 70px;*/ font-weight: 400; height: 30px; } .btn5 { background-color: #ed5565 !important; border-color: #ed5565 !important; /*color: #fff !important;*/ font-weight: 400; height: 30px; } /**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: #1ab394; border-color: #1ab394; color: #fff; border-radius: 3px; padding: 4px 17px; font-size: 12px; line-height: 1.5; text-decoration: none; width: 85px; } .a-btn3 { background-color: #ef6776; border-color: #ef6776; 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; }