productInfo.wxss 1.3 KB

123456789101112131415161718
  1. .grace-common-line{height:16rpx;}
  2. .grace-product-padding{padding:20rpx 25rpx;}
  3. .grace-product-title{line-height:44rpx; font-size:28rpx;}
  4. .grace-product-share{width:80rpx; height:80rpx; text-align:center; font-size:40rpx; color:#FF7900; line-height:80rpx; flex-shrink:0; margin-left:12px;}
  5. .grace-product-share:after{width:0; height:0;}
  6. .grace-product-price{color:#FF7900; line-height:60rpx; font-size:30rpx; font-weight:bold;}
  7. .grace-product-info-img{width:100%;}
  8. .grace-product-attr-info{overflow:hidden; display:flex; justify-content:space-between; border-bottom:1px solid #F1F1F3; padding-bottom:26rpx;}
  9. .grace-product-attr-info-image{width:120rpx; height:auto; margin-right:10px; flex-shrink:0;}
  10. .grace-product-attr-info-body{width:700rpx;}
  11. .grace-product-attr-info-title{width:100%; font-size:28rpx; color:#333333; display:block;}
  12. .grace-product-attr-info-stone{width:100%; font-size:20rpx; margin-top:8rpx; color:#666666; display:block;}
  13. .icon-close{font-size:30rpx; line-height:80rpx; color:#888888;}
  14. /* 调整宫格大小 */
  15. .grace-grids-items{padding:6rpx 0; width:120rpx;}
  16. .grace-grids-icon{height:50rpx; line-height:50rpx; font-size:40rpx; color:#6B7375;}
  17. .grace-grids-text{line-height:28rpx; font-size:20rpx; margin-top:2px; color:#6B7375;}
  18. .grace-footer-active{color:#FF0036;}