This commit is contained in:
parent
6765deda50
commit
097b53c665
|
@ -782,8 +782,8 @@ blockquote{
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
}
|
}
|
||||||
.c_rdownl .gredsgre{
|
.c_rdownl .gredsgre{
|
||||||
display: block;
|
font-size: 18px;
|
||||||
font-size: 20px;
|
font-weight: 600;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -855,8 +855,8 @@ blockquote{
|
||||||
|
|
||||||
|
|
||||||
.yqlj{
|
.yqlj{
|
||||||
background-color: #0063af;
|
background-color: #009542;
|
||||||
padding: 20px 0;
|
padding: 10px 0;
|
||||||
}
|
}
|
||||||
.yqljbox{
|
.yqljbox{
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
|
@ -877,7 +877,7 @@ blockquote{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.footer{
|
.footer{
|
||||||
background-color: #0370c2;
|
background-color: #07a54d;
|
||||||
}
|
}
|
||||||
.footerbox{
|
.footerbox{
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
|
@ -988,7 +988,7 @@ blockquote{
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
padding-bottom: 14px;
|
padding-bottom: 14px;
|
||||||
border-bottom: 1px #3591eb solid;
|
border-bottom: 1px #21c168 solid;
|
||||||
}
|
}
|
||||||
.er_contl ul li{
|
.er_contl ul li{
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -1,16 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div style="padding: 10px 0 40px 0;text-align: center;">
|
||||||
<index-chart v-if="indexStyle==1"></index-chart>
|
<div><img src="/img/homebg.png" ></div>
|
||||||
<index-bdc v-if="indexStyle==2"></index-bdc>
|
<div style="margin-top: 30px;font-size: 20px;">欢迎登录吉林省农业资源信息平台</div>
|
||||||
<index-task v-if="indexStyle==3"></index-task>
|
|
||||||
<div style="width: 100%;text-align: right;margin-top: 20px">
|
|
||||||
请选择首页样式:
|
|
||||||
<a-radio-group v-model="indexStyle">
|
|
||||||
<a-radio :value="1">统计图表</a-radio>
|
|
||||||
<a-radio :value="2">统计图表2</a-radio>
|
|
||||||
<a-radio :value="3">任务表格</a-radio>
|
|
||||||
</a-radio-group>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -226,7 +226,7 @@
|
||||||
<div class="c_rdown clearfloat">
|
<div class="c_rdown clearfloat">
|
||||||
<template v-if="tsnyzyList && tsnyzyList.length > 0">
|
<template v-if="tsnyzyList && tsnyzyList.length > 0">
|
||||||
<div class="c_rdownl left">
|
<div class="c_rdownl left">
|
||||||
<a href="javascript:void(0);" class="gredsgre" @click="$to('detailedPage',{id:tsnyzyList[0].id})">{{tsnyzyList[0].title}}</a>
|
<a href="javascript:void(0);" class="gredsgre over-line2" @click="$to('detailedPage',{id:tsnyzyList[0].id})">{{tsnyzyList[0].title}}</a>
|
||||||
<div class="c_sdfimg" @click="$to('detailedPage',{id:tsnyzyList[0].id})"><img :src="$tImg(tsnyzyList[0],'cover')" ></div>
|
<div class="c_sdfimg" @click="$to('detailedPage',{id:tsnyzyList[0].id})"><img :src="$tImg(tsnyzyList[0],'cover')" ></div>
|
||||||
<p class="over-line2" @click="$to('detailedPage',{id:tsnyzyList[0].id})">{{$tfnm(tsnyzyList[0],'content',84)}}</p>
|
<p class="over-line2" @click="$to('detailedPage',{id:tsnyzyList[0].id})">{{$tfnm(tsnyzyList[0],'content',84)}}</p>
|
||||||
<div class="clearfloat">
|
<div class="clearfloat">
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<div class="er_contl left">
|
<div class="er_contl left">
|
||||||
<div class="hjk_item">
|
<div class="hjk_item">
|
||||||
<h3>{{parentData.name}}</h3>
|
<h3>{{parentData.name}}</h3>
|
||||||
<div class="" style="width: 60px;height: 3px;background-color: #3591EB;margin-top: -3px;"></div>
|
<div class="" style="width: 60px;height: 3px;background-color: #21c168;margin-top: -3px;"></div>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<template v-for="(col,colIndex) in columnList" >
|
<template v-for="(col,colIndex) in columnList" >
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<div class="er_contl left">
|
<div class="er_contl left">
|
||||||
<div class="hjk_item">
|
<div class="hjk_item">
|
||||||
<h3>{{parentData.name}}</h3>
|
<h3>{{parentData.name}}</h3>
|
||||||
<div class="" style="width: 60px;height: 3px;background-color: #3591EB;margin-top: -3px;"></div>
|
<div class="" style="width: 60px;height: 3px;background-color: #21c168;margin-top: -3px;"></div>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<template v-for="(col,colIndex) in columnList" >
|
<template v-for="(col,colIndex) in columnList" >
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<div class="er_contl left">
|
<div class="er_contl left">
|
||||||
<div class="hjk_item">
|
<div class="hjk_item">
|
||||||
<h3>{{parentData.name}}</h3>
|
<h3>{{parentData.name}}</h3>
|
||||||
<div class="" style="width: 60px;height: 3px;background-color: #3591EB;margin-top: -3px;"></div>
|
<div class="" style="width: 60px;height: 3px;background-color: #21c168;margin-top: -3px;"></div>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<template v-for="(col,colIndex) in columnList" >
|
<template v-for="(col,colIndex) in columnList" >
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<div class="er_contl left">
|
<div class="er_contl left">
|
||||||
<div class="hjk_item">
|
<div class="hjk_item">
|
||||||
<h3>{{parentData.name}}</h3>
|
<h3>{{parentData.name}}</h3>
|
||||||
<div class="" style="width: 60px;height: 3px;background-color: #3591EB;margin-top: -3px;"></div>
|
<div class="" style="width: 60px;height: 3px;background-color: #21c168;margin-top: -3px;"></div>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<template v-for="(col,colIndex) in columnList" >
|
<template v-for="(col,colIndex) in columnList" >
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<div class="er_contl left">
|
<div class="er_contl left">
|
||||||
<div class="hjk_item">
|
<div class="hjk_item">
|
||||||
<h3>搜索</h3>
|
<h3>搜索</h3>
|
||||||
<div class="" style="width: 60px;height: 3px;background-color: #3591EB;margin-top: -3px;"></div>
|
<div class="" style="width: 60px;height: 3px;background-color: #21c168;margin-top: -3px;"></div>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="active2"><a href="javascript:void(0);" class="active3">搜索</a></li>
|
<li class="active2"><a href="javascript:void(0);" class="active3">搜索</a></li>
|
||||||
|
|
Loading…
Reference in New Issue