Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c8af4cce45d52a385c774610c9b6d1a0ff7f7860
Authored by
zhiyangdu
2021-03-25 18:03:33 +0800
1 parent
5dccb9e2
固定头部
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/pages/healthMall/healthMall.less
src/pages/healthMall/healthMall.less
View file @
c8af4cc
...
...
@@ -9,6 +9,11 @@
9
9
.column-list-box{
10
10
margin-top:40px;
11
11
}
12
+ .back-box{
13
+ background-color: #FFF;
14
+ position:fixed;
15
+ z-index:1;
16
+ }
12
17
.no_more{
13
18
width:100%;
14
19
height: 37px;
...
...