默认提交
Showing
3 changed files
with
10 additions
and
0 deletions
... | @@ -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"> | ... | ... |
-
Please register or sign in to post a comment