Commit 14f9da648f2aa9345ac455d3a68f7f7ed7f388a7
1 parent
147d99b8
规则说明详情页
Showing
2 changed files
with
3 additions
and
3 deletions
src/pages/healthGoodDetails/healthGoodDetails.less
| @@ -113,12 +113,12 @@ | @@ -113,12 +113,12 @@ | ||
| 113 | text-align: left; | 113 | text-align: left; |
| 114 | font-size: 28px; | 114 | font-size: 28px; |
| 115 | font-weight: 500; | 115 | font-weight: 500; |
| 116 | - margin-top:40px; | 116 | + margin-top:56px; |
| 117 | } | 117 | } |
| 118 | .desc{ | 118 | .desc{ |
| 119 | text-align: left; | 119 | text-align: left; |
| 120 | color: #666666; | 120 | color: #666666; |
| 121 | - margin-top: 10px; | 121 | + margin-top: 15px; |
| 122 | } | 122 | } |
| 123 | } | 123 | } |
| 124 | .good-desc{ | 124 | .good-desc{ |
src/pages/healthGoodDetails/healthGoodDetails.vue
| @@ -57,7 +57,7 @@ | @@ -57,7 +57,7 @@ | ||
| 57 | </div> | 57 | </div> |
| 58 | <!-- 健康商品信息 --> | 58 | <!-- 健康商品信息 --> |
| 59 | <div class="good-title"> | 59 | <div class="good-title"> |
| 60 | - <span class="left"></span>兑换规则<span class="right"></span> | 60 | + <span class="left"></span>规则说明<span class="right"></span> |
| 61 | </div> | 61 | </div> |
| 62 | <!-- 商品来源 --> | 62 | <!-- 商品来源 --> |
| 63 | <div class="health_desc"> | 63 | <div class="health_desc"> |