1
PC-20250623MANY\Administrator
2025-08-17 536d4d648941b493cb12ab89b1adb53aab952c78
src/page/authentication/index.vue
@@ -4,7 +4,7 @@
      @click-left="$router.go(-1)">
    </van-nav-bar>
    <div style="width: 100%; height: .25em; background-color: #f8f8f8"></div>
    <div style="width: 100%; height: .25em; background-color: #777"></div>
    <div class="form-group" :class="{ 'disabled': isSubmitting || isActive }">
      <label class="required-label">{{ $t('hj195') }}</label>
@@ -30,7 +30,7 @@
      <input type="text" v-model="form.vaildNumber" class="form-input" :disabled="isActive" />
    </div>
    <div style="width: 100%; height: .25em; background-color: #f8f8f8"></div>
    <div style="width: 100%; height: .25em; background-color: #777"></div>
    <div class="form-group flex-between" :class="{ 'disabled': isSubmitting || isActive }">
      <label class="required-label">{{ $t('fsi1') }}</label>
@@ -54,7 +54,7 @@
      </el-upload>
    </div>
    <div style="width: 100%; height: .25em; background-color: #f8f8f8"></div>
    <div style="width: 100%; height: .25em; background-color: #777"></div>
    <div class="submit-button" :class="{ 'disabled': isSubmitting || isActive }" @click="toSure">
      <span>{{ $t("uv1") }}</span>
@@ -198,7 +198,7 @@
</script>
<style lang="less" scoped>
@green: #c4d600;
@green: #287dff;
/deep/ .van-nav-bar__content {
  height: 65px;
@@ -223,7 +223,7 @@
.authentication-container {
  /* padding: 20px; */
  background-color: #ffffff;
  // background-color: #ffffff;
  min-height: 100vh;
  font-size: 10vw;
}
@@ -242,7 +242,7 @@
}
.required-label {
  color: #333;
  // color: #333;
  font-weight: bold;
  font-size: .4em;
}
@@ -261,7 +261,7 @@
  padding: 0 15px;
  font-size: .4em;
  box-sizing: border-box;
  color: #333;
  // color: #333;
}
.id-type-options {
@@ -349,7 +349,7 @@
  width: 9.5em;
  margin: .4em auto 0;
  height: 1.2em;
  background-color: #e6e254;
  background-color: @green;
  color: #fff;
  border-radius: 4px;
  display: flex;