Commit 978b96a2f6eb3bffb22cbf504a57f42de3ad5c85
1 parent
8b7b1b9d
按钮颜色优化
Showing
1 changed file
with
6 additions
and
0 deletions
packageE/pages/user/monthgiftbag/monthgiftbag.wxss
... | ... | @@ -185,9 +185,11 @@ |
185 | 185 | color: #fff; |
186 | 186 | line-height: 50rpx; |
187 | 187 | border-radius:10rpx; |
188 | + border: none; | |
188 | 189 | } |
189 | 190 | |
190 | 191 | |
192 | + | |
191 | 193 | .content_box_button button.white { |
192 | 194 | |
193 | 195 | background: #fff; |
... | ... | @@ -265,4 +267,8 @@ page { |
265 | 267 | |
266 | 268 | .content_box_button button.overdue{ |
267 | 269 | background: rgb(153,153,153); |
270 | +} | |
271 | + | |
272 | +.content_box_button button.overdue::after{ | |
273 | + border: none; | |
268 | 274 | } |
269 | 275 | \ No newline at end of file | ... | ... |