You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import './variables.module.scss';
|
|
|
|
@import './mixin.scss';
|
|
|
|
@import './transition.scss';
|
|
|
|
@import './element-ui.scss';
|
|
|
|
@import './sidebar.scss';
|
|
|
|
@import './btn.scss';
|
|
|
|
@import './ruoyi.scss';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.newLineCenter{
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
div{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.leftmargin100px{
|
|
|
|
margin-left: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.marginbottom50px{
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textaligncenter{
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
.textalignleft{
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
.widthhalfinlineblock{
|
|
|
|
width: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.textalignright{
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.marginbottom20{
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|