Commit 34fa5c61 by chenxin

update:css

parent a3a17d44
......@@ -125,6 +125,9 @@ a:hover {
.mt20{
margin-top: 20px!important;
}
.mt30{
margin-top: 30px!important;
}
.ml5{
margin-left: 5px!important;
}
......@@ -283,6 +286,9 @@ a:hover {
.line-height2{
line-height:2;
}
.line-height1_5{
line-height:1.5;
}
.line-height1{
line-height:1;
}
......
......@@ -172,3 +172,17 @@
background-color: #ebeef5;
z-index: 4;
}
// 只读遮罩 - 无颜色
.el-view-mask {
position: relative;
&:before{
position: absolute;
z-index: 1000;
width: 100%;
height: 100%;
left: 0;
top: 0;
content:'';
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment