商城同一颜色378fff

This commit is contained in:
zdx
2020-12-31 13:19:20 +08:00
parent e72e8405db
commit 8456cf27be
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@
"navigationBarTitleText": "商城",
"enablePullDownRefresh" : true,
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#2d6bf6"
"navigationBarBackgroundColor": "#378fff"
}

View File

@@ -16,7 +16,7 @@ page {
.mallBox::after {
position: absolute;
content: '';
background-color: #2d6bf6;
background-color: #378fff;
border-radius: 0 0 10% 10%;
width: 100%;
height: 38vh;