2025-06-14 18:22:36 +08:00

278 lines
4.7 KiB
CSS

image {
width: 100%;
height: 100%;
}
.searchBox image {
width: 30rpx;
height: 30rpx;
margin-right: 16rpx;
}
.searchBox input {
flex: 1;
}
.communityItem {
box-sizing: border-box;
margin: 0 20rpx;
padding: 30rpx 0;
display: flex;
}
.communityItem_img {
width: 180rpx;
height: 160rpx;
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin-right: 20rpx;
}
.communityItem_msg {
flex: 1;
display: flex;
align-items: center;
}
.communityItem_msg_title {
font-size: 32rpx;
color: #222222;
}
.communityItem_msg_addr {
font-size: 26rpx;
color: #999999;
height: 72rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
margin-top: 20rpx;
}
.communityItem_msg_more {
width: 16rpx;
height: 30rpx;
margin-left: 110rpx;
}
.addBtn {
font-size: 36rpx;
color: #FFFFFF;
width: 600rpx;
height: 90rpx;
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
margin-top: 30rpx;
}
.line {
height: 20rpx;
width: 100%;
background: #F6F6FA;
}
.chooseTit {
font-size: 36rpx;
color: #222222;
font-weight: 700;
padding-left: 20rpx;
padding-top: 30rpx;
}
.communityInfoList {
padding: 0 20rpx;
margin-top: 30rpx;
display: flex;
flex-wrap: wrap;
}
.communityInfo {
font-size: 28rpx;
color: #222222;
border-radius: 10rpx 10rpx 10rpx 10rpx;
border: 1rpx solid #222222;
padding: 10rpx 26rpx;
margin-bottom: 20rpx;
margin-right: 10rpx;
}
.communityInfo:nth-child(4n) {
margin-right: 0;
}
.communityInfo2 {
font-size: 28rpx;
color: #222222;
border-radius: 10rpx 10rpx 10rpx 10rpx;
border: 1rpx solid #222222;
padding: 10rpx 0;
margin-bottom: 20rpx;
margin-right: 10rpx;
width: 170rpx;
text-align: center;
box-sizing: border-box;
}
.communityInfo2:nth-child(4n) {
margin-right: 0;
}
.active {
border: 1rpx solid #FF370B;
position: relative;
}
.active::after {
content: '✔️';
font-size: 14rpx;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
position: absolute;
right: 0rpx;
bottom: 0rpx;
background-color: #FF370B;
width: 23rpx;
height: 24rpx;
border-top-left-radius: 40rpx;
}
.addCommunityBtn {
font-weight: normal;
font-size: 36rpx;
color: #FFFFFF;
width: 600rpx;
height: 90rpx;
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 60rpx;
}
.header {
display: flex;
align-items: center;
padding-left: 20rpx;
}
.item {
margin-top: 40rpx;
margin: 0 80rpx;
border-bottom: 1rpx solid #EBEBEB;
padding-bottom: 10rpx;
margin-bottom: 40rpx;
margin-top: 40rpx;
}
.label {
font-size: 32rpx;
color: #000000;
margin-bottom: 10rpx;
font-weight: 700;
}
.tip {
font-size: 26rpx;
color: #999999;
margin: 0 80rpx;
}
.dialog {
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1000;
}
.dialogCon {
margin-top: -40rpx;
border-radius: 20rpx 20rpx 20rpx 20rpx;
background: #FFFFFF;
width: 500rpx;
padding: 40rpx 28rpx;
box-sizing: border-box;
}
.dialogCon_Tit {
font-size: 30rpx;
color: #222222;
font-weight: 700;
}
.dialogCon_Con {
font-size: 26rpx;
color: #222222;
margin-top: 14rpx;
}
.dialogCon_BtnList {
display: flex;
align-items: center;
justify-content: center;
margin-top: 40rpx;
}
.dialogCon_BtnList1 {
width: 170rpx;
height: 52rpx;
background: #D9D9D9;
border-radius: 100rpx 100rpx 100rpx 100rpx;
font-size: 28rpx;
color: #222222;
display: flex;
align-items: center;
justify-content: center;
margin-right: 50rpx;
}
.dialogCon_BtnList2 {
display: flex;
align-items: center;
justify-content: center;
width: 170rpx;
height: 52rpx;
background: #FF370B;
border-radius: 100rpx 100rpx 100rpx 100rpx;
font-size: 28rpx;
color: #FFFFFF;
}
.dialogCon_room {
font-size: 30rpx;
color: #FF370B;
margin-top: 20rpx;
text-align: center;
}
.dialogCon_room1 {
font-size: 36rpx;
color: #FF370B;
margin-top: 20rpx;
text-align: center;
font-weight: 700;
}
.dialogCon_room2 {
font-size: 30rpx;
text-align: center;
color: #FF370B;
}