27 lines
2.0 KiB
Plaintext
27 lines
2.0 KiB
Plaintext
page { background-color: #f6f6f6; }
|
|
|
|
/* 账户余额 */
|
|
.top { background-image: linear-gradient(to bottom, #dc3159, #f46284); color: #ffffff; padding: 40rpx 40rpx 120rpx; box-sizing: border-box; display: flex; align-items: center; }
|
|
.topSee { width: calc(100% - 180rpx); padding-right: 30rpx; box-sizing: border-box; }
|
|
.topSee-name { line-height: 40rpx; font-size: 30rpx; align-items: center; }
|
|
.topSee-number { font-size: 64rpx; letter-spacing: 2rpx; font-weight: bold; }
|
|
.topBtn { background-color: #ffffff; display: inline-block; color: #da2b54; line-height: 74rpx; border-radius: 37rpx; width: 180rpx; text-align: center; font-weight: bold; font-size: 32rpx; }
|
|
|
|
/* 账户统计 */
|
|
.tab { background-color: #ffffff; border-radius: 20rpx; padding: 40rpx 30rpx; box-sizing: border-box; display: flex; margin: -70rpx 30rpx 0; }
|
|
.tab-item { text-align: center; width: 50%; }
|
|
.tab-name{ font-size: 28rpx; color: gray; }
|
|
.tab-number { font-size: 34rpx; font-weight: bold; margin-top: 5rpx; }
|
|
|
|
/* 收益明细 */
|
|
.listTitle { padding: 30rpx 30rpx 0; font-weight: 600; box-sizing: border-box; font-size: 30rpx; }
|
|
.list { padding: 30rpx; box-sizing: border-box;}
|
|
.list-item { background-color: #fff; border-radius: 20rpx; margin-bottom: 20rpx; padding: 30rpx; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; }
|
|
.item-text{ width: calc(100% - 200rpx); }
|
|
.item-name { font-size: 30rpx; font-weight: bold; line-height: 40rpx; }
|
|
.item-time { font-size: 28rpx; line-height: 40rpx; color: gray; margin-top: 5rpx; }
|
|
.item-number { color: #da2b54; font-size: 34rpx; font-weight: bold; width: 200rpx; text-align: right; padding-left: 20rpx; box-sizing: border-box; }
|
|
|
|
/* 暂无数据 */
|
|
.pages-no { background-color: #fff; margin: 30rpx; border-radius: 20rpx; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #6d6d6d; font-size: 28rpx; height: 55vh; }
|
|
.pages-no image { width: 180rpx; height: 180rpx; } |