jhzh
2025-04-25 dfa832402406320240380fb5372f4a19ed62b2f7
src/page/user/recharge.vue
@@ -16,7 +16,7 @@
      </template>
    </van-nav-bar>
    <main>
      <div class="form-block">
      <!-- <div class="form-block">
        <mt-field
          :label="$t('充值')"
          :placeholder="$t('请输入充值金额')"
@@ -24,14 +24,27 @@
          v-model="rechargeMoney"
        >
        </mt-field>
      </div> -->
      <div class="main-title">{{ $t("請選擇充值金額") }}</div>
      <div class="white-input">
        <input type="number" v-model="rechargeMoney"  @input="inputValue" />
        <span class="myr"> {{ rechargeAccountData.symbolCode }}</span>
      </div>
      <div class="btnbox">
        <span class="text-center btnok loginout" @click="tosubmit">{{
        <van-button class="but" type="primary" style="margin-top: 1.04rem; "
          @click="tosubmit">{{
          $t("确认")
        }}</van-button>
          <van-button class="but" type="primary" style="margin-top: 1.04rem; margin-bottom: 1.04rem"
            @click="goOnline">{{
          $t("kf")
        }}</van-button>
        <!-- <span class="text-center btnok loginout" @click="tosubmit">{{
          $t("确认")
        }}</span>
        <span class="text-center btnok loginout" @click="goOnline">{{
          $t("kf")
        }}</span>
        }}</span> -->
      </div>
      <!-- <div>
        <div class="main-title">{{ $t("支持得支付渠道") }}</div>
@@ -286,6 +299,15 @@
</script>
<style lang="less" scoped>
  .payclass {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e5e8ed;
    text-align: center;
    line-height: 40px;
  }
.but {
  width: 100%;
  color: #ffffff;
@@ -294,12 +316,14 @@
  height: 66px;
  font-size: 22px;
}
.bottom-text {
  width: 100%;
  background-color: #fff;
  padding: 0.26667rem 0.37333rem;
  box-sizing: border-box;
  margin-top: 0.26667rem;
  // margin-bottom: 80px;
  .balance {
    display: flex;
@@ -310,6 +334,7 @@
    font-style: normal;
    font-weight: 500;
    box-sizing: border-box;
    .balance-text {
      color: #181818;
      font-family: PingFang SC;
@@ -320,6 +345,7 @@
      margin-bottom: 0.37333rem;
    }
  }
  .division {
    width: 100%;
    height: 0.02667rem;
@@ -327,6 +353,7 @@
    background-color: #e5e8ed;
    margin: 0.37333rem 0;
  }
  .upload-text {
    color: #181818;
    font-family: PingFang SC;
@@ -335,9 +362,11 @@
    font-weight: 500;
  }
}
/deep/ .van-nav-bar__content {
  height: 65px;
}
/deep/ .van-nav-bar__title {
  font-family: "DINPro";
  width: 100%;
@@ -350,6 +379,7 @@
  font-size: 0.48rem;
  color: #14181f;
}
/deep/ .van-cell {
  list-style: none;
  width: 100%;
@@ -368,10 +398,12 @@
  margin-top: 0.26667rem;
  box-shadow: 0 0.16rem 0.32rem #eaeaea99;
}
main {
  padding: 0 0.4rem 0.53333rem;
  box-sizing: border-box;
}
.main-title {
  font-style: normal;
  font-weight: 400;
@@ -400,25 +432,22 @@
  display: flex;
  justify-content: space-between;
}
.fuzhi {
  font-size: 28px;
  cursor: pointer;
}
.myr {
  color: rgb(150, 151, 153);
}
/deep/ .el-upload__input {
  display: none !important;
}
/deep/ .avatar-uploader {
  width: 2.740741rem;
  height: 2.740741rem;
}
.btnbox {
  display: flex;
  .loginout {
    margin-right: 0.6rem;
  }
}
</style>