city_card/pages/community/joinCommunity.wxss
2023-07-15 14:25:28 +08:00

80 lines
1.2 KiB
Plaintext

.join {
background-color: #fff;
justify-content: space-between;
padding: 20rpx;
}
.join,.join-btn-box {
display: flex;
}
.join-btn-box {
align-items: center;
border: 1px solid red;
border-radius: 10rpx;
color: red;
font-size: 30rpx;
height: 80rpx;
justify-content: center;
width: 45%;
}
.joined {
background-color: #fff;
margin-top: 20rpx;
padding: 0 20rpx 20rpx;
}
.joined-tab {
border-bottom: 1px solid #ddd;
}
.joined-tab,.joined-tab-box {
display: flex;
}
.joined-tab-box {
align-items: center;
flex: 1;
font-size: 32rpx;
height: 80rpx;
justify-content: center;
}
.joined-tab-box.active {
color: red;
}
.joined-box {
border-bottom: 1px solid #ddd;
display: flex;
height: 80rpx;
justify-content: space-between;
}
.joined-name {
font-size: 32rpx;
line-height: 80rpx;
}
.quit {
margin-top: 15rpx;
}
.select-btn {
align-items: center;
border-radius: 10rpx;
display: flex;
height: 80rpx;
justify-content: center;
margin-top: 20rpx;
}
.no-data {
padding: 50rpx 0;
text-align: center;
}
.no-data image {
width: 300rpx;
}