邓洁 : 修改首屏弹窗样式
This commit is contained in:
@@ -252,12 +252,12 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
display: flex;
|
||||
#container {
|
||||
flex: 1;
|
||||
height: 650px;
|
||||
height: 1160px;
|
||||
//width: 1300px;
|
||||
}
|
||||
#containerEle {
|
||||
flex: 1;
|
||||
height: 1160px;
|
||||
height: 1060px;
|
||||
//width: 2180px;
|
||||
}
|
||||
}
|
||||
@@ -267,19 +267,19 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 1400px;
|
||||
height: 1300px;
|
||||
border: 2px solid #0F82AF;
|
||||
background: rgba(6, 34, 71, 0.78);
|
||||
border-radius: 20px;
|
||||
padding: 47px 30px;
|
||||
box-sizing: border-box;
|
||||
margin: 548px auto 0 auto;
|
||||
margin: 520px auto 0 auto;
|
||||
|
||||
.el-dialog__header {
|
||||
padding: 0 0 25px 0;
|
||||
padding: 0 0 28px 0;
|
||||
//display: none;
|
||||
.el-dialog__title {
|
||||
font-size: 32px;
|
||||
font-size: 50px;
|
||||
font-weight: bold;
|
||||
color: #D6F1FA;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user