diff --git a/src/lang/en.js b/src/lang/en.js index 8affb99..e07b320 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -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: { diff --git a/src/static/images/pps_index_1.png b/src/static/images/pps_index_1.png new file mode 100644 index 0000000..0daee43 Binary files /dev/null and b/src/static/images/pps_index_1.png differ diff --git a/src/views/front/layout/index.vue b/src/views/front/layout/index.vue index 7cbb6b1..7d56dbb 100644 --- a/src/views/front/layout/index.vue +++ b/src/views/front/layout/index.vue @@ -50,10 +50,7 @@ style="margin-left:20px;"> 沪公网安备 31011002005859号 -

- -

+

-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; diff --git a/src/views/front/services/3D-post-processing-services/Image-Based-Surgical-Planning/index.vue b/src/views/front/services/3D-post-processing-services/Image-Based-Surgical-Planning/index.vue index b14006a..f241427 100644 --- a/src/views/front/services/3D-post-processing-services/Image-Based-Surgical-Planning/index.vue +++ b/src/views/front/services/3D-post-processing-services/Image-Based-Surgical-Planning/index.vue @@ -2,6 +2,14 @@
+ + {{ $t('home.menuName') }} + {{ $t('service.menuName') }} + {{ $t('service.subMenu2') + }} + {{ $t('processingService.tab6') }} +
@@ -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; diff --git a/src/views/front/services/3D-post-processing-services/Image-Based-Surgical-Planning/showImage.vue b/src/views/front/services/3D-post-processing-services/Image-Based-Surgical-Planning/showImage.vue index 81480c2..175570e 100644 --- a/src/views/front/services/3D-post-processing-services/Image-Based-Surgical-Planning/showImage.vue +++ b/src/views/front/services/3D-post-processing-services/Image-Based-Surgical-Planning/showImage.vue @@ -8,8 +8,7 @@
- +

@@ -156,6 +155,8 @@ export default { color: #aaa; line-height: 20px; padding: 17px 18px; + text-align: left; + word-break: keep-all; } } } diff --git a/src/views/front/services/3D-post-processing-services/index.vue b/src/views/front/services/3D-post-processing-services/index.vue index b29273a..b678afc 100644 --- a/src/views/front/services/3D-post-processing-services/index.vue +++ b/src/views/front/services/3D-post-processing-services/index.vue @@ -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; diff --git a/vue.config.js b/vue.config.js index 0ab2f85..4ce3742 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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 }) },