|
|
|
@ -1,5 +1,14 @@ |
|
|
|
/* pages/goods-detail/goods-detail.wxss */ |
|
|
|
|
|
|
|
/* 引入阿里巴巴普惠体 */ |
|
|
|
@font-face { |
|
|
|
font-family: 'AlibabaPuHuiTi'; |
|
|
|
src: url('https://at.alicdn.com/t/c/font_4596467_7k3j4t9v1i.woff2') format('woff2'), |
|
|
|
url('https://at.alicdn.com/t/c/font_4596467_7k3j4t9v1i.woff') format('woff'); |
|
|
|
font-weight: normal; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
|
|
|
|
/* 页面容器 */ |
|
|
|
.goods-detail-page { |
|
|
|
min-height: 100vh; |
|
|
|
@ -7,6 +16,11 @@ |
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif; |
|
|
|
} |
|
|
|
|
|
|
|
/* 规格信息字体设置 */ |
|
|
|
.goods-detail-content .weight-quantity-info .wq-list .wq-item { |
|
|
|
font-family: 'AlibabaPuHuiTi', sans-serif; |
|
|
|
} |
|
|
|
|
|
|
|
/* 弹窗显示时固定页面滚动 */ |
|
|
|
.no-scroll { |
|
|
|
overflow: hidden !important; |
|
|
|
@ -752,10 +766,22 @@ video.slider-media .wx-video-volume-icon { |
|
|
|
} |
|
|
|
|
|
|
|
.wq-text { |
|
|
|
font-size: 20px; |
|
|
|
color: #595959; |
|
|
|
line-height: 1.5; |
|
|
|
font-weight: 600; |
|
|
|
color: #595959; |
|
|
|
} |
|
|
|
|
|
|
|
.wq-spec { |
|
|
|
font-size: 20px; |
|
|
|
color: #333333; |
|
|
|
font-weight: 500; |
|
|
|
} |
|
|
|
|
|
|
|
.wq-price { |
|
|
|
font-size: 18px; |
|
|
|
color: #666666; |
|
|
|
font-weight: 400; |
|
|
|
margin-left: 10rpx; |
|
|
|
} |
|
|
|
|
|
|
|
/* 对比价格弹窗样式 */ |
|
|
|
|