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.
94 lines
1.7 KiB
94 lines
1.7 KiB
|
|
.typeyuan{ |
|
background-color: #17A00E; |
|
width: 14rpx; |
|
height: 14rpx; |
|
border-radius: 50px; |
|
margin-right: 6rpx; |
|
} |
|
.seletypeyuan{ |
|
background-color: red; |
|
width: 14rpx; |
|
height: 14rpx; |
|
border-radius: 50px; |
|
margin-right: 6rpx; |
|
} |
|
.form_body_item_footer { |
|
display: flex; |
|
color: #BBBBBB; |
|
font-size: 22rpx; |
|
justify-content: space-between; |
|
/* margin-top: 15rpx; */ |
|
align-items: center; |
|
flex: 1; |
|
} |
|
.form-item_body_right { |
|
|
|
text-align: end; |
|
color: #999999; |
|
font-size: 24rpx; |
|
height: -webkit-max-content; |
|
height: max-content; |
|
display: flex; |
|
justify-content: flex-end; |
|
align-items: center; |
|
} |
|
.form-item_body_left_bottom_text { |
|
font-size: 24rpx; |
|
color: #999999; |
|
} |
|
.form_body_item_body_container { |
|
margin-left: 24rpx; |
|
font-size: 28rpx; |
|
flex: 1; |
|
} |
|
.form-item_body_left { |
|
display: flex; |
|
align-items: center; |
|
flex: 1; |
|
} |
|
.form_body_item_body { |
|
display: flex; |
|
/* height: 100rpx; */ |
|
border-bottom: 1rpx solid #F0F0F0; |
|
padding-bottom: 31rpx; |
|
} |
|
.form_body_item { |
|
height: 217rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0px 3px 9px 0px rgba(88, 88, 88, 0.2); |
|
border-radius: 12rpx; |
|
font-size: 28rpx; |
|
padding: 20rpx; |
|
display: flex; |
|
flex-direction: column; |
|
padding-bottom: 0; |
|
} |
|
.form_body { |
|
width: 100vw; |
|
padding: 0 10px; |
|
margin-top: 40rpx; |
|
box-sizing: border-box; |
|
} |
|
.seledriverListItem{ |
|
height: 200rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0px 3px 9px 0px rgba(88, 88, 88, 0.2); |
|
border-radius: 12rpx; |
|
padding: 23rpx 20rpx; |
|
} |
|
.seledriverList{ |
|
/* height: 500rpx; */ |
|
flex-grow: 1; |
|
overflow: auto; |
|
} |
|
.seach_content{ |
|
background-color: #FFFFFF; |
|
border-radius: 8rpx; |
|
} |
|
.seach_body{ |
|
background-color: #2866FF; |
|
padding: 30rpx 40rpx; |
|
width: 100vw; |
|
} |
|
|
|
|