detail.wxss 654 B

1234567891011121314
  1. /* 轮播图 */
  2. .swiper-box{width:750rpx;height:750rpx;}
  3. .imgw{width:750rpx;height:750rpx;}
  4. /* 商品说明 */
  5. .ui-product-info {padding-top: 20rpx;padding-bottom: 20rpx;position: relative;background: #fff;}
  6. .ui-whitespace {padding: 0 30rpx;box-sizing: border-box;}
  7. .ui-whitespace .sale_num {float:right;font-size:24rpx;color:#666;margin-top:16rpx;}
  8. .ui-txt-warning{color: #fb315d;margin-top:10rpx;}
  9. .ui-product-info .strong {font-size: 52rpx;display: inline-block;vertical-align: bottom;line-height: 60rpx;}
  10. /* 底部 */
  11. .space {width:750rpx;height:calc(100rpx + env(safe-area-inset-bottom) / 2);}
  12. .shop {position: fixed;left:0;bottom:0;width:750rpx;}