|
@@ -1,7 +1,10 @@
|
|
|
<template>
|
|
|
<view class="center">
|
|
|
- <u-search placeholder="请输入关键字" v-model="keyword" @clear="searchClear" style="width: 96%; margin: 0 auto;"
|
|
|
+ <view class='search' >
|
|
|
+ <u-search placeholder="请输入关键字" bg-color='#F5F6F9' v-model="keyword" @clear="searchClear" style="width: 96%; margin: 0 auto;"
|
|
|
@search="getData" @custom="getData"></u-search>
|
|
|
+ </view>
|
|
|
+
|
|
|
<view class="bottom flex">
|
|
|
<view class="bottonCss" @click="release">
|
|
|
<image src="../../static/img/liangmai/fabu-2-check@3x.png" mode="" style="width: 40rpx; height: 40rpx;">
|
|
@@ -53,9 +56,6 @@
|
|
|
<!-- <uni-load-more :status="loadStatus" icon icon-type></uni-load-more> -->
|
|
|
<u-loadmore :status="loadStatus" icon icon-type="circle" margin-bottom="200"/>
|
|
|
</view>
|
|
|
- <view style='height:12vh;background:#F5F6FA;line-height:12vh;text-align:center;' v-if='releaseList.length == 0'>
|
|
|
- 当前暂无结果
|
|
|
- </view>
|
|
|
<u-back-top :scroll-top="scrollTop" mode="circle" icon="arrow-upward"></u-back-top>
|
|
|
</view>
|
|
|
</template>
|
|
@@ -257,7 +257,7 @@
|
|
|
background:#F5F6FA;
|
|
|
}
|
|
|
.center {
|
|
|
- padding: 10rpx 4rpx;
|
|
|
+ padding: 0 4rpx;
|
|
|
}
|
|
|
|
|
|
.bottom {
|
|
@@ -321,4 +321,8 @@
|
|
|
/deep/.u-content {
|
|
|
text-indent:0 !important;
|
|
|
}
|
|
|
+ .search{
|
|
|
+ background:#fff;
|
|
|
+ padding:10px;
|
|
|
+ }
|
|
|
</style>
|