| | |
| | | <div id="particles-js" style="display: flex;align-items: center;justify-content: center"> |
| | | <canvas class="particles-js-canvas-el" style="width: 100%; height: 100%;" width="472" height="625"></canvas> |
| | | </div> |
| | | <div class="loginContent"> |
| | | <el-row class="loginContent"> |
| | | <el-col :sm="24" :md="12"> |
| | | <div class="loginContL"> |
| | | <div class="apTitleT">新疆国泰新华</div> |
| | | <div class="apTitleB">安全风险预警监测系统</div> |
| | | <span></span> |
| | | </div> |
| | | </el-col> |
| | | <el-col :sm="24" :md="12"> |
| | | <div class="loginPanel"> |
| | | <div class="welc">WELCOME!</div> |
| | | <div class="welcc">欢迎登录</div> |
| | |
| | | </el-tabs> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | </div> |
| | | </template> |
| | |
| | | |
| | | .loginContent{ |
| | | width: 100%; |
| | | padding: 0 300px; |
| | | padding: 0 150px; |
| | | display: flex; |
| | | align-items: flex-start; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | justify-content: space-around; |
| | | |
| | | .loginContL{ |
| | | width: 100%; |
| | | font-size: 48px; |
| | | font-weight: bold; |
| | | padding-top: 80px; |
| | | margin-right: 30px; |
| | | margin-bottom: 100px; |
| | | |
| | | .apTitleT{ |
| | | color: #fff; |
| | |
| | | } |
| | | } |
| | | .loginPanel{ |
| | | width: 80%; |
| | | padding: 85px 70px; |
| | | background: #fff; |
| | | min-width: 450px; |
| | | border-radius: 15px; |
| | | box-shadow: 0 8px 40px rgba(0,0,0,.15); |
| | | |