邓洁 : 首页上下方和两侧合并

This commit is contained in:
dengj
2023-12-08 16:59:04 +08:00
parent a59035383e
commit ce95bd2fe5
16 changed files with 70 additions and 18 deletions

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 296 KiB

After

Width:  |  Height:  |  Size: 296 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -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');
}
}