.product-item { background-color: #fff; box-sizing: border-box; border-bottom: 1rpx solid #DDDDDD; margin-bottom: 20rpx; .product { padding: 20rpx 30rpx; box-sizing: border-box; .mian { position: relative; display: flex; width: 100%; box-sizing: border-box; .img { flex-shrink: 0; width: 112rpx; height: 112rpx; border-radius: 16rpx; margin-right: 20rpx; overflow: hidden; .err { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; font-size: 22rpx; border: 1px solid #ddd; box-sizing: border-box; color: #666; } } .dec { flex: 1; width: 0; min-height: 128rpx; height: 100%; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #999999; .title { display: flex; width: 90%; height: 40rpx; font-size: 28rpx; font-weight: 600; color: #333333; .line-1 { max-width: 380rpx; } .tag { display: inline-block; color: #fff; background-color: #F80700; padding: 0 20rpx; margin-left: 20rpx; border-radius: 20rpx; font-weight: normal; font-size: 22rpx; line-height: 40rpx; } } .subfield { display: flex; margin-top: 8rpx; height: 34rpx; line-height: 34rpx; text { display: inline-block; width: 48%; } } .price { font-size: 30rpx; color: #FF3B30; } .old-price { font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #999999; margin-left: 8rpx; text-decoration-line: line-through; } } .delete { position: absolute; width: 68rpx; height: 68rpx; line-height: 68rpx; right: -30rpx; top: -20rpx; text-align: center; font-size: 32rpx; color: #999; } } } .bot { width: 690rpx; border-top: 1rpx solid #ddd; margin: 0 auto; padding-bottom: 20rpx; .row { display: flex; width: 100%; margin-top: 20rpx; view { display: flex; height: 54rpx; align-items: center; .label { width: 144rpx; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; text-align-last: justify; } } .input { height: 54rpx; background: #FFFFFF; border-radius: 8rpx; border: 1rpx solid #CCCCCC; font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; line-height: 44px; text-align: center; } .money { flex: 1; display: flex; justify-content: flex-end; font-size: 24rpx; font-family: PingFang SC-Medium, PingFang SC; color: #666666; margin-right: 20rpx; text { font-size: 28rpx; color: #FF3B30; font-weight: 600; } } } } }