Commit e5028f235687bcbd1a3f850cf17b5b3b5ee3e145

Authored by yvan.ni
1 parent 3f2e4f64

等级卡显示BUG

components/goods_list/goods_list.wxss
... ... @@ -151,6 +151,6 @@ color: #b9b9b9;
151 151 }
152 152  
153 153 .line_th{ text-decoration: line-through}
154   -.card_bg {display: flex; width: 106rpx;height: 28rpx; align-items: center; border-radius: 26rpx; font-size: 19rpx;
  154 +.card_bg {display: flex; width: 108rpx;height: 28rpx; align-items: center; border-radius: 26rpx; font-size: 19rpx;
155 155 background: #333; color: #fff; justify-content: center; margin-left: 2rpx;}
156 156 .card_bg image{ width: 19rpx; height: 19rpx; margin-right: 1rpx;}
157 157 \ No newline at end of file
... ...
pages/goods/goodsList/goodsList.wxss
... ... @@ -155,6 +155,6 @@
155 155 width: 300rpx;
156 156 }
157 157  
158   -.card_bg {display: flex; width: 106rpx;height: 28rpx; align-items: center; border-radius: 26rpx; font-size: 19rpx;
159   -background: #333; color: #fff; justify-content: center; margin-left: 4rpx;}
  158 +.card_bg {display: flex; width: 108rpx;height: 28rpx; align-items: center; border-radius: 26rpx; font-size: 19rpx;
  159 +background: #333; color: #fff; justify-content: center; margin-left: 4rpx;margin-top:8rpx }
160 160 .card_bg image{ width: 19rpx; height: 19rpx; margin-right: 1rpx;}
... ...
pages/goods/search/search.wxss
... ... @@ -226,6 +226,6 @@
226 226 margin-left: 15rpx;
227 227 }
228 228  
229   -.card_bg {display: flex; width: 106rpx;height: 28rpx; align-items: center; border-radius: 26rpx; font-size: 19rpx;
230   -background: #333; color: #fff; justify-content: center; margin-left: 2rpx;}
  229 +.card_bg {display: flex; width: 108rpx;height: 28rpx; align-items: center; border-radius: 26rpx; font-size: 19rpx;
  230 +background: #333; color: #fff; justify-content: center; margin-left: 2rpx; margin-top:8rpx }
231 231 .card_bg image{ width: 19rpx; height: 19rpx; margin-right: 1rpx;}
... ...