Commit c619a77f4a2554a1c8d7fa3f037335c789789ce5

Authored by 王强
1 parent 89e8e489

购好物首页:

1、解决热销排行滑动宽度问题
2、解决loading层被遮盖问题
src/pages/common/common.less
@@ -38,3 +38,8 @@ body { @@ -38,3 +38,8 @@ body {
38 font-size: 30px; 38 font-size: 30px;
39 line-height: 100px; 39 line-height: 100px;
40 } 40 }
  41 +.mint-indicator {
  42 + .mint-indicator-wrapper {
  43 + z-index: 300;
  44 + }
  45 +}
41 \ No newline at end of file 46 \ No newline at end of file
src/pages/optimization2/optimization2.less
@@ -113,7 +113,12 @@ @@ -113,7 +113,12 @@
113 padding: 40px 0 30px 0; 113 padding: 40px 0 30px 0;
114 } 114 }
115 &.hot-box { 115 &.hot-box {
116 - 116 + /deep/.components-box {
  117 + width: 710px;
  118 + > .box {
  119 + width: 710px;
  120 + }
  121 + }
117 } 122 }
118 &.sub-banner-box { 123 &.sub-banner-box {
119 // width: 100%; 124 // width: 100%;