Commit 1d8f2181dc1ab9049aeda797e1f392e47f52792e

Authored by 后端研发-苏泰源
1 parent 3d7ee4c2

商品列表标题字体大小修改

pages/goods/goodsList/goodsList.wxss
... ... @@ -114,13 +114,13 @@ page {
114 114 }
115 115  
116 116 .item-cont .title {
117   - font-size: 26rpx;
  117 + font-size: 30rpx;
118 118 height: 72rpx;
119 119 margin-bottom: 20rpx;
120 120 /* padding-right: 10rpx; */
121 121 line-height: 36rpx;
122 122 color: #2C2C2C;
123   - text-align: justify;
  123 + /* text-align: justify; */
124 124 overflow: hidden;
125 125 }
126 126  
... ...