完善添加银行卡功能

This commit is contained in:
cbb
2025-12-27 17:52:08 +08:00
parent 20455490f8
commit 3b9b142c21
44 changed files with 3434 additions and 28 deletions

View File

@@ -0,0 +1,126 @@
.top-bg-img {
width: 100%;
height: 544rpx;
position: relative;
.img {
width: 100%;
height: 100%;
}
.user-info {
position: absolute;
right: 24rpx;
bottom: -60rpx;
display: flex;
align-items: flex-start;
text {
margin-top: 30rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 600;
font-size: 32rpx;
color: #ffffff;
font-style: normal;
text-transform: none;
}
.avatar {
width: 160rpx;
height: 160rpx;
border-radius: 16rpx;
margin-left: 30rpx;
}
}
}
.dynamic-list {
padding: 86rpx 26rpx 0 26rpx;
.list + .list {
margin-top: 32rpx;
}
.list {
display: flex;
.avatar {
width: 96rpx;
height: 96rpx;
border-radius: 96rpx;
flex-shrink: 0;
margin-right: 32rpx;
}
.content {
width: 100%;
font-family: PingFang SC, PingFang SC;
text-align: left;
font-style: normal;
text-transform: none;
display: flex;
flex-direction: column;
.name {
font-weight: bold;
font-size: 32rpx;
color: #333333;
}
.text {
font-weight: 500;
font-size: 28rpx;
color: #333333;
margin: 16rpx 0;
}
.img-list {
.item-img {
width: 410rpx;
height: 250rpx;
border-radius: 8rpx;
}
}
.address {
display: flex;
align-items: center;
margin: 16rpx 0 14rpx;
text {
font-weight: 500;
font-size: 24rpx;
color: #999999;
margin-right: 16rpx;
&:last-child {
font-size: 24rpx;
color: #0c587e;
}
}
}
.like-box {
display: flex;
align-items: center;
.like {
display: flex;
align-items: center;
margin-right: 86rpx;
text {
font-weight: 400;
font-size: 22rpx;
color: #747474;
}
}
}
.comment {
margin-top: 16rpx;
padding: 16rpx 18rpx;
background: #f9f9f9;
border-radius: 8rpx;
.comment-item + .comment-item {
margin-top: 16rpx;
}
.comment-item {
text {
font-weight: 400;
font-size: 28rpx;
color: #333333;
margin-right: 8rpx;
&:last-child {
font-weight: 500;
font-size: 28rpx;
color: #999999;
}
}
}
}
}
}
}

View File

@@ -13,6 +13,27 @@
background: #ffffff;
border-radius: 32rpx 32rpx 0rpx 0rpx;
}
.integral-box {
width: 354rpx;
height: 166rpx;
position: absolute;
bottom: 82rpx;
left: 48rpx;
font-family: PingFang SC, PingFang SC;
color: #ffffff;
font-weight: bold;
font-style: normal;
text-transform: none;
display: flex;
flex-direction: column;
align-items: flex-start;
text {
font-size: 32rpx;
&:last-child {
font-size: 100rpx;
}
}
}
.left-icon {
width: 354rpx;
height: 166rpx;