|
|
@ -41,7 +41,7 @@ |
|
|
|
<img src="@/assets/images/index/yfys1-icon.png" alt="" /> |
|
|
|
</div> |
|
|
|
<div class="right"> |
|
|
|
<div class="top">战略优势</div> |
|
|
|
<div class="top">战略机遇赋能</div> |
|
|
|
<div class="center yellow"><span class="num">3</span> 年</div> |
|
|
|
<div class="bot">中央1号文件</div> |
|
|
|
</div> |
|
|
@ -51,12 +51,12 @@ |
|
|
|
<ul class="bg-bubbles"> |
|
|
|
<li v-for="i in 10" :key="i"></li> |
|
|
|
</ul> |
|
|
|
<img src="@/assets/images/index/yfys2-icon.png" alt="" /> |
|
|
|
<img src="@/assets/images/index/yfys3-icon.png" alt="" /> |
|
|
|
</div> |
|
|
|
<div class="right"> |
|
|
|
<div class="top">自然优势</div> |
|
|
|
<div class="center green">北纬 <span class="num">36°</span></div> |
|
|
|
<div class="bot">黄金育种地带</div> |
|
|
|
<div class="top">区位交通便利</div> |
|
|
|
<div class="center violet"><span class="num">1</span> 小时</div> |
|
|
|
<div class="bot">交通辐射圈</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item"> |
|
|
@ -64,12 +64,12 @@ |
|
|
|
<ul class="bg-bubbles"> |
|
|
|
<li v-for="i in 10" :key="i"></li> |
|
|
|
</ul> |
|
|
|
<img src="@/assets/images/index/yfys3-icon.png" alt="" /> |
|
|
|
<img src="@/assets/images/index/yfys2-icon.png" alt="" /> |
|
|
|
</div> |
|
|
|
<div class="right"> |
|
|
|
<div class="top">区位优势</div> |
|
|
|
<div class="center violet"><span class="num">1</span> 小时</div> |
|
|
|
<div class="bot">交通辐射圈</div> |
|
|
|
<div class="top">自然禀赋优越</div> |
|
|
|
<div class="center green">北纬 <span class="num">36°</span></div> |
|
|
|
<div class="bot">黄金育种地带</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item"> |
|
|
@ -80,11 +80,24 @@ |
|
|
|
<img src="@/assets/images/index/yfys4-icon.png" alt="" /> |
|
|
|
</div> |
|
|
|
<div class="right"> |
|
|
|
<div class="top">产业优势</div> |
|
|
|
<div class="top">产业链融合</div> |
|
|
|
<div class="center blue"><span class="num">5.2</span> 亿元</div> |
|
|
|
<div class="bot">种子年销售额</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item" @click="openPdf()"> |
|
|
|
<div class="item-image"> |
|
|
|
<ul class="bg-bubbles"> |
|
|
|
<li v-for="i in 10" :key="i"></li> |
|
|
|
</ul> |
|
|
|
<img src="@/assets/images/index/yfys5-icon.png" alt="" /> |
|
|
|
</div> |
|
|
|
<div class="right"> |
|
|
|
<div class="top">规划布局科学</div> |
|
|
|
<div class="center orange"><span class="num">种业</span> 主导</div> |
|
|
|
<div class="bot">产业链融合</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="card h318 m-top12"> |
|
|
@ -118,7 +131,11 @@ |
|
|
|
<div>{{ item.price && item.price.toFixed(2) }}</div> |
|
|
|
<div style="display: flex"> |
|
|
|
<div style="width: 38px"> |
|
|
|
{{ item.jzrPrice != '暂无' ? item.jzrPrice.toFixed(2): '暂无' }} |
|
|
|
{{ |
|
|
|
item.jzrPrice != "暂无" |
|
|
|
? item.jzrPrice.toFixed(2) |
|
|
|
: "暂无" |
|
|
|
}} |
|
|
|
</div> |
|
|
|
<img |
|
|
|
v-if="item.jzrPrice >= 0 && item.jzrPrice != '暂无'" |
|
|
@ -278,12 +295,16 @@ export default { |
|
|
|
...mapActions({ |
|
|
|
showGlobalDialog: 'showGlobalDialog', |
|
|
|
set_yfcj: 'SET_YFCJ', |
|
|
|
set_viewPdf: 'SET_VIEWPDF', |
|
|
|
set_yfclz: 'SET_YFCLZ', |
|
|
|
set_ldhg: 'SET_LDGH' |
|
|
|
}), |
|
|
|
openClz () { |
|
|
|
this.set_yfclz(true) |
|
|
|
}, |
|
|
|
openPdf () { |
|
|
|
this.set_viewPdf(true) |
|
|
|
}, |
|
|
|
deduplicationJs (arr) { |
|
|
|
const data = [] |
|
|
|
arr.forEach((item, index) => { |
|
|
@ -304,8 +325,12 @@ export default { |
|
|
|
.subtract(1, 'days') |
|
|
|
.format('yyyy-MM-DD') |
|
|
|
this.getDayScData({ |
|
|
|
FEndDate: this.$moment(this.times).subtract(1, 'days').format('yyyy-MM-DD'), |
|
|
|
FStartDate: this.$moment(this.times).subtract(1, 'days').format('yyyy-MM-DD') |
|
|
|
FEndDate: this.$moment(this.times) |
|
|
|
.subtract(1, 'days') |
|
|
|
.format('yyyy-MM-DD'), |
|
|
|
FStartDate: this.$moment(this.times) |
|
|
|
.subtract(1, 'days') |
|
|
|
.format('yyyy-MM-DD') |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
@ -500,19 +525,20 @@ export default { |
|
|
|
font-weight: 600; |
|
|
|
} |
|
|
|
.content { |
|
|
|
display: flex; |
|
|
|
padding-top: 24px; |
|
|
|
width: 100%; |
|
|
|
overflow: auto; |
|
|
|
.content-image { |
|
|
|
width: 126px; |
|
|
|
height: 170px; |
|
|
|
float: left; |
|
|
|
width: 218px; |
|
|
|
height: 120px; |
|
|
|
img { |
|
|
|
width: 126px; |
|
|
|
height: 170px; |
|
|
|
width: 206px; |
|
|
|
height: 120px; |
|
|
|
} |
|
|
|
} |
|
|
|
.content-txt { |
|
|
|
padding-left: 16px; |
|
|
|
width: 286px; |
|
|
|
width: 100%; |
|
|
|
height: 170px; |
|
|
|
line-height: 24px; |
|
|
|
font-weight: 400; |
|
|
@ -540,10 +566,11 @@ export default { |
|
|
|
flex: 1; |
|
|
|
box-sizing: border-box; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
flex-wrap: wrap; |
|
|
|
|
|
|
|
.item { |
|
|
|
width: 50%; |
|
|
|
width: 33%; |
|
|
|
color: #fff; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
@ -552,15 +579,15 @@ export default { |
|
|
|
flex: 1; |
|
|
|
|
|
|
|
.top { |
|
|
|
font-size: 14px; |
|
|
|
background-size: 100% 100%; |
|
|
|
background: url("~@/assets/images/index/yfyskuang.png") no-repeat; |
|
|
|
background-position-y: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.center { |
|
|
|
.num { |
|
|
|
font-family: pangmenzhengdao; |
|
|
|
font-size: 28px; |
|
|
|
font-size: 22px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
@ -571,16 +598,15 @@ export default { |
|
|
|
} |
|
|
|
&-image { |
|
|
|
position: relative; |
|
|
|
top: -20px; |
|
|
|
width: 80px; |
|
|
|
height: 120px; |
|
|
|
width: 48px; |
|
|
|
height: 48px; |
|
|
|
img { |
|
|
|
position: relative; |
|
|
|
top: -150px; |
|
|
|
width: 48px; |
|
|
|
height: 48px; |
|
|
|
top: -190px; |
|
|
|
width: 28px; |
|
|
|
height: 28px; |
|
|
|
margin-right: 10px; |
|
|
|
margin-left: 16px; |
|
|
|
margin-left: 10px; |
|
|
|
z-index: 99999; |
|
|
|
animation: moveUpDown 3s infinite linear; |
|
|
|
} |
|
|
@ -589,7 +615,9 @@ export default { |
|
|
|
.item:nth-child(1) { |
|
|
|
.item-image { |
|
|
|
background: url("~@/assets/images/index/yfys1.png") no-repeat; |
|
|
|
background-position-y: 40px; |
|
|
|
background-position-y: 0px; |
|
|
|
background-size:100% 100%; |
|
|
|
background-attachment:fixed; |
|
|
|
|
|
|
|
.bg-bubbles li { |
|
|
|
background-color: rgba(247, 220, 111, 0.467); |
|
|
@ -598,34 +626,52 @@ export default { |
|
|
|
} |
|
|
|
.item:nth-child(2) { |
|
|
|
.item-image { |
|
|
|
background: url("~@/assets/images/index/yfys2.png") no-repeat; |
|
|
|
background-position-y: 40px; |
|
|
|
background: url("~@/assets/images/index/yfys3.png") no-repeat; |
|
|
|
background-position-y: 0px; |
|
|
|
background-size:100% 100%; |
|
|
|
background-attachment:fixed; |
|
|
|
|
|
|
|
.bg-bubbles li { |
|
|
|
background-color: rgba(98, 205, 179, 5); |
|
|
|
background-color: rgba(173, 117, 222, 0.5); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.item:nth-child(3) { |
|
|
|
.item-image { |
|
|
|
background: url("~@/assets/images/index/yfys3.png") no-repeat; |
|
|
|
background-position-y: 40px; |
|
|
|
background: url("~@/assets/images/index/yfys2.png") no-repeat; |
|
|
|
background-position-y: 0px; |
|
|
|
background-size:100% 100%; |
|
|
|
background-attachment:fixed; |
|
|
|
|
|
|
|
.bg-bubbles li { |
|
|
|
background-color: rgba(173, 117, 222, 0.5); |
|
|
|
background-color: rgba(98, 205, 179, 5); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.item:nth-child(4) { |
|
|
|
.item-image { |
|
|
|
background: url("~@/assets/images/index/yfys4.png") no-repeat; |
|
|
|
background-position-y: 40px; |
|
|
|
background-position-y: 0px; |
|
|
|
background-size:100% 100%; |
|
|
|
background-attachment:fixed; |
|
|
|
|
|
|
|
.bg-bubbles li { |
|
|
|
background-color: rgba(70, 126, 226, 0.45); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.item:nth-child(5) { |
|
|
|
.item-image { |
|
|
|
background: url("~@/assets/images/index/yfys5.png") no-repeat; |
|
|
|
background-position-y: 0px; |
|
|
|
background-size:100% 100%; |
|
|
|
background-attachment:fixed; |
|
|
|
|
|
|
|
.bg-bubbles li { |
|
|
|
background-color: rgba(255, 130, 61, 0.45); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
@ -645,6 +691,10 @@ export default { |
|
|
|
color: #d4e7ff; |
|
|
|
} |
|
|
|
|
|
|
|
.orange { |
|
|
|
color: rgba(255, 130, 61, 1); |
|
|
|
} |
|
|
|
|
|
|
|
@keyframes rotate { |
|
|
|
from { |
|
|
|
transform: rotate(0deg); |
|
|
@ -669,9 +719,9 @@ export default { |
|
|
|
.bg-bubbles { |
|
|
|
// position: absolute; |
|
|
|
position: relative; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
width: 30px; |
|
|
|
top: -40px; |
|
|
|
left: -6px; |
|
|
|
width: 16px; |
|
|
|
height: 160px; |
|
|
|
// background: linear-gradient(to bottom right, #50A3A2, #53E3A6); |
|
|
|
overflow: hidden; |
|
|
@ -682,6 +732,7 @@ export default { |
|
|
|
bottom: 26px; |
|
|
|
width: 4px; |
|
|
|
height: 4px; |
|
|
|
opacity: 0; |
|
|
|
list-style: none; |
|
|
|
animation: square 10s infinite; |
|
|
|
transition-timing-function: linear; |
|
|
@ -765,7 +816,7 @@ export default { |
|
|
|
|
|
|
|
@keyframes square { |
|
|
|
0% { |
|
|
|
opacity: 0.3; |
|
|
|
opacity: 0; |
|
|
|
transform: translateY(-70px); |
|
|
|
} |
|
|
|
|
|
|
|