锦水居民端小程序
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.
 

172 lines
3.7 KiB

.hover-btn {
box-shadow: 0 0 10rpx rgba(63, 63, 63, 0.1);
}
.line {
width: 690rpx;
height: 2rpx;
margin: 0 auto;
background: rgba(240, 240, 240, 1);
}
.members-item{
background: rgba(255, 255, 255, 1);
margin-top: 20rpx;
position: relative;
}
.members-item .item-top{
width: 750rpx;
height: 130rpx;
display: flex;
flex-direction: row;
justify-content: left;
align-items: center;
}
.members-item .item-top .head-icon{
width: 90rpx;
height: 90rpx;
border-radius: 50%;
margin-left: 29rpx;
}
.members-item .item-top .user-name{
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(0, 0, 0, 1);
margin-left: 20rpx;
}
.members-item .item-top .identity-logo{
height: 28rpx;
margin-left: 8rpx;
}
.members-item .item-top .identity0{
width: 59rpx;
}
.members-item .item-top .identity1{
width: 76rpx;
}
.members-item .item-top .this-community{
width: 116rpx;
}
.members-item .item-bottom{
height: 100rpx;
width: 750rpx;
position: relative;
}
.members-item .item-bottom .levelup-btn{
display: inline-block;
width: 180rpx;
height: 48rpx;
padding: 0;
position: relative;
border: none;
margin-left: 29rpx;
margin-top: 26rpx;
}
.members-item .item-bottom .takeout-btn{
display: inline-block;
width: 140rpx;
height: 48rpx;
padding: 0;
position: relative;
border: none;
z-index: 0;
margin-left: 20rpx;
}
.members-item .item-bottom .forbidden-btn{
display: inline-block;
width: 170rpx;
height: 48rpx;
padding: 0;
position: absolute;
z-index: 0;
margin-left: 20rpx;
right: 32rpx;
top: 26rpx;
border: 1rpx solid rgba(241, 86, 28, 1);
border-radius: 23rpx;
}
.levelup-btn image, .takeout-btn image, .forbidden-btn image, .call-btn image{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.forbidden-btn image{
width: 24rpx;
height: 14rpx;
position: absolute;
left: 135rpx;
top: 18rpx;
}
.levelup-btn text, .takeout-btn text{
font-size: 26rpx;
font-family: PingFang SC;
font-weight: bold;
color: rgba(255, 255, 255, 1);
z-index: 1;
position: absolute;
left: 25rpx;
top: 0;
height: 48rpx;
line-height: 48rpx;
}
.forbidden-btn text{
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(242, 80, 27, 1);
z-index: 1;
position: absolute;
left: 28rpx;
top: 0;
height: 48rpx;
line-height: 48rpx;
}
.disForbidden-btn {
border: 1rpx solid rgba(170, 170, 170, 1) !important;
}
.disForbidden-btn text{
color: rgba(170, 170, 170, 1) !important;
}
.members-item .item-top .call-btn{
width: 156rpx;
height: 56rpx;
padding: 0;
position: absolute;
border: none;
right: 31rpx;
}
.members-item .item-top .np-info{
display: flex;
flex-direction: column;
}
.members-item .item-top .user-phone{
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(240, 133, 38, 1);
margin-left: 20rpx;
}
.members-item .item-bottom2{
height: 100rpx;
width: 750rpx;
position: relative;
display: flex;
align-items: center;
}
.member-label{
margin-left: 30rpx;
margin-right: 37rpx;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(153, 153, 153, 1);
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}