Commit fe6b8100 authored by 陈毅's avatar 陈毅

【U】页面优化

parent 6b9fdfe0
......@@ -611,7 +611,7 @@
font-size: 16px;
line-height: 27px;
color: #232323;
margin-top: 34px;
margin-top: 24px;
font-weight: bold;
font-family: Microsoft YaHei;
opacity: 1;
......@@ -637,7 +637,7 @@
// margin: 60px 0 0 550px;
cursor: pointer;
float: right;
margin-top: 79px;
margin-top: 29px;
}
}
}
......
<template>
<div class="pc2">
<div class="pc2-flex">
<div class="pc2-flex-head">{{ more.content }}</div>
<div class="pc1-more-top">
<div>{{ more.title1 }}</div>
<div>{{more.title3}}</div>
<div>{{more.title2}}</div>
</div>
<!-- 二维码居中容器 -->
<div class="qrcode-wrap">
<img :src="more.url1" alt="" />
<div class="qrcode-tip">(扫描二维码即可报名参会)</div>
</div>
<div class="section-block-wrap">
<div class="block-item" v-for="(item,index) in blockList" :key="index">
<div class="block-title">
{{item.title}}
<svg class="yellow-corner-svg" xmlns="http://www.w3.org/2000/svg" width="10" height="26" viewBox="0 0 20 41">
<path d="M1.5,10.5s.26-9,9-9c7.59,0,9,5.74,9,9v32s-1.34,6-7,6-7-6-7-6v-25" style="fill: none; stroke: rgb(255, 226, 109); stroke-width: 3px;"></path>
</svg>
</div>
<div class="block-desc">{{item.desc}}</div>
</div>
</div>
<img src="/image/intelligence/641.webp" alt="">
</div>
</div>
</template>
<script>
export default {
data() {
return {
more: {
content: "诚邀参会丨2026人工智能+轮胎行业创新VIP沙龙,青岛相见!",
title1: `北京德天博诚科技有限公司和达索系统诚邀您参加2026年8月28日在青岛皇冠假日酒店3+5厅举办的“2026达索系统高端装备行业创新VIP沙龙——人工智能+轮胎行业创新VIP沙龙青岛站”。
`,
url1: "/image/intelligence/640.webp",
title2: "您可扫描下方二维码报名参会,也可以联系我们领取专属邀请函~",
title3: "本次活动邀请了达索原厂资深专家、高校行业专家,轮胎企业高层等现场分享,行业先进的SmarTyre解决方案,全新推出的AI驱动“虚拟助手”(Aura、Leo、Marie),行业专家最新研究成果及客户现身说法如何建立轮胎数字化协同研发平台。",
title4: "",
title5: ""
},
blockList: [
{
title: "洞察趋势,锚定转型赛道",
desc: "紧扣“十五五”轮胎行业从规模扩张转向质量效益的关键转型节点,直面AI工业变革重塑轮胎产业底层逻辑的行业大势,近距离了解达索系统携手 NVIDIA打造的工业AI架构、工业世界模型 + 虚拟孪生前沿布局,明晰AI从辅助工具升级为专业虚拟伙伴的行业趋势,帮企业找准数字化转型、AI赋能研发的战略方向,规划专属数字化研发蓝图。"
},
{
title: "深挖数据,打通协同壁垒",
desc: "聚焦轮胎研发场景痛点,学习依托达索3DEXPERIENCE统一平台打通研发全链路的方法,借助Aura、Leo、Marie等AI虚拟助手,打破部门数据孤岛;围绕橡胶材料实验数据处理、轮胎结构设计等环节,掌握AI驱动的数据治理、零件重用、资产沉淀方案,拓宽材料科学、工程设计等多学科协同边界,形成可直接复用的轮胎行业数字化协同落地路径。"
},
{
title: "拆解案例,落地增效方案",
desc: "聚焦轮胎专属业务场景,嘉宾拆解SmartYre数字化轮胎解决方案、Abaqus AI赋能轮胎研发、APS+AI优化供应链计划、数字化协同研发平台搭建等真实落地案例,覆盖轮胎研发设计、材料实验、供应链规划全流程,直观看到AI落地后的研发效率提升、决策预判能力增强等实际收益,避开转型试错成本。"
},
{
title: "链接资源,构筑核心壁垒",
desc: "汇聚达索技术专家、高校科研学者、轮胎企业从业者,产学研多方同台交流,既能获取青岛理工大学等高校在轮胎材料、仿真研发领域的前沿科研成果,也能对接头部服务商技术资源,共同探索AI赋能轮胎新材料研发、性能仿真、轻量化升级等科技创新路径,构建企业长期核心竞争力。"
}
]
};
}
};
</script>
<style lang="less" scoped>
.pc2 {
width: 100%;
.pc2-flex {
width: 80%;
max-width: 1400px;
min-width: 1100px;
margin: 120px auto;
.pc2-flex-head{
font-size: 22px;
font-weight: 700;
}
.pc1-more-top {
margin-bottom: 60px;
padding-top: 40px;
div {
padding-top: 10px;
font-size: 16px;
font-weight: 400;
color: #232323;
padding-bottom: 10px;
font-family: Microsoft YaHei;
white-space: pre‑line;
}
img {
width: 170px;
}
}
/* 二维码居中 */
.qrcode-wrap{
text-align: center;
margin:40px 0;
img{
max-width:280px;
}
.qrcode-tip{
margin-top:12px;
font-size:16px;
color:#232323;
}
}
.section-block-wrap{
.block-item{
margin-bottom:32px;
.block-title{
position: relative;
display: inline-block;
border:2px solid #447bcc;
background:#ffffff;
padding:8px 16px;
font-size:18px;
font-weight:bold;
color:#225599;
margin-bottom:14px;
.yellow-corner-svg{
position:absolute;
top:-10px;
right:6px;
pointer-events:none;
}
}
.block-desc{
font-size:16px;
color:#232323;
line-height:1.8;
text-align: justify;
}
}
}
.pc1-more-p {
p {
padding-top: 20px;
font-size: 16px;
color: #232323;
}
}
}
}
</style>
......@@ -526,6 +526,11 @@ export default {
},
],
list:[
{
path:"/case/intelligence",
name:"2026人工智能+轮胎行业创新VIP沙龙",
note:"诚邀参会丨2026人工智能+轮胎行业创新VIP沙龙,青岛相见!",
},
{
path:"/case/partner",
name:"2022达索系统高科技行业启动会",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment