YZProjectCloud/yanzhu-ui-app/miniprogram/components/custom-stepper/index.wxss

36 lines
523 B
Plaintext

.custom-stepper {
display: flex;
align-items: center;
border: 1px solid #212737;
border-radius: 4px;
}
.stepper-button {
text-align: center;
padding: 8px 0;
background-color: #2196F3;
user-select: none;
width: 80rpx;
}
.stepper-button:active {
background-color: #e0e0e0;
}
.stepper-button.minus {
border-right: 1px solid #212737;
}
.stepper-button.plus {
border-left: 1px solid #212737;
}
.stepper-input {
flex: 2;
text-align: center;
padding: 8px 0;
border: none;
outline: none;
}