You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
696 B
34 lines
696 B
.selectLicense_body{ |
|
width: 100vw; |
|
height: 500rpx; |
|
background-color: #ffffff; |
|
padding: 30rpx; |
|
box-sizing: border-box; |
|
padding-bottom: constant(safe-area-inset-bottom); |
|
padding-bottom: env(safe-area-inset-bottom); |
|
.selectLicense_footer_button{ |
|
width: 680rpx; |
|
height: 86rpx; |
|
background: #121836; |
|
border-radius: 15rpx 15rpx 15rpx 15rpx; |
|
opacity: 1; |
|
color: #ffffff; |
|
font-size: 30rpx; |
|
} |
|
.selectLicense_header{ |
|
text-align: center; |
|
position: relative; |
|
} |
|
.selectLicense_plateNums{ |
|
box-sizing: border-box; |
|
overflow: hidden; |
|
} |
|
.selectLicense_input{ |
|
margin-top: 20rpx; |
|
box-sizing: border-box; |
|
padding: 10rpx 20rpx; |
|
input{ |
|
margin-left: 20rpx; |
|
} |
|
} |
|
} |