Commit 0a9691c9425e2776322caebfa98b651694498ac9
1 parent
4c3864d8
样式 调整 图片更换
Showing
3 changed files
with
17 additions
and
20 deletions
pages/activity/seckill_list/seckill_list.wxss
pages/index/index/index.wxml
... | ... | @@ -76,24 +76,23 @@ |
76 | 76 | |
77 | 77 | |
78 | 78 | <view class="flex-center-around {{banner==null?'mar-top':'mar-tops'}}" > |
79 | - <view class="flex"> | |
80 | - <view class="circle white xc-hook fs20 yellow-b">Г | |
81 | - </view> | |
82 | - <text class="yellow-co fs22 margin-left">人工优先</text> | |
79 | + <view class="flex-vertical"> | |
80 | + <image class="xc-hook" src="{{url}}/miniapp/images/index/youxuan.png"> | |
81 | + </image> | |
82 | + <text class="yellow-co fs26 margin-left">人工优先</text> | |
83 | 83 | </view> |
84 | 84 | |
85 | 85 | |
86 | - <view class="flex"> | |
87 | - | |
88 | - <view class="circle white xc-hook fs20 yellow-b">Г | |
89 | - </view> | |
90 | - <text class="yellow-co fs22 margin-left">正品保证</text> | |
86 | + <view class="flex-vertical"> | |
87 | + <image class="xc-hook" src="{{url}}/miniapp/images/index/zhengpin.png"> | |
88 | + </image> | |
89 | + <text class="yellow-co fs26 margin-left">正品保证</text> | |
91 | 90 | </view> |
92 | 91 | |
93 | - <view class="flex"> | |
94 | - <view class="circle white xc-hook fs20 yellow-b">Г | |
95 | - </view> | |
96 | - <text class="yellow-co fs22 margin-left">售后无忧</text> | |
92 | + <view class="flex-vertical"> | |
93 | + <image class="xc-hook" src="{{url}}/miniapp/images/index/shouhou.png"> | |
94 | + </image> | |
95 | + <text class="yellow-co fs26 margin-left">售后无忧</text> | |
97 | 96 | </view> |
98 | 97 | </view> |
99 | 98 | ... | ... |
pages/index/index/index.wxss
... | ... | @@ -340,11 +340,9 @@ border-radius: 10rpx; |
340 | 340 | |
341 | 341 | } |
342 | 342 | .xc-hook{ |
343 | - width: 30rpx; | |
344 | - height: 30rpx; | |
345 | - transform: rotate(-145deg); | |
346 | -line-height: 35rpx; | |
347 | -text-align: center; | |
343 | + width: 52rpx; | |
344 | + height: 52rpx; | |
345 | + | |
348 | 346 | |
349 | 347 | } |
350 | 348 | .margin-left{ | ... | ... |