邓洁 : 站点管理修改细节

This commit is contained in:
邓洁
2023-12-16 01:12:10 +08:00
parent f94b84fe2e
commit 41bfdd5194
6 changed files with 124 additions and 37 deletions

View File

@@ -377,4 +377,45 @@ html, body, #app, .el-container, .el-aside, .el-main {
}
}
}
}
}
.el-overlay-message-box{
.el-message-box{
width: 500px;
height: 230px;
background: rgba(7,35,72,0.79);
border-radius: 20px;
border: 2px solid #0F82AF;
.el-message-box__title{
display: none;
}
.el-message-box__content{
.el-icon{
display: none;
}
.el-message-box__message{
//width: 315px;
height: 80px;
font-size: 32px;
font-weight: bold;
color: #08B7B8;
letter-spacing: 3px;
}
}
.el-message-box__btns{
display: flex;
justify-content: space-around;
.el-button{
width: 130px;
height: 50px;
border: 2px solid #0F82AF;
font-size: 28px;
background-color: #072348;
color: #08B7B8;
}
.el-button--primary{
background: #08B7B8;
color: #FFFFFF;
}
}
}
}