Commit 5432c67c by huangdang

fix: 修改登录页背景和修改新网黑文字

parent 0f6cfb8d
......@@ -37,7 +37,7 @@
"@vue/eslint-config-prettier": "^6.0.0",
"axios": "^0.18.1",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "^6.0.4",
"compression-webpack-plugin": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
......
<template>
<div class="login-container">
<!-- <video width="100%"
<video width="100%"
height="100%"
id="myVideo"
controls
class="video-js video"
style="object-fit: fill;">
<source src="../../assets/img/Login/login.mp4"
type="video/mp4" />
您的浏览器不支持 video 标签。
</video> -->
</video>
<!-- 建党100周年图片 -->
<img
<!-- <img
id="myImgs"
style="width='100%';
height='100%';
......@@ -19,7 +20,7 @@
"
class="imgs"
src="../../assets/img/Login/foundparty.png"
/>
/> -->
<div class="bgImgDiv">
<div class="bgImg">
<div class="title">
......@@ -27,11 +28,11 @@
</div>
<div class="login_border">
<!-- 重拳出击的图片 -->
<!-- <div class="left_img">
<div class="left_img">
<img class="zqcj_shce"
src="../../assets/img/Login/Zqcj_Shce.png"
alt="">
</div> -->
</div>
<el-form
ref="loginForm"
:model="loginForm"
......@@ -40,7 +41,7 @@
autocomplete="on"
label-position="right"
>
<!-- <h3 class="title">{{sjtitle}}扫黑除恶管理应用系统</h3> -->
<h3 class="title">{{sjtitle}}扫黑除恶管理应用系统</h3>
<el-form-item prop="username" style="text-align: center">
<el-input
ref="username"
......@@ -923,12 +924,12 @@ $dark_gray: #889aa4;
$light_gray: #eee;
@import "../../assets/styles/yhzc.scss";
.login-container {
// height: 100%;
// width: 100%;
// background-image: url(../../assets/img/Login/Bigborder.png);
// background-repeat: no-repeat;
// background-size: 100% 100%;
// z-index: 100;
height: 100%;
width: 100%;
background-image: url(../../assets/img/Login/Bigborder.png);
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: 100;
.bgImgDiv {
position: fixed;
width: 100%;
......@@ -938,7 +939,7 @@ $light_gray: #eee;
.bgImg {
height: 100%;
width: 100%;
// background-image: url(../../assets/img/Login/Bigborder.png); // 登录页面的边框线
background-image: url(../../assets/img/Login/Bigborder.png); // 登录页面的边框线
background-repeat: no-repeat;
background-size: 98% 98%;
z-index: 100;
......@@ -953,13 +954,13 @@ $light_gray: #eee;
z-index: 101;
}
}
// .video {
// position: absolute;
// object-fit: fill;
// width: 100%;
// height: 100%;
// z-index: 0 !important;
// }
.video {
position: absolute;
object-fit: fill;
width: 100%;
height: 100%;
z-index: 0 !important;
}
.imgs {
position: absolute;
object-fit: fill;
......
......@@ -45,19 +45,19 @@ export default {
navIndex: '0',
//左侧菜单配置
LeftMenu: [
{
id: 'tld',
label: '套路贷',
index: '0',
className: 'iconfont icontaoludai',
isShow: true,
children: [
{ index: '00', label: '一般团伙管理', id: 'tldGl' },
{ index: '01', label: '一般团伙审核', id: 'tldSh' },
{ index: '02', label: '黑/恶/团伙报表', id: 'tldZg' },
{ index: '03', label: '黑/恶/团伙统计', id: 'tldTj' }
]
},
// {
// id: 'tld',
// label: '套路贷',
// index: '0',
// className: 'iconfont icontaoludai',
// isShow: true,
// children: [
// { index: '00', label: '一般团伙管理', id: 'tldGl' },
// { index: '01', label: '一般团伙审核', id: 'tldSh' },
// { index: '02', label: '黑/恶/团伙报表', id: 'tldZg' },
// { index: '03', label: '黑/恶/团伙统计', id: 'tldTj' }
// ]
// },
{
id: 'wh',
label: '网黑',
......@@ -66,10 +66,10 @@ export default {
isShow: true,
children: [
{ index: '04', label: '案件报表', id: 'ajBb' },
{ index: '05', label: '一般团伙管理', id: 'whGl' },
{ index: '06', label: '一般团伙审核', id: 'whSh' },
{ index: '07', label: '黑/恶/团伙报表', id: 'whZg' },
{ index: '08', label: '黑/恶/团伙统计', id: 'whTj' }
{ index: '05', label: '涉网案件管理', id: 'whGl' },
{ index: '06', label: '涉网案件审核', id: 'whSh' },
{ index: '07', label: '涉网案件报表', id: 'whZg' },
{ index: '08', label: '涉网案件统计', id: 'whTj' }
]
},
{
......
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