搜索结果页样式微调

master
Eratosici 5 years ago
parent 5a4bf3e56a
commit 73adb756e0

@ -24,6 +24,7 @@ page {
z-index: 3; z-index: 3;
padding: 0 30rpx; padding: 0 30rpx;
box-sizing: border-box; box-sizing: border-box;
margin: 30rpx 0;
} }
.search-bar .search-box { .search-bar .search-box {
@ -197,3 +198,13 @@ page {
color: #eb2444; color: #eb2444;
font-family: arial; font-family: arial;
} }
.container .empty {
margin-top: 100rpx;
text-align: center;
color: #999;
font-size: 26rpx;
}
.container .empty.empty-top {
margin-top: 300rpx;
}

@ -53,6 +53,8 @@
</view> </view>
</view> </view>
<view v-if="!searchProdList.length" :class="['empty',showType==1? 'empty-top':'']"></view>
</view> </view>
</template> </template>

Loading…
Cancel
Save