Commit c8af4cce45d52a385c774610c9b6d1a0ff7f7860

Authored by zhiyangdu
1 parent 5dccb9e2

固定头部

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