Commit 2e4d7ae34ac21f1fc8d4f875154f9611c8c9284c

Authored by 王强
1 parent 8456cead

购好物,店铺首页,is-hide相关UI优化~

src/pages/actList/actList.less
... ... @@ -27,9 +27,9 @@
27 27 }
28 28 &.is-cnlive {
29 29 height: 93px;
30   - }
31   - &.is-hide {
32   - height: 0px;
  30 + &.is-hide {
  31 + height: 0px;
  32 + }
33 33 }
34 34 &.tabsFixed {
35 35 &.is-open-app {
... ... @@ -37,9 +37,9 @@
37 37 }
38 38 &.is-cnlive {
39 39 height: 185px;
40   - }
41   - &.is-hide {
42   - height: 90px;
  40 + &.is-hide {
  41 + height: 90px;
  42 + }
43 43 }
44 44 }
45 45 }
... ...
src/pages/shopList/shopList.less
... ... @@ -27,9 +27,9 @@
27 27 }
28 28 &.is-cnlive {
29 29 height: 93px;
30   - }
31   - &.is-hide {
32   - height: 0px;
  30 + &.is-hide {
  31 + height: 0px;
  32 + }
33 33 }
34 34 &.tabsFixed {
35 35 &.is-open-app {
... ... @@ -37,9 +37,9 @@
37 37 }
38 38 &.is-cnlive {
39 39 height: 185px;
40   - }
41   - &.is-hide {
42   - height: 90px;
  40 + &.is-hide {
  41 + height: 90px;
  42 + }
43 43 }
44 44 }
45 45 }
... ...