部分问题更改

main
wangxiaoshuang 2025-04-18 09:26:08 +08:00
parent 194197323b
commit 576f046f33
7 changed files with 43 additions and 20 deletions

View File

@ -5,7 +5,7 @@ const en = {
service: {
menuName: 'Services',
subMenu1: 'Imaging CRO',
subMenu2: '3D Post-Processing Service',
subMenu2: '3-D Post-Processing Service',
msg1: 'Extensive Imaging applies image processing and artificial intelligence technologies to imaging medicine, and provides imaging data analysis and diagnostic services closely related to clinical applications for physicians and patients, adhering to internationally recognized 3D imaging clinical diagnostic standards. Additionally, Extensive Imaging offers services such as medical imaging big data transmission, storage, sharing, statistics, and quality control for clients leveraging the advantages of cloud platforms.'
},
imagingService: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

View File

@ -50,10 +50,7 @@
style="margin-left:20px;">
<img src="@/static/images/ba.png" style="vertical-align: middle;">
<span style="margin: 0px 0px 0px 3px; vertical-align: middle;">沪公网安备 31011002005859</span></a>
</p><a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011002005859"
style="margin-left:20px;">
</a>
<p></p>
</p>
<!-- <a href="javascript:;" class="backTop tre"><i class="fa fa-angle-up"></i></a> -->
<div class="shares cf">
<a href="http://weibo.com/u/5834449233?is_all=1" class="a1" target="_blank"><img
@ -111,7 +108,7 @@ export default {
selectTab(v, title) {
console.log('selectTab')
if (v === '5') {
window.open('https://lili.elevateimaging.ai/')
window.open('https://irc.extimaging.com')
this.changeTab()
} else {
if (v.indexOf('-') > -1) {
@ -258,13 +255,21 @@ export default {
}
.bottom {
width: 1125px;
width: 1200px;
height: 74px;
background: #d4d4d4;
margin: 30px auto 30px auto;
position: relative;
font-size: 12px !important;
.copyright {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
p {
padding-left: 30px;
color: #3e3e3f;
@ -272,7 +277,7 @@ export default {
}
.left {
float: left;
// float: left;
font-size: 12px !important;
a {
@ -285,8 +290,13 @@ export default {
}
.shares {
float: right;
// float: right;
width: 100px;
height: 100%;
line-height: 1;
display: flex;
align-items: center;
justify-content: space-between;
// margin-top: 22px;
a {
@ -296,7 +306,7 @@ export default {
border: 1px solid #898d98;
border-radius: 2px;
margin-right: 15px;
float: left;
// float: left;
display: flex;
align-items: center;
justify-content: center;

View File

@ -2,6 +2,14 @@
<div class="Image-Based-Surgical-Planning">
<div class="banner"></div>
<div class="content">
<el-breadcrumb separator-class="el-icon-arrow-right"
style="padding: 5px;background-color: #f1f1f1;margin-top: 10px;">
<el-breadcrumb-item :to="{ path: '/home' }">{{ $t('home.menuName') }}</el-breadcrumb-item>
<el-breadcrumb-item><a href="/services">{{ $t('service.menuName') }}</a></el-breadcrumb-item>
<el-breadcrumb-item><a href="/services/3DPostProcessingServices">{{ $t('service.subMenu2')
}}</a></el-breadcrumb-item>
<el-breadcrumb-item>{{ $t('processingService.tab6') }}</el-breadcrumb-item>
</el-breadcrumb>
<div class="solution">
<div class="soluDetail">
<div class="cont" style="display: block;margin-top: 0;">
@ -452,7 +460,7 @@ export default {
// style="color: #1083b6;font-size: 22px;"
.content {
width: 926px;
width: 1200px;
margin: 0 auto;
.el-tabs__nav .el-tabs__item:first-child {
@ -595,7 +603,7 @@ li {
}
.solution {
width: 926px;
width: 100%;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 73px;

View File

@ -8,8 +8,7 @@
</template>
</div>
<div class="message">
<strong
v-html="$t(`ImageBasedSurgicalPlanning.${data.key}.series_${data.id}`)"></strong>
<strong v-html="$t(`ImageBasedSurgicalPlanning.${data.key}.series_${data.id}`)"></strong>
<p v-html="$t(`ImageBasedSurgicalPlanning.${data.key}.clinical_${data.id}`)"></p>
</div>
</div>
@ -156,6 +155,8 @@ export default {
color: #aaa;
line-height: 20px;
padding: 17px 18px;
text-align: left;
word-break: keep-all;
}
}
}

View File

@ -465,7 +465,7 @@ export default {
min-height: 230px;
box-shadow: 0 0 8px rgba(0, 0, 0, .2);
padding: 40px;
width: 920px;
width: calc(100% - 80px);
.title {
font-size: 25px;
@ -546,7 +546,7 @@ li {
}
.solution {
width: 926px;
width: 1200px;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 73px;
@ -580,7 +580,7 @@ li {
.tabsWW {
height: 65px;
width: 926px;
width: 100%;
margin: 0 auto;
}
@ -622,7 +622,7 @@ li {
}
.soluDetail {
width: 926px;
width: 1200px;
margin: 0 auto;
padding-top: 55px;
padding-bottom: 30px;
@ -631,6 +631,10 @@ li {
.itemX {
margin-bottom: 30px;
.sls1Process {
text-align: center;
}
p {
font-size: 15px;
line-height: 28px;

View File

@ -5,7 +5,7 @@ const CompressionWebpackPlugin = require('compression-webpack-plugin')
// 定义压缩文件类型
const productionGzipExtensions = ['js', 'css']
function resolve (dir) {
function resolve(dir) {
return path.join(__dirname, dir)
}
@ -20,7 +20,7 @@ module.exports = {
// 清除svg默认的处理方式
config.module.rules.delete('svg')
config.plugin('html').tap(args => {
args[0].title = 'Elevate Imaging'
args[0].title = 'Extensive Imaging'
return args
})
},