Commit 6cd328e5ca000384dc0b5a2435faa7257093e657
1 parent
48746970
助力活动背景样式修复
Showing
1 changed file
with
3 additions
and
3 deletions
pages/user/assistance/assistance.wxss
| 1 | -page { | 1 | +.page { |
| 2 | /* background-color: rgb(208, 17, 25); */ | 2 | /* background-color: rgb(208, 17, 25); */ |
| 3 | /* width: 100%; | 3 | /* width: 100%; |
| 4 | height: 100%; */ | 4 | height: 100%; */ |
| 5 | - | 5 | + /* height: 100%; */ |
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | .page { | 8 | .page { |
| 9 | - /* height: 100vh; */ | 9 | + height: 100vh; |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | 12 |