私域通样式修改
This commit is contained in:
@@ -33,4 +33,7 @@
|
||||
|
||||
.bg-e3f5f3{background-color:#e3f5f3;}
|
||||
.bg-2e3246{background-color:#2e3246;}
|
||||
.bg-ffedeb{background-color:#ffedeb;}
|
||||
.bg-ffedeb{background-color:#ffedeb;}
|
||||
|
||||
.bg-f0f4ff{background-color:#f0f4ff;}
|
||||
.bg-fffaf3{background-color:#fffaf3;}
|
||||
@@ -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;}
|
||||
@@ -16,10 +16,10 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="mt30 box-shadow-000-10-10 ulib-r20">
|
||||
<view class="ulib-rt20 inner20 bg-f8 bbs-1-eb text-center color-333 fn-flex">
|
||||
<view class="ulib-rt20 pt40 pb40 bg-fffaf3 text-center color-333 fn-flex">
|
||||
<block wx:for='{{info.menus}}' wx:key='index'>
|
||||
<view class="fn-flex-item" bindtap="pushLink" data-url="{{item.url}}">
|
||||
<view class="font-40">{{item.value}}</view>
|
||||
<view class="font-40 text-bold color-fe4109">{{item.value}}</view>
|
||||
<view class="font-28">{{item.title}}</view>
|
||||
</view>
|
||||
</block>
|
||||
@@ -28,7 +28,7 @@
|
||||
<view class="text-center pb10 font-42 color-333">实时战报</view>
|
||||
<view>
|
||||
<block wx:for='{{list}}' wx:key='index'>
|
||||
<view class="mt20 inner30 relative bg-f3f6fc pr150 ulib-r10">
|
||||
<view class="mt20 inner30 relative bg-f0f4ff pr150 ulib-r10">
|
||||
<view class="text-nowrap font-28 color-333">{{item.content}}</view>
|
||||
<view class="absolute right-0 box-middle mr30 font-28 color-999">{{item.c_time}}</view>
|
||||
</view>
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
"navigationBarTitleText": "活动排名",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#000e66",
|
||||
"navigationBarBackgroundColor": "#fe722f",
|
||||
"backgroundColor": "#ffffff",
|
||||
"backgroundColorTop": "#000e66",
|
||||
"backgroundColorTop": "#fe722f",
|
||||
"usingComponents": {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
|
||||
<view class="container inner30 img-top-cover">
|
||||
<view class="box-shadow-000-10-10 ulib-r20">
|
||||
<view class="ulib-rt20 inner30 pl50 pr50 bg-f8 bbs-1-eb relative color-333">
|
||||
<view class="ulib-rt20 inner30 pl50 pr50 bg-fffaf3 relative color-333">
|
||||
<view class="text-nowrap font-36"><text class="iconfont icon-cup mr5"></text>{{info.biz.title}}</view>
|
||||
<view class="absolute right-0 box-middle mr50 font-36">{{info.biz.value}}</view>
|
||||
</view>
|
||||
<view class="inner30 pt10 bg-fff ulib-rb20">
|
||||
<view>
|
||||
<block wx:for='{{info.ranking}}' wx:key='index'>
|
||||
<view class="mt20 inner30 relative bg-f3f6fc pr150 ulib-r10">
|
||||
<view class="mt20 inner30 relative bg-f0f4ff pr150 ulib-r10">
|
||||
<view class="text-nowrap font-28 color-333">
|
||||
<text class="iconfont icon-cup mr10 " wx:if="{{item.num==1}}"></text>
|
||||
<text class="pl10 mr10" wx:else>{{item.num}}</text>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
page{
|
||||
background-color:#000e66;
|
||||
background-color:#fe722f;
|
||||
}
|
||||
.tt-ac{
|
||||
background-color:#76a1e5;
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
"navigationBarTitleText": "私域通",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#000e66",
|
||||
"navigationBarBackgroundColor": "#fe722f",
|
||||
"backgroundColor": "#ffffff",
|
||||
"backgroundColorTop": "#000e66",
|
||||
"backgroundColorTop": "#fe722f",
|
||||
"usingComponents": {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
<view class="container img-top-cover" style="background-image:url({{bg_img}});">
|
||||
<view class="relative" style="height:580rpx;"></view>
|
||||
<view class="container img-top-cover" style="background-image:url({{bg_img}}?v=220206);">
|
||||
<view class="relative" style="height:630rpx;"></view>
|
||||
<view class="pl30 pr30 pb30">
|
||||
<view class="box-shadow-000-10-10 ulib-r20">
|
||||
<view class="ulib-rt20 inner20 bg-f8 bbs-1-eb text-center fn-flex color-333">
|
||||
<view class="syt-panel box-shadow-000-10-10 ulib-r20">
|
||||
<view class="ulib-rt10 pt40 pb40 bg-fffaf3 text-center fn-flex color-333">
|
||||
<block wx:for='{{menus}}' wx:key='index'>
|
||||
<view class="fn-flex-item">
|
||||
<view class="font-40">{{item.value}}</view>
|
||||
<view class="font-40 text-bold color-fe4109">{{item.value}}</view>
|
||||
<view class="font-28">{{item.title}}</view>
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
<view class="inner30 bg-fff ulib-rb20">
|
||||
<view class="mt10 text-center"><image style="width:400rpx;height:40rpx;" lazy-load="{{true}}" mode="aspectFill" src="{{imgUrl}}siyutong/ac-tt-1.png"></image></view>
|
||||
<view class="inner30 bg-fff ulib-rb10">
|
||||
<view class="mt10 text-center"><image style="width:300rpx;height:40rpx;" lazy-load="{{true}}" mode="aspectFill" src="{{imgUrl}}siyutong/ac-tt-1.png?v=220207"></image></view>
|
||||
<view>
|
||||
<swiper style="height:370rpx;" indicator-dots="{{swiperOptions.indicatorDots}}"
|
||||
autoplay="{{swiperOptions.autoplay}}" current="{{swiperOptions.current}}"
|
||||
@@ -21,7 +21,7 @@
|
||||
<block wx:for="{{list}}" wx:key="index">
|
||||
<swiper-item>
|
||||
<block wx:for="{{item}}" wx:for-item="it" wx:key="index">
|
||||
<view class="mt20 inner30 relative bg-f3f6fc pr150 ulib-r10" bindtap="pushLink" data-url="/pages/siyutong/activityDetail/index?id={{it.id}}">
|
||||
<view class="mt20 inner30 relative bg-f0f4ff pr150 ulib-r10 {{it.color!='#ff842d'?'opacity-50':''}}" bindtap="pushLink" data-url="/pages/siyutong/activityDetail/index?id={{it.id}}">
|
||||
<view class="text-nowrap font-32 color-333">{{it.title}}</view>
|
||||
<view class="absolute right-0 box-middle mr20">
|
||||
<text class="inline-block pl10 pr10 text-middle font-20 color-fff ulib-r750" style="background-color:{{it.color}};" >{{it.type_name}}</text>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user