|
@@ -110,7 +110,7 @@
|
|
|
:to="{ path: '/details/intangible', query: { id: item.id } }"
|
|
:to="{ path: '/details/intangible', query: { id: item.id } }"
|
|
|
>
|
|
>
|
|
|
<ImageTitleBlock
|
|
<ImageTitleBlock
|
|
|
- :image="item.image"
|
|
|
|
|
|
|
+ :image="item.thumbnail || item.image"
|
|
|
:title="item.title"
|
|
:title="item.title"
|
|
|
:desc="item.desc"
|
|
:desc="item.desc"
|
|
|
/>
|
|
/>
|
|
@@ -135,7 +135,7 @@
|
|
|
:to="{ path: '/details/artifact', query: { id: item.id } }"
|
|
:to="{ path: '/details/artifact', query: { id: item.id } }"
|
|
|
>
|
|
>
|
|
|
<ImageTitleBlock
|
|
<ImageTitleBlock
|
|
|
- :image="item.image"
|
|
|
|
|
|
|
+ :image="item.thumbnail || item.image"
|
|
|
:title="item.title"
|
|
:title="item.title"
|
|
|
:desc="item.desc"
|
|
:desc="item.desc"
|
|
|
/>
|
|
/>
|
|
@@ -160,7 +160,7 @@
|
|
|
>
|
|
>
|
|
|
<NuxtLink :to="{ path: '/news/detail', query: { id: item.id } }">
|
|
<NuxtLink :to="{ path: '/news/detail', query: { id: item.id } }">
|
|
|
<ImageTitleBlock
|
|
<ImageTitleBlock
|
|
|
- :image="item.image"
|
|
|
|
|
|
|
+ :image="item.thumbnail || item.image"
|
|
|
:title="item.title"
|
|
:title="item.title"
|
|
|
:desc="item.desc"
|
|
:desc="item.desc"
|
|
|
/>
|
|
/>
|
|
@@ -197,7 +197,7 @@
|
|
|
:to="{ path: '/news/detail', query: { id: item.id } }"
|
|
:to="{ path: '/news/detail', query: { id: item.id } }"
|
|
|
>
|
|
>
|
|
|
<ImageTitleBlock
|
|
<ImageTitleBlock
|
|
|
- :image="item.image"
|
|
|
|
|
|
|
+ :image="item.thumbnail || item.image"
|
|
|
:title="item.title"
|
|
:title="item.title"
|
|
|
:desc="item.typeText"
|
|
:desc="item.typeText"
|
|
|
/>
|
|
/>
|
|
@@ -208,11 +208,7 @@
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
<!-- 介绍 -->
|
|
<!-- 介绍 -->
|
|
|
- <section class="main-introd main-section">
|
|
|
|
|
- <div class="main-introd-bg">
|
|
|
|
|
- <img class="a" src="@/assets/images/index/IntrodLeft.png" />
|
|
|
|
|
- <img class="b" src="@/assets/images/index/IntrodRight.jpg" />
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <section class="main-introd main-section main-introd-bg">
|
|
|
<div class="row h-100">
|
|
<div class="row h-100">
|
|
|
<div class="col-lg-6 col-md-6 col-sm-12">
|
|
<div class="col-lg-6 col-md-6 col-sm-12">
|
|
|
</div>
|
|
</div>
|
|
@@ -404,24 +400,9 @@ const recordData = await useSSrSimpleDataLoader('record', async () => {
|
|
|
height: 750px;
|
|
height: 750px;
|
|
|
}
|
|
}
|
|
|
.main-introd-bg {
|
|
.main-introd-bg {
|
|
|
- position: absolute;
|
|
|
|
|
- inset: 0;
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
-
|
|
|
|
|
- .a {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: 0;
|
|
|
|
|
- left: 0;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- z-index: -1;
|
|
|
|
|
- }
|
|
|
|
|
- .b {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: 0;
|
|
|
|
|
- right: 0;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- z-index: -2;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ background-image: url('@/assets/images/index/Introd.jpg');
|
|
|
|
|
+ background-size: cover;
|
|
|
|
|
+ background-position: center top;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.main-grid9 {
|
|
.main-grid9 {
|