|
@@ -1,7 +1,12 @@
|
|
|
<template>
|
|
|
<div class="login-layer">
|
|
|
- <div class="top-text">
|
|
|
+ <!-- <div class="top-text">
|
|
|
<img src="@/assets/image/top-text.png" alt="">
|
|
|
+ </div> -->
|
|
|
+ <div class="content">
|
|
|
+ <div class="info">
|
|
|
+ <h1>消防火调三维远程勘验平台</h1>
|
|
|
+ <p>Three-dimensional remote prospecting platform of fire scene of Fire Resue</p>
|
|
|
</div>
|
|
|
<el-form class="panel login" :model="form" @submit.stop>
|
|
|
<h2>欢迎登录</h2>
|
|
@@ -32,6 +37,7 @@
|
|
|
<!-- <a @click="$router.push({name: 'register'})">账号注册</a>-->
|
|
|
</div>
|
|
|
</el-form>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -158,13 +164,18 @@ export default {
|
|
|
.login-layer {
|
|
|
text-align: right;
|
|
|
}
|
|
|
+.content{
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: flex-start;
|
|
|
+}
|
|
|
.info {
|
|
|
color: #fff;
|
|
|
margin-right: 143px;
|
|
|
padding-top: 80px;
|
|
|
padding-bottom: 80px;
|
|
|
flex: none;
|
|
|
-
|
|
|
+ text-align: left;
|
|
|
img {
|
|
|
width: 76px;
|
|
|
height: 76px;
|