# Conflicts:
#	unpackage/dist/dev/.sourcemap/mp-weixin/app.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/common/assets.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/components/LCCalendar/LCCalendar.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pages/geGuCenter/geGuCenter.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/pagesStock/stockCenterDetails/bkydmx.js.map
#	unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-popup/components/uni-popup/uni-popup.js.map
#	unpackage/dist/dev/mp-weixin/common/assets.js
#	unpackage/dist/dev/mp-weixin/common/vendor.js
#	unpackage/dist/dev/mp-weixin/components/zysj-view/zysj-view.js
#	unpackage/dist/dev/mp-weixin/pages/geGuCenter/geGuCenter.wxml
#	unpackage/dist/dev/mp-weixin/pages/mine/mine.js
#	unpackage/dist/dev/mp-weixin/pages/ztfx/ztfx.js
#	unpackage/dist/dev/mp-weixin/pagesMine/vip/vip.js
#	unpackage/dist/dev/mp-weixin/pagesMine/vipMeal/vipMeal.js
#	unpackage/dist/dev/mp-weixin/pagesStock/stockCenterDetails/bkydmx.js
#	unpackage/dist/dev/mp-weixin/pagesStock/stockCenterDetails/bkydmx.wxml
#	unpackage/dist/dev/mp-weixin/pagesStock/stockCenterDetails/cwDetails.js
#	unpackage/dist/dev/mp-weixin/pagesStock/stockCenterDetails/stockCenterDetails.js
#	unpackage/dist/dev/mp-weixin/pagesStock/stockCenterDetails/ztfx.js
This commit is contained in:
zw199166
2026-01-26 15:37:06 +08:00
519 changed files with 954 additions and 45576 deletions

View File

@@ -1,102 +0,0 @@
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;
}