首页样式调整
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<u-navbar :is-back="false" title="丰收号" title-color="#000" title-width="300" title-size="32" :background="backgroundNavbar" :title-bold="true"></u-navbar>
|
<u-navbar :is-back="false" title="丰收号" title-color="#000" title-width="300" title-size="32" :background="backgroundNavbar" :title-bold="true"></u-navbar>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="swiper-content">
|
<div class="swiper-content">
|
||||||
<u-swiper :list="swiperList" mode="none" height="240" bg-color="none" @click="handleBannerClick"/>
|
<u-swiper :list="swiperList" mode="none" height="364" bg-color="none" @click="handleBannerClick"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid-content">
|
<div class="grid-content">
|
||||||
<u-grid :col="4" hover-class="text-hover" :border="false">
|
<u-grid :col="4" hover-class="text-hover" :border="false">
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<div class="card-right">
|
<div class="card-right">
|
||||||
<img src="https://cdn.cunwuyun.cn/fengdu/img-fengduxinnongren.png" alt="" @click="$linkTo('/mods/AppNewFarmer/AppNewFarmer')">
|
<img src="https://cdn.cunwuyun.cn/fengdu/img-fengduxinnongren.png" alt="" @click="$linkTo('/mods/AppNewFarmer/AppNewFarmer')">
|
||||||
<img src="https://cdn.cunwuyun.cn/fengdu/ic-jiaoyuhuzhu.png" alt="" @click="$linkTo('/mods/AppHelpEachOther/AppHelpEachOther')">
|
<img src="https://cdn.cunwuyun.cn/fengdu/ic-jiaoyuhuzhu.png" alt="" @click="$linkTo('/mods/AppHelpEachOther/AppHelpEachOther')">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<AiLogin ref="login"/>
|
<AiLogin ref="login"/>
|
||||||
</div>
|
</div>
|
||||||
@@ -171,18 +171,16 @@ export default {
|
|||||||
|
|
||||||
.page {
|
.page {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100%;
|
height: 100vh;
|
||||||
position: relative;
|
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
background: url('https://cdn.cunwuyun.cn/fengdu/mdpi_img-bg2.png') no-repeat;
|
background: url('https://cdn.cunwuyun.cn/fengdu/mdpi_img-bg2.png') no-repeat;
|
||||||
background: 100% auto;
|
background-size: 100% auto;
|
||||||
.swiper-content {
|
.swiper-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 292px;
|
height: 416px;
|
||||||
padding: 20px 32px 32px;
|
padding: 20px 32px 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
// background: 'url(https://cdn.cunwuyun.cn/fengdu/img-bg2) no-repeat',;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-content {
|
.grid-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user