邓洁: 修改细节

This commit is contained in:
邓洁
2024-01-08 09:31:34 +08:00
parent 1ab43e97e3
commit 060ff853d4
7 changed files with 38 additions and 25 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -452,8 +452,8 @@ body,
.el-overlay-message-box {
.el-message-box {
width: 500px;
height: 230px;
width: 327px;
height:190px;
background: rgba(7, 35, 72, 0.79);
border-radius: 20px;
border: 2px solid #0f82af;
@@ -461,16 +461,20 @@ body,
.el-message-box__title {
display: none;
}
.el-message-box__close{
display: none;
}
.el-message-box__content {
.el-icon {
display: none;
}
.el-message-box__message {
//text-align: center;
//width: 315px;
height: 80px;
font-size: 32px;
line-height: 80px;
font-size: 22px;
font-weight: bold;
color: #08b7b8;
letter-spacing: 3px;
@@ -482,15 +486,14 @@ body,
}
.el-message-box__btns {
margin-top: 20px;
display: flex;
justify-content: space-around;
.el-button {
width: 130px;
height: 50px;
width: 80px;
height: 40px;
border: 2px solid #0f82af;
font-size: 28px;
font-size: 18px;
background-color: #072348;
color: #08b7b8;
}