diff --git a/commons/css/base/background.wxss b/commons/css/base/background.wxss index da13a5c..c49c5fa 100644 --- a/commons/css/base/background.wxss +++ b/commons/css/base/background.wxss @@ -33,4 +33,7 @@ .bg-e3f5f3{background-color:#e3f5f3;} .bg-2e3246{background-color:#2e3246;} -.bg-ffedeb{background-color:#ffedeb;} \ No newline at end of file +.bg-ffedeb{background-color:#ffedeb;} + +.bg-f0f4ff{background-color:#f0f4ff;} +.bg-fffaf3{background-color:#fffaf3;} \ No newline at end of file diff --git a/commons/css/base/fontColor.wxss b/commons/css/base/fontColor.wxss index c205834..fc6c4c3 100644 --- a/commons/css/base/fontColor.wxss +++ b/commons/css/base/fontColor.wxss @@ -11,5 +11,6 @@ .color-bbb{color:#bbb;} .color-ccc{color:#ccc;} .color-f9394d{color:#f9394d;} +.color-fe4109{color:#fe4109;} .color-36afa2{color:#36afa2;} .color-00c800{color:#00c800;} \ No newline at end of file diff --git a/commons/js/config.js b/commons/js/config.js index 9be6f18..c1cc631 100644 --- a/commons/js/config.js +++ b/commons/js/config.js @@ -1,4 +1,4 @@ -const env = "d"; +const env = "p"; const version = 1, diff --git a/pages/siyutong/activityDetail/index.wxml b/pages/siyutong/activityDetail/index.wxml index 461b787..c3304be 100644 --- a/pages/siyutong/activityDetail/index.wxml +++ b/pages/siyutong/activityDetail/index.wxml @@ -16,10 +16,10 @@ - + - {{item.value}} + {{item.value}} {{item.title}} @@ -28,7 +28,7 @@ 实时战报 - + {{item.content}} {{item.c_time}} diff --git a/pages/siyutong/activityRanking/index.json b/pages/siyutong/activityRanking/index.json index 6b388e6..e45061f 100644 --- a/pages/siyutong/activityRanking/index.json +++ b/pages/siyutong/activityRanking/index.json @@ -2,9 +2,9 @@ "navigationBarTitleText": "活动排名", "enablePullDownRefresh": true, "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#000e66", + "navigationBarBackgroundColor": "#fe722f", "backgroundColor": "#ffffff", - "backgroundColorTop": "#000e66", + "backgroundColorTop": "#fe722f", "usingComponents": { } diff --git a/pages/siyutong/activityRanking/index.wxml b/pages/siyutong/activityRanking/index.wxml index 531bc65..3958ae6 100644 --- a/pages/siyutong/activityRanking/index.wxml +++ b/pages/siyutong/activityRanking/index.wxml @@ -1,14 +1,14 @@ - + {{info.biz.title}} {{info.biz.value}} - + {{item.num}} diff --git a/pages/siyutong/activityRanking/index.wxss b/pages/siyutong/activityRanking/index.wxss index 8277d8b..95f814d 100644 --- a/pages/siyutong/activityRanking/index.wxss +++ b/pages/siyutong/activityRanking/index.wxss @@ -1,5 +1,5 @@ page{ - background-color:#000e66; + background-color:#fe722f; } .tt-ac{ background-color:#76a1e5; diff --git a/pages/siyutong/index.json b/pages/siyutong/index.json index 32bc95a..8280f14 100644 --- a/pages/siyutong/index.json +++ b/pages/siyutong/index.json @@ -2,9 +2,9 @@ "navigationBarTitleText": "私域通", "enablePullDownRefresh": true, "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#000e66", + "navigationBarBackgroundColor": "#fe722f", "backgroundColor": "#ffffff", - "backgroundColorTop": "#000e66", + "backgroundColorTop": "#fe722f", "usingComponents": { } diff --git a/pages/siyutong/index.wxml b/pages/siyutong/index.wxml index f0c1486..413271f 100644 --- a/pages/siyutong/index.wxml +++ b/pages/siyutong/index.wxml @@ -1,17 +1,17 @@ - - + + - - + + - {{item.value}} + {{item.value}} {{item.title}} - - + + - + {{it.title}} {{it.type_name}} diff --git a/pages/siyutong/index.wxss b/pages/siyutong/index.wxss index 064acef..5460bce 100644 --- a/pages/siyutong/index.wxss +++ b/pages/siyutong/index.wxss @@ -1,18 +1,8 @@ page{ - background-color:#000e66; + background-color:#f88f3f; } -.tt-ac{ - background-color:#76a1e5; - box-shadow: 0 0 30rpx rgba(255,255,255,.5) inset; -} -.bds-5-679af5{ - border:#679af5 5rpx solid; -} -.bg-1c349c{ - background-color:#1c349c; -} -.bg-3349a6{ - background-color:#3349a6; +.syt-panel{ + border:#ffa63d 10rpx solid; } .bg-ffa73d-ff7a28{ background-image:linear-gradient(#ffa73d,#ff7a28); @@ -31,10 +21,10 @@ page{ margin: 0 4rpx; width: 12rpx; height: 12rpx; - background: #8e9ace; + background: #ccc; border-radius: 100%; transition: all .6s; } .dots .dot.active { - background: #fff; + background: #f88f3f; } \ No newline at end of file