| | |
| | | <template> |
| | | <view class="container"> |
| | | <search-bar :placeholder=placeholder></search-bar> |
| | | <!-- #ifndef H5 --> |
| | | <view class="status_bar"></view> |
| | | <!-- #endif --> |
| | | <search-bar></search-bar> |
| | | <view class="sort-wrap"> |
| | | <view @click="filterCustom(1)"> |
| | | <text>本月到店次数</text> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | placeholder:"请输入会员姓名、手机号、编号查询", |
| | | colors: ['#CCC6B4', '#C0CCB4', '#B4C2CC', '#BEB4CC', '#B4CCBE', '#B4CCCA', '#CCB4C6', '#CCB4B4'], |
| | | filterType: 1, |
| | | filterList: [], |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | font-size: 14px; |
| | | font-size: 13px; |
| | | padding: 10px 0; |
| | | } |
| | | .sort-wrap .iconfont{ |
| | | font-size: 14px; |
| | |
| | | border-radius: 50%; |
| | | text-align: center; |
| | | color: #FFFFFF; |
| | | font-size: 16px; |
| | | } |
| | | .member-list{ |
| | | font-size: 15px; |
| | | font-size: 14px; |
| | | } |
| | | .member-list-con{ |
| | | padding: 20px 0 20px 5px; |
| | | padding: 18px 0 18px 5px; |
| | | border-bottom: 1px solid #EDEAF4; |
| | | } |
| | | .quick-entry{ |