Commit 195ea8e9733e484ecbcc4050e47c12c2537ab28e

Authored by 王强
1 parent 41375e95

购好物,首页“好物推荐”列表宽度调整~

src/pages/optimization2/optimization2.less
... ... @@ -144,6 +144,18 @@
144 144 .title-box {
145 145 & + .column-list-box {
146 146 margin-top: 30px;
  147 + /deep/ .box {
  148 + width: 100%;
  149 + .item-box {
  150 + width: 340px;
  151 + height: auto;
  152 + .item {
  153 + .img-box {
  154 + height: 340px;
  155 + }
  156 + }
  157 + }
  158 + }
147 159 }
148 160 }
149 161 }
... ...