Commit 547281a18eeb135a8c528cef01b49cf5cef91b9e

Authored by yvan.ni
1 parent 9ef993a6

专享礼包的优化

pages/giftpack/mygiftpack/mygiftpack.wxss
@@ -178,12 +178,13 @@ @@ -178,12 +178,13 @@
178 178
179 .content_box_button button { 179 .content_box_button button {
180 display: inline-block; 180 display: inline-block;
181 - width: 160rpx; 181 + min-width: 160rpx;
182 height: 50rpx; 182 height: 50rpx;
183 font-size: 25rpx; 183 font-size: 25rpx;
184 background: #d41c34; 184 background: #d41c34;
185 color: #fff; 185 color: #fff;
186 line-height: 50rpx; 186 line-height: 50rpx;
  187 + padding: 0 8rpx;
187 } 188 }
188 189
189 .foot_box { 190 .foot_box {