Commit 0a9691c9425e2776322caebfa98b651694498ac9

Authored by 后端开发-许程
1 parent 4c3864d8

样式 调整 图片更换

pages/activity/seckill_list/seckill_list.wxss
@@ -157,8 +157,8 @@ padding-top: 43rpx; @@ -157,8 +157,8 @@ padding-top: 43rpx;
157 } 157 }
158 158
159 .xc-miaosha{ 159 .xc-miaosha{
160 -width: 50rpx;  
161 -height: 35rpx; 160 +width: 68rpx;
  161 +height: 40rpx;
162 162
163 } 163 }
164 .xc-strip-frame{ 164 .xc-strip-frame{
pages/index/index/index.wxml
@@ -76,24 +76,23 @@ @@ -76,24 +76,23 @@
76 76
77 77
78 <view class="flex-center-around {{banner==null?'mar-top':'mar-tops'}}" > 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 </view> 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 </view> 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 </view> 96 </view>
98 </view> 97 </view>
99 98
pages/index/index/index.wxss
@@ -340,11 +340,9 @@ border-radius: 10rpx; @@ -340,11 +340,9 @@ border-radius: 10rpx;
340 340
341 } 341 }
342 .xc-hook{ 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 .margin-left{ 348 .margin-left{