main.less 529 Bytes
.content_box {
    padding: 18px;
    box-sizing: border-box;
}
.el-table .success-row {
    background:@tablebg;
}
.main{
    width: 100%;
    height: 100%;
}
.db{
    display: block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.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;
}