Authored by 郭成尧

Merge branch 'feature/payEnd' into 'release/5.4'

资源位接口升版本



See merge request !110
@@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test'; @@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test';
11 11
12 module.exports = { 12 module.exports = {
13 app: 'h5', 13 app: 'h5',
14 - appVersion: '5.3.0', // 调用api的版本 14 + appVersion: '5.4', // 调用api的版本
15 port: 6001, 15 port: 6001,
16 siteUrl: '//m.yohobuy.com', 16 siteUrl: '//m.yohobuy.com',
17 assetUrl: '//127.0.0.1:5001', 17 assetUrl: '//127.0.0.1:5001',
@@ -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 }