@ -22,8 +22,10 @@
html ,
html ,
body {
body {
min-height : 100vh ;
min-height : 100vh ;
width : 100vw ;
background-color : # eee ;
background-color : # eee ;
margin : 0 ;
margin : 0 ;
display : flex ;
font-weight : initial ! important ;
font-weight : initial ! important ;
font-size : 14px ! important ;
font-size : 14px ! important ;
color : # 333 ! important ;
color : # 333 ! important ;
@ -71,7 +73,7 @@ textarea::-webkit-input-placeholder {
}
}
. ms-container {
. ms-container {
margin : 12px ;
margin : 12px ;
height : 100 % ;
height : calc ( 100 % - 24px ) ;
padding : 14px 14px 0 14px ;
padding : 14px 14px 0 14px ;
background : # fff ;
background : # fff ;
}
}
@ -95,6 +97,9 @@ textarea::-webkit-input-placeholder {
. el-button + . el-button {
. el-button + . el-button {
margin-left : 0 ;
margin-left : 0 ;
}
}
. ms-weixin-content {
width : calc ( 100 % - 140px ) ;
}
. ms-article . el-container . el-aside {
. ms-article . el-container . el-aside {
padding : 14px ;
padding : 14px ;
}
}
@ -107,7 +112,7 @@ textarea::-webkit-input-placeholder {
}
}
. ms-article . el-container . el-aside . ms-main-article . ms-main-article-mask {
. ms-article . el-container . el-aside . ms-main-article . ms-main-article-mask {
background : # 000 ;
background : # 000 ;
opacity : . 2 ;
opacity : 0 . 2 ;
width : 100 % ;
width : 100 % ;
height : 146px ;
height : 146px ;
position : absolute ;
position : absolute ;