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

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

@@ -1,4 +1,5 @@
/* pages/rechargeRecord/index.wxss */
.yearPicker {
display: flex;
align-items: center;
@@ -20,11 +21,12 @@
}
.recordsItem {
display: flex;
justify-content: space-between;
/* justify-content: space-between; */
padding: 16rpx 20rpx;
border-left: 0;
border-right: 0;
border-top: 0;
align-items: center;
}
.recordsItem:last-child {
border-bottom: 0;
@@ -39,10 +41,49 @@
.money {
font-size: 42rpx;
font-weight: 600;
margin-right: 30rpx;
}
.wrapper {
display: flex;
flex-direction: column;
flex: 1;
}
.chooseWrapper {
display: flex;
align-items: center;
background-color: var(--middle-green);
padding: 30rpx 36rpx;
}
.tenementPicker {
margin-left: 30rpx;
display: flex;
align-items: center;
}
.allMoney {
flex: 1;
text-align: right;
color: #fff;
font-size: 32rpx;
/* display: flex; */
/* justify-content: end; */
}
.type {
margin-right: 46rpx;
font-weight: 600;
}
.codeTime {
flex: 1;
}
.tenementName {
max-width: 200rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}