| | |
| | | <img |
| | | @click.stop="toDeleteMy(item)" |
| | | v-if="item.isOption == '1'" :src="require(`../../../static/img/list/${$state.theme === 'red' ? 'red-' : ''}loved-icon.png`)" alt=""> |
| | | <img v-else |
| | | <img v-else |
| | | @click.stop="addOptions(item)" |
| | | :src="require(`../../../static/img/list/${$state.theme === 'red' ? 'red-' : ''}love-icon.png`)" alt=""> |
| | | <!-- <i :class="item.transState == 1?'iconfont icon-jiaoyi':'iconfont icon-jinzhi'"></i> --> |
| | |
| | | </div> |
| | | <div v-show="loading" class="load-all text-center"> |
| | | <mt-spinner type="fading-circle"></mt-spinner> |
| | | 加载中... |
| | | loading... |
| | | </div> |
| | | <div v-show="!loading && list.length>0" class="load-all text-center"> |
| | | 已全部加载 |
| | |
| | | |
| | | &.no-bold { |
| | | span { |
| | | font-weight: 400; |
| | | font-weight: 500; |
| | | } |
| | | } |
| | | } |
| | |
| | | li{ |
| | | font-size:0.28rem; |
| | | font-family:MicrosoftYaHeiLight; |
| | | font-weight:400; |
| | | font-weight:500; |
| | | color:rgba(255,255,255,0.5); |
| | | text-align: center; |
| | | display: flex; |
| | |
| | | span{ |
| | | font-size:0.26rem; |
| | | font-family:MicrosoftYaHeiLight; |
| | | font-weight:400; |
| | | font-weight:500; |
| | | color:rgba(177,37,37,1); |
| | | } |
| | | } |