diff --git a/components/goods-list/index.wxss b/components/goods-list/index.wxss index eceddaf..3c70bfa 100644 --- a/components/goods-list/index.wxss +++ b/components/goods-list/index.wxss @@ -8,4 +8,20 @@ .t-toast__content { z-index: 12001 !important; +} + +.popup-sku__price-num { + font-size: 50rpx; + color: #fa4126; + font-weight: bold; + font-family: DIN Alternate; +} + +.popup-sku__price-del { + position: relative; + font-weight: normal; + left: 12rpx; + bottom: 2rpx; + color: #999999; + font-size: 32rpx; } \ No newline at end of file