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