80 lines
2.0 KiB
Plaintext
80 lines
2.0 KiB
Plaintext
.custom-title.data-v-f5a8911c {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
padding: 0 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
}
|
|
.custom-title text.data-v-f5a8911c {
|
|
padding: 0 10rpx 0 15rpx;
|
|
}
|
|
.custom-title .user_houses_info.data-v-f5a8911c {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
min-width: 100rpx;
|
|
}
|
|
.custom_title_scroll_bg.data-v-f5a8911c {
|
|
background: linear-gradient(270deg, #def6f8 0%, #d8e2fe 100%);
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.popup_content.data-v-f5a8911c {
|
|
background: linear-gradient(180deg, rgba(208, 229, 255, 0.44) 0%, rgba(255, 255, 255, 0) 56%), linear-gradient(159deg, #d3d7ff 0%, rgba(255, 255, 255, 0) 35%), linear-gradient(193deg, #dffff3 -4%, #f7f7f7 37%);
|
|
min-height: 500rpx;
|
|
padding-bottom: 120rpx;
|
|
border-top-left-radius: 30rpx;
|
|
border-top-right-radius: 30rpx;
|
|
}
|
|
.popup_content .popup_title.data-v-f5a8911c {
|
|
padding: 20rpx 30rpx 0 30rpx;
|
|
}
|
|
.popup_content .popup_list.data-v-f5a8911c {
|
|
padding: 0 30rpx;
|
|
}
|
|
.popup_content .popup_list .scroll_view_style.data-v-f5a8911c {
|
|
height: 100%;
|
|
}
|
|
.popup_content .popup_list .popup_list_item.data-v-f5a8911c {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
background-color: #fff;
|
|
padding: 20rpx;
|
|
border-radius: 15rpx;
|
|
margin-top: 30rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
.popup_content .popup_list .popup_list_item .label.data-v-f5a8911c {
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
}
|
|
.popup_content .popup_list .popup_list_item .role.data-v-f5a8911c {
|
|
color: #666;
|
|
font-size: 24rpx;
|
|
}
|
|
.popup_content .popup_list_max.data-v-f5a8911c {
|
|
height: 300px;
|
|
}
|
|
.popup_content .popup_list_min.data-v-f5a8911c {
|
|
height: 100px;
|
|
}
|
|
.popup_content .add_bind_house.data-v-f5a8911c {
|
|
height: 140rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 30rpx;
|
|
margin: 0 30rpx;
|
|
border-radius: 20rpx;
|
|
border: 1px dashed #d3d3d3;
|
|
background-color: #fff;
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
}
|
|
.popup_content .add_bind_house text.data-v-f5a8911c {
|
|
padding-left: 10rpx;
|
|
} |