| | |
| | | @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> |
| | |
| | | <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> |
| | |
| | | </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> |
| | |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | | @green: #c4d600; |
| | | @green: #287dff; |
| | | |
| | | /deep/ .van-nav-bar__content { |
| | | height: 65px; |
| | |
| | | |
| | | .authentication-container { |
| | | /* padding: 20px; */ |
| | | background-color: #ffffff; |
| | | // background-color: #ffffff; |
| | | min-height: 100vh; |
| | | font-size: 10vw; |
| | | } |
| | |
| | | } |
| | | |
| | | .required-label { |
| | | color: #333; |
| | | // color: #333; |
| | | font-weight: bold; |
| | | font-size: .4em; |
| | | } |
| | |
| | | padding: 0 15px; |
| | | font-size: .4em; |
| | | box-sizing: border-box; |
| | | color: #333; |
| | | // color: #333; |
| | | } |
| | | |
| | | .id-type-options { |
| | |
| | | width: 9.5em; |
| | | margin: .4em auto 0; |
| | | height: 1.2em; |
| | | background-color: #e6e254; |
| | | background-color: @green; |
| | | color: #fff; |
| | | border-radius: 4px; |
| | | display: flex; |