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: 0px 80px 50px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.textaligncenter{
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
.textalignleft{
|
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
.widthhalfinlineblock{
|
|
|
|
width: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.textalignright{
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.marginbottom20{
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.margintop10{
|
|
|
|
margin-top:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.el-step__icon {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
display: inline-flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
font-size: 24px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: var(--el-bg-color);
|
|
|
|
transition: .15s ease-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.el-step.is-horizontal .el-step__line {
|
|
|
|
height: 2px;
|
|
|
|
top: 20px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.el-step__line-inner{
|
|
|
|
display: block;
|
|
|
|
border-width: 2px !important;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: inherit;
|
|
|
|
transition: .15s ease-out;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|