diff --git a/App.vue b/App.vue index 91e6b62..d18fe15 100644 --- a/App.vue +++ b/App.vue @@ -217,7 +217,9 @@ this.globalData.margin_ico = res.data.margin_ico this.globalData.community_auth = res.data.community_auth this.$Cache.set('WECHAT_APPID', res.data.wechat_config_appid) - this.$store.commit("VIEW_COLOR", res.data.global_theme.theme) + // this.$store.commit("VIEW_COLOR", res.data.global_theme.theme) + let str = "--view-theme: #116636;--view-assist:#FE960F;--view-priceColor:#FE960F;--view-bgColor:rgba(254, 150, 15,.1);--view-minorColor:rgba(66, 202, 77,.1);--view-bntColor11:#FDBA00;--view-bntColor12:#FFAA00;--view-bntColor21:#116636;--view-bntColor22:#116636;" + this.$store.commit("VIEW_COLOR", str) this.$store.commit("KEY_COLOR",'_' + res.data.global_theme.type) try { uni.setStorageSync('SUBSCRIBE_MESSAGE', res.data.tempid); @@ -247,6 +249,7 @@ } diff --git a/pages/huitong/huitongbao/zhenxuan.vue b/pages/huitong/huitongbao/zhenxuan.vue new file mode 100644 index 0000000..cac7420 --- /dev/null +++ b/pages/huitong/huitongbao/zhenxuan.vue @@ -0,0 +1,877 @@ + + + + + diff --git a/pages/index/component/blankPage.vue b/pages/index/component/blankPage.vue index cf610b7..82af9e3 100644 --- a/pages/index/component/blankPage.vue +++ b/pages/index/component/blankPage.vue @@ -1,7 +1,7 @@ @@ -166,11 +191,27 @@ /* #ifdef H5 */ padding-bottom: 20rpx; /* #endif */ - background-color: #fff; + // background-color: #fff; + background-size: cover; + background-image: url(http://b2.njrenzhou.com/uploads/def/20240314/ebc9ea0e40ac396e6c768d56fd3a1a36.png); + // margin-bottom: 24rpx; + .indexTitle{ + margin:0 24rpx; + font-family: Alibaba PuHuiTi; + font-weight: bold; + font-size: 36rpx; + color: #222222; + } + .xiaoxi{ + width:44rpx; + height:44rpx; + } .serch-wrapper { height: 100%; align-items: center; - padding: 0 50rpx 0 53rpx; + // padding: 0 50rpx 0 53rpx; + padding: 0 24rpx; + position: relative; image { width: 118rpx; height: 42rpx; @@ -186,7 +227,7 @@ flex: 1; width: 500rpx; /* #endif */ - height: 58rpx; + height: 80rpx; padding: 0 0 0 30rpx; background: rgba(247, 247, 247, 1); border: 1px solid rgba(241, 241, 241, 1); @@ -199,10 +240,27 @@ } .uninput { /* #ifdef MP */ - min-width: 450rpx; - max-width: 480rpx; + // min-width: 450rpx; + // max-width: 480rpx; /* #endif*/ + width: 100%; } + + } + .searchBtn{ + position: absolute; + z-index:2; + width: 120rpx; + height: 66rpx; + background: linear-gradient(0deg, #89B929, #116636); + border-radius: 33px; + font-family: Alibaba PuHuiTi; + font-weight: 400; + font-size: 28rpx; + line-height: 66rpx; + text-align: center; + color: #FFFFFF; + right: 31rpx; } } /* #endif */ diff --git a/pages/index/component/menus.vue b/pages/index/component/menus.vue index 3cbbc65..a29c66c 100644 --- a/pages/index/component/menus.vue +++ b/pages/index/component/menus.vue @@ -83,8 +83,8 @@ display: inline-block; margin-bottom: 20rpx; .pictrue,/deep/.pictrue image,/deep/.pictrue .easy-loadimage,/deep/.pictrue uni-image { - width: 82rpx; - height: 82rpx; + width: 90rpx; + height: 90rpx; margin: 0 auto; } .menu-txt { diff --git a/pages/index/component/swiperBg.vue b/pages/index/component/swiperBg.vue index e4cc317..36e68e0 100644 --- a/pages/index/component/swiperBg.vue +++ b/pages/index/component/swiperBg.vue @@ -1,5 +1,6 @@