282 lines
4.9 KiB
Plaintext
282 lines
4.9 KiB
Plaintext
page {
|
|
background-color: #fff;
|
|
}
|
|
.notify {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 702rpx;
|
|
box-sizing: border-box;
|
|
padding: 14rpx 24rpx 14rpx 40rpx;
|
|
background: linear-gradient(320deg, #FFFFFF 0%, #FFFFFF 100%);
|
|
border-radius: 19rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.notify .notify-left {
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
line-height: 40rpx;
|
|
text-align: right;
|
|
font-style: normal;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.notify .notify-left .notify-left-img {
|
|
width: 42rpx;
|
|
height: 42rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.notify .notify-right {
|
|
width: 130rpx;
|
|
height: 54rpx;
|
|
}
|
|
.my-page {
|
|
position: relative;
|
|
margin-bottom: 120rpx;
|
|
}
|
|
.my-page::before {
|
|
content: "";
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 676rpx !important;
|
|
background-image: url(/static/images/background/bj.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: 110rpx;
|
|
height: 110rpx;
|
|
border-radius: 64rpx;
|
|
overflow: hidden;
|
|
margin-right: 24rpx;
|
|
border: 4rpx solid #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-weight: 500;
|
|
font-size: 34rpx;
|
|
color: #333333;
|
|
line-height: 56rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.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;
|
|
}
|
|
.amount-img {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.amount-box {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
background: rgba(252, 67, 124, 0.1);
|
|
border-radius: 30rpx;
|
|
padding: 10rpx 16rpx;
|
|
}
|
|
.amount-lable {
|
|
font-weight: 500;
|
|
font-size: 26rpx;
|
|
color: #666666;
|
|
line-height: 30rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.amount-text {
|
|
font-weight: 500;
|
|
font-size: 26rpx;
|
|
color: #666666;
|
|
line-height: 30rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
color: #E8101E;
|
|
}
|
|
.function-list {
|
|
background: #ffffff;
|
|
border-radius: 20rpx;
|
|
padding: 24rpx;
|
|
box-shadow: 0 0 12rpx 0 rgba(0, 0, 0, 0.05);
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 30rpx;
|
|
}
|
|
.function-item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
/* border-bottom: 1rpx solid rgba(0, 0, 0, 0.05); */
|
|
}
|
|
.function-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.function-text {
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #232220;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
/* 交易项目 */
|
|
.module {
|
|
margin: 0;
|
|
border-radius: 24rpx;
|
|
padding: 24rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.module-banner {
|
|
width: 702rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.module-cont {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.module-cont-img {
|
|
width: 310rpx;
|
|
height: 120rpx;
|
|
margin-top: 23rpx;
|
|
}
|
|
.module-item {
|
|
width: 310rpx;
|
|
height: 120rpx;
|
|
border-radius: 16rpx;
|
|
border: 2rpx solid #f0eeee;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx 22rpx 24rpx 24rpx;
|
|
margin-top: 24rpx;
|
|
}
|
|
.module-order .module-item {
|
|
justify-content: flex-start;
|
|
}
|
|
.right_gray {
|
|
width: 14rpx;
|
|
height: 26rpx;
|
|
}
|
|
.module-lable {
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
line-height: 45rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.module-left {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
}
|
|
.module-tit {
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
.module-des {
|
|
font-weight: 500;
|
|
font-size: 20rpx;
|
|
color: #999999;
|
|
line-height: 28rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.module-icon {
|
|
width: 68rpx;
|
|
height: 68rpx;
|
|
}
|
|
.module-order .module-icon {
|
|
margin-right: 28rpx;
|
|
}
|
|
.arrow-right {
|
|
width: 11rpx;
|
|
height: 22rpx;
|
|
}
|
|
/* 平台适配 */
|
|
|