Commit 6baaabee44b157a9fd27c1d5d612c3e22bcbebfe
1 parent
e4b93e1a
修改样式
Showing
2 changed files
with
5 additions
and
5 deletions
pages/index/index/index.wxml
... | ... | @@ -122,7 +122,7 @@ |
122 | 122 | <view class="seckill-time"> |
123 | 123 | <view class="classname flex"> |
124 | 124 | <image class="clock-img" src="{{url}}/miniapp/images/clock.png"></image> |
125 | - <image class="seckill-ttitle-img"src="{{url}}/miniapp/images/seckill-ttitle.png"></image> | |
125 | + <image class="seckill-ttitle-img height"src="{{url}}/miniapp/images/seckill-ttitle.png"></image> | |
126 | 126 | </view> |
127 | 127 | <view class="flex seckill-list"> |
128 | 128 | <text class="fs24 xc-marfin-right">查看全部</text> | ... | ... |
pages/index/index/index.wxss
... | ... | @@ -388,10 +388,10 @@ margin-right: 8rpx; |
388 | 388 | } |
389 | 389 | .classname .seckill-ttitle-img{ |
390 | 390 | width:150rpx; |
391 | - height: 40rpx; | |
392 | - | |
393 | - | |
394 | - | |
391 | + height: 40rpx; | |
392 | +} | |
393 | +.seckill-ttitle-img.height{ | |
394 | + height: 35rpx | |
395 | 395 | } |
396 | 396 | .split-line{ |
397 | 397 | width:100%;height:10rpx;background:#eee; | ... | ... |