Commit e824e0177991377069c1840bd9d91e57617ca2b9
1 parent
f1af83f4
购好物,去掉.postcsssrc.js的忽略van样式选项~
Showing
2 changed files
with
7 additions
and
1 deletions
.postcssrc.js
| @@ -16,7 +16,7 @@ module.exports = { | @@ -16,7 +16,7 @@ module.exports = { | ||
| 16 | "viewportHeight": 1334, | 16 | "viewportHeight": 1334, |
| 17 | "unitPrecision": 2, | 17 | "unitPrecision": 2, |
| 18 | "viewportUnit": 'vw', | 18 | "viewportUnit": 'vw', |
| 19 | - "selectorBlackList": ['.ignore', '.hairlines', "van"], | 19 | + "selectorBlackList": ['.ignore', '.hairlines'], |
| 20 | "minPixelValue": 1, | 20 | "minPixelValue": 1, |
| 21 | "mediaQuery": false | 21 | "mediaQuery": false |
| 22 | }, | 22 | }, |
src/pages/labourUnion/labourUnion.less
| @@ -198,6 +198,12 @@ | @@ -198,6 +198,12 @@ | ||
| 198 | font-size: 28px; | 198 | font-size: 28px; |
| 199 | font-weight: 400; | 199 | font-weight: 400; |
| 200 | } | 200 | } |
| 201 | + .van-loading__text { | ||
| 202 | + margin-bottom: 30px; | ||
| 203 | + color: #333333; | ||
| 204 | + font-size: 28px; | ||
| 205 | + font-weight: 400; | ||
| 206 | + } | ||
| 201 | } | 207 | } |
| 202 | } | 208 | } |
| 203 | /deep/ .van-list__finished-text { | 209 | /deep/ .van-list__finished-text { |