Commit 547281a18eeb135a8c528cef01b49cf5cef91b9e
1 parent
9ef993a6
专享礼包的优化
Showing
1 changed file
with
2 additions
and
1 deletions
pages/giftpack/mygiftpack/mygiftpack.wxss
... | ... | @@ -178,12 +178,13 @@ |
178 | 178 | |
179 | 179 | .content_box_button button { |
180 | 180 | display: inline-block; |
181 | - width: 160rpx; | |
181 | + min-width: 160rpx; | |
182 | 182 | height: 50rpx; |
183 | 183 | font-size: 25rpx; |
184 | 184 | background: #d41c34; |
185 | 185 | color: #fff; |
186 | 186 | line-height: 50rpx; |
187 | + padding: 0 8rpx; | |
187 | 188 | } |
188 | 189 | |
189 | 190 | .foot_box { | ... | ... |