Commit 00627d94f58d9288d2479b4f4bc13a4d71b6c0ec

Authored by zhiyangdu
1 parent e5aa130a

样式优化

src/pages/goodDetails/goodDetails.less
... ... @@ -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;
... ...