mirror of https://gitee.com/lmlz_0/dc-ui.git
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.
148 lines
2.1 KiB
148 lines
2.1 KiB
@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;
|
|
|
|
}
|
|
|
|
.marginbottom5{
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.textaligncenter{
|
|
text-align:center;
|
|
}
|
|
.textalignleft{
|
|
text-align:left;
|
|
}
|
|
.widthhalfinlineblock{
|
|
width: 50%;
|
|
display: inline-block;
|
|
}
|
|
.width75percentinlineblock{
|
|
width: 75%;
|
|
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;
|
|
}
|
|
.divsonmarginleft0{
|
|
div{
|
|
margin-left:0 !important;
|
|
}
|
|
}
|
|
|
|
.marginbottom{
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.inlineblock{
|
|
display: inline-block;
|
|
}
|
|
|
|
.marginright6percent{
|
|
margin-right: 10%;
|
|
}
|
|
|
|
.fixedbottomright{
|
|
position: fixed;
|
|
/* 设置图片相对于浏览器的位置
|
|
距离右边180px,底部20px,宽度50px
|
|
*/
|
|
right : 80px;
|
|
bottom: 2%;
|
|
}
|
|
|
|
.width50percent{
|
|
width:50%;
|
|
}
|
|
|
|
.overflowscroll{
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.sonheight500{
|
|
>div{
|
|
height:500px;
|
|
}
|
|
}
|
|
|
|
.height350{
|
|
height:350px;
|
|
}
|
|
|
|
.height300{
|
|
height:300px;
|
|
}
|
|
|
|
.height260{
|
|
height:260px;
|
|
}
|
|
|
|
.childTextAlignCenter{
|
|
display: block!important;
|
|
div{
|
|
display: block!important;
|
|
text-align: center!important;
|
|
}
|
|
|
|
}
|