Commit 029896e91820857f03ad2acf35c16f3509efd2f5
1 parent
5b082894
去掉斜字体
Showing
1 changed file
with
2 additions
and
2 deletions
packageC/pages/presell/goodsInfo/goodsInfo.wxss
... | ... | @@ -2301,13 +2301,13 @@ right:87rpx; |
2301 | 2301 | background: #e5e5e5; |
2302 | 2302 | } |
2303 | 2303 | .xc-qt-price{ |
2304 | - font-style: italic; | |
2304 | + /* font-style: italic; */ | |
2305 | 2305 | top:-23rpx; |
2306 | 2306 | left:40rpx; |
2307 | 2307 | color: #fff; |
2308 | 2308 | } |
2309 | 2309 | .presell_price{ |
2310 | - font-style: italic; | |
2310 | + /* font-style: italic; */ | |
2311 | 2311 | |
2312 | 2312 | top: 23rpx; |
2313 | 2313 | left:40rpx; | ... | ... |