diff --git a/components/priv-pop/priv-pop.vue b/components/priv-pop/priv-pop.vue index 459f742..a4ee4e1 100644 --- a/components/priv-pop/priv-pop.vue +++ b/components/priv-pop/priv-pop.vue @@ -96,7 +96,7 @@ export default { justify-content: center; align-items: center; position: relative; - background: #894DD3; + background: #ff873a; border-radius: 40rpx; filter: grayscale(1); font-size: 30rpx; diff --git a/package/index/leitai.vue b/package/index/leitai.vue index f2d8f2d..739e01d 100644 --- a/package/index/leitai.vue +++ b/package/index/leitai.vue @@ -1331,7 +1331,7 @@ padding: 0 10rpx 0; font-size: 20rpx; font-weight: 300; - color: #DABCFF; + color: #ff873a; } .price { diff --git a/package/index/sign.vue b/package/index/sign.vue index d798576..e73d8db 100644 --- a/package/index/sign.vue +++ b/package/index/sign.vue @@ -139,7 +139,7 @@ font-family: YouSheBiaoTiHei; font-weight: 400; color: #ffffff; - text-shadow: 0rpx 0rpx 12rpx rgba(176, 128, 255, 0.8); + text-shadow: 0rpx 0rpx 12rpx rgba(255, 135, 58, 0.8); } .icon { @@ -160,7 +160,7 @@ .sign-item { width: 150rpx; height: 165rpx; - background: #894DD3; + background: #ff873a; border-radius: 20rpx; display: flex; flex-flow: column nowrap; @@ -265,7 +265,7 @@ } .signYes { - color: #7825DE; + color: #FFFFFF; } .signNo { diff --git a/package/mine/collect.vue b/package/mine/collect.vue index 1486a18..99afa79 100644 --- a/package/mine/collect.vue +++ b/package/mine/collect.vue @@ -204,7 +204,7 @@ color: #999999; &.act { - color: #B07AF3; + color: #ff873a; font-size: 32rpx; &::before { @@ -212,7 +212,7 @@ display: block; width: 18rpx; height: 8rpx; - background: #B07AF3; + background: #ff873a; border-radius: 30rpx; position: absolute; left: 50%; diff --git a/package/mine/equity.vue b/package/mine/equity.vue index 8df8e40..3511e68 100644 --- a/package/mine/equity.vue +++ b/package/mine/equity.vue @@ -350,7 +350,7 @@ box-sizing: border-box; position: relative; padding: 38rpx 40rpx 48rpx 52rpx; - background: linear-gradient(138deg, #7C3CCB 7%, #E1C8FF 100%); + background: linear-gradient(138deg, #fe622b 7%, #ffa246 100%); .avatar { width: 100rpx; @@ -406,7 +406,7 @@ text { font-size: 28rpx; - color: #894DD3; + color: #ff873a; } } @@ -453,7 +453,7 @@ font-size: 24rpx; font-weight: 400; color: #ffffff; - background: #B07AF3; + background: #ff873a; } >view:nth-child(2){ width: 100%; @@ -488,7 +488,7 @@ font-size: 24rpx; font-weight: 400; color: #ffffff; - background: #B07AF3; + background: #ff873a; } .prize { @@ -583,7 +583,7 @@ font-weight: 400; color: #cccccc; >text{ - color: #B07AF3; + color: #ff873a; } } @@ -621,10 +621,10 @@ align-items: center; background: rgba(10, 6, 15, 0); border-radius: 30rpx; - border: 1px solid #E830E7; + border: 1px solid #fe622b; &.act { - background: #B07AF3; + background: #ffa246; border: 0; text { diff --git a/pages/mall/index.vue b/pages/mall/index.vue index f141803..6582e62 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -23,7 +23,7 @@ - - + @@ -928,7 +928,7 @@ &.act { font-weight: 400; font-size: 36rpx; - color: #B07AF3; + color: #ff873a; &::after { content: ''; @@ -938,7 +938,7 @@ transform: translateX(-50%); width: 48rpx; height: 4rpx; - background: #B07AF3; + background: #ff873a; } } @@ -960,8 +960,8 @@ .input-box { width: 615rpx; height: 70rpx; - background: #0B0A1A; - border: 1px solid #B07AF3; + background: #3E291C; + border: 1px solid #ff873a; box-sizing: border-box; padding: 0 30rpx; display: flex; @@ -1028,7 +1028,7 @@ color: #FFFFFF; text { - color: #B07AF3; + color: #ff873a; } } @@ -1042,10 +1042,6 @@ .list-item { width: 100%; box-sizing: border-box; - border-top: 2rpx solid #FFFFFF; - border-right: 8rpx solid #FFFFFF; - border-bottom: 4rpx solid #FFFFFF; - border-left: 1rpx solid #FFFFFF; background: #070707; padding-bottom: 20rpx; background: url($imgurl+'shangdai/kuang.png') no-repeat 0 0 / 100% 100%; @@ -1053,6 +1049,7 @@ .pic { width: 190rpx; height: 190rpx; + padding-top: 10rpx; margin: 0 auto; position: relative; diff --git a/pages/shouye/detail.vue b/pages/shouye/detail.vue index ecdf7c0..92ff7a9 100644 --- a/pages/shouye/detail.vue +++ b/pages/shouye/detail.vue @@ -989,7 +989,7 @@ &.act { color: #FFFFFF; - background: #B07AF3; + background: #ff873a; border-radius: 8rpx 8rpx 8rpx 8rpx; border: 2rpx solid #FFFFFF; } @@ -1164,13 +1164,13 @@ >text:nth-child(2n+1) { font-weight: 400; font-size: 24rpx; - color: #000000; + color: #FFFFFF; } >text:nth-child(2) { font-weight: 700; font-size: 32rpx; - color: #000000; + color: #FFFFFF; } } @@ -1302,7 +1302,7 @@ >text { height: 14rpx; border-radius: 40rpx; - background: #B07AF3; + background: #ff873a; } } @@ -1317,7 +1317,7 @@ font-family: YouSheBiaoTiHei; font-weight: 400; font-size: 36rpx; - color: #B07AF3; + color: #ff873a; } } } @@ -1386,7 +1386,7 @@ align-items: center; font-weight: 400; font-size: 32rpx; - color: #894DD3; + color: #ff873a; text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0; } @@ -1420,7 +1420,7 @@ padding: 0 10rpx 0; font-size: 20rpx; font-weight: 300; - color: #DABCFF; + color: #ff873a; } .price { @@ -1463,7 +1463,7 @@ .lt-btn { width: 690rpx; height: 80rpx; - background: linear-gradient(90deg, #2dcbff 0%, #ff95fb 100%); + background: linear-gradient(90deg, #2dcbff 0%, #ff873a 100%); border-radius: 40rpx; display: flex; justify-content: center; diff --git a/pages/shouye/huanxiang.vue b/pages/shouye/huanxiang.vue index fcf23fb..c019b1c 100644 --- a/pages/shouye/huanxiang.vue +++ b/pages/shouye/huanxiang.vue @@ -14,12 +14,12 @@ - 箱号 + 箱号 - 余量 + 余量 @@ -202,7 +202,7 @@ position: relative; width: 710rpx; margin: 30rpx auto 0; - border: 2rpx solid #894DD3; + border: 2rpx solid #ff873a; border-radius: 12rpx; background: #313133; @@ -232,7 +232,7 @@ display: flex; align-items: center; padding: 0 16rpx; - background: #894DD3; + background: #ff873a; border-radius: 12rpx 0rpx 12rpx 0rpx; font-weight: 400; font-size: 20rpx; diff --git a/pages/shouye/index.vue b/pages/shouye/index.vue index 9b77162..0acfc28 100644 --- a/pages/shouye/index.vue +++ b/pages/shouye/index.vue @@ -12,7 +12,8 @@ 吧唧一番赏 - + :src="$img1('/image/a6548-pw1cx.gif')"> @@ -180,41 +181,42 @@ // id: 10, // title: '卡牌赏' // }, - // { - // id: 1, - // title: '一番赏' - // }, { - id: 9, + id: 4, title: '吧唧赏' }, + { + id: 1, + title: '一番赏' + }, + { + id: 12, + title: '连击赏' + }, + { + id: 6, + title: '全局赏' + }, + { + id: 8, + title: '领主赏', + }, // { - // id: 12, - // title: '连击赏' - // }, - // { - // id: 6, - // title: '全局赏' - // }, - // { - // id: 8, - // title: '领主赏', - // },{ // id: 2, // title: '小岚赏' // } + { + id: 3, + title: '擂台赏' + }, // { - // id: 3, - // title: '擂台赏' - // } - // { - // id:4, - // title: '抽卡机' - // }, - // { - // id:5, - // title: '积分赏' + // id: 5, + // title: '积分赏' // }, + { + id: 9, + title: '自制赏' + }, // { // id:7, // title: '福利盲盒' @@ -656,7 +658,7 @@ &.act { width: 18rpx; - background-color: #b080ff; + background-color: #ff873a; } } } @@ -734,7 +736,7 @@ white-space: nowrap; width: 100%; position: relative; - margin: 20rpx 0 30rpx; + margin: 50rpx 0 30rpx; padding-left: 30rpx; box-sizing: border-box; @@ -1109,9 +1111,9 @@ margin: 170rpx auto 0; width: 288rpx; height: 74rpx; - background: #894DD3; + background: #ff873a; border-radius: 37rpx 37rpx 37rpx 37rpx; - border: 2rpx solid #894DD3; + border: 2rpx solid #ff873a; font-weight: 400; font-size: 24rpx; color: #FFFFFF; diff --git a/pages/user/bangding.vue b/pages/user/bangding.vue index f484de9..45ae4cc 100644 --- a/pages/user/bangding.vue +++ b/pages/user/bangding.vue @@ -2,7 +2,7 @@ - + 申请获取以下权限 diff --git a/pages/user/bangdingweb.vue b/pages/user/bangdingweb.vue index cb16f14..d1032fa 100644 --- a/pages/user/bangdingweb.vue +++ b/pages/user/bangdingweb.vue @@ -2,7 +2,7 @@ - + 申请获取以下权限 diff --git a/pages/user/change.vue b/pages/user/change.vue index 2265550..1ef6861 100644 --- a/pages/user/change.vue +++ b/pages/user/change.vue @@ -296,8 +296,8 @@ .btn_b { width: 468rpx; height: 112rpx; - background: #894DD3; - border-radius: 49rpx; + background: #ff873a; + border-radius: 50rpx; border: 2rpx solid #FFFFFF; font-weight: 400; font-size: 28rpx; diff --git a/pages/user/coupon.vue b/pages/user/coupon.vue index 4d29a34..23531ca 100644 --- a/pages/user/coupon.vue +++ b/pages/user/coupon.vue @@ -187,13 +187,13 @@ transform: translateX(-50%); width: 18rpx; height: 8rpx; - background: #B07AF3; + background: #ff873a; border-radius: 28rpx; } &.active { font-size: 32rpx; - color: #B07AF3; + color: #ff873a; } } } @@ -266,7 +266,7 @@ font-size: 28rpx; font-family: Source Han Sans CN; font-weight: 400; - color: #894DD3; + color: #ff873a; } &.dis { diff --git a/pages/user/index.vue b/pages/user/index.vue index a4f5347..d676a8e 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -56,7 +56,7 @@ 吧唧币 - {{ userinfo.integral || 0 }} + {{ userinfo.integral || 0 }} @@ -1605,16 +1605,16 @@ display: flex; justify-content: center; align-items: center; - border: 1px solid #B07AF3; + border: 1px solid #ff873a; text { font-weight: 400; font-size: 28rpx; - color: #B07AF3; + color: #ff873a; } &.act { - background: #B07AF3; + background: #ff873a; text { font-weight: 400; diff --git a/pages/user/jf_jl.vue b/pages/user/jf_jl.vue index 5b3253d..0791623 100644 --- a/pages/user/jf_jl.vue +++ b/pages/user/jf_jl.vue @@ -307,13 +307,13 @@ export default { width: 18rpx; height: 8rpx; border-radius: 30rpx; - background: #B07AF3; + background: #ff873a; } &.active { font-weight: 500; font-size: 36rpx; - color: #B07AF3; + color: #ff873a; } } } diff --git a/pages/user/login.vue b/pages/user/login.vue index 6003e1b..40032a9 100644 --- a/pages/user/login.vue +++ b/pages/user/login.vue @@ -3,7 +3,7 @@ - + 申请获取以下权限 @@ -271,7 +271,7 @@ color: #9d9d9d; text { - color: #AD77EF; + color: #ff873a; } } } @@ -296,7 +296,7 @@ } .bottom { - background: #AD77EF; + background: #ff873a; margin: 0; width: 380rpx; box-sizing: border-box; diff --git a/pages/user/my_coupon.vue b/pages/user/my_coupon.vue index a5cd420..0911a48 100644 --- a/pages/user/my_coupon.vue +++ b/pages/user/my_coupon.vue @@ -419,7 +419,7 @@ box-sizing: border-box; padding: 28rpx 38rpx; border: 4rpx solid #FFFFFF; - background: #894DD3; + background: #ff873a; border-radius: 40rpx; >view:nth-child(1) { @@ -654,7 +654,7 @@ font-family: YouSheBiaoTiHei; font-weight: 400; font-size: 36rpx; - color: #D3AFFF; + color: #ff873a; } } @@ -684,7 +684,7 @@ .btn { width: 150rpx; height: 80rpx; - border: 2rpx solid #D3AFFF; + border: 2rpx solid #ff873a; border-radius: 40rpx; display: flex; justify-content: center; @@ -692,13 +692,13 @@ font-size: 32rpx; font-family: Source Han Sans CN; font-weight: 400; - color: #D3AFFF; + color: #ff873a; } .color { width: 310rpx; border: 0; - background: #894DD3; + background: #ff873a; font-weight: 400; font-size: 32rpx; color: #FFFFFF; diff --git a/pages/user/vip.vue b/pages/user/vip.vue index 7510ec0..96a9ad7 100644 --- a/pages/user/vip.vue +++ b/pages/user/vip.vue @@ -210,7 +210,7 @@ box-sizing: border-box; padding: 30rpx 50rpx 0; position: relative; - background: linear-gradient(138deg, #7C3CCB 7%, #E1C8FF 100%); + background: linear-gradient(138deg, #fe622b 7%, #ffa246 100%); >view:nth-child(1){ >view:nth-child(1){ font-size: 68rpx; diff --git a/pages/user/yetx.vue b/pages/user/yetx.vue index 2846c66..27e1538 100644 --- a/pages/user/yetx.vue +++ b/pages/user/yetx.vue @@ -292,14 +292,14 @@ export default { transform: translateX(-50%); width: 18rpx; height: 8rpx; - background: #B07AF3; + background: #ff873a; border-radius: 30rpx; } &.active { font-weight: 500; font-size: 36rpx; - color: #B07AF3; + color: #ff873a; } } } diff --git a/static/common/kong.png b/static/common/kong.png index d917fb7..a5600d6 100644 Binary files a/static/common/kong.png and b/static/common/kong.png differ diff --git a/static/common/signImg.png b/static/common/signImg.png index 67370e9..827d063 100644 Binary files a/static/common/signImg.png and b/static/common/signImg.png differ diff --git a/static/tabbar/m1.png b/static/tabbar/m1.png index 7722006..4ac22c1 100644 Binary files a/static/tabbar/m1.png and b/static/tabbar/m1.png differ diff --git a/static/tabbar/m2.png b/static/tabbar/m2.png index ba3323d..461d365 100644 Binary files a/static/tabbar/m2.png and b/static/tabbar/m2.png differ diff --git a/static/tabbar/m3.png b/static/tabbar/m3.png index 3aa3969..950c69b 100644 Binary files a/static/tabbar/m3.png and b/static/tabbar/m3.png differ diff --git a/static/tabbar/m4.png b/static/tabbar/m4.png index 3cff563..f6e8453 100644 Binary files a/static/tabbar/m4.png and b/static/tabbar/m4.png differ diff --git a/static/tabbar/m5.png b/static/tabbar/m5.png index 07d93f4..9cb8af3 100644 Binary files a/static/tabbar/m5.png and b/static/tabbar/m5.png differ diff --git a/static/tabbar/s1.png b/static/tabbar/s1.png index d391051..e943d9c 100644 Binary files a/static/tabbar/s1.png and b/static/tabbar/s1.png differ diff --git a/static/tabbar/s2.png b/static/tabbar/s2.png index b70b2f1..22d53df 100644 Binary files a/static/tabbar/s2.png and b/static/tabbar/s2.png differ diff --git a/static/tabbar/s3.png b/static/tabbar/s3.png index 7efb93f..fba3a19 100644 Binary files a/static/tabbar/s3.png and b/static/tabbar/s3.png differ diff --git a/static/tabbar/s4.png b/static/tabbar/s4.png index 54c4745..ee4c5f2 100644 Binary files a/static/tabbar/s4.png and b/static/tabbar/s4.png differ diff --git a/static/tabbar/s5.png b/static/tabbar/s5.png index bb25da2..9f6e408 100644 Binary files a/static/tabbar/s5.png and b/static/tabbar/s5.png differ diff --git a/uni.scss b/uni.scss index 7e4fce6..0d03921 100644 --- a/uni.scss +++ b/uni.scss @@ -14,7 +14,7 @@ // @import 'uview-ui/theme.scss'; /* 颜色变量 */ -$imgurl:'https://xinglanmh.shequtuangou.vip/static/web/static/'; +$imgurl:'https://bajiapi.onelight.vip/static/web/static/'; /* 行为相关颜色 */ $uni-color-primary: #007aff;