1.14 概念中心模块调整,战略分析模块界面完善

This commit is contained in:
尚政杰
2026-01-14 18:48:02 +08:00
parent 27dc03940b
commit 6ee8ce42ed
888 changed files with 96307 additions and 247 deletions

View File

@@ -238,7 +238,17 @@
</view>
<view v-if="selectInDepthAnalysis==0" class="strategicAnalysisList">
<view class="section">核心定位</view>
<view class="corePositionC">中国领先的股份制商业银行平安集团综合金融战略的核心载体</view>
<view class="section">投资亮点</view>
<view class="highlightsList">
<view class="item flex">
<image class="icon" src="" mode="widthFix"></image>
<view class="flex1">
<view class="title">综合金融优势</view>
<view class="content">背靠平安集团客户资源共享和交叉销售带来持续增长动力</view>
</view>
</view>
</view>
<view class="section">商业模式</view>
<view class="infoC">
<view class="title">零售银行核心驱动</view>
@@ -247,6 +257,12 @@
<view class="infoC">
<view class="title">科技赋能转型</view>
<view class="content">通过科技赋能实现业务流程数字化降本增效的同时提升客户体验</view>
<view class="labelList flexWrap">
<view class="labelC flex">
<image class="icon" src="/pagesStock/static/icon/existStatus.png" mode="widthFix"></image>
<view>AI应用深化</view>
</view>
</view>
</view>
<view class="infoC">
<view class="title">对公业务聚焦</view>
@@ -261,6 +277,22 @@
<view class="title">战略举措</view>
<view class="content">2025年A1138个项目落地构建智能风控智能投顾与智能运营目标3年降低单位成本10%以上;发行800亿元资本债用于置换存量高成本次级债并支持科技绿色贷款扩张目合金融优势技绿色贷款占比提升至15%</view>
</view>
<view class="section flex">
<view>竞争地位分析</view>
<view class="industryRankC flex" @click="clickIndustryRank()">
<image class="icon" src="/pagesStock/static/icon/industryRank.png" mode="widthFix"></image>
<view>行业排名 6/42</view>
<!-- <image src="/arrow" mode=""></image> -->
</view>
</view>
<view class="subSection">主要竞争对手</view>
<view class="mainCompetitorList flexWrap">
<view class="item flex">
<image class="icon" src="/pagesStock/static/icon/existStatus.png" mode="widthFix"></image>
<view>招商银行</view>
</view>
</view>
<view class="infoC">
<view class="title">竞争优势</view>
<view class="content">背靠平安集团综合金融生态零售客户数超1.25亿AUM近4.2万亿元科技投入持续高位数字化经营与风控模型行业领先对公绿色科创普惠贷款增速均超10%非息收入占比提升至36%以上资本充足率高于监管底线且拨备覆盖率250%+资产质量稳健</view>
@@ -296,8 +328,28 @@
</view>
</view>
</view>
<uni-popup ref="industryRank" type="bottom">
<uni-popup ref="industryRankPop" type="bottom">
<view class="industryRankPop relative">
<view class="popTitle">行业排名</view>
<view class="closeC absolute">
<image class="icon" src="/static/icon/home/close.png" mode="widthFix"></image>
</view>
<view class="sectionDateC flex">
<view class="section">三季报 行业排名</view>
<view class="industryC flex">
<image class="icon" src="/pagesStock/static/icon/existStatus.png" mode="widthFix"></image>
<view>银行(一级行业)</view>
</view>
<view class="flex1"></view>
<view class="date">2024-09-30</view>
</view>
<view class="list">
<view class="item">
<view class="title">EPS</view>
<view class="average">行业均值:1.85</view>
</view>
</view>
</view>
</uni-popup>
</view>
</template>
@@ -317,14 +369,17 @@
{
title:'深度分析'
},
{
title:'股票行情'
},
// {
// title:'股票行情'
// },
{
title:'财务全景'
},
// {
// title:'盈利预测'
// },
{
title:'盈利预测'
title:'动态跟踪'
}],
selectTab:0,
companyFilesList:[{
@@ -369,7 +424,7 @@
}
},
/**
* 点击选择公司档案
* 点击选择公司档案分类
* @param {Object} index
*/
clickCompanyFilesItem(index)
@@ -379,6 +434,7 @@
}
},
/**
* 点击选择深度分析分类
* @param {Object} index
*/
clickInDepthAnalysisItem(index)
@@ -386,6 +442,13 @@
if(this.selectInDepthAnalysis!=index) {
this.selectInDepthAnalysis = index
}
},
/**
* 点击查看行业排名
*/
clickIndustryRank()
{
this.$refs["industryRankPop"].open()
}
}
}
@@ -891,6 +954,59 @@ page
font-size: 28rpx;
font-weight: bold;
color: #2B2B2B;
.industryRankC
{
margin-left: 10rpx;
padding: 0 12rpx;
line-height: 38rpx;
border: solid 1rpx #F2C369;
border-radius: 19rpx;
font-size: 20rpx;
font-weight: 500;
color: #F3C368;
.icon
{
margin-right: 5rpx;
width: 17rpx;
height: auto;
}
}
}
.corePositionC
{
background-color: #FAFAFC;
padding: 20rpx;
font-size: 24rpx;
font-weight: 500;
color: #2A2A2A;
border-radius: 10rpx;
}
.highlightsList
{
.item
{
background-color: #FAFAFC;
margin-bottom: 20rpx;
padding: 20rpx;
border-radius: 10rpx;
.icon
{
width: 81rpx;
height: auto;
}
.title
{
font-size: 22rpx;
font-weight: 500;
color: #999;
}
.content
{
font-size: 20rpx;
font-weight: 500;
color: #2A2A2A;
}
}
}
.infoC
{
@@ -923,6 +1039,56 @@ page
{
text-align: right;
}
.labelList
{
margin-top: 10rpx;
.labelC
{
background-color: #FFF7E9;
margin: 0 12rpx 12rpx 0;
padding: 0 10rpx;
line-height: 38rpx;
border: solid 1rpx #F2C369;
border-radius: 20rpx;
font-size: 22rpx;
font-weight: 500;
color: #F3C368;
.icon
{
margin-right: 3rpx;
width: 16rpx;
height: auto;
}
}
}
}
.subSection
{
line-height: 60rpx;
font-size: 24rpx;
font-weight: bold;
color: #2A2A2A;
}
.mainCompetitorList
{
.item
{
background-color: #FFF7E9;
margin: 0 20rpx 20rpx 0;
padding: 0 16rpx;
line-height: 38rpx;
border-radius: 20rpx;
border: solid 1rpx #F2C369;
font-size: 22rpx;
font-weight: 500;
color: #F3C368;
.icon
{
margin-right: 3rpx;
width: 16rpx;
height: auto;
}
}
}
}
}
@@ -965,4 +1131,80 @@ page
}
}
}
.industryRankPop
{
background-color: white;
border-radius: 20rpx 20rpx 0 0;
.popTitle
{
margin: 0 20rpx;
line-height: 100rpx;
border-bottom: solid 1rpx #E7E7E7;
font-size: 35rpx;
font-weight: bold;
color: #333;
text-align: center;
}
.closeC
{
top: 0;
right: 0;
padding: 40rpx 26rpx;
.icon
{
display: block;
width: 20rpx;
height: auto;
}
}
.sectionDateC
{
padding: 30rpx 26rpx;
.section
{
margin-right: 11rpx;
font-size: 28rpx;
font-weight: bold;
color: #2B2B2B;
}
.industryC
{
background-color: #FFF7E9;
padding: 0 15rpx;
line-height: 34rpx;
border: solid 1rpx #F2C369;
border-radius: 18rpx;
font-size: 20rpx;
font-weight: 500;
color: #F2C369;
.icon
{
margin-right: 3rpx;
width: 16rpx;
height: auto;
}
}
.date
{
font-size: 24rpx;
font-weight: 500;
color: #71675D;
}
}
.list
{
padding: 0 25rpx;
.item
{
margin: 0 20rpx 20rpx 0;
width: calc((100% - 40rpx)/2);
border: solid 1rpx #FCE2B2;
border-radius: 10rpx;
}
.item:nth-child(3n)
{
margin-right: 0;
}
}
}
</style>