0510航天交易所ui仿制,代码使用的jiem
lxf
2025-07-16 fcb00a66b4053550b473a29d7299c7a4737eea75
src/page/home.vue
@@ -1,10 +1,10 @@
<template>
  <div class="home no_touch">
    <!--    //头部组件-->
    <div class="px-32">
    <div class="px-32 top-wrp">
      <ex-header :unread_num="`${unreadMsg_num}`"></ex-header>
      <ioe-swiper />
      <van-notice-bar
      <!-- <van-notice-bar
        style="margin-top: 5px"
        class="font-26 textColor"
        left-icon="volume-o"
@@ -13,6 +13,7 @@
        :text="announceTitle"
      >
        <div slot="left-icon" class="pr-13 flex items-center">
          <van-icon name="volume-o" />
          <img class="w-50 h-56" src="../assets/image/diqiu.png" alt="" />
        </div>
        <van-swipe
@@ -35,13 +36,10 @@
        >
          <img class="w-36 h-36" src="../assets/more.png" alt="" />
        </div>
      </van-notice-bar>
      </van-notice-bar> -->
    </div>
    <div
      class="contRound"
      style="border-top-left-radius: 30px; border-top-right-radius: 30px"
    >
      <div class="double">
    <div class="contRound px-32">
      <!-- <div class="double">
        <div
          class="double_box_left"
          @click="$router.push('/recharge/rechargeList')"
@@ -76,7 +74,7 @@
            HOT
          </div>
        </div>
      </div>
      </div> -->
      <ex-nav></ex-nav>
      <!-- <div class="h-150 text-white rounded-lg mt-34 flex items-center justify-center contNav"
            @click="$router.push('/wantBuy')">
@@ -490,10 +488,10 @@
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 108px;
  @include themify() {
    background: themed("home_bg");
  }
  background-color: #000;
  // @include themify() {
  //   background: themed("home_bg");
  // }
  ::v-deep .van-cell {
    @include themify() {
@@ -778,4 +776,8 @@
    transform: translatex(-50%);
  }
}
.top-wrp {
  margin-bottom: 2rem;
}
</style>