Commit ed3c67b027dfe3bb68ac0cdaa8123f11d4105c16

Authored by 后端研发-倪永富
1 parent e0ac0940

券对齐不了的修改

pages/giftpack/festival/festival.wxss
... ... @@ -137,7 +137,6 @@
137 137 background-repeat: no-repeat;
138 138 border-radius: 20rpx;
139 139 height: 250rpx;
140   - margin: 5rpx;
141 140 }
142 141  
143 142 .img1 {
... ...
pages/giftpack/newvipgift/newvipgift.wxss
... ... @@ -126,7 +126,7 @@
126 126 }
127 127  
128 128 .top_card {
129   - width: calc(50% - 30rpx);
  129 + width: 355rpx;
130 130 display: inline-block;
131 131 margin: 15rpx;
132 132 }
... ...