wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6cd328e5ca000384dc0b5a2435faa7257093e657
Authored by
后端研发-倪永富
2020-10-27 16:34:36 +0800
1 parent
48746970
助力活动背景样式修复
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
pages/user/assistance/assistance.wxss
pages/user/assistance/assistance.wxss
View file @
6cd328e
1
-
page {
1
+
.
page {
2
2
/* background-color: rgb(208, 17, 25); */
3
3
/* width: 100%;
4
4
height: 100%; */
5
-
5
+ /* height: 100%; */
6
6
}
7
7
8
8
.page {
9
-
/* height: 100vh; */
9
+
height: 100vh;
10
10
}
11
11
12
12
...
...