Commit 5bf66926a4baa539fc4a485854023fbdc9cb605d

Authored by 王强
1 parent 7d711b1c

优选库,优选首页兼容性处理,折扣专区、积分商城的title部分设置高度,否则部分手机兼容有问题,会变得非常高~

src/pages/optimization2/optimization2.less
... ... @@ -34,6 +34,9 @@
34 34 border-radius: 24px;
35 35 overflow: hidden;
36 36 &.shop-list {
  37 + /deep/ .text-bg-title-com {
  38 + height: 76px;
  39 + }
37 40 .header-img-box {
38 41 width: 100%;
39 42 height: 100%;
... ...