1.26 个股详情业务结构,发展历程模块完善

This commit is contained in:
尚政杰
2026-01-26 17:53:08 +08:00
parent f296e005b3
commit 67a673cd4d
508 changed files with 44334 additions and 305 deletions

View File

@@ -0,0 +1,102 @@
page {
background-color: black;
}
.topBg {
top: 0;
left: 0;
width: 100%;
height: auto;
}
.navTitle {
left: 0;
margin: 0 23rpx;
font-size: 36rpx;
font-weight: bold;
color: white;
}
.personalInfoC {
padding: 0 25rpx 0 30rpx;
}
.personalInfoC .avatar {
margin-right: 11rpx;
width: 130rpx;
height: 130rpx;
border-radius: 50%;
border: solid 3rpx white;
}
.personalInfoC .nickname {
font-size: 32rpx;
font-weight: bold;
color: white;
}
.personalInfoC .mobile {
margin-top: 6rpx;
font-size: 24rpx;
font-weight: 500;
color: #F3C368;
}
.personalInfoC .arrow {
width: 15rpx;
height: auto;
}
.numList .item {
padding: 25rpx 0;
}
.numList .item .num {
font-size: 48rpx;
font-weight: 800;
color: white;
}
.numList .item .title {
font-size: 24rpx;
font-weight: 500;
color: #FFECD3;
}
.vipC {
margin: 0 45rpx;
}
.vipC .icon {
display: block;
width: 100%;
height: auto;
}
.menuList {
background-color: white;
margin: 0 25rpx;
padding: 0 20rpx 220rpx;
border-radius: 20rpx;
}
.menuList .item {
height: 100rpx;
padding: 0 18rpx 0 20rpx;
border-bottom: solid 1rpx #F7F7F7;
font-size: 28rpx;
color: #222;
}
.menuList .item .icon {
margin-right: 16rpx;
width: 44rpx;
height: 44rpx;
}
.menuList .item .arrow {
width: 11rpx;
height: auto;
}
.menuList .item button {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.popup {
background-color: white;
}
.popup .icon {
width: 560rpx;
height: auto;
}
.popup .title {
margin-top: 10rpx;
border-radius: 10rpx;
text-align: center;
}