Commit 6155b5d295e9f6bd47348f294b573e7b26ce5aff
1 parent
57e194ca
积分签到优化
Showing
2 changed files
with
6 additions
and
5 deletions
packageA/pages/checkin/checkin.wxml
... | ... | @@ -2,8 +2,9 @@ |
2 | 2 | <wxs src="checkin.wxs" module="myUtil"></wxs> |
3 | 3 | <view class="checkin-container"> |
4 | 4 | <view class="rule-container flex"> |
5 | - <view class="points" bindtap="goto" data-url="/pages/user/integral/integral"><image class="coin" src="https://mshop-lib.yolipai.net/template/mobile/new/static/images/integral/coins.png"></image>我的积分</view> | |
6 | 5 | <view class="rule" bindtap="showRules">规则</view> |
6 | + <view class="points" bindtap="goto" data-url="/pages/user/integral/integral"><image class="coin" src="https://mshop-lib.yolipai.net/template/mobile/new/static/images/integral/coins.png"></image>我的积分</view> | |
7 | + | |
7 | 8 | </view> |
8 | 9 | |
9 | 10 | <view class="list flex"> |
... | ... | @@ -59,7 +60,7 @@ |
59 | 60 | <view class="calendar-wrapper"> |
60 | 61 | <view class="calendar-title"> |
61 | 62 | <view>{{year}}年{{month}}月</view> |
62 | - <view class="fs24" style="color:#999;">补签卡:{{res.getkbqnum}}</view> | |
63 | + <view class="fs24" style="color:#999;font-weight:bold">补签卡:{{res.getkbqnum}}</view> | |
63 | 64 | </view> |
64 | 65 | <view class="calendar"> |
65 | 66 | <!-- <view class="selectDate"> --> | ... | ... |
packageA/pages/checkin/checkin.wxss
... | ... | @@ -25,8 +25,8 @@ page, |
25 | 25 | background-color: #FFBC47; |
26 | 26 | color: #333; |
27 | 27 | font-size: 26rpx; |
28 | - border-top-right-radius: 25rpx; | |
29 | - border-bottom-right-radius: 25rpx; | |
28 | + border-top-left-radius: 25rpx; | |
29 | + border-bottom-left-radius: 25rpx; | |
30 | 30 | display: flex; |
31 | 31 | align-items: center; |
32 | 32 | padding-right: 20rpx; |
... | ... | @@ -34,7 +34,7 @@ page, |
34 | 34 | } |
35 | 35 | .rule { |
36 | 36 | padding: 10rpx 20rpx; |
37 | - color: #FFBC47; | |
37 | + color: white; | |
38 | 38 | font-size: 26rpx; |
39 | 39 | } |
40 | 40 | ... | ... |