初始化~
This commit is contained in:
parent
c04b3e4908
commit
266c5c5eac
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title>武乡县黄河流域农业面源污染平台</title>
|
<title>吉县黄河流域农业面源污染平台</title>
|
||||||
<link rel="stylesheet" href="<%= BASE_URL %>reset.css">
|
<link rel="stylesheet" href="<%= BASE_URL %>reset.css">
|
||||||
<!-- <link rel="stylesheet" href="<%= BASE_URL %>layui/dist/css/layui.css">-->
|
<!-- <link rel="stylesheet" href="<%= BASE_URL %>layui/dist/css/layui.css">-->
|
||||||
<!-- <link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css"/>-->
|
<!-- <link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css"/>-->
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import router from '@/router'
|
|
||||||
const requests = axios.create({
|
const requests = axios.create({
|
||||||
baseURL:"/lh-api",
|
baseURL:"/lh-api",
|
||||||
timeout:20000,
|
timeout:20000,
|
||||||
|
|
@ -9,7 +8,7 @@ const requests = axios.create({
|
||||||
// 请求拦截器
|
// 请求拦截器
|
||||||
requests.interceptors.request.use((config)=>{
|
requests.interceptors.request.use((config)=>{
|
||||||
config.headers['X-Access-Token'] = localStorage.getItem("token") // 请求头带上token
|
config.headers['X-Access-Token'] = localStorage.getItem("token") // 请求头带上token
|
||||||
config.headers['X-Tenant-Id'] = '1001'
|
config.headers['X-Tenant-Id'] = '1002'
|
||||||
return config
|
return config
|
||||||
},(error)=>{
|
},(error)=>{
|
||||||
return Promise.reject(new Error('faile'));
|
return Promise.reject(new Error('faile'));
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
element-loading-background="rgba(0, 0, 0, 0.8)"
|
element-loading-background="rgba(0, 0, 0, 0.8)"
|
||||||
>
|
>
|
||||||
<div class="nav">
|
<div class="nav">
|
||||||
<span class="nav_ti nav_mag">武乡县黄河流域农业面源污染平台</span>
|
<span class="nav_ti nav_mag">吉县黄河流域农业面源污染平台</span>
|
||||||
<span class="nav_tit">治理效果评价和监测一张图</span>
|
<span class="nav_tit">治理效果评价和监测一张图</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav_btn">
|
<div class="nav_btn">
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,11 @@
|
||||||
<video autoplay loop muted preload
|
<video autoplay loop muted preload
|
||||||
style="width: 100%; height: 100%; object-fit: fill">
|
style="width: 100%; height: 100%; object-fit: fill">
|
||||||
<!-- <source src="@/assets/image/loginback.mp4">-->
|
<!-- <source src="@/assets/image/loginback.mp4">-->
|
||||||
<source src="http://fxnsp.sxcooh.com/lh-api/sys/common/static/v/loginback.mp4">
|
<!-- <source src="http://fxnsp.sxcooh.com/lh-api/sys/common/static/v/loginback.mp4">-->
|
||||||
|
<source src="https://fxnsp.sxcooh.com/lh-api/sys/common/static/v/loginback.mp4">
|
||||||
</video>
|
</video>
|
||||||
<img src="@/assets/image/logintltle3.png" alt="" class="logintltle">
|
<div class="maintitle">吉县农业面源污染在线监测平台</div>
|
||||||
|
<!-- <img src="@/assets/image/logintltle3.png" alt="" class="logintltle">-->
|
||||||
<el-form
|
<el-form
|
||||||
class="loginipt demo-ruleForm"
|
class="loginipt demo-ruleForm"
|
||||||
:rules="rules"
|
:rules="rules"
|
||||||
|
|
@ -135,48 +137,73 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
.maintitle{
|
||||||
|
position: relative;
|
||||||
|
margin: 100px auto;
|
||||||
|
text-align: center;
|
||||||
|
color: #e6e6e6;
|
||||||
|
font-size: 4.3rem;
|
||||||
|
font-weight: 900;
|
||||||
|
font-style: italic;
|
||||||
|
font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
|
||||||
|
letter-spacing: 6px;
|
||||||
|
/* 原有立体浮雕阴影 + 外层淡投影阴影 */
|
||||||
|
text-shadow:
|
||||||
|
0 1px #0077cc,
|
||||||
|
0 2px #006bb8,
|
||||||
|
0 3px #005fa3,
|
||||||
|
0 4px #00508a,
|
||||||
|
0 5px 8px rgba(0, 15, 50, 0.55),
|
||||||
|
/* 新增外层柔和淡阴影 */
|
||||||
|
0 8px 15px rgba(0, 40, 90, 0.3),
|
||||||
|
/* 新增外围微弱蓝光发光效果 */
|
||||||
|
0 0 6px rgba(80, 180, 255, 0.6),
|
||||||
|
0 0 12px rgba(60, 160, 240, 0.6);
|
||||||
|
transform: scaleX(1.05);
|
||||||
|
|
||||||
|
}
|
||||||
|
.logintltle{
|
||||||
|
position: absolute;
|
||||||
|
top: 10%;
|
||||||
|
right: 20%;
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
.loginipt{
|
.loginipt{
|
||||||
/* position: absolute;
|
/* position: absolute;
|
||||||
top: 28%;
|
top: 28%;
|
||||||
right: 33%; */
|
right: 33%; */
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-right: 8%;
|
margin-right: 8%;
|
||||||
margin-top: 17%;
|
/*margin-top: 17%;*/
|
||||||
width: 552px;
|
width: 552px;
|
||||||
height: 475px;
|
height: 475px;
|
||||||
background: url(../../assets/image/login_bg_img.png)no-repeat;
|
background: url(../../assets/image/login_bg_img.png)no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.logintltle{
|
.login_title_img{
|
||||||
position: absolute;
|
display: block;
|
||||||
top: 10%;
|
margin: 0 auto;
|
||||||
right: 20%;
|
margin-top: 1.6vw;
|
||||||
width: 60%;
|
}
|
||||||
}
|
.loginipt_list1{
|
||||||
.login_title_img{
|
width: 80%;
|
||||||
display: block;
|
height: 60px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-top: 1.6vw;
|
margin-top: 32px;
|
||||||
}
|
background: #0B2136;
|
||||||
.loginipt_list1{
|
border: 1px solid #074856;
|
||||||
width: 80%;
|
box-shadow: inset 0 0 13px 0 rgba(1,9,17,.8);
|
||||||
height: 60px;
|
border-radius: 4px;
|
||||||
margin: 0 auto;
|
position: relative;
|
||||||
margin-top: 32px;
|
}
|
||||||
background: #0B2136;
|
.loginipt_list1:hover{
|
||||||
border: 1px solid #074856;
|
border: 1px solid #00f6ff;
|
||||||
box-shadow: inset 0 0 13px 0 rgba(1,9,17,.8);
|
}
|
||||||
border-radius: 4px;
|
.login_btn_anniu{
|
||||||
position: relative;
|
width: 50%;
|
||||||
}
|
height: 60px;
|
||||||
.loginipt_list1:hover{
|
/* line-height: 3vw;s */
|
||||||
border: 1px solid #00f6ff;
|
|
||||||
}
|
|
||||||
.login_btn_anniu{
|
|
||||||
width: 50%;
|
|
||||||
height: 60px;
|
|
||||||
/* line-height: 3vw;s */
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
margin-left: 25%;
|
margin-left: 25%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue