|
|
@ -24,7 +24,8 @@ |
|
|
<img src="../assets/img/twCircle.png" |
|
|
<img src="../assets/img/twCircle.png" |
|
|
style="width: 0.9vw;height:0.9vw;object-fit: contain;float: right;margin-top: 7%;"> |
|
|
style="width: 0.9vw;height:0.9vw;object-fit: contain;float: right;margin-top: 7%;"> |
|
|
<div style="width: 55%;text-align: center;"> |
|
|
<div style="width: 55%;text-align: center;"> |
|
|
{{ item.name }}</div> |
|
|
{{ item.name }} |
|
|
|
|
|
</div> |
|
|
<img src="../assets/img/jiantou.png" |
|
|
<img src="../assets/img/jiantou.png" |
|
|
style="width: 0.9vw;height:0.9vw;object-fit: contain;float: right;margin-top: 8%;"> |
|
|
style="width: 0.9vw;height:0.9vw;object-fit: contain;float: right;margin-top: 8%;"> |
|
|
</div> |
|
|
</div> |
|
|
@ -42,7 +43,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div style="width: 100%;height: 3%;position: fixed;bottom: 0px;z-index: 100"> |
|
|
<div style="width: 100%;height: 3%;position: fixed;bottom: 0px;z-index: 100"> |
|
|
<foot></foot> |
|
|
<foot></foot> |
|
|
</div> |
|
|
</div> |
|
|
@ -54,6 +54,7 @@ |
|
|
import headInfo from "@/components/Head.vue"; |
|
|
import headInfo from "@/components/Head.vue"; |
|
|
import Foot from "@/components/Foot.vue"; |
|
|
import Foot from "@/components/Foot.vue"; |
|
|
import {getInfo} from "@/api/kcInfo"; |
|
|
import {getInfo} from "@/api/kcInfo"; |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
// eslint-disable-next-line vue/multi-word-component-names |
|
|
// eslint-disable-next-line vue/multi-word-component-names |
|
|
name: 'TWInfoXq', |
|
|
name: 'TWInfoXq', |
|
|
@ -193,6 +194,7 @@ export default { |
|
|
margin-top: 7%; |
|
|
margin-top: 7%; |
|
|
border-radius: 1vw; |
|
|
border-radius: 1vw; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contentTitle { |
|
|
.contentTitle { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 8%; |
|
|
height: 8%; |
|
|
@ -205,6 +207,7 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contentText { |
|
|
.contentText { |
|
|
width: 96%; |
|
|
width: 96%; |
|
|
height: 89%; |
|
|
height: 89%; |
|
|
|