0510航天交易所ui仿制,代码使用的jiem
lxf
2025-06-27 0defb71386b8cb7791d7203c315ad23d3dc38244
style
6 files modified
1 files added
32 ■■■■ changed files
.env 2 ●●● patch | view | raw | blame | history
public/index.html 2 ●●● patch | view | raw | blame | history
public/logo.ico patch | view | raw | blame | history
src/components/perpetual-history-position/index.vue 4 ●●●● patch | view | raw | blame | history
src/components/perpetual-position-list/index.vue 14 ●●●●● patch | view | raw | blame | history
src/i18n/en-US/index.js 2 ●●● patch | view | raw | blame | history
src/page/recharge/rechargePage.vue 8 ●●●● patch | view | raw | blame | history
.env
@@ -1,4 +1,4 @@
VUE_APP_TITLE="Web3bit"
VUE_APP_TITLE="Deepcoin"
VUE_APP_H5ZZ="RZW7c77Hps0IsKQuWLgtTtd2xrhvCU47"
VUE_APP_APPZZ="RwCz3WMecqIhuscZOtpOQSumEdx0XgYQ"
VUE_APP_SECRET="WOrldcoinfeyfy343y831r63rt23hFGegfg32fewrgerg"
public/index.html
@@ -6,7 +6,7 @@
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport"
    content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0,viewport-fit=cover">
  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  <link rel="icon" href="<%= BASE_URL %>logo.ico">
  <title><%= htmlWebpackPlugin.options.title %></title>
  <link rel="manifest" href="./desk/manifest.json">
  <meta name="theme-color" content="white">
public/logo.ico
src/components/perpetual-history-position/index.vue
@@ -27,8 +27,8 @@
            <div class="list-value">{{ item.volume_open }}</div>
          </div>
          <div class="list-b">
            <div>{{ $t("最新成交") }}({{ item.symbol.toUpperCase() }})</div>
            <div class="list-value">{{ item.volume_open }}</div>
            <div>{{ $t("杠杆") }}</div>
            <div class="list-value">{{ item.lever_rate }}</div>
          </div>
          <div class="list-b">
            <div>{{ $t("成交额") }}(USDT)</div>
src/components/perpetual-position-list/index.vue
@@ -102,6 +102,20 @@
          </div>
        </div> -->
      </div>
      <div class="flex pt-44 pb-32">
        <div class="flex-1 text-left">
          <div class="text-grey">{{ $t("杠杆") }}</div>
          <div class="mt-20">
            {{ item.lever_rate }}
          </div>
        </div>
        <div class="flex-1 text-left">
          <div class="text-grey">{{ $t("手续费") }}</div>
          <div class="mt-20">
            {{ item.fee }}
          </div>
        </div>
      </div>
      <div class="flex pb-32">
        <div class="flex-1 flex flex-col text-left">
          <div class="text-grey">{{ $t("开仓价格") }}</div>
src/i18n/en-US/index.js
@@ -1622,7 +1622,7 @@
  "委托订单": "Open orders",
  "最新成交": "Latest Filled",
  "价格": "Price",
  "数量": "Number",
  "数量": "Trading Lots",
  "历史仓位": "Historical position",
  "交割时间": "Delivery time",
  "最小金额": "Minimum ",
src/page/recharge/rechargePage.vue
@@ -58,7 +58,7 @@
          </div>
        </div>
     </div> -->
      <div class="mb-60">
      <!-- <div class="mb-60">
        <div class="font-26 textColor">{{ $t("充币数量") }}</div>
        <div>
          <input
@@ -67,7 +67,7 @@
            :placeholder="$t('请输入充币数量')"
          />
        </div>
      </div>
      </div> -->
      <div>
        <div class="font-26 textColor">{{ $t("链名称") }}</div>
        <div class="flex">
@@ -107,12 +107,12 @@
      <div class="pl-30 pr-30">
        <div class="font-26 mb-27 textColor">{{ $t("重要提示") }}</div>
        <div class="font-28 text-grey" v-html="tip"></div>
        <button
        <!-- <button
          class="btnMain text-white next-btn font-30 rounded-lg"
          @click="nextBtn"
        >
          {{ $t("下一步") }}
        </button>
        </button> -->
      </div>
    </div>
  </div>