Showing
2 changed files
with
11 additions
and
6 deletions
@@ -16,7 +16,8 @@ const _ = require('lodash'); | @@ -16,7 +16,8 @@ const _ = require('lodash'); | ||
16 | const _getBanner = (param) => { | 16 | const _getBanner = (param) => { |
17 | return serviceAPI.get('operations/api/v5/resource/get', { | 17 | return serviceAPI.get('operations/api/v5/resource/get', { |
18 | content_code: param.contentCode, | 18 | content_code: param.contentCode, |
19 | - platform: 'iphone' | 19 | + platform: 'iphone', |
20 | + app_version: '5.4' | ||
20 | }, { | 21 | }, { |
21 | code: 200 | 22 | code: 200 |
22 | }).then((result) => { | 23 | }).then((result) => { |
@@ -114,10 +114,11 @@ | @@ -114,10 +114,11 @@ | ||
114 | 114 | ||
115 | .fraud-prompt { | 115 | .fraud-prompt { |
116 | height: 62px; | 116 | height: 62px; |
117 | - line-height: 62px; | 117 | + line-height: 63px; |
118 | background-color: #ff7579; | 118 | background-color: #ff7579; |
119 | color: #fff; | 119 | color: #fff; |
120 | overflow: hidden; | 120 | overflow: hidden; |
121 | + background-size: 20% 60%; | ||
121 | } | 122 | } |
122 | 123 | ||
123 | .fraud-tip { | 124 | .fraud-tip { |
@@ -125,11 +126,14 @@ | @@ -125,11 +126,14 @@ | ||
125 | } | 126 | } |
126 | 127 | ||
127 | .tip { | 128 | .tip { |
128 | - margin: 19px 10px 0 0; | 129 | + margin-right: 10px; |
129 | width: 20px; | 130 | width: 20px; |
130 | - height: 24px; | ||
131 | - background: resolve("cart/person-tip.png") no-repeat; | 131 | + height: 62px; |
132 | + background: resolve("cart/person-tip.png") no-repeat center; | ||
132 | float: left; | 133 | float: left; |
133 | - background-size: 100% 100%; | 134 | + background-size: 100% 39%; |
135 | + line-height: 24px; | ||
136 | + display: inline-block; | ||
137 | + background-position: center; | ||
134 | } | 138 | } |
135 | } | 139 | } |
-
Please register or login to post a comment