Files
xin-procurement-weapp/src/components/CartStepper/index.less
T
2026-08-27 18:08:14 +08:00

43 lines
719 B
Plaintext

.cart-stepper {
display: flex;
align-items: center;
flex-shrink: 0;
&__btn {
width: 52rpx;
height: 52rpx;
border-radius: 50%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border: 2rpx solid #ee0a24;
&--plus {
background: linear-gradient(135deg, #ee0a24, #ff6034);
border: none;
}
}
&__btn-icon {
font-size: 30rpx;
line-height: 1;
color: #ee0a24;
}
&__btn--plus &__btn-icon {
color: #fff;
}
&__qty {
min-width: 64rpx;
padding: 0 4rpx;
box-sizing: border-box;
text-align: center;
font-size: 28rpx;
color: #323233;
font-weight: 500;
}
}