| | |
| | | <template> |
| | | <div class="main"> |
| | | <div style="display: flex;padding: 50px;"> |
| | | <div class="main" style="width: 100%;height: 100%;display: flex;padding: 50px;"> |
| | | |
| | | <div style="flex: 1;display: flex;align-items: center;justify-content: center;position: relative"> |
| | | <div style="flex: 1.2;display: flex;align-items: center;justify-content: center;position: relative"> |
| | | <div class="top"> |
| | | <div class="header"> |
| | | <a href="/"> |
| | |
| | | </a> |
| | | </div> |
| | | </div> |
| | | <img src="@/assets/login.jpeg" width="60%"> |
| | | <img src="@/assets/login.jpeg" width="65%" height="44%"> |
| | | </div> |
| | | <div style="width: 368px;margin: 30px 50px"> |
| | | |
| | | <div style="flex: 1;padding: 30px 50px;"> |
| | | <a-form-model |
| | | class="user-layout-login" |
| | | @keyup.enter.native="handleSubmit" |
| | |
| | | </a-button> |
| | | </a-form-item> |
| | | |
| | | <a-form-model-item style="color: red"> |
| | | <a-form-model-item style="color: red;font-size: 0.8vw"> |
| | | 密级:内部 警告:本系统禁止存储、处理、传输涉密信息 |
| | | </a-form-model-item> |
| | | |
| | | </a-form-model> |
| | | </div> |
| | | </div> |
| | | |
| | | <!--<two-step-captcha v-if="requiredTwoStepCaptcha" :visible="stepCaptchaVisible" @success="stepCaptchaSuccess" @cancel="stepCaptchaCancel"></two-step-captcha>--> |
| | | <login-select-tenant |
| | | ref="loginSelect" |
| | |
| | | .top { |
| | | text-align: center; |
| | | position: absolute; |
| | | top: 45px; |
| | | top: 10%; |
| | | |
| | | .header { |
| | | height: 44px; |
| | |
| | | } |
| | | |
| | | .title { |
| | | font-size: 30px; |
| | | font-size: 2vw; |
| | | color: #000; |
| | | font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; |
| | | font-weight: 600; |