界面上着重文字:
.qlm_title{
font-size: $defaultTxtSize !important;
font-weight: 700 !important;
color:#5f5f5f;
}
带链接的文字:
.qlm_name_span{
font-size: $defaultTxtSize !important;
color: blue;
}
.qlm_name_color:hover {
color: #ae2121;
text-decoration: underline blue;
}
提示类文字:
.qlm_tip{
font-size: $defaultTxtSize !important;
font-weight: 700 !important;
color:red;
}
整个表格表头:
.inputTable_tabletitle {
display: block;
width: 100%;
font-family: $defaultFontFamily;
font-size: 24px;
color: #777777;
font-weight: bold;
text-align: center;
line-height: 50px;
}