Authored by 张文文
Committed by lea guo

ui fix

@@ -92,7 +92,8 @@ export default { @@ -92,7 +92,8 @@ export default {
92 } 92 }
93 93
94 .close { 94 .close {
95 - font-size: 32px; 95 + font-size: 28px;
  96 + color: #999;
96 } 97 }
97 98
98 .pay-list-wrapper { 99 .pay-list-wrapper {
@@ -165,7 +166,7 @@ export default { @@ -165,7 +166,7 @@ export default {
165 .coupon-name { 166 .coupon-name {
166 font-size: 28px; 167 font-size: 28px;
167 font-weight: bold; 168 font-weight: bold;
168 - color: #002b47; 169 + color: #000;
169 margin-bottom: 10px; 170 margin-bottom: 10px;
170 } 171 }
171 172
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 :loading="loadingOptions" 6 :loading="loadingOptions"
7 @pulling-up="onPullingUp"> 7 @pulling-up="onPullingUp">
8 <div class="news-content"> 8 <div class="news-content">
9 - <Title :title="title"></Title> 9 + <!-- <Title :title="title"></Title> -->
10 <List v-if="newsList.list && newsList.list.length > 0" :list="newsList.list || []"></List> 10 <List v-if="newsList.list && newsList.list.length > 0" :list="newsList.list || []"></List>
11 <UfoNoItem v-else :tip="`暂无数据`" style="margin-top: 60px"></UfoNoItem> 11 <UfoNoItem v-else :tip="`暂无数据`" style="margin-top: 60px"></UfoNoItem>
12 </div> 12 </div>
1 <template> 1 <template>
2 <div class="container" v-show="showType"> 2 <div class="container" v-show="showType">
3 - <div class="title">筛选 3 + <!-- <div class="title">筛选
4 <div class="cancel" @click="back()">取消</div> 4 <div class="cancel" @click="back()">取消</div>
5 - </div> 5 + </div> -->
6 <div class="content-search"> 6 <div class="content-search">
7 <div class="item" v-if="filterData && filterData.length" v-for="(filter,row) in filterData"> 7 <div class="item" v-if="filterData && filterData.length" v-for="(filter,row) in filterData">
8 <div class="item-title">{{filter.filterName}}</div> 8 <div class="item-title">{{filter.filterName}}</div>
@@ -263,6 +263,7 @@ export default { @@ -263,6 +263,7 @@ export default {
263 } 263 }
264 264
265 .content-search { 265 .content-search {
  266 + margin-top: 80px;
266 267
267 .item { 268 .item {
268 margin-bottom: 60px; 269 margin-bottom: 60px;