/* required by usingComponents */ /* pages/scancode/scancode.wxss */ .top-img { text-align: center; margin-top: 50rpx; } .bike-image { width: 500rpx; height: 220rpx; margin: 0 auto; } .title { text-align: center; font-size: 34rpx; font-weight: 500; margin-top: 40rpx; } .btm_center { text-align: center; /* border: 1px solid #ff0; */ margin-top: 20rpx; padding: 30rpx; } .btm_center .query_num_block { display: -webkit-flex; display: flex; justify-content: space-between; } .btm_center .num_item_block { /* height: 55rpx; width: 100rpx; */ padding: 5rpx 7rpx; margin-left: 15rpx; background-color: #eeeeee; height: 70rpx; text-align: center; font-size: 34rpx; } .hidden_ipt { height: 0rpx; width: 0rpx; border: none; margin: 0; } .buttom, .sure-buttom { height: 100rpx; /* background-color: var(--globleColor); */ background-color: #eeeeee; font-size: 34rpx; width: 70%; color: #ffffff; text-align: center; line-height: 100rpx; margin: 0 auto; border-radius: 50rpx; margin-top: 30rpx; } .sure-buttom { background-color: var(--globleColor); font-weight: 600; color: var(--fontColor); } .code-number { width: 100%; height: 70rpx; line-height: 70rpx; padding-left: 30rpx; background-color: #ffffff; border-radius: 12rpx; border: solid 1rpx var(--globleColor) }