邓洁: 修改细节
This commit is contained in:
BIN
src/assets/images/login/bg.png
Normal file
BIN
src/assets/images/login/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user