top.wxss 787 B

1234567891011
  1. /* 产品 */
  2. .box{display: flex;padding:10rpx;margin:10rpx;background: #fff;margin-bottom:5px;box-sizing:border-box;}
  3. .box .box-img{width:180rpx;}
  4. .box .box-img image{width: 180rpx;height: 180rpx;vertical-align: middle;border-radius: 5px;}
  5. .box .box-flex{flex: 1;padding:0px 8rpx;}
  6. .box .box-flex .name{line-height:40rpx;font-size: 28rpx;height:80rpx;text-overflow: ellipsis;overflow: hidden;}
  7. .box .disc{color: #777;font-size: 26rpx;line-height:35rpx;}
  8. .box .bar{margin-top:5px;display: flex;}
  9. .box .bar .sell_price{flex: 1;color: #fe3939;font-size: 18px;}
  10. .box .market_price{color:#999;font-size: 12px;text-decoration:line-through}
  11. .box .bar .btn{width: 80px;height: 30px;font-size: 14px;border-radius: 0.3rem;border: 1px solid #fe3939;text-align: center;color: #333;line-height: 30px}