123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- /* 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 {
- /* 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;
- }
- .sure-buttom{
- background-color:var(--globleColor);
- color: #333333;
- font-weight: 600;
- }
- .code-number{
- height: 70rpx;
- line-height: 70rpx;
- background-color:var(--globleColor);
- }
|