2d8f6e03 by simon

默认提交

1 parent 42cb6c6d

49.7 KB | W: | H:

7.36 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -197,6 +197,15 @@ $contentWidth:670px;
margin: 0 auto;
margin-top: 62px;
.blue-block {
position: absolute;
top: 2px;
left: -40px;
width: 10px;
height: 44px;
background-color: #3b7be0;
}
// 产品标题
&-title {
font-size: 36px;
......
......@@ -67,6 +67,7 @@
</swiper>
</view>
<view class="product">
<view class="blue-block"></view>
<view bindtap="toVipLoginHandler" wx:if="{{!isVerify}}" class="verify-btn">去认证</view>
<view class="product-title">产品推荐{{codeStr}}</view>
<view class="product-list">
......