/* pages/order/comment/index.wxss */ .product-box { margin: 0 30rpx; font-size: 28rpx; } .product-top { display: flex; padding: 40rpx 0; font-size: 26rpx; color: #666666; } .product-top image { width: 170rpx; height: 120rpx; } .product-info { flex: 1; width: 100%; margin: 0 30rpx; } .product-title { font-size: 32rpx; color: #000; } .product-price { flex-shrink: 0; text-align: right; } .product-price .price { color: #D62828; font-size: 32rpx; font-weight: 500; margin-bottom: 30rpx; } .product-price .price text { font-size: 26rpx; font-weight: 400; } .product-num { color: #999999; font-size: 32rpx; } .icon-xingxing { font-size: 36rpx; color: #D62828; margin-right: 20rpx; } .icon-xingxing.disable { color: #999; } .tip { color: #000; margin-right: 40rpx; font-size: 32rpx; } .product-box textarea { display: block; width: 100%; } .btn { width: 360rpx; line-height: 80rpx; text-align: center; color: #fff; background: #0B898E; font-size: 30rpx; font-weight: 500; border-radius: 40rpx; position: fixed; bottom: 40rpx; left: 50%; margin-left: -180rpx; }