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
00627d94f58d9288d2479b4f4bc13a4d71b6c0ec
Authored by
zhiyangdu
2020-12-09 18:53:23 +0800
1 parent
e5aa130a
样式优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/pages/goodDetails/goodDetails.less
src/pages/goodDetails/goodDetails.less
View file @
00627d9
...
...
@@ -15,10 +15,12 @@
15
15
}
16
16
.call-app-box{
17
17
position: fixed;
18
+ z-index:1;
18
19
}
19
20
.back-box{
20
21
background-color: #FFF;
21
22
position:fixed;
23
+ z-index:1;
22
24
}
23
25
.goods-img{
24
26
display: block;
...
...