邓洁 : 首页上下方和两侧合并
This commit is contained in:
@@ -52,7 +52,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -1165px;
|
||||
background-image: url('../../assets/image/sp_tb.png');
|
||||
background-image: url('../images/topAndDown/sp_tb.png');
|
||||
}
|
||||
|
||||
.top-right {
|
||||
@@ -75,7 +75,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
.toggle {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-image: url('../../assets/image/sp_icon_zdqh.png');
|
||||
background-image: url('../images/topAndDown/sp_icon_zdqh.png');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,7 +93,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
margin-left: 27px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-image: url('../../assets/image/sp_icon_tcdl.png');
|
||||
background-image: url('../images/topAndDown/sp_icon_tcdl.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -109,13 +109,13 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -925px;
|
||||
background-image: url('../../assets/image/sp_dbbj.png');
|
||||
background-image: url('../images/topAndDown/sp_dbbj.png');
|
||||
|
||||
.arrow {
|
||||
margin: 50px 0 0 263px;
|
||||
width: 46px;
|
||||
height: 54px;
|
||||
background-image: url('../../assets/image/sp_icon_zst.png');
|
||||
background-image: url('../images/topAndDown/sp_icon_zst.png');
|
||||
}
|
||||
|
||||
.btn {
|
||||
@@ -127,12 +127,9 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
font-size: 26px;
|
||||
color: #9FC3CD;
|
||||
|
||||
> * {
|
||||
> div {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
> div:nth-child(2) {
|
||||
@@ -140,14 +137,14 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
padding-top: 7px;
|
||||
width: 201px;
|
||||
height: 62px;
|
||||
background-image: url('../../assets/image/sp_icon_sdqhd.png');
|
||||
background-image: url('../images/topAndDown/sp_icon_sdqhd.png');
|
||||
}
|
||||
|
||||
> div:first-child, > div:last-child {
|
||||
padding-top: 5px;
|
||||
width: 158px;
|
||||
height: 50px;
|
||||
background-image: url('../../assets/image/sp_icon_sdqhx.png');
|
||||
background-image: url('../images/topAndDown/sp_icon_sdqhx.png');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user