5030fe9d by zhangmeng

世锦赛

1 parent bb839498
...@@ -20,26 +20,14 @@ ...@@ -20,26 +20,14 @@
20 20
21 </el-link> 21 </el-link>
22 </div> 22 </div>
23 <div class="content"> 23 <div class="contentBox">
24 <div v-html="content"></div> 24 <div v-html="content"></div>
25 </div> 25 </div>
26 26 {{ content }}
27 </div> 27 </div>
28 </el-col> 28 </el-col>
29 </el-row> 29 </el-row>
30 </el-card> 30 </el-card>
31
32 <div v-if="false" class="indexTitle">
33 <h3 class="leftboderTT">{{ language == 0 ? '联系我们' : 'CONTACT US' }}</h3>
34 </div>
35 <div v-if="false" class="mapBox mb20">
36 <div class="content">
37 <div v-for="(item,index) in contact" :class="index==0?'phone':index==1?'address':'email'">
38 <h4>{{ language == 1 ? item.ename : item.name }}</h4>
39 <p>{{ language == 0 ? item.value : item.evalue }}</p>
40 </div>
41 </div>
42 </div>
43 </div> 31 </div>
44 32
45 <div style="height: 50px"></div> 33 <div style="height: 50px"></div>
...@@ -69,11 +57,12 @@ onMounted(() => { ...@@ -69,11 +57,12 @@ onMounted(() => {
69 const getMenuList = () => { 57 const getMenuList = () => {
70 58
71 getppInfo('10000005').then(res => { 59 getppInfo('10000005').then(res => {
60 debugger
72 if (language.value == 0) { 61 if (language.value == 0) {
73 content.value = res.data.contextZh 62 content.value = res.data.contextZh
74 fileList.value = JSON.parse(res.data.fileZh) 63 fileList.value = JSON.parse(res.data.fileZh)
75 } else { 64 } else {
76 content.value = res.data.contextEh 65 content.value = res.data.contextEn
77 fileList.value = JSON.parse(res.data.fileEn) 66 fileList.value = JSON.parse(res.data.fileEn)
78 } 67 }
79 }) 68 })
...@@ -88,6 +77,16 @@ const getMenuList = () => { ...@@ -88,6 +77,16 @@ const getMenuList = () => {
88 margin-bottom: 10px; 77 margin-bottom: 10px;
89 } 78 }
90 79
80 :deep(.contentBox ) {
81 max-width: 1000px;
82
83 img {
84 width: 100% !important;
85 max-width: 100% !important;
86 height: auto !important;
87 }
88 }
89
91 .leftNav { 90 .leftNav {
92 ul { 91 ul {
93 border-right: 2px solid #E5E5E5; 92 border-right: 2px solid #E5E5E5;
...@@ -182,6 +181,7 @@ const getMenuList = () => { ...@@ -182,6 +181,7 @@ const getMenuList = () => {
182 margin: auto; 181 margin: auto;
183 } 182 }
184 183
184
185 div { 185 div {
186 padding-left: 60px; 186 padding-left: 60px;
187 } 187 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!