Commit 735923bf authored by yaqizhang's avatar yaqizhang

安全生产风险监测预警系统

parent 6df8e56b
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<link rel="stylesheet" href="./common.css"><!--自定义样式--> <link rel="stylesheet" href="./common.css"><!--自定义样式-->
<link rel="stylesheet" href="https://js.arcgis.com/3.33/dijit/themes/nihilo/nihilo.css"> <link rel="stylesheet" href="https://js.arcgis.com/3.33/dijit/themes/nihilo/nihilo.css">
<title>危化品企业监管平台</title> <title>安全生产风险监测预警系统</title>
<script src="./EasyWasmPlayer.js"></script> <script src="./EasyWasmPlayer.js"></script>
</head> </head>
<body> <body>
......
<template> <template>
<div class="home"> <div class="home">
<div class="txt"> <div class="txt">
<h1>欢迎访问危化品企业监管平台</h1> <h1>欢迎访问安全生产风险监测预警系统</h1>
<p> <p>
<em>Wellcom to The Hazardous Chemicals Supervision System.</em> <em>Wellcom to The Hazardous Chemicals Supervision System.</em>
</p> </p>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<i class="el-icon-menu"></i> <i class="el-icon-menu"></i>
</span> </span>
<el-breadcrumb-item> <el-breadcrumb-item>
<i class="fa fa-bars"></i> 危化品企业监管平台 <i class="fa fa-bars"></i> 安全生产风险监测预警系统
</el-breadcrumb-item> </el-breadcrumb-item>
<el-breadcrumb-item v-for="(item, index) in breadcrumnItems" :key="index">{{item.name}}</el-breadcrumb-item> <el-breadcrumb-item v-for="(item, index) in breadcrumnItems" :key="index">{{item.name}}</el-breadcrumb-item>
</el-breadcrumb> </el-breadcrumb>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="logo fl"> <div class="logo fl">
<img src="@/assets/logo2.png" alt /> <img src="@/assets/logo2.png" alt />
&nbsp; &nbsp;
危化品企业监管平台- 安全生产风险监测预警系统-
<span class="tileTip">{{Tiletxt}}</span> <span class="tileTip">{{Tiletxt}}</span>
</div> </div>
<div class="haeder_r fr"> <div class="haeder_r fr">
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<el-row> <el-row>
<el-col :span="24" class="form-tit cent"> <el-col :span="24" class="form-tit cent">
<img src="@/assets/logo1.png" alt width="100px" /> <img src="@/assets/logo1.png" alt width="100px" />
<h1>危化品企业监管平台</h1> <h1>安全生产风险监测预警系统</h1>
<p> <p>
<em>The Hazardous Chemicals Supervision System</em> <em>The Hazardous Chemicals Supervision System</em>
<br /> <br />
......
...@@ -222,7 +222,7 @@ export default class Login extends Vue { ...@@ -222,7 +222,7 @@ export default class Login extends Vue {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
background: url("~@/assets/login-bg.jpg") center no-repeat; background: url("~@/assets/login-bg.png") center no-repeat;
background-size: cover; background-size: cover;
} }
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<el-col :span="8" class="title"> <el-col :span="8" class="title">
<div class="titcon"> <div class="titcon">
<img src="../assets/logo1.png" alt width="100px" /> <img src="../assets/logo1.png" alt width="100px" />
<h1>欢迎访问危化品企业监管平台</h1> <h1>欢迎访问安全生产风险监测预警系统</h1>
<h2>Wellcom to The Hazardous Chemicals Supervision System.</h2> <h2>Wellcom to The Hazardous Chemicals Supervision System.</h2>
</div> </div>
</el-col> </el-col>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<el-col :span="8" class="title"> <el-col :span="8" class="title">
<div class="titcon"> <div class="titcon">
<img src="../assets/logo1.png" alt width="100px" /> <img src="../assets/logo1.png" alt width="100px" />
<h1>欢迎访问危化品企业监管平台</h1> <h1>欢迎访问安全生产风险监测预警系统</h1>
<h2>Wellcom to The Hazardous Chemicals Supervision System.</h2> <h2>Wellcom to The Hazardous Chemicals Supervision System.</h2>
</div> </div>
</el-col> </el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment