图片中文名部分修改

pull/139/head
lukeyan 11 months ago
parent 37a095d516
commit afa9c357a2

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before

Width:  |  Height:  |  Size: 820 KiB

After

Width:  |  Height:  |  Size: 820 KiB

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Before

Width:  |  Height:  |  Size: 743 B

After

Width:  |  Height:  |  Size: 743 B

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Before

Width:  |  Height:  |  Size: 812 B

After

Width:  |  Height:  |  Size: 812 B

Before

Width:  |  Height:  |  Size: 716 B

After

Width:  |  Height:  |  Size: 716 B

Before

Width:  |  Height:  |  Size: 802 B

After

Width:  |  Height:  |  Size: 802 B

Before

Width:  |  Height:  |  Size: 852 B

After

Width:  |  Height:  |  Size: 852 B

Before

Width:  |  Height:  |  Size: 635 B

After

Width:  |  Height:  |  Size: 635 B

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 221 KiB

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before

Width:  |  Height:  |  Size: 805 B

After

Width:  |  Height:  |  Size: 805 B

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 621 B

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

@ -1,491 +1,507 @@
<template> <template>
<div class="main"> <div class="main">
<div class="title">镇海平安企业园区</div> <div class="title">镇海平安企业园区</div>
<div class="loginContainer"> <div class="loginContainer">
<div class="loginBox"> <div class="loginBox">
<div class="topZS"></div> <div class="topZS"></div>
<el-tabs v-model="activeName" @tab-click="handleClick"> <el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane label="账号密码登录" name="first"> <el-tab-pane label="账号密码登录" name="first">
<el-form class="loginForm"> <el-form class="loginForm">
<el-form-item class="user"> <el-form-item class="user">
<img src="../assets/login/密码.png" /> <img src="../assets/login/password.png" />
<el-input class="eInput" v-model="ruleForm.username" placeholder="请输入用户名" /> <el-input
</el-form-item> class="eInput"
<br> v-model="ruleForm.username"
<el-form-item class="user"> placeholder="请输入用户名"
<img src="../assets/login/用户名.png" /> />
<el-input class="eInput" type="password" v-model="ruleForm.password" autocomplete="off" </el-form-item>
placeholder="请输入密码" /> <br />
</el-form-item> <el-form-item class="user">
<el-form-item class="userKey"> <img src="../assets/login/user.png" />
<div class="userKeybox"> <el-input
<img src="../assets/login/验证码1x.png" /> class="eInput"
<el-input class="keyInput" v-model="ruleForm.checkcode" placeholder="请输入验证码" /> type="password"
</div> v-model="ruleForm.password"
<div ref="img" @click="getCode()" class="codeimgBox"> autocomplete="off"
<img :src="pic" class="yanzheng" /> placeholder="请输入密码"
</div> />
</el-form-item> </el-form-item>
<el-form-item class="loginbtn"> <el-form-item class="userKey">
<el-button @click="login"></el-button> <div class="userKeybox">
</el-form-item> <img src="../assets/login/code01.png" />
</el-form> <el-input
</el-tab-pane> class="keyInput"
<el-tab-pane label="数字证书登录" name="second"> v-model="ruleForm.checkcode"
<div class="shuziZS_box"> placeholder="请输入验证码"
<div class="keyBox"> />
<div class="keyText">请输入电子数字证书</div> </div>
<div ref="img" @click="getCode()" class="codeimgBox">
<div class="huanhang"></div> <img :src="pic" class="yanzheng" />
<div class="keyIcon"> </div>
<img src="../assets/login/钥匙.png" /> </el-form-item>
</div> <el-form-item class="loginbtn">
</div> <el-button @click="login"></el-button>
<div class="loginbtn"> </el-form-item>
<el-button>登录</el-button> </el-form>
</div> </el-tab-pane>
</div> <el-tab-pane label="数字证书登录" name="second">
</el-tab-pane> <div class="shuziZS_box">
</el-tabs> <div class="keyBox">
<div class="bottomZS"></div> <div class="keyText">请输入电子数字证书</div>
<div class="huanhang"></div>
<div class="keyIcon">
<img src="../assets/login/key.png" />
</div>
</div>
<div class="loginbtn">
<el-button>登录</el-button>
</div>
</div> </div>
</div> </el-tab-pane>
</el-tabs>
<div class="bottomZS"></div>
</div>
</div> </div>
</div>
</template> </template>
<script> <script>
import { getCheckCode } from "@/utils/login"; import { getCheckCode } from "@/utils/login";
export default { export default {
data() { data() {
return { return {
activeName: 'first', activeName: "first",
ruleForm: {}, ruleForm: {},
pic: '', pic: "",
} };
}, },
created() { created() {
this.getCode() this.getCode();
},
methods: {
getCode() {
let random = Math.random();
getCheckCode({ type: "math", s: random }).then((res) => {
// console.log(res.data);
this.pic = "data:image/gif;base64," + res.img;
this.ruleForm.uuid = res.uuid;
});
}, },
methods: { login() {
getCode() { if (!this.ruleForm.username) {
let random = Math.random() this.$message.error("请输入用户名");
getCheckCode({ type: "math", s: random }).then((res) => { return;
// console.log(res.data); }
this.pic = "data:image/gif;base64," + res.img; if (!this.ruleForm.password) {
this.ruleForm.uuid = res.uuid; this.$message.error("请输入密码");
return;
}
if (!this.ruleForm.checkcode) {
this.$message.error("请输入验证码");
return;
}
const param = {
username: this.ruleForm.username,
password: this.ruleForm.password,
code: this.ruleForm.checkcode,
uuid: this.ruleForm.uuid,
};
this.$store
.dispatch("Login", param)
.then((res) => {
if (res.code === 200) {
sessionStorage.setItem("activeIndex", "1");
this.$router.push({
path: "/home/compositeIndex",
}); });
}, } else {
login() { this.$message.error(res.msg);
return;
if (!this.ruleForm.username) { }
this.$message.error('请输入用户名') })
return .catch(() => {
} //this.$message.error(err.msg)
if (!this.ruleForm.password) { this.getCode();
this.$message.error('请输入密码') });
return
}
if (!this.ruleForm.checkcode) {
this.$message.error('请输入验证码')
return
}
const param = { username: this.ruleForm.username, password: this.ruleForm.password, code: this.ruleForm.checkcode, uuid: this.ruleForm.uuid }
this.$store.dispatch("Login", param)
.then((res) => {
if (res.code === 200) {
sessionStorage.setItem('activeIndex', '1')
this.$router.push({
path: '/home/compositeIndex'
})
} else {
this.$message.error(res.msg)
return
}
}).catch(() => {
//this.$message.error(err.msg)
this.getCode();
});
},
handleClick() {
},
}, },
} handleClick() {},
},
};
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.main { .main {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
background: url("~@/assets/login/登录背景.png") no-repeat; background: url("~@/assets/login/loginback.png") no-repeat;
background-size: 100% 100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
.title {
position: absolute;
top: 20px;
left: 50%;
transform: translateX(-50%);
font-family: YouSheBiaoTiHei;
font-size: 46px;
color: #59ffda;
letter-spacing: 4.6px;
text-align: justify;
line-height: 57px;
text-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
font-weight: 400;
}
.loginContainer {
width: 95%;
height: 95%;
background: url("~@/assets/login/loginback02.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
position: relative;
.title { .loginBox {
position: absolute; width: 790px;
top: 20px; height: 540px;
left: 50%; background: url("~@/assets/login/loginback03.png") no-repeat;
transform: translateX(-50%); background-size: 100% 100%;
font-family: YouSheBiaoTiHei; position: relative;
font-size: 46px;
color: #59FFDA;
letter-spacing: 4.6px;
text-align: justify;
line-height: 57px;
text-shadow: 0 8px 8px rgba(0, 0, 0, 0.30);
font-weight: 400;
}
.topZS {
position: absolute;
width: 100%;
height: 30px;
top: 0;
left: 0;
background: url("~@/assets/login/loginback04.png") no-repeat;
background-size: 100% 100%;
}
.buttonBox {
width: 700px;
height: 74px;
background-image: linear-gradient(
90deg,
rgba(238, 238, 238, 0) 0%,
rgba(53, 206, 150, 0.4) 50%,
rgba(216, 216, 216, 0) 100%
);
}
.bottomZS {
position: absolute;
width: 100%;
height: 30px;
bottom: 0;
left: 0;
background: url("~@/assets/login/loginback04.png") no-repeat;
background-size: 100% 100%;
transform: rotateX(180deg);
}
/deep/.el-tabs {
width: 790px;
height: 540px;
padding: 30px 45px;
box-sizing: border-box;
.el-tabs__header {
width: 700px;
height: 72px;
background-image: linear-gradient(
90deg,
rgba(238, 238, 238, 0) 0%,
rgba(53, 206, 150, 0.4) 50%,
rgba(216, 216, 216, 0) 100%
);
.el-tabs__nav-wrap {
height: 72px;
border: 0;
.el-tabs__nav-scroll {
height: 72px;
.el-tabs__nav {
height: 72px;
width: 100%;
.el-tabs__active-bar {
background: #32ff9f;
width: 50% !important;
}
.loginContainer { .el-tabs__item {
width: 95%; height: 72px;
height: 95%; width: 50%;
background: url("~@/assets/login/登录装饰.png") no-repeat; line-height: 72px;
background-size: 100% 100%; text-align: center;
display: flex; font-family: AlimamaShuHeiTi;
justify-content: center; font-size: 30px;
align-items: center; color: #edfaff;
letter-spacing: 2.86px;
font-weight: 700;
}
.is-active {
color: #32ff9a;
}
}
}
}
.loginBox { .el-tabs__nav-wrap::after {
width: 790px; display: none;
height: 540px; }
background: url("~@/assets/login/登录板块.png") no-repeat; }
background-size: 100% 100%;
position: relative;
.topZS { .el-tabs__content {
position: absolute; width: 700px;
height: calc(100% - 87px);
.loginForm {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.shuziZS_box {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
.keyBox {
width: 600px;
height: 182px;
background: rgba(8, 44, 47, 0.81);
border: 1px solid rgba(38, 170, 123, 1);
border-radius: 3px;
margin-top: 40px;
display: flex;
flex-wrap: wrap;
justify-content: center;
.keyText {
margin-top: 30px;
width: 100%;
height: 33px;
text-align: center;
line-height: 33px;
opacity: 0.8;
font-family: PingFangSC-Regular;
font-size: 24px;
color: #ffffff;
letter-spacing: 2px;
font-weight: 400;
}
.huanhang {
width: 100%; width: 100%;
height: 30px; height: 1px;
top: 0; }
left: 0;
background: url("~@/assets/login/装饰2.png") no-repeat; .keyIcon {
background-size: 100% 100%; margin-top: -40px;
width: 50px;
height: 50px;
background: #f14141;
box-shadow: 0px 0px 8px 1px rgba(188, 37, 37, 0.76);
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
img {
width: 17px;
height: 31px;
}
}
}
}
.user {
width: 600px;
height: 66px;
background: rgba(8, 44, 47, 0.81);
border: 1px solid rgba(38, 170, 123, 1);
border-radius: 3px;
display: flex;
margin-top: 15px;
.el-form-item__content {
display: flex !important;
align-items: center;
} }
.buttonBox { img {
width: 700px; margin-left: 10px;
height: 74px; width: 24px;
background-image: linear-gradient(90deg, rgba(238, 238, 238, 0.00) 0%, rgba(53, 206, 150, 0.40) 50%, rgba(216, 216, 216, 0.00) 100%) height: 26px;
} }
.bottomZS { .eInput {
position: absolute; display: inline-block;
width: 100%; width: 550px;
height: 30px; height: 66px;
bottom: 0;
left: 0; background: rgba(0, 0, 0, 0);
background: url("~@/assets/login/装饰2.png") no-repeat; color: #cfe9ff;
background-size: 100% 100%; font-size: 19px;
transform: rotateX(180deg); padding-left: 10px;
border: 0;
letter-spacing: 1.65px;
font-weight: 400;
.el-input__inner {
height: 65px;
line-height: 65px;
background: rgba(0, 0, 0, 0);
border: 0;
color: #eeeeee;
}
}
.keyInput {
height: 65px;
width: 321px;
background-color: rgba(0, 0, 0, 0.05);
opacity: 0.5;
color: #cfe9ff;
font-size: 19px;
padding-left: 10px;
border: 0;
letter-spacing: 1.65px;
font-weight: 400;
}
}
.user:hover {
background: rgba(8, 44, 47, 0.81);
border: 1px solid rgba(79, 255, 141, 1);
border-radius: 3px;
}
.userKey {
width: 600px;
height: 66px;
display: flex;
margin-top: 15px;
.el-form-item__content {
display: flex !important;
align-items: center;
} }
/deep/.el-tabs { .userKeybox {
width: 790px; width: 475px;
height: 540px; height: 65px;
padding: 30px 45px; background: rgba(8, 44, 47, 0.81);
box-sizing: border-box; border: 1px solid rgba(38, 170, 123, 1);
border-radius: 3px;
.el-tabs__header { display: flex;
width: 700px; align-items: center;
height: 72px;
background-image: linear-gradient(90deg, rgba(238, 238, 238, 0.00) 0%, rgba(53, 206, 150, 0.40) 50%, rgba(216, 216, 216, 0.00) 100%); img {
margin-left: 10px;
.el-tabs__nav-wrap { width: 24px;
height: 72px; height: 26px;
border: 0; }
.el-tabs__nav-scroll { .keyInput {
height: 72px; height: 65px;
width: 321px;
.el-tabs__nav { background-color: rgba(0, 0, 0, 0);
height: 72px;
width: 100%; color: #cfe9ff;
font-size: 19px;
.el-tabs__active-bar { padding-left: 10px;
background: #32FF9F; border: 0;
width: 50% !important; letter-spacing: 1.65px;
} font-weight: 400;
.el-tabs__item { .el-input__inner {
height: 72px; height: 65px;
width: 50%; line-height: 65px;
line-height: 72px; background: rgba(0, 0, 0, 0);
text-align: center; border: 0;
font-family: AlimamaShuHeiTi; color: #eeeeee;
font-size: 30px;
color: #EDFAFF;
letter-spacing: 2.86px;
font-weight: 700;
}
.is-active {
color: #32FF9A;
}
}
}
}
.el-tabs__nav-wrap::after {
display: none;
}
} }
.el-tabs__content { .keyInput {
width: 700px; height: 65px;
height: calc(100% - 87px); width: 321px;
background-color: rgba(0, 0, 0, 0.05);
.loginForm { opacity: 0.5;
width: 100%; color: #cfe9ff;
height: 100%; font-size: 19px;
display: flex; padding-left: 10px;
justify-content: center; border: 0;
flex-wrap: wrap; letter-spacing: 1.65px;
font-weight: 400;
}
.shuziZS_box {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
.keyBox {
width: 600px;
height: 182px;
background: rgba(8, 44, 47, 0.81);
border: 1px solid rgba(38, 170, 123, 1);
border-radius: 3px;
margin-top: 40px;
display: flex;
flex-wrap: wrap;
justify-content: center;
.keyText {
margin-top: 30px;
width: 100%;
height: 33px;
text-align: center;
line-height: 33px;
opacity: 0.8;
font-family: PingFangSC-Regular;
font-size: 24px;
color: #FFFFFF;
letter-spacing: 2px;
font-weight: 400;
}
.huanhang {
width: 100%;
height: 1px;
}
.keyIcon {
margin-top: -40px;
width: 50px;
height: 50px;
background: #F14141;
box-shadow: 0px 0px 8px 1px rgba(188, 37, 37, 0.76);
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
img {
width: 17px;
height: 31px;
}
}
}
}
.user {
width: 600px;
height: 66px;
background: rgba(8, 44, 47, 0.81);
border: 1px solid rgba(38, 170, 123, 1);
border-radius: 3px;
display: flex;
margin-top: 15px;
.el-form-item__content {
display: flex !important;
align-items: center;
}
img {
margin-left: 10px;
width: 24px;
height: 26px;
}
.eInput {
display: inline-block;
width: 550px;
height: 66px;
background: rgba(0, 0, 0, 0);
color: #cfe9ff;
font-size: 19px;
padding-left: 10px;
border: 0;
letter-spacing: 1.65px;
font-weight: 400;
.el-input__inner {
height: 65px;
line-height: 65px;
background: rgba(0, 0, 0, 0);
border: 0;
color: #EEEEEE;
}
}
.keyInput {
height: 65px;
width: 321px;
background-color: rgba(0, 0, 0, 0.05);
opacity: 0.5;
color: #cfe9ff;
font-size: 19px;
padding-left: 10px;
border: 0;
letter-spacing: 1.65px;
font-weight: 400;
}
}
.user:hover {
background: rgba(8, 44, 47, 0.81);
border: 1px solid rgba(79, 255, 141, 1);
border-radius: 3px;
}
.userKey {
width: 600px;
height: 66px;
display: flex;
margin-top: 15px;
.el-form-item__content {
display: flex !important;
align-items: center;
}
.userKeybox {
width: 475px;
height: 65px;
background: rgba(8, 44, 47, 0.81);
border: 1px solid rgba(38, 170, 123, 1);
border-radius: 3px;
display: flex;
align-items: center;
img {
margin-left: 10px;
width: 24px;
height: 26px;
}
.keyInput {
height: 65px;
width: 321px;
background-color: rgba(0, 0, 0, 0);
color: #cfe9ff;
font-size: 19px;
padding-left: 10px;
border: 0;
letter-spacing: 1.65px;
font-weight: 400;
.el-input__inner {
height: 65px;
line-height: 65px;
background: rgba(0, 0, 0, 0);
border: 0;
color: #EEEEEE;
}
.keyInput {
height: 65px;
width: 321px;
background-color: rgba(0, 0, 0, 0.05);
opacity: 0.5;
color: #cfe9ff;
font-size: 19px;
padding-left: 10px;
border: 0;
letter-spacing: 1.65px;
font-weight: 400;
}
}
}
.userKeybox:hover {
background: rgba(8, 44, 47, 0.81);
border: 1px solid rgba(79, 255, 141, 1);
border-radius: 3px;
}
.codeimgBox {
width: 123px;
height: 66px;
.yanzheng {
width: 123px;
height: 66px;
background-image: linear-gradient(90deg,
#0a2340 0%,
rgba(18, 64, 105, 0.04) 100%);
border-image: linear-gradient(to right, #124169, #7bf3fc) 1 1;
}
}
}
.loginbtn {
width: 600px;
height: 66px;
margin-top: 15px;
background: url("~@/assets/login/登录按钮(常态).png") no-repeat;
background-size: 100% 100%;
button {
width: 600px;
height: 66px;
border: 0;
font-size: 20px;
color: #edfaff;
letter-spacing: 6px;
font-weight: 500;
background-color: rgba(0, 0, 0, 0);
}
}
.loginbtn:hover {
background: url("~@/assets/login/登录按钮(悬浮).png") no-repeat;
background-size: 100% 100%;
}
} }
}
}
.userKeybox:hover {
background: rgba(8, 44, 47, 0.81);
border: 1px solid rgba(79, 255, 141, 1);
border-radius: 3px;
} }
.codeimgBox {
width: 123px;
height: 66px;
.yanzheng {
width: 123px;
height: 66px;
background-image: linear-gradient(
90deg,
#0a2340 0%,
rgba(18, 64, 105, 0.04) 100%
);
border-image: linear-gradient(to right, #124169, #7bf3fc) 1 1;
}
}
}
.loginbtn {
width: 600px;
height: 66px;
margin-top: 15px;
background: url("~@/assets/login/loginbackbtn.png") no-repeat;
background-size: 100% 100%;
button {
width: 600px;
height: 66px;
border: 0;
font-size: 20px;
color: #edfaff;
letter-spacing: 6px;
font-weight: 500;
background-color: rgba(0, 0, 0, 0);
}
}
.loginbtn:hover {
background: url("~@/assets/login/loginbackbtn02.png") no-repeat;
background-size: 100% 100%;
}
} }
}
} }
}
} }
</style> </style>

@ -6,9 +6,10 @@ axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
const request = axios.create({ const request = axios.create({
//baseURL: 'http://172.18.113.50:8080/zhapi', //baseURL: 'http://172.18.113.50:8080/zhapi',
//baseURL: 'http://172.18.113.13:8080/zhapi', // 孙强 //baseURL: 'http://172.18.113.13:8080/zhapi', // 孙强
//baseURL: 'http://172.18.113.8:8080/zhapi', // 刘建
//baseURL: 'http://192.168.0.188:8888/zhapi', //baseURL: 'http://192.168.0.188:8888/zhapi',
baseURL: 'http://121.41.91.94:12002/zhapi', //baseURL: 'http://121.41.91.94:12002/zhapi',
//baseURL: `http://${window.location.host}/zhapi`, baseURL: `http://${window.location.host}/zhapi`,
timeout: 50000, timeout: 50000,
headers: { 'content-type': 'application/json' }, headers: { 'content-type': 'application/json' },
}) })

@ -517,7 +517,7 @@ export default {
.jibenleft { .jibenleft {
width: 346px; width: 346px;
height: 370px; height: 370px;
background: url("~@/assets/companyFile/矩形备份 289981.png") no-repeat; background: url("~@/assets/companyFile/back002.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding: 10px; padding: 10px;
box-sizing: border-box; box-sizing: border-box;
@ -612,7 +612,7 @@ export default {
top: 100%; top: 100%;
width: 225px; width: 225px;
height: 132px; height: 132px;
background: url("~@/assets/companyFile/编组 2421.png") no-repeat; background: url("~@/assets/companyFile/dialogback01.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding-left: 26px; padding-left: 26px;
padding-top: 20px; padding-top: 20px;
@ -730,7 +730,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -745,7 +745,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url("~@/assets/companyFile/编组 11222221.png") background: url("~@/assets/companyFile/zhongdianback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -760,7 +760,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -777,7 +777,7 @@ export default {
line-height: 26px; line-height: 26px;
width: auto; width: auto;
display: inline-block; display: inline-block;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;

@ -333,7 +333,7 @@ export default {
width: 60px; width: 60px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -351,7 +351,7 @@ export default {
width: 80px; width: 80px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
color: #e3deff; color: #e3deff;
@ -369,7 +369,7 @@ export default {
width: 60px; width: 60px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
@ -388,7 +388,7 @@ export default {
width: 80px; width: 80px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;

@ -227,7 +227,7 @@ export default {
width: 60px; width: 60px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -245,7 +245,7 @@ export default {
width: 80px; width: 80px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
color: #e3deff; color: #e3deff;
@ -263,7 +263,7 @@ export default {
width: 60px; width: 60px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
@ -282,7 +282,7 @@ export default {
width: 80px; width: 80px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;

@ -226,7 +226,7 @@ export default {
width: 60px; width: 60px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -244,7 +244,7 @@ export default {
width: 80px; width: 80px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
color: #e3deff; color: #e3deff;
@ -262,7 +262,7 @@ export default {
width: 60px; width: 60px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
@ -281,7 +281,7 @@ export default {
width: 80px; width: 80px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;

@ -267,7 +267,7 @@ export default {
width: 60px; width: 60px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -285,7 +285,7 @@ export default {
width: 80px; width: 80px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
color: #e3deff; color: #e3deff;
@ -303,7 +303,7 @@ export default {
width: 60px; width: 60px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;
@ -322,7 +322,7 @@ export default {
width: 80px; width: 80px;
margin-top: 9px; margin-top: 9px;
margin-left: 5px; margin-left: 5px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 1px 5px; padding: 1px 5px;
font-size: 14px; font-size: 14px;

@ -284,7 +284,7 @@ export default {
margin-top: 10px; margin-top: 10px;
width: 24vw; width: 24vw;
height: 28vh; height: 28vh;
background: url("~@/assets/safetyIndex/back001.png") no-repeat; background: url("~@/assets/safetyIndex/back006.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
/* 盒子标题 */ /* 盒子标题 */
.title { .title {

@ -199,7 +199,7 @@ export default {
width: 24vw; width: 24vw;
height: 28vh; height: 28vh;
// border: 0.1px solid #495e70; // border: 0.1px solid #495e70;
background: url("~@/assets/safetyIndex/back001.png") no-repeat; background: url("~@/assets/safetyIndex/back006.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
/* 盒子标题 */ /* 盒子标题 */
.title { .title {

@ -221,7 +221,7 @@ export default {
width: 24vw; width: 24vw;
height: 28vh; height: 28vh;
// border: 0.1px solid #495e70; // border: 0.1px solid #495e70;
background: url("~@/assets/safetyIndex/back001.png") no-repeat; background: url("~@/assets/safetyIndex/back006.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
/* 盒子标题 */ /* 盒子标题 */
.title { .title {

@ -266,7 +266,7 @@ export default {
width: 24vw; width: 24vw;
height: 32vh; height: 32vh;
// border: 0.1px solid #495e70; // border: 0.1px solid #495e70;
background: url("~@/assets/safetyIndex/back001.png") no-repeat; background: url("~@/assets/safetyIndex/back006.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
/* 盒子标题 */ /* 盒子标题 */
.title { .title {

@ -157,7 +157,7 @@ export default {
width: 24vw; width: 24vw;
height: 28vh; height: 28vh;
// border: 0.1px solid #495e70; // border: 0.1px solid #495e70;
background: url("~@/assets/safetyIndex/back001.png") no-repeat; background: url("~@/assets/safetyIndex/back006.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
/* 盒子标题 */ /* 盒子标题 */
.title { .title {

@ -75,7 +75,7 @@ export default {
width: 24vw; width: 24vw;
height: 32vh; height: 32vh;
// border: 0.1px solid #495e70; // border: 0.1px solid #495e70;
background: url("~@/assets/safetyIndex/back001.png") no-repeat; background: url("~@/assets/safetyIndex/back006.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
/* 盒子标题 */ /* 盒子标题 */
.title { .title {

@ -170,7 +170,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -185,7 +185,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -200,7 +200,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding: 0 5px; padding: 0 5px;
@ -216,7 +216,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding: 0 5px; padding: 0 5px;

@ -154,7 +154,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -170,7 +170,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #e3deff; color: #e3deff;
@ -186,7 +186,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -203,7 +203,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;

@ -4,7 +4,7 @@
<div class="searchBox"> <div class="searchBox">
<div class="searchBody"> <div class="searchBody">
<div class="topLogo"> <div class="topLogo">
<img src="../../assets/companyFile/档案981.png" alt="" /> <img src="../../assets/companyFile/archivesicon.png" alt="" />
企业档案 企业档案
</div> </div>
<div class="totalNum"> <div class="totalNum">

File diff suppressed because it is too large Load Diff

@ -237,7 +237,7 @@ export default {
height: 100%; height: 100%;
//margin-right: 20px; //margin-right: 20px;
box-sizing: border-box; box-sizing: border-box;
background: url('~@/assets/realtimeWarning/矩形备份 289981.png') no-repeat; background: url('~@/assets/realtimeWarning/back002.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding: 20px; padding: 20px;
position: relative; position: relative;
@ -425,7 +425,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url('~@/assets/companyFile/编组 11991.png') no-repeat; background: url('~@/assets/companyFile/sheweiback.png') no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #B5EBFF; color: #B5EBFF;
@ -439,7 +439,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url('~@/assets/companyFile/编组 11222221.png') no-repeat; background: url('~@/assets/companyFile/zhongdianback.png') no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #E3DEFF; color: #E3DEFF;
@ -453,7 +453,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url('~@/assets/companyFile/编组 11991备份 10.png') no-repeat; background: url('~@/assets/companyFile/zhibaoback.png') no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #E3DEFF; color: #E3DEFF;
@ -467,7 +467,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url('~@/assets/companyFile/编组 11991备份 21.png') no-repeat; background: url('~@/assets/companyFile/zhianback.png') no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #E3DEFF; color: #E3DEFF;
@ -614,7 +614,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url('~@/assets/companyFile/编组 11991.png') no-repeat; background: url('~@/assets/companyFile/sheweiback.png') no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #B5EBFF; color: #B5EBFF;
@ -628,7 +628,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url('~@/assets/companyFile/编组 11222221.png') no-repeat; background: url('~@/assets/companyFile/zhongdianback.png') no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #E3DEFF; color: #E3DEFF;
@ -642,7 +642,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url('~@/assets/companyFile/编组 11991备份 10.png') no-repeat; background: url('~@/assets/companyFile/zhibaoback.png') no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #E3DEFF; color: #E3DEFF;
@ -656,7 +656,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: auto; width: auto;
background: url('~@/assets/companyFile/编组 11991备份 21.png') no-repeat; background: url('~@/assets/companyFile/zhianback.png') no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #E3DEFF; color: #E3DEFF;

@ -165,7 +165,7 @@ export default {
.topHeader { .topHeader {
width: 100%; width: 100%;
height: 80px; height: 80px;
background: url("~@/assets/companyFile/导航栏上.png") no-repeat; background: url("~@/assets/companyFile/top_menu.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
display: flex; display: flex;
align-items: center; align-items: center;
@ -225,7 +225,7 @@ export default {
.jgtx { .jgtx {
width: 40px; width: 40px;
height: 40px; height: 40px;
background: url("~@/assets/companyFile/矩形21112222.png") no-repeat; background: url("~@/assets/companyFile/border01.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
cursor: pointer; cursor: pointer;

@ -303,7 +303,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -318,7 +318,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #e3deff; color: #e3deff;
@ -333,7 +333,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -349,7 +349,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;

@ -251,7 +251,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -266,7 +266,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #e3deff; color: #e3deff;
@ -281,7 +281,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -297,7 +297,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;

@ -247,7 +247,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -262,7 +262,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #e3deff; color: #e3deff;
@ -277,7 +277,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -293,7 +293,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;

@ -251,7 +251,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -266,7 +266,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #e3deff; color: #e3deff;
@ -281,7 +281,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -297,7 +297,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;

@ -251,7 +251,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -266,7 +266,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11222221.png") no-repeat; background: url("~@/assets/companyFile/zhongdianback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #e3deff; color: #e3deff;
@ -281,7 +281,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -297,7 +297,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;

@ -285,7 +285,7 @@ export default {
height: 100%; height: 100%;
margin-right: 20px; margin-right: 20px;
box-sizing: border-box; box-sizing: border-box;
background: url("~@/assets/realtimeWarning/矩形备份 289981.png") no-repeat; background: url("~@/assets/realtimeWarning/back002.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
padding: 20px; padding: 20px;
position: relative; position: relative;
@ -342,7 +342,7 @@ export default {
// width: 570px; // width: 570px;
// height: 100%; // height: 100%;
// box-sizing: border-box; // box-sizing: border-box;
// background: url("~@/assets/realtimeWarning/ 289981.png") no-repeat; // background: url("~@/assets/realtimeWarning/back002.png") no-repeat;
// background-size: 100% 100%; // background-size: 100% 100%;
// position: relative; // position: relative;
@ -521,7 +521,7 @@ export default {
// height: 26px; // height: 26px;
// line-height: 26px; // line-height: 26px;
// width: auto; // width: auto;
// background: url("~@/assets/companyFile/ 11991.png") // background: url("~@/assets/companyFile/sheweiback.png")
// no-repeat; // no-repeat;
// padding: 0 5px; // padding: 0 5px;
// font-size: 14px; // font-size: 14px;
@ -536,7 +536,7 @@ export default {
// height: 26px; // height: 26px;
// line-height: 26px; // line-height: 26px;
// width: auto; // width: auto;
// background: url("~@/assets/companyFile/ 11222221.png") // background: url("~@/assets/companyFile/zhongdianback.png")
// no-repeat; // no-repeat;
// padding: 0 5px; // padding: 0 5px;
// font-size: 14px; // font-size: 14px;
@ -551,7 +551,7 @@ export default {
// height: 26px; // height: 26px;
// line-height: 26px; // line-height: 26px;
// width: auto; // width: auto;
// background: url("~@/assets/companyFile/ 11991 10.png") // background: url("~@/assets/companyFile/zhibaoback.png")
// no-repeat; // no-repeat;
// padding: 0 5px; // padding: 0 5px;
// font-size: 14px; // font-size: 14px;
@ -566,7 +566,7 @@ export default {
// height: 26px; // height: 26px;
// line-height: 26px; // line-height: 26px;
// width: auto; // width: auto;
// background: url("~@/assets/companyFile/ 11991 21.png") // background: url("~@/assets/companyFile/zhianback.png")
// no-repeat; // no-repeat;
// padding: 0 5px; // padding: 0 5px;
// font-size: 14px; // font-size: 14px;

@ -337,7 +337,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991.png") no-repeat; background: url("~@/assets/companyFile/sheweiback.png") no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
color: #b5ebff; color: #b5ebff;
@ -352,7 +352,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11222221.png") background: url("~@/assets/companyFile/zhongdianback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -368,7 +368,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 60px; width: 60px;
background: url("~@/assets/companyFile/编组 11991备份 10.png") background: url("~@/assets/companyFile/zhibaoback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;
@ -384,7 +384,7 @@ export default {
height: 26px; height: 26px;
line-height: 26px; line-height: 26px;
width: 80px; width: 80px;
background: url("~@/assets/companyFile/编组 11991备份 21.png") background: url("~@/assets/companyFile/zhianback.png")
no-repeat; no-repeat;
padding: 0 5px; padding: 0 5px;
font-size: 14px; font-size: 14px;

Loading…
Cancel
Save