Commit ec0d778653b156994963eada7f10af50ef59c25c

Authored by 后端开发-许程
1 parent 3b9b13b6

首页 秒杀样式 调整

pages/activity/seckill_list/seckill_list.wxss
... ... @@ -158,7 +158,7 @@ padding-top: 43rpx;
158 158  
159 159 .xc-miaosha{
160 160 width: 50rpx;
161   -height: 40rpx;
  161 +height: 35rpx;
162 162  
163 163 }
164 164 .xc-strip-frame{
... ...
pages/index/index/index.wxml
... ... @@ -75,7 +75,7 @@
75 75 </view>
76 76  
77 77  
78   - <view class="flex-center-around mar-top" >
  78 + <view class="flex-center-around {{banner==null?'mar-top':'mar-tops'}}" >
79 79 <view class="flex">
80 80 <view class="circle white xc-hook fs20 yellow-b">Г
81 81 </view>
... ...
pages/index/index/index.wxss
... ... @@ -122,7 +122,7 @@ left: 10%;
122 122 height: 368rpx;
123 123 }
124 124 .title-img{
125   - margin-top: 150rpx;
  125 + margin-top: 110rpx;
126 126  
127 127 margin-bottom: 15rpx;
128 128  
... ... @@ -284,7 +284,7 @@ left: 10%;
284 284 .seckill-list image.status_img{
285 285 width: 100rpx; height: 35rpx;
286 286 position: absolute;
287   - top: 5rpx; left: 10rpx; z-index: 5;
  287 + top: 0rpx; left: 10rpx; z-index: 5;
288 288 }
289 289  
290 290 .seckill-list view.status_view{
... ... @@ -695,6 +695,9 @@ left: 43%;
695 695 .mar-top{
696 696 margin-top: 20rpx;
697 697 }
  698 +.mar-tops{
  699 + margin-top: 10rpx;
  700 +}
698 701  
699 702 .pt_active{ animation: sport 0.5s;}
700 703 @keyframes sport {
... ...