|
@@ -2,15 +2,15 @@
|
|
|
|
|
|
<view style="background-color:#fff ;">
|
|
|
<!-- 搜索栏 -->
|
|
|
- <view class="input-view_contain">
|
|
|
+ <view class="input-view_contain data-v-53a1f34c">
|
|
|
<view class="input-view">
|
|
|
- <uni-icons type="search" size="20" class="search-icon" @tap="confirm"></uni-icons>
|
|
|
<input confirm-type="search" class="nav-bar-input" type="text" placeholder="输入搜索内容" @confirm="confirm" v-model="title"/>
|
|
|
+ <uni-icons type="search" size="20" class="search-icon" @tap="confirm"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="spacing"></view>
|
|
|
<!-- 网格配置列表滑动 -->
|
|
|
- <view>
|
|
|
+ <view class="image-hei">
|
|
|
<uni-swiper-dot :info="info" :current="current" field="content" :mode="mode">
|
|
|
<swiper class="swiper-box" style="height: 160rpx;">
|
|
|
<swiper-item v-for="(item ,index) in gridtType" :key="index">
|
|
@@ -61,7 +61,7 @@
|
|
|
<p @click="getmatter(item)">{{ item.title }}</p>
|
|
|
</li> -->
|
|
|
<uni-list>
|
|
|
- <uni-list-item :title="item.title" v-for="(item,index) in recommendList" @click="getmatter(item)" clickable="true" ></uni-list-item>
|
|
|
+ <uni-list-item class="list-item":title="item.title" v-for="(item,index) in recommendList" @click="getmatter(item)" clickable="true" link></uni-list-item>
|
|
|
</uni-list>
|
|
|
</ul>
|
|
|
</view>
|
|
@@ -73,7 +73,7 @@
|
|
|
<p @click="getmatter(item)">{{ item.title }}</p>
|
|
|
</li> -->
|
|
|
<uni-list>
|
|
|
- <uni-list-item :title="item.title" v-for="(item,index) in favoriteList" @click="getmatter(item)" clickable="true" ></uni-list-item>
|
|
|
+ <uni-list-item class="list-item" :title="item.title" v-for="(item,index) in favoriteList" @click="getmatter(item)" clickable="true" link></uni-list-item>
|
|
|
</uni-list>
|
|
|
</ul>
|
|
|
</view>
|
|
@@ -246,7 +246,7 @@ import { listDept,collectlist } from '@/api/handleAffairs/matter.js';
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
width: 92%;
|
|
|
- height: 6vh;
|
|
|
+ height: 8vh;
|
|
|
margin: auto;
|
|
|
border-radius: 10px;
|
|
|
border: 1px solid #19C56B;
|
|
@@ -282,11 +282,14 @@ import { listDept,collectlist } from '@/api/handleAffairs/matter.js';
|
|
|
|
|
|
}
|
|
|
.input-view_contain{
|
|
|
- height: 6vh;
|
|
|
+ height: 50px;
|
|
|
width: 100%;
|
|
|
background-color: #07C160;
|
|
|
}
|
|
|
.input-view {
|
|
|
+
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
/* #ifndef APP-PLUS-NVUE */
|
|
|
display: flex;
|
|
|
/* #endif */
|
|
@@ -303,6 +306,7 @@ import { listDept,collectlist } from '@/api/handleAffairs/matter.js';
|
|
|
width: 96%;
|
|
|
.nav-bar-input{
|
|
|
margin: auto 0;
|
|
|
+ font-size: 15px;
|
|
|
}
|
|
|
}
|
|
|
.segmented-control {
|
|
@@ -331,4 +335,11 @@ import { listDept,collectlist } from '@/api/handleAffairs/matter.js';
|
|
|
.spacing {
|
|
|
height: 40rpx;
|
|
|
}
|
|
|
+ .image-hei{
|
|
|
+ height:80px
|
|
|
+ }
|
|
|
+ .list-item {
|
|
|
+ border-bottom: 1px dotted #ccc;
|
|
|
+ height:35px
|
|
|
+ }
|
|
|
</style>
|