Commit 7d442a9ae17987ca9c0d6c9f7625d8333d6ad251
1 parent
4fe8f57e
按钮的边框优化
Showing
1 changed file
with
9 additions
and
0 deletions
pages/giftpack/mygiftpack/mygiftpack.wxss
| ... | ... | @@ -253,6 +253,15 @@ page { |
| 253 | 253 | margin: 0rpx 15rpx; |
| 254 | 254 | } |
| 255 | 255 | |
| 256 | +button{ | |
| 257 | + border-radius: 8rpx !important; overflow: hidden; | |
| 258 | +} | |
| 259 | + | |
| 256 | 260 | .overdue{ |
| 257 | 261 | background-color: rgb(153,153,153) !important; |
| 258 | 262 | } |
| 263 | + | |
| 264 | + | |
| 265 | +button::after{ | |
| 266 | + border: none; | |
| 267 | +} | ... | ... |