2
PC-20250623MANY\Administrator
2025-09-15 0f6b38dfdfe93a1d630d984417af2fbb03c7e0ff
src/page/list/list-futures.vue
@@ -26,9 +26,9 @@
            <ul class="clearfix" :class="item.floatPoint<0?'green':item.floatPoint==0?'':'red'" @click='toDetail(item)'>
              <li class="li-title">
                <p class="name">
                  <img
                  v-if="item.isOption == '1'"
                  :src="require(`../../../static/img/list/${$state.theme === 'red' ? 'red-' : ''}loved-icon.png`)"
                  <img
                  v-if="item.isOption == '1'"
                  :src="require(`../../../static/img/list/${$state.theme === 'red' ? 'red-' : ''}loved-icon.png`)"
                  @click.stop="toDeleteMy(item)"
                  alt="">
                  <img v-else
@@ -58,7 +58,7 @@
      </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">
        已全部加载
@@ -237,7 +237,7 @@
      &.no-bold {
        span {
          font-weight: 400;
          font-weight: 500;
        }
      }
    }
@@ -294,7 +294,7 @@
          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;
@@ -327,7 +327,7 @@
          span{
            font-size:0.26rem;
            font-family:MicrosoftYaHeiLight;
            font-weight:400;
            font-weight:500;
            color:rgba(177,37,37,1);
          }
        }