首页样式调整
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>
|
||||
<div class="container">
|
||||
<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 class="grid-content">
|
||||
<u-grid :col="4" hover-class="text-hover" :border="false">
|
||||
@@ -25,7 +25,7 @@
|
||||
<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/ic-jiaoyuhuzhu.png" alt="" @click="$linkTo('/mods/AppHelpEachOther/AppHelpEachOther')">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<AiLogin ref="login"/>
|
||||
</div>
|
||||
@@ -171,18 +171,16 @@ export default {
|
||||
|
||||
.page {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
height: 100vh;
|
||||
|
||||
.container{
|
||||
background: url('https://cdn.cunwuyun.cn/fengdu/mdpi_img-bg2.png') no-repeat;
|
||||
background: 100% auto;
|
||||
background-size: 100% auto;
|
||||
.swiper-content {
|
||||
width: 100%;
|
||||
height: 292px;
|
||||
height: 416px;
|
||||
padding: 20px 32px 32px;
|
||||
box-sizing: border-box;
|
||||
// background: 'url(https://cdn.cunwuyun.cn/fengdu/img-bg2) no-repeat',;
|
||||
}
|
||||
|
||||
.grid-content {
|
||||
|
||||
Reference in New Issue
Block a user