首页样式调整

This commit is contained in:
zxy
2024-02-19 23:17:06 +08:00
parent 1296cee72a
commit 8bb63dcffc
5 changed files with 585 additions and 12 deletions

View File

@@ -181,23 +181,27 @@
</view>
</view>
<view class="latestMission">
<view class="cardTips" style="margin-left: 16px;">最新任务</view>
<view class="cardTips" style="margin-left: 16px;">最新资讯</view>
<view style="position:absolute;right: 0;">更多</view>
<view class="newPeojectList">
<block v-if="companyList.length>0" v-for="(item, index) in companyList" :key="item.id">
<!-- <block v-if="companyList.length>0" v-for="(item, index) in companyList" :key="item.id">
<view class="baddd"></view>
<company-list :companyitem="item"></company-list>
</block>
</block> -->
<view style="display: flex;">
</view>
<view v-if="companyList.length<=0">
<image src="../../static/img/pic_notask.svg" class="nothing" mode=""></image>
<view class="nothing_text">暂无最新任务</view>
<view class="nothing_text">暂无最新资讯</view>
<view class="baddd"></view>
</view>
</view>
</view>
<view class="homeFooter">
<view class="atBottom">已经到到底了</view>
<image src="../../static/img/index/seeMore.png" mode="" @click="goMore()"></image>
<view class="atBottom">德阳市人力资源和社会保障局主办</view>
<!-- <image src="../../static/img/index/seeMore.png" mode="" @click="goMore()"></image> -->
</view>
<policy-content ref="pContent"></policy-content>
</view>