| | |
| | | <template> |
| | | <view class="container"> |
| | | <!-- #ifndef H5 --> |
| | | <view class="status_bar"></view> |
| | | <!-- #endif --> |
| | | <search-bar></search-bar> |
| | | <view class="sort-wrap"> |
| | | <view @click="filterCustom(1)"> |
| | |
| | | </view> |
| | | <indexed-list></indexed-list> |
| | | </view> |
| | | <view class="quick-entry" @click="addMember"> |
| | | <text class="iconfont iconjiahao"></text> |
| | | <view class="quick-entry"> |
| | | <navigator url="./editMember" hover-class="navigator-hover"> |
| | | <text class="iconfont iconjia"></text> |
| | | </navigator> |
| | | </view> |
| | | </view> |
| | | </template> |
| | |
| | | this.filterList = this.filter3; |
| | | this.filterType = 0; |
| | | } |
| | | }, |
| | | addMember(){ |
| | | uni.navigateTo({ |
| | | url:'./addMember' |
| | | }) |
| | | } |
| | | } |
| | | } |
| | |
| | | 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{ |
| | |
| | | .quick-entry .iconfont{ |
| | | font-size: 24px; |
| | | } |
| | | .navigator-hover{ |
| | | border-radius: 50%; |
| | | } |
| | | </style> |