完成简易版的充值和充值记录查询页面,简单的我的页面
This commit is contained in:
48
pages/rechargeRecord/index.wxss
Normal file
48
pages/rechargeRecord/index.wxss
Normal file
@@ -0,0 +1,48 @@
|
||||
/* pages/rechargeRecord/index.wxss */
|
||||
.yearPicker {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.down {
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
|
||||
.recordsWrapper {
|
||||
background-color: white;
|
||||
margin-top: 24rpx;
|
||||
border-radius: 6rpx;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
}
|
||||
.recordsItem {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 16rpx 20rpx;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-top: 0;
|
||||
}
|
||||
.recordsItem:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.code {
|
||||
font-size: 36rpx;
|
||||
}
|
||||
.time {
|
||||
margin-top: 16rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.money {
|
||||
font-size: 42rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
}
|
Reference in New Issue
Block a user