This commit is contained in:
老叶
2021-10-18 10:18:55 +08:00
parent e73e5a45f6
commit 9528e3fcbe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<view class="relative pl30 pr30 color-fff">
<view class="pt30 pb60 text-center color-fff">
<view class="font-44">分享素材,获得属于你的专属客户</view>
<view class="mt10 font-28">所有报名用户都会直接进入你的客户</view>
<view class="mt10 font-28">所有报名用户都会直接进入你的客户</view>
</view>
</view>
+2 -2
View File
@@ -1,8 +1,8 @@
<view class="fixed top-0 left-0 bottom-0 bg-f8 con-160 z-index-0" style='overflow-y:auto'>
<view class="bg-fff">
<block wx:for='{{cate_list}}' wx:for-item='item' wx:key='index'>
<view class="relative topicSort pt35 pb35 pl15 pr15 font-24 {{cateIndex == index?'active bg-fff':'bg-f8 color-666'}} {{cateIndex == index-1?'ulib-rtr20':''}} {{cateIndex == index+1?'ulib-rbr20':''}}" bindtap='choosingCate' data-index='{{index}}'>
<view class="text-nowrap line-height-90">{{item.name}}</view>
<view class="relative topicSort pt40 pb40 pl20 font-24 {{cateIndex == index?'active bg-fff':'bg-f8 color-666'}} {{cateIndex == index-1?'ulib-rtr20':''}} {{cateIndex == index+1?'ulib-rbr20':''}}" bindtap='choosingCate' data-index='{{index}}'>
<view class="pl5">{{item.name}}</view>
</view>
</block>
</view>