@import "../../style/common"; @import "../../style/font"; .step-model{ height: 60rpx; border: 2rpx solid #f4f4f4; display: flex; flex-direction: row; box-sizing: border-box; } .step-model-small { /*height: 38rpx;*/ } .flex{ display: flex; } .center{ justify-content: center; align-items: center; } .step-control{ width: 52rpx; height: 100%; font-size: 28rpx; line-height: 28rpx; font-weight: bold; } .step-control-small { width: 48rpx; font-size: 24rpx; } .step-input{ width: 84rpx; border-left: 2rpx solid #f4f4f4; border-right: 2rpx solid #f4f4f4; text-align: center; padding: 1rpx 10rpx; margin: 0; box-sizing: border-box; font-size: 32rpx; height: 100%; font-weight: 400; min-height: auto; } .step-input-small{ font-size: 22rpx; width: 74rpx; } .step-disabled,.step-disabled-input{ background-color: #f7f7f7; color: #bebebe !important; } /* 商品 */ .step-modal-shop { width: 138upx; height: 44upx; border: 1upx solid #BBBBBB; border-radius: 6upx; } .step-modal-shop .step-control{ width: 44upx; } .step-modal-shop .iconfont-sign, .step-modal-shop .iconfont-puls{ font-size: 20upx; color: #666666; line-height: 24upx; } .step-modal-shop .step-input{ width: 52upx; font-size: 28upx; color: #666666; line-height: 32upx; border-color: #BBBBBB !important; padding: 0; font-family: Source Han Sans CN; } /* 商品 */