新增分享,找回密码,实名认证,签约

This commit is contained in:
唐明明
2023-08-25 14:04:31 +08:00
parent 32cc588ae7
commit 0f7c37d548
106 changed files with 2130 additions and 1313 deletions

View File

@@ -1,126 +1,27 @@
page {
background-color: #f6f6f6;
}
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;
}
/* 账户余额 */
.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; }
.topSee {
flex: 1;
}
/* 账户统计 */
.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; }
.topSee-name {
display: flex;
line-height: 40rpx;
}
.topSee-name image {
width: 34rpx;
margin: 5rpx 20rpx;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: brightness(0%) invert(100%);
-webkit-filter: brightness(0%) invert(100%);
}
.topSee-number {
font-size: 60rpx;
margin-top: 20rpx;
letter-spacing: 2rpx;
}
.topBtn {
background-color: #ffffff;
display: inline-block;
color: #da2b54;
padding: 0 50rpx;
border-radius: 80rpx;
height: 68rpx;
line-height: 68rpx;
margin-top: 40rpx;
}
.content {
padding: 0 30rpx;
box-sizing: border-box;
margin-top: -70rpx;
}
.tab {
background-color: #ffffff;
border-radius: 20rpx;
padding: 40rpx 10rpx;
box-sizing: border-box;
display: flex;
}
.tab-item {
text-align: center;
flex: 2;
}
.tab-number {
font-size: 44rpx;
margin-top: 20rpx;
}
.listTitle {
padding: 30rpx 30rpx 0;
font-weight: 600;
box-sizing: border-box;
font-size: 32rpx;
}
.list {
padding: 30rpx;
box-sizing: border-box;
}
.list-item {
background-color: #fff;
border-radius: 20rpx;
margin-bottom: 30rpx;
padding: 30rpx;
box-sizing: border-box;
display: flex;
}
.item-top {
flex: 1;
}
.item-name {
font-size: 30rpx;
}
.item-number {
color: #da2b54;
font-weight: 600;
font-size: 38rpx;
line-height: 90rpx;
}
.item-time {
color: #999999;
font-size: 28rpx;
margin-top: 15rpx;
}
/* 收益明细 */
.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-top: 30rpx;
text-align: center;
padding: 120rpx 0;
color: #6d6d6d;
font-size: 28rpx;
}
.pages-no image {
width: 180rpx;
}
.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; }