12 lines
870 B
Plaintext
12 lines
870 B
Plaintext
.record {text-align: left;}
|
|
.member {width: 100%;height: 224rpx;background-color: #ee2e2b;display: flex;align-items: center;}
|
|
.member .member-image {width: 92rpx;height: 92rpx;border-radius: 50%; margin: 0 25.6rpx;}
|
|
.member .nickname {flex: 1;font-size: 32rpx;color: #fff;line-height: 44.8rpx;}
|
|
.total-box {line-height: 90rpx;height: 90rpx;font-size: 32rpx; background-color: #fff;padding: 0 25.6rpx;margin-bottom: 16rpx;}
|
|
.total-box .total {color: #f15353;}
|
|
.list {background-color: #fff;padding: 0 25.6rpx;}
|
|
.list .list-item {height: 128rpx;display: flex;align-items: center;border-bottom: 1px solid #ebebeb;font-size: 25.6rpx;line-height: 44.8rpx;}
|
|
.list .list-item .sn {color: #333;}
|
|
.list .list-item .date {color: #8c8c8c;font-size: 24rpx; }
|
|
.list .list-item .money {color: #f15353;}
|
|
.loading{height:128rpx;display:flex;justify-content: center;align-items: center;} |