main.less 1.06 KB
.content_box {
    padding: 0 0 18px;
    box-sizing: border-box;
    width: 100%;
    
}
.el-table .success-row {
    background:@tablebg;
}
.main{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 18px 18px 0!important;
}
.pagination {
    padding: 18px;
}
.db{
    display: block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
table{
    border-width: 0;
}
table,td,tr,.el-col,.title{
    border-color: #E6E6E6 !important;
}
.formInput {
    height: 20px;
    width: 96%;
	line-height: 20px;
	outline: none;
	border: none;
	color: #606764;
	overflow: visible;
    cursor: text;
    text-align: center;
}
.psr{
    position: relative;
}
ol, ul { list-style:none; }
.requisite{
    font-style: normal;
    color: red;
}
// 滚动条样式
::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar {
	height: 6px;
}
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #cbcbcb;
}
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #cbcbcb;
}
::-webkit-scrollbar-track {
	border-radius: 0;
}
::-webkit-scrollbar-track {
	border-radius: 0;
}