255 lines
4.2 KiB
Plaintext
255 lines
4.2 KiB
Plaintext
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
.my-page {
|
|
position: relative;
|
|
}
|
|
.my-page::before {
|
|
content: '';
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 1200rpx !important;
|
|
background-image: url(/static/images/bg.png);
|
|
background-size: cover;
|
|
background-position: center top;
|
|
background-repeat: no-repeat;
|
|
z-index: 1;
|
|
}
|
|
.user-info {
|
|
padding: 0 24rpx;
|
|
position: relative;
|
|
z-index: 99;
|
|
margin-top: 32rpx;
|
|
}
|
|
.user-header {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 48rpx;
|
|
}
|
|
.avatar-wrap {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
border-radius: 64rpx;
|
|
overflow: hidden;
|
|
margin-right: 24rpx;
|
|
background-color: #fff;
|
|
}
|
|
.avatar {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.user-detail {
|
|
flex: 1;
|
|
}
|
|
.name-wrap {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
}
|
|
.name {
|
|
font-size: 40rpx;
|
|
color: #000000;
|
|
font-weight: 500;
|
|
margin-bottom: 18rpx;
|
|
}
|
|
.verified {
|
|
width: 130rpx;
|
|
height: 44rpx;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border: 1rpx solid #E8101E;
|
|
background-color: #FFF1F1;
|
|
border-radius: 22rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.verified-no {
|
|
width: 130rpx;
|
|
height: 44rpx;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border: 1rpx solid #666666;
|
|
border-radius: 22rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.verified-text {
|
|
font-size: 24rpx;
|
|
color: #E8101E;
|
|
}
|
|
.verified-text.no {
|
|
color: #666666;
|
|
}
|
|
.sign-icon {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 6rpx;
|
|
}
|
|
.edit-profile {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.edit-text {
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
margin-right: 16rpx;
|
|
}
|
|
.arrow {
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
}
|
|
.data-cards {
|
|
width: 702rpx;
|
|
height: 128rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.my-card {
|
|
width: 332rpx;
|
|
height: 128rpx;
|
|
border-radius: 20rpx;
|
|
position: relative;
|
|
padding: 24rpx;
|
|
box-sizing: border-box;
|
|
background-color: #0066FF;
|
|
box-shadow: 0 0 12rpx 0 rgba(252, 67, 124, 0.10);
|
|
}
|
|
.card-content {
|
|
position: relative;
|
|
z-index: 99;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
}
|
|
.card-bg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 332rpx;
|
|
height: 128rpx;
|
|
z-index: 1;
|
|
}
|
|
.amount {
|
|
font-size: 32rpx;
|
|
color: #FF1A6C;
|
|
font-weight: 400;
|
|
/* margin-bottom: 10rpx; */
|
|
display: block;
|
|
}
|
|
.order {
|
|
font-size: 32rpx;
|
|
color: #2A82E4;
|
|
font-weight: 400;
|
|
/* margin-bottom: 10rpx; */
|
|
display: block;
|
|
}
|
|
.label-wrap {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
.label {
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
margin-right: 12rpx;
|
|
}
|
|
.service-manage {
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 24rpx;
|
|
margin-bottom: 32rpx;
|
|
box-shadow: 0 0 12rpx 0 rgba(0, 0, 0, 0.05);
|
|
}
|
|
.manage-header {
|
|
background-color: #F6F8FA;
|
|
border: 16rpx;
|
|
padding: 16rpx 24rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
}
|
|
.manage-info {
|
|
flex: 1;
|
|
}
|
|
.manage-title {
|
|
font-size: 24rpx;
|
|
color: #1D2129;
|
|
font-weight: 500;
|
|
display: block;
|
|
}
|
|
.manage-subtitle {
|
|
font-size: 24rpx;
|
|
color: #86909C;
|
|
display: block;
|
|
}
|
|
.manage-count {
|
|
font-size: 28rpx;
|
|
color: #1D2129;
|
|
font-weight: 500;
|
|
margin-top: 8rpx;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
.manage-btn {
|
|
width: 192rpx;
|
|
height: 64rpx;
|
|
background: #0256FF;
|
|
border-radius: 32rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 48rpx;
|
|
}
|
|
.btn-text {
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.function-list {
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 0 24rpx;
|
|
box-shadow: 0 0 12rpx 0 rgba(0, 0, 0, 0.05);
|
|
}
|
|
.function-item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 92rpx;
|
|
border-bottom: 1rpx solid rgba(0, 0, 0, 0.05);
|
|
}
|
|
.function-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.function-text {
|
|
font-size: 28rpx;
|
|
color: #232220;
|
|
font-weight: 500;
|
|
}
|
|
|
|
/* 平台适配 */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* .nav-bar {
|
|
padding-top: calc(var(--status-bar-height) + constant(safe-area-inset-top)) !important;
|
|
padding-top: calc(var(--status-bar-height) + env(safe-area-inset-top)) !important;
|
|
} */
|
|
|
|
|
|
|