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; ...@@ -197,6 +197,15 @@ $contentWidth:670px;
197 margin: 0 auto; 197 margin: 0 auto;
198 margin-top: 62px; 198 margin-top: 62px;
199 199
200 .blue-block {
201 position: absolute;
202 top: 2px;
203 left: -40px;
204 width: 10px;
205 height: 44px;
206 background-color: #3b7be0;
207 }
208
200 // 产品标题 209 // 产品标题
201 &-title { 210 &-title {
202 font-size: 36px; 211 font-size: 36px;
......
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
67 </swiper> 67 </swiper>
68 </view> 68 </view>
69 <view class="product"> 69 <view class="product">
70 <view class="blue-block"></view>
70 <view bindtap="toVipLoginHandler" wx:if="{{!isVerify}}" class="verify-btn">去认证</view> 71 <view bindtap="toVipLoginHandler" wx:if="{{!isVerify}}" class="verify-btn">去认证</view>
71 <view class="product-title">产品推荐{{codeStr}}</view> 72 <view class="product-title">产品推荐{{codeStr}}</view>
72 <view class="product-list"> 73 <view class="product-list">
......