|
|
|
@ -1,15 +1,19 @@ |
|
|
|
<template> |
|
|
|
<div class="about"> |
|
|
|
<HeaderInfo style="height: 5.65vw;float: left;"></HeaderInfo> |
|
|
|
<HeaderInfo style="height: 5.65vw;float: left; position: absolute"></HeaderInfo> |
|
|
|
<leftInfo style="width: 5vw;position: absolute;top: 5.4vw;" :leftNum="1" :zhedie="0" @show="isZhe"></leftInfo> |
|
|
|
<div class="docInfo" > |
|
|
|
<div class="headerDoc"> |
|
|
|
<div style="margin-left: 1vw;"> |
|
|
|
<div style="height: 1.2vw;width:1.2vw;float: left;margin-top: 1.3vw;" @click="goIndex"> |
|
|
|
<img style="height: 100%; width: 100%; object-fit: contain" src="../assets/img2/back.png"/> |
|
|
|
</div> |
|
|
|
<div |
|
|
|
style=" |
|
|
|
|
|
|
|
<div class="bodyDiv" style=" margin-top: 9.65vw;; |
|
|
|
overflow: auto; |
|
|
|
height: 80vw;"> |
|
|
|
<div class="headerDoc"> |
|
|
|
<div style="margin-left: 1vw;"> |
|
|
|
<div style="height: 1.2vw;width:1.2vw;float: left;margin-top: 1.3vw;" @click="goIndex"> |
|
|
|
<img style="height: 100%; width: 100%; object-fit: contain" src="../assets/img2/back.png"/> |
|
|
|
</div> |
|
|
|
<div |
|
|
|
style=" |
|
|
|
float: left; |
|
|
|
height: 1.5vw; |
|
|
|
line-height: 1.5vw; |
|
|
|
@ -20,28 +24,25 @@ |
|
|
|
color: #ffffff; |
|
|
|
text-align: center; |
|
|
|
" |
|
|
|
> |
|
|
|
关键词:{{pointInfo.name}} |
|
|
|
> |
|
|
|
关键词:{{pointInfo.name}} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- <div class="inputbox">--> |
|
|
|
<!-- <div class="inputClass">--> |
|
|
|
<!-- <input v-model="searchWord" class="inputText" style="overflow: hidden !important;"--> |
|
|
|
<!-- @keydown.enter="goSearch">--> |
|
|
|
<!-- <img--> |
|
|
|
<!-- style="position: absolute;--> |
|
|
|
<!-- right: 5%; top: 0.4vw;object-fit: contain;--> |
|
|
|
<!-- z-index: 200;width: 1.2vw;height: 1vw;"--> |
|
|
|
<!-- src="../assets/img2/docSearch.png"--> |
|
|
|
<!-- />--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </div>--> |
|
|
|
</div> |
|
|
|
<!-- <div class="inputbox">--> |
|
|
|
<!-- <div class="inputClass">--> |
|
|
|
<!-- <input v-model="searchWord" class="inputText" style="overflow: hidden !important;"--> |
|
|
|
<!-- @keydown.enter="goSearch">--> |
|
|
|
<!-- <img--> |
|
|
|
<!-- style="position: absolute;--> |
|
|
|
<!-- right: 5%; top: 0.4vw;object-fit: contain;--> |
|
|
|
<!-- z-index: 200;width: 1.2vw;height: 1vw;"--> |
|
|
|
<!-- src="../assets/img2/docSearch.png"--> |
|
|
|
<!-- />--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </div>--> |
|
|
|
</div> |
|
|
|
<div class="bodyDiv" style="padding: 2%; |
|
|
|
overflow: auto; |
|
|
|
height: 80vw;"> |
|
|
|
<div |
|
|
|
style="margin-bottom: 20px; line-height: 1.5vw; font-size: 1.2vw" |
|
|
|
style="margin-bottom: 20px; line-height: 1.5vw; font-size: 1.2vw;" |
|
|
|
v-for="(item) in tableData" |
|
|
|
:key="item" |
|
|
|
> |
|
|
|
@ -493,9 +494,11 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
.headerDoc { |
|
|
|
position: absolute; |
|
|
|
height: 4vw; |
|
|
|
top: 5.40vw; |
|
|
|
width: 100%; |
|
|
|
margin-top: -0.5vw; |
|
|
|
background: white; |
|
|
|
box-shadow: rgba(0, 0, 0, 0.3) -1px -2px 11px 1px; |
|
|
|
} |
|
|
|
|
|
|
|
@ -1223,5 +1226,9 @@ margin-top: 0.2vw; |
|
|
|
.articleName:hover{ |
|
|
|
color:rgb(7, 118, 255); |
|
|
|
} |
|
|
|
#app{ |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|
|
|
|
|