@CHARSET "UTF-8"; /** 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; } /** d-toolbar上按钮高度和样式 */ .toolbar-button{ background-color: #1E9FFF !important; margin-right: 10px; } .toolbar-button .caption{ color: #fff !important; } /** d-toolbar上按钮高度和样式 */ .toolbar-button-warm{ background-color: #FFB800 !important; margin-right: 10px; } .toolbar-button-warm .caption{ color: #fff !important; } /** d-toolbar上按钮高度和样式 */ .toolbar-button-warn{ background-color: #FF5722 !important; margin-right: 10px; } .toolbar-button-warn .caption{ color: #fff !important; } .toolbar-button-push{ background-color: #009688 !important; margin-right: 10px; } .toolbar-button-push .caption{ color: #fff !important; } /** 自定义样式**/ .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; }