样式整改

This commit is contained in:
宋伟佳
2021-05-25 20:02:41 +08:00
parent 7e0cc4fd20
commit 4db7ae5888
51 changed files with 160 additions and 356 deletions
+4 -2
View File
@@ -230,7 +230,8 @@ export default {
}
.home_v3 {
height: 100%;
background: url("~@/assets/images/shangqi/home/home-bg.png") no-repeat;
//background: url("~@/assets/images/shangqi/home/home-bg.png") no-repeat;
background: url("~@/assets/images/shangqi/home/BG.png") no-repeat;
background-size: cover;
padding: 6px 26px;
display: flex;
@@ -246,7 +247,8 @@ export default {
display: inline-block;
width: 160px;
height: 61px;
background: url("~@/assets/images/shangqi/home/logo-bg.png") no-repeat;
//background: url("~@/assets/images/shangqi/home/logo-bg.png") no-repeat;
background: url("~@/assets/images/shangqi/home/logo2.png") no-repeat;
background-size: cover;
}
}
+2 -1
View File
@@ -1258,7 +1258,8 @@ export default {
<style lang="less" scoped>
.home_v3 {
height: 100%;
background: url("~@/assets/images/shangqi/home/home-bg.png") no-repeat;
//background: url("~@/assets/images/shangqi/home/home-bg.png") no-repeat;
background: url("~@/assets/images/shangqi/home/BG.png") no-repeat;
background-size: cover;
overflow: auto;
}