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.
 
 
 
 

135 lines
2.7 KiB

.newselecompany_container_list_identification.data-v-61fe7990 {
color: #BBBBBB;
font-size: 48rpx;
position: absolute;
right: 0;
top: -21rpx;
font-weight: 600;
line-height: 56rpx;
}
.newselecompany_container_list_name.data-v-61fe7990 {
margin-top: 21rpx;
font-size: 28rpx;
color: #666666;
display: flex;
justify-content: space-between;
position: relative;
}
.listtext.data-v-61fe7990 {
font-size: 28rpx;
color: #666666;
}
.smallText.data-v-61fe7990 {
font-size: 20rpx;
color: #BBBBBB;
}
.companyDetails.data-v-61fe7990 {
display: flex;
justify-content: space-between;
margin-top: 36rpx;
}
.newselecompany_container_list_lable.data-v-61fe7990 {
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-61fe7990 {
background-color: white;
padding: 0 40rpx 20rpx 40rpx;
border-radius: 15rpx;
margin-bottom: 20rpx;
}
.newselecompany_container_list_tip.data-v-61fe7990 {
margin-top: 60rpx;
font-size: 28rpx;
color: #BBBBBB;
}
.newselecompany_container_list.data-v-61fe7990 {
flex: 1;
display: flex;
flex-direction: column;
}
.newselecompany_seach_input.data-v-61fe7990 {
background-color: white;
overflow: hidden;
border-radius: 20rpx;
margin-top: 30rpx;
}
.newselecompany_seach_title.data-v-61fe7990 {
font-size: 35rpx;
}
.newselecompany_seach.data-v-61fe7990 {
background-color: #2866FF;
padding: 40rpx;
border-radius: 10px;
color: white;
margin-top: 60rpx;
}
.move_item.data-v-61fe7990 {
position: absolute;
left: 10rpx;
width: calc((100% - 20rpx) / 3);
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-61fe7990 {
margin-left: 42rpx;
margin-right: 42rpx;
}
.sele_Bar_item.data-v-61fe7990 {
/* 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-61fe7990 {
/* background-color: #18B566; */
/* margin: 31rpx 40rpx; */
padding: 10rpx;
display: flex;
position: relative;
background-color: #FFFFFF;
border-radius: 10px;
}
.newselecompany_container.data-v-61fe7990 {
flex: 1;
/* padding: 0 42rpx; */
display: flex;
flex-direction: column;
}
.newselecompany_tip.data-v-61fe7990 {
font-size: 48rpx;
color: #666666;
margin-top: 100rpx;
margin-left: 70rpx;
margin-bottom: 60rpx;
}
.newselecompany_body.data-v-61fe7990 {
width: 100%;
height: calc(100vh - 25px);
display: flex;
flex-direction: column;
position: relative;
/* overflow: hidden; */
}