electricity_bill_calc_wx/pages/member/components/memberManage/index.wxss

56 lines
883 B
Plaintext

@import "/app.wxss";
.item {
display: flex;
align-items: center;
/* padding-top: 24rpx; */
/* padding-bottom: 24rpx; */
padding: 24rpx;
margin-left: 32rpx;
margin-right: 32rpx;
margin-top: 30rpx;
margin-bottom: 15rpx;
background-color: #fff;
border-radius: 30rpx;
}
.nickName {
flex: 1;
}
.operate {
/* display: flex; */
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
}
.admin button, .remove button {
width: 180rpx;
}
.disAgree {
margin-left: 24rpx;
}
.info {
margin-left: 32rpx;
flex: 1;
}
.nickName {
max-width: 300rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 30rpx;
}
page, .van-tabs__scroll {
background-color: rgb(228,240,236) !important;
}
.van-tabs__scroll {
background-color: rgb(228,240,236) !important;
}