图片中文名部分修改

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>
<div class="main">
<div class="title">镇海平安企业园区</div>
<div class="loginContainer">
<div class="loginBox">
<div class="topZS"></div>
<el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane label="账号密码登录" name="first">
<el-form class="loginForm">
<el-form-item class="user">
<img src="../assets/login/密码.png" />
<el-input class="eInput" v-model="ruleForm.username" placeholder="请输入用户名" />
</el-form-item>
<br>
<el-form-item class="user">
<img src="../assets/login/用户名.png" />
<el-input class="eInput" type="password" v-model="ruleForm.password" autocomplete="off"
placeholder="请输入密码" />
</el-form-item>
<el-form-item class="userKey">
<div class="userKeybox">
<img src="../assets/login/验证码1x.png" />
<el-input class="keyInput" v-model="ruleForm.checkcode" placeholder="请输入验证码" />
</div>
<div ref="img" @click="getCode()" class="codeimgBox">
<img :src="pic" class="yanzheng" />
</div>
</el-form-item>
<el-form-item class="loginbtn">
<el-button @click="login"></el-button>
</el-form-item>
</el-form>
</el-tab-pane>
<el-tab-pane label="数字证书登录" name="second">
<div class="shuziZS_box">
<div class="keyBox">
<div class="keyText">请输入电子数字证书</div>
<div class="huanhang"></div>
<div class="keyIcon">
<img src="../assets/login/钥匙.png" />
</div>
</div>
<div class="loginbtn">
<el-button>登录</el-button>
</div>
</div>
</el-tab-pane>
</el-tabs>
<div class="bottomZS"></div>
<div class="main">
<div class="title">镇海平安企业园区</div>
<div class="loginContainer">
<div class="loginBox">
<div class="topZS"></div>
<el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane label="账号密码登录" name="first">
<el-form class="loginForm">
<el-form-item class="user">
<img src="../assets/login/password.png" />
<el-input
class="eInput"
v-model="ruleForm.username"
placeholder="请输入用户名"
/>
</el-form-item>
<br />
<el-form-item class="user">
<img src="../assets/login/user.png" />
<el-input
class="eInput"
type="password"
v-model="ruleForm.password"
autocomplete="off"
placeholder="请输入密码"
/>
</el-form-item>
<el-form-item class="userKey">
<div class="userKeybox">
<img src="../assets/login/code01.png" />
<el-input
class="keyInput"
v-model="ruleForm.checkcode"
placeholder="请输入验证码"
/>
</div>
<div ref="img" @click="getCode()" class="codeimgBox">
<img :src="pic" class="yanzheng" />
</div>
</el-form-item>
<el-form-item class="loginbtn">
<el-button @click="login"></el-button>
</el-form-item>
</el-form>
</el-tab-pane>
<el-tab-pane label="数字证书登录" name="second">
<div class="shuziZS_box">
<div class="keyBox">
<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>
</el-tab-pane>
</el-tabs>
<div class="bottomZS"></div>
</div>
</div>
</div>
</template>
<script>
import { getCheckCode } from "@/utils/login";
export default {
data() {
return {
activeName: 'first',
ruleForm: {},
pic: '',
}
},
created() {
this.getCode()
data() {
return {
activeName: "first",
ruleForm: {},
pic: "",
};
},
created() {
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: {
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;
login() {
if (!this.ruleForm.username) {
this.$message.error("请输入用户名");
return;
}
if (!this.ruleForm.password) {
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",
});
},
login() {
if (!this.ruleForm.username) {
this.$message.error('请输入用户名')
return
}
if (!this.ruleForm.password) {
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() {
},
} else {
this.$message.error(res.msg);
return;
}
})
.catch(() => {
//this.$message.error(err.msg)
this.getCode();
});
},
}
handleClick() {},
},
};
</script>
<style lang="less" scoped>
.main {
width: 100vw;
height: 100vh;
background: url("~@/assets/login/登录背景.png") no-repeat;
width: 100vw;
height: 100vh;
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%;
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.30);
font-weight: 400;
}
.loginBox {
width: 790px;
height: 540px;
background: url("~@/assets/login/loginback03.png") no-repeat;
background-size: 100% 100%;
position: relative;
.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 {
width: 95%;
height: 95%;
background: url("~@/assets/login/登录装饰.png") no-repeat;
background-size: 100% 100%;
display: flex;
justify-content: center;
align-items: center;
.el-tabs__item {
height: 72px;
width: 50%;
line-height: 72px;
text-align: center;
font-family: AlimamaShuHeiTi;
font-size: 30px;
color: #edfaff;
letter-spacing: 2.86px;
font-weight: 700;
}
.is-active {
color: #32ff9a;
}
}
}
}
.loginBox {
width: 790px;
height: 540px;
background: url("~@/assets/login/登录板块.png") no-repeat;
background-size: 100% 100%;
position: relative;
.el-tabs__nav-wrap::after {
display: none;
}
}
.topZS {
position: absolute;
.el-tabs__content {
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%;
height: 30px;
top: 0;
left: 0;
background: url("~@/assets/login/装饰2.png") no-repeat;
background-size: 100% 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;
}
.buttonBox {
width: 700px;
height: 74px;
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;
width: 24px;
height: 26px;
}
.bottomZS {
position: absolute;
width: 100%;
height: 30px;
bottom: 0;
left: 0;
background: url("~@/assets/login/装饰2.png") no-repeat;
background-size: 100% 100%;
transform: rotateX(180deg);
.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;
}
/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.00) 0%, rgba(53, 206, 150, 0.40) 50%, rgba(216, 216, 216, 0.00) 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;
}
.el-tabs__item {
height: 72px;
width: 50%;
line-height: 72px;
text-align: center;
font-family: AlimamaShuHeiTi;
font-size: 30px;
color: #EDFAFF;
letter-spacing: 2.86px;
font-weight: 700;
}
.is-active {
color: #32FF9A;
}
}
}
}
.el-tabs__nav-wrap::after {
display: none;
}
.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;
}
.el-tabs__content {
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%;
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%;
}
.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/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>

@ -6,9 +6,10 @@ axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
const request = axios.create({
//baseURL: 'http://172.18.113.50: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://121.41.91.94:12002/zhapi',
//baseURL: `http://${window.location.host}/zhapi`,
//baseURL: 'http://121.41.91.94:12002/zhapi',
baseURL: `http://${window.location.host}/zhapi`,
timeout: 50000,
headers: { 'content-type': 'application/json' },
})

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

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

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

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

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

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

@ -199,7 +199,7 @@ export default {
width: 24vw;
height: 28vh;
// 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%;
/* 盒子标题 */
.title {

@ -221,7 +221,7 @@ export default {
width: 24vw;
height: 28vh;
// 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%;
/* 盒子标题 */
.title {

@ -266,7 +266,7 @@ export default {
width: 24vw;
height: 32vh;
// 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%;
/* 盒子标题 */
.title {

@ -157,7 +157,7 @@ export default {
width: 24vw;
height: 28vh;
// 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%;
/* 盒子标题 */
.title {

@ -75,7 +75,7 @@ export default {
width: 24vw;
height: 32vh;
// 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%;
/* 盒子标题 */
.title {

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

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

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

File diff suppressed because it is too large Load Diff

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save