Commit 4353fecc696c30882ea63634fbcddca240c6aa0d

Authored by zhiyangdu
1 parent eea222cd

积分详情页文字字体大小

src/pages/goodDetails/goodDetails.less
... ... @@ -163,6 +163,7 @@
163 163 }
164 164 .left{
165 165 color: #777777;
  166 + font-weight: 300;
166 167 margin-right:10px;
167 168 width: 204px;
168 169 height:72px;
... ... @@ -189,6 +190,7 @@
189 190 overflow: hidden;
190 191 flex: 1;
191 192 color:#333333;
  193 + font-weight: 400;
192 194 span{
193 195 margin-left: 60px;
194 196 }
... ...