默认提交
Showing
2 changed files
with
8 additions
and
6 deletions
| ... | @@ -131,7 +131,7 @@ $blessContentLabelWidth: 650px; | ... | @@ -131,7 +131,7 @@ $blessContentLabelWidth: 650px; |
| 131 | font-size: 46px; | 131 | font-size: 46px; |
| 132 | font-weight: 500; | 132 | font-weight: 500; |
| 133 | text-align: center; | 133 | text-align: center; |
| 134 | color: #fee085; | 134 | color: #333333; |
| 135 | width: $blessContentWidth; | 135 | width: $blessContentWidth; |
| 136 | margin: 0 auto; | 136 | margin: 0 auto; |
| 137 | } | 137 | } |
| ... | @@ -141,7 +141,7 @@ $blessContentLabelWidth: 650px; | ... | @@ -141,7 +141,7 @@ $blessContentLabelWidth: 650px; |
| 141 | font-size: 48px; | 141 | font-size: 48px; |
| 142 | font-weight: 600; | 142 | font-weight: 600; |
| 143 | text-align: center; | 143 | text-align: center; |
| 144 | color: #fee085; | 144 | color: #333333; |
| 145 | 145 | ||
| 146 | .portrait { | 146 | .portrait { |
| 147 | margin: 24px auto 0; | 147 | margin: 24px auto 0; |
| ... | @@ -159,7 +159,7 @@ $blessContentLabelWidth: 650px; | ... | @@ -159,7 +159,7 @@ $blessContentLabelWidth: 650px; |
| 159 | font-size: 48px; | 159 | font-size: 48px; |
| 160 | font-weight: 500; | 160 | font-weight: 500; |
| 161 | text-align: center; | 161 | text-align: center; |
| 162 | color: #fee085; | 162 | color: #333333; |
| 163 | } | 163 | } |
| 164 | 164 | ||
| 165 | &-edit { | 165 | &-edit { |
| ... | @@ -322,7 +322,7 @@ $blessContentLabelWidth: 650px; | ... | @@ -322,7 +322,7 @@ $blessContentLabelWidth: 650px; |
| 322 | font-size: 48px; | 322 | font-size: 48px; |
| 323 | font-weight: 500; | 323 | font-weight: 500; |
| 324 | text-align: center; | 324 | text-align: center; |
| 325 | color: #fee085; | 325 | color: #333333; |
| 326 | margin-top: 48px; | 326 | margin-top: 48px; |
| 327 | } | 327 | } |
| 328 | } | 328 | } | ... | ... |
| ... | @@ -140,8 +140,10 @@ | ... | @@ -140,8 +140,10 @@ |
| 140 | </view> | 140 | </view> |
| 141 | </block> | 141 | </block> |
| 142 | <block wx:else> | 142 | <block wx:else> |
| 143 | <view bindtap="onBlessMakeHandler" class="btn btn2">定制我的祝福</view> | 143 | <view class="btn-wrap"> |
| 144 | <button open-type="share" class="btn btn2">送祝福给亲友</button> | 144 | <view bindtap="onBlessMakeHandler" class="btn btn1">定制我的祝福</view> |
| 145 | <button open-type="share" class="btn btn2">送祝福给亲友</button> | ||
| 146 | </view> | ||
| 145 | </block> | 147 | </block> |
| 146 | </block> | 148 | </block> |
| 147 | <!-- 组队 --> | 149 | <!-- 组队 --> | ... | ... |
-
Please register or sign in to post a comment