Commit 978b96a2f6eb3bffb22cbf504a57f42de3ad5c85

Authored by yvan.ni
1 parent 8b7b1b9d

按钮颜色优化

packageE/pages/user/monthgiftbag/monthgiftbag.wxss
@@ -185,9 +185,11 @@ @@ -185,9 +185,11 @@
185 color: #fff; 185 color: #fff;
186 line-height: 50rpx; 186 line-height: 50rpx;
187 border-radius:10rpx; 187 border-radius:10rpx;
  188 + border: none;
188 } 189 }
189 190
190 191
  192 +
191 .content_box_button button.white { 193 .content_box_button button.white {
192 194
193 background: #fff; 195 background: #fff;
@@ -265,4 +267,8 @@ page { @@ -265,4 +267,8 @@ page {
265 267
266 .content_box_button button.overdue{ 268 .content_box_button button.overdue{
267 background: rgb(153,153,153); 269 background: rgb(153,153,153);
  270 +}
  271 +
  272 +.content_box_button button.overdue::after{
  273 + border: none;
268 } 274 }
269 \ No newline at end of file 275 \ No newline at end of file