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.
156 lines
3.1 KiB
156 lines
3.1 KiB
2 years ago
|
|
||
|
.newlisttext.data-v-6cba51fc {
|
||
|
font-size: 24rpx;
|
||
|
color: #EBA10F;
|
||
|
padding: 12rpx 24rpx;
|
||
|
background: rgba(235, 161, 15, 0.1);
|
||
|
}
|
||
|
.acenter.data-v-6cba51fc {
|
||
|
align-items: center;
|
||
|
}
|
||
|
.felx.data-v-6cba51fc {
|
||
|
display: flex;
|
||
|
}
|
||
|
.yuan.data-v-6cba51fc {
|
||
|
width: 10rpx;
|
||
|
height: 10rpx;
|
||
|
background-color: #17A00E;
|
||
|
margin-right: 10rpx;
|
||
|
border-radius: 50%;
|
||
|
}
|
||
|
.newselecompany_container_list_identification.data-v-6cba51fc {
|
||
|
color: #BBBBBB;
|
||
|
font-size: 48rpx;
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
/* top: -21rpx; */
|
||
|
font-weight: 600;
|
||
|
line-height: 56rpx;
|
||
|
}
|
||
|
.newselecompany_container_list_name.data-v-6cba51fc {
|
||
|
margin-top: 21rpx;
|
||
|
font-size: 28rpx;
|
||
|
color: #666666;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
position: relative;
|
||
|
}
|
||
|
.listtext.data-v-6cba51fc {
|
||
|
font-size: 28rpx;
|
||
|
color: #666666;
|
||
|
}
|
||
|
.smallText.data-v-6cba51fc {
|
||
|
font-size: 20rpx;
|
||
|
color: #BBBBBB;
|
||
|
}
|
||
|
.companyDetails.data-v-6cba51fc {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
margin-top: 20rpx;
|
||
|
align-items: flex-end;
|
||
|
}
|
||
|
.newselecompany_container_list_lable.data-v-6cba51fc {
|
||
|
font-size: 16rpx;
|
||
|
width: 80rpx;
|
||
|
height: 40rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
background-color: #9F43CC;
|
||
|
color: white;
|
||
|
}
|
||
|
.newselecompany_container_list_item.data-v-6cba51fc {
|
||
|
background-color: white;
|
||
|
padding: 20rpx 40rpx;
|
||
|
border-radius: 15rpx;
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
.newselecompany_container_list_tip.data-v-6cba51fc {
|
||
|
margin-top: 60rpx;
|
||
|
font-size: 28rpx;
|
||
|
color: #BBBBBB;
|
||
|
}
|
||
|
.newselecompany_container_list.data-v-6cba51fc {
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.newselecompany_seach_input.data-v-6cba51fc {
|
||
|
background-color: white;
|
||
|
overflow: hidden;
|
||
|
border-radius: 20rpx;
|
||
|
margin-top: 30rpx;
|
||
|
}
|
||
|
.newselecompany_seach_title.data-v-6cba51fc {
|
||
|
font-size: 35rpx;
|
||
|
}
|
||
|
.newselecompany_seach.data-v-6cba51fc {
|
||
|
background-color: #2866FF;
|
||
|
padding: 40rpx;
|
||
|
border-radius: 15rpx;
|
||
|
color: white;
|
||
|
margin-top: 70rpx;
|
||
|
}
|
||
|
.move_item.data-v-6cba51fc {
|
||
|
position: absolute;
|
||
|
left: 10rpx;
|
||
|
width: calc((100% - 20rpx) / 2);
|
||
|
height: 60rpx;
|
||
|
background: #2866FF;
|
||
|
border-radius: 10rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
color: #999999;
|
||
|
z-index: 0;
|
||
|
transition: all .3s;
|
||
|
}
|
||
|
.mar.data-v-6cba51fc {
|
||
|
margin-left: 42rpx;
|
||
|
margin-right: 42rpx;
|
||
|
}
|
||
|
.sele_Bar_item.data-v-6cba51fc {
|
||
|
/* width: 287rpx; */
|
||
|
flex: 1;
|
||
|
height: 60rpx;
|
||
|
/* background: #2866FF; */
|
||
|
border-radius: 10rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
color: #999999;
|
||
|
z-index: 1;
|
||
|
transition: color .4s;
|
||
|
}
|
||
|
.sele_Bar.data-v-6cba51fc {
|
||
|
/* background-color: #18B566; */
|
||
|
/* margin: 31rpx 40rpx; */
|
||
|
padding: 10rpx;
|
||
|
display: flex;
|
||
|
position: relative;
|
||
|
background-color: #FFFFFF;
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
.newselecompany_container.data-v-6cba51fc {
|
||
|
flex: 1;
|
||
|
/* padding: 0 42rpx; */
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.newselecompany_tip.data-v-6cba51fc {
|
||
|
font-size: 48rpx;
|
||
|
color: #666666;
|
||
|
margin-top: 100rpx;
|
||
|
margin-left: 70rpx;
|
||
|
margin-bottom: 70rpx;
|
||
|
}
|
||
|
.newselecompany_body.data-v-6cba51fc {
|
||
|
width: 100%;
|
||
|
height: calc(100vh - 25px);
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
position: relative;
|
||
|
/* overflow: hidden; */
|
||
|
}
|
||
|
|