| | |
| | | <canvas class="particles-js-canvas-el" style="width: 100%; height: 100%;" width="472" height="625"></canvas> |
| | | </div> |
| | | <el-row class="loginContent"> |
| | | <el-col :sm="24" :md="12"> |
| | | <el-col :md="12"> |
| | | <div class="loginContL"> |
| | | <div class="apTitleT">新疆国泰新华</div> |
| | | <div class="apTitleB">安全风险预警监测系统</div> |
| | | <span></span> |
| | | </div> |
| | | </el-col> |
| | | <el-col :sm="24" :md="12"> |
| | | <el-col :md="12" style="display: flex;justify-content: flex-end"> |
| | | <div class="loginPanel"> |
| | | <div class="welc">WELCOME!</div> |
| | | <div class="welcc">欢迎登录</div> |
| | |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <div class="rights">技术支持:苏州国科鸿宇智能科技有限公司</div> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | position: relative; |
| | | z-index: 999; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | justify-content: center; |
| | | background: url("../../assets/loginPage/login-bg.jpg") no-repeat center; |
| | |
| | | #particles-js { |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | background-size: cover; |
| | | background-position: 50% 50%; |
| | | background-repeat: no-repeat; |
| | | width: 100%; |
| | | height: 100%; |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | } |
| | | |
| | | .rights{ |
| | | font-size: 14px; |
| | | color: #fff; |
| | | } |
| | | .loginContent{ |
| | | width: 100%; |
| | | padding: 0 150px; |
| | | padding: 0 200px; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | align-items: center; |
| | | justify-content: space-around; |
| | | margin-bottom: 40px; |
| | | |
| | | .loginContL{ |
| | | width: 100%; |
| | | font-size: 48px; |
| | | font-size: 60px; |
| | | font-weight: bold; |
| | | margin-bottom: 100px; |
| | | |
| | |
| | | } |
| | | } |
| | | .loginPanel{ |
| | | width: 80%; |
| | | width: 65%; |
| | | padding: 85px 70px; |
| | | background: #fff; |
| | | min-width: 450px; |