提交 491fb7ac 作者: 王梅颖

弹窗适配

上级 3da8acff
......@@ -371,4 +371,56 @@ div.dib {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: $clamp;
}
.el-message-box{
background: #222222 !important;
border: none !important;
border-radius: 1px !important;
.el-message-box__header{
width: 420px;
height: 36px;
background: #3C3C3C;
border-radius: 1px;
padding: 0;
text-align: center;
.el-message-box__title{
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
font-style: normal;
line-height: 36px;
}
button{
display: none;
}
}
.el-message-box__content{
.el-message-box__container{
.el-message-box__message{
text-align: center;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
font-style: normal;
}
}
}
.el-message-box__btns{
display: flex;
justify-content: center;
button{
width: 100px;
height: 32px;
background: #3388FF;
border-radius: 2px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
line-height: 16px;
font-style: normal;
}
}
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论