@import "../../style/iconfont"; .cart { display: flex; align-items: center; background: #fff; } .minus { padding: 0 30rpx; height: 98rpx; display: flex; align-items: center; justify-content: center; } .add { padding: 0 0 0 30rpx; height: 98rpx; display: flex; align-items: center; justify-content: center; } .iconfont { font-size: 28rpx; } .input { width: 80rpx; height: 40rpx; font-weight: 600; font-size: 24rpx; color: #2d2d2d; text-align: center; background: #eff0f2; border-radius: 6rpx; } .cant { opacity: 0.3; }