syshxcx/pages/community/joinCommunity.wxss

70 lines
1.0 KiB
Plaintext
Raw Normal View History

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