lxf
2025-07-11 2a95677853ec636b4c568d0045a8bb1d4ef13097
src/views/news/index.vue
@@ -42,8 +42,7 @@
            <div id="DOGEUSDT" class="w-full h-full relative overflow-hidden" 
                style="user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0 10px;">
              <!-- 添加进度条动画 -->
              <div class="absolute top-10 left-0 h-1 bg-blue-500 progress-bar-animation"
                  :style="{width: '80%'}"></div>
              <div class="absolute top-10 left-0 h-1 bg-blue-500 progress-bar-animation" :style="{ width: '80%' }"></div>
            </div>
          </div>
          <div class="flex justify-between">
@@ -86,7 +85,8 @@
  </div>
  <!-- 新手指南部分 -->
  <div class="mt-20 mx-17 h-50 rounded-5 bg-#d8f0dd font-500 flex items-center justify-between text-16 px-15" @click="goToExplanation">
  <div class="mt-20 mx-17 h-50 rounded-5 bg-#d8f0dd font-500 flex items-center justify-between text-16 px-15"
    @click="goToExplanation">
    <span>{{t('新手')}}</span>
    <div class="text-20">→</div>
  </div>