efview
Version:
A high quality Service UI components Library with Vue.js
96 lines (85 loc) • 2.24 kB
text/less
@primary-color : #AF292E;
@info-color : #4D4E53;
@warning-color : #F3B352;
@success-color : #9DC56A;
@text-color : #303133;
@table-th-font-size:13px;
@table-td-font-size:13px;
@form-item-margin-bottom:7px;
@form-item-margin-top:7px;
@font-size-small:13px;
@font-size-base:13px;
@table-th-default-height:40px;
@table-footer-default-height: 40px;
@table-td-default-height:40px;
@table-td-highlight-bg:#FFF3F3;
@table-td-hover-bg:#FBF4F4;
@input-disabled-bg: #F5F7FA;
@modal-header-padding:16px 14px;
@modal-body-padding:16px 14px;
@table-td-stripe-bg:#FAFCFF;
@border-color-base:#DCDFE6;
@table-thead-bg:#F5F7FA;
@text-grey:#636569;
@boder-color:#DCDFE6;
@btn-icon-size:12px;
@btn-font-size:13px;
@btn-padding-base:0px 12px;
@btn-disable-color : #A8ABB2 ;
@btn-disable-bg : #F5F7FA;
@btn-default-color : #606266;
@btn-ghost-color : #606266;
@input-disabled-font-color:#A8ABB2;
@efuture-checkbox-padding:8px;
@efuture-radiogroupbox-padding:8px;
@btn-border-radius:2px;
.gridcelrow:hover {
background-color:#FBF4F4;
}
.ivu-anchor-link {
border-left: 4px solid #fff
}
.ivu-anchor-link.ivu-anchor-link-active {
border-left: 4px solid #AF292E
}
.ivu-badge-count.badgeclass {
background:#fff ;
border:1px solid #ed4014 ;
color:#ed4014 ;
}
.modulecodetext {
padding: 0 12px;
height:32px;
text-align:center;
background-color: #F5F7FA;
line-height: 32px;
}
.dividercommon {
margin:1px 12px 0 12px;
height:32px;
}
.dividercommon3 {
margin:0 10px 0 10px;
height:12px;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
//opacity:1;
}
::-webkit-scrollbar-track {
border-radius: 10px;
background: transparent;
//-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb {
background: transparent;
// -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: rgba(51, 51, 51, 0.6);
}
::-webkit-scrollbar-corner {
background: transparent;
}