This commit is contained in:
parent
10ad313d89
commit
31aa7ce997
|
@ -16,7 +16,6 @@
|
||||||
}
|
}
|
||||||
.header{
|
.header{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #FFFFFF;
|
|
||||||
}
|
}
|
||||||
.h_topbox{
|
.h_topbox{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -53,16 +52,17 @@
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
.logo{
|
.logo{
|
||||||
width: 402px;
|
width: 353px;
|
||||||
padding: 30px 0;
|
padding: 18px 0;
|
||||||
}
|
}
|
||||||
.sch_downbox{
|
.sch_downbox{
|
||||||
width: 360px;
|
width: 360px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
margin-top: 40px;
|
margin-top: 23px;
|
||||||
border: 1px #cccccc solid;
|
border: 1px #cccccc solid;
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.sch_downbox input{
|
.sch_downbox input{
|
||||||
width: 280px;
|
width: 280px;
|
||||||
|
@ -255,7 +255,7 @@ blockquote{
|
||||||
|
|
||||||
.ban{
|
.ban{
|
||||||
background: url(../img/bg.png);
|
background: url(../img/bg.png);
|
||||||
height: 400px;
|
height: 540px;
|
||||||
}
|
}
|
||||||
.contant{
|
.contant{
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 11 KiB |
|
@ -1,18 +1,13 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="ban">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="h_topbox">
|
<div class="h_down clearfloat">
|
||||||
<div class="h_top">
|
<div class="logo left"><img src="img/logo.png" ></div>
|
||||||
<div class="h_item left">欢迎访问吉林省农业资源信息平台!</div>
|
<div class="h_home right" style="padding: 36px 0 0 10px;">
|
||||||
<div class="h_home right">
|
|
||||||
<a href="">设为首页</a>
|
<a href="">设为首页</a>
|
||||||
<a href=""> | </a>
|
<a href=""> | </a>
|
||||||
<a href="">加入收藏</a>
|
<a href="">加入收藏</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="h_down clearfloat">
|
|
||||||
<div class="logo left"><img src="img/logo.png" ></div>
|
|
||||||
<div class="sch_downbox right">
|
<div class="sch_downbox right">
|
||||||
<input v-model="searchText" placeholder="请输入要搜索的内容" />
|
<input v-model="searchText" placeholder="请输入要搜索的内容" />
|
||||||
<span class="sch_img right" @click="() => {searchText?$to('listPageSearch',{findStr:searchText}):''}"><img src="img/search.png" ></span>
|
<span class="sch_img right" @click="() => {searchText?$to('listPageSearch',{findStr:searchText}):''}"><img src="img/search.png" ></span>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="ban"></div>
|
<!-- <div class="ban"></div> -->
|
||||||
<div class="contant">
|
<div class="contant">
|
||||||
<div class="PageBox">
|
<div class="PageBox">
|
||||||
<div class="scrollbox cl">
|
<div class="scrollbox cl">
|
||||||
|
|
Loading…
Reference in New Issue