Authored by 张文文
Committed by lea guo

ui fix

... ... @@ -92,7 +92,8 @@ export default {
}
.close {
font-size: 32px;
font-size: 28px;
color: #999;
}
.pay-list-wrapper {
... ... @@ -165,7 +166,7 @@ export default {
.coupon-name {
font-size: 28px;
font-weight: bold;
color: #002b47;
color: #000;
margin-bottom: 10px;
}
... ...
... ... @@ -6,7 +6,7 @@
:loading="loadingOptions"
@pulling-up="onPullingUp">
<div class="news-content">
<Title :title="title"></Title>
<!-- <Title :title="title"></Title> -->
<List v-if="newsList.list && newsList.list.length > 0" :list="newsList.list || []"></List>
<UfoNoItem v-else :tip="`暂无数据`" style="margin-top: 60px"></UfoNoItem>
</div>
... ...
<template>
<div class="container" v-show="showType">
<div class="title">筛选
<!-- <div class="title">筛选
<div class="cancel" @click="back()">取消</div>
</div>
</div> -->
<div class="content-search">
<div class="item" v-if="filterData && filterData.length" v-for="(filter,row) in filterData">
<div class="item-title">{{filter.filterName}}</div>
... ... @@ -263,6 +263,7 @@ export default {
}
.content-search {
margin-top: 80px;
.item {
margin-bottom: 60px;
... ...