开始做充值,,调整了首页

This commit is contained in:
2024-04-02 17:32:28 +08:00
parent 3284bea475
commit db6d253898
44 changed files with 676 additions and 141 deletions

View File

@@ -3,10 +3,15 @@
.item {
display: flex;
align-items: center;
padding-top: 24rpx;
padding-bottom: 24rpx;
/* 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 {
@@ -14,9 +19,38 @@
}
.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;
}