Browse Source

Merge remote-tracking branch 'origin/jeffrey/feat/coupon-center' into jeffrey/feat/coupon-center

kk.shi 3 years ago
parent
commit
5f40efe207
1 changed files with 3 additions and 2 deletions
  1. 3 2
      pages/luckDraw/detail.wxss

+ 3 - 2
pages/luckDraw/detail.wxss

@@ -109,11 +109,12 @@ page {
     width: 178rpx;
     height: 38rpx;
     border-radius: 30rpx;
-    background: #FF7A95;
-    color: #fff;
+    background: #E9C597;
+    color: #B01717;
     font-size: 24rpx;
     text-align: center;
     margin: 20rpx auto;
+    font-weight: 600;
 }
 
 .luck-draw-gifts {