<template>
|
<div class="left2">
|
<div class="title">
|
<span>法人画像</span>
|
<img class="img" src="../../../assets/img/zonlan (9).png" alt="" />
|
</div>
|
<div class="top_content">
|
<a @click="inwindowopen()">
|
<div class="content_share">
|
<div class="share">
|
<img
|
class="img1"
|
src="../../../assets/img/dataApplications/法人.png"
|
alt=""
|
/>
|
<p>法人画像系统</p>
|
</div>
|
<div class="share2">
|
<img
|
class="img2"
|
src="../../../assets/img/dataApplications/图层 682.png"
|
alt=""
|
/>
|
<p>演示</p>
|
</div>
|
<div class="share3">
|
<img
|
class="img3"
|
src="../../../assets/img/dataApplications/法人.png"
|
alt=""
|
/>
|
<p>演示数据</p>
|
</div>
|
</div>
|
</a>
|
</div>
|
<div class="bottom_content">
|
<div class="content">
|
<div class="qipao qipao_bg">
|
<span>基本信息</span>
|
</div>
|
<div class="qipao1 qipao_bg">
|
<span>资产信息</span>
|
</div>
|
<div class="qipao2 qipao_bg">
|
<span>资质信息</span>
|
</div>
|
<div class="qipao3 qipao_bg">
|
<span>荣誉信息</span>
|
</div>
|
<div class="qipao4 qipao_bg">
|
<span>税务信息</span>
|
</div>
|
<div class="qipao5 qipao_bg">
|
<span>生产经营</span>
|
</div>
|
<div class="qipao6 qipao_bg">
|
<span>行政执法</span>
|
</div>
|
<div class="qipao7 qipao_bg">
|
<span>司法信息</span>
|
</div>
|
<div class="qipao8 qipao_bg">
|
<span>经营风险</span>
|
</div>
|
<div class="qipao9 qipao_bg">
|
<span>企业发展</span>
|
</div>
|
<div class="qipao10 qipao_bg">
|
<span>企业能耗</span>
|
</div>
|
<div class="qipao11 qipao_bg">
|
<span>其他信息</span>
|
</div>
|
</div>
|
</div>
|
</div>
|
</template>
|
|
<script>
|
export default {
|
name: "left2",
|
mounted() {},
|
methods: {
|
inwindowopen() {
|
var rest = "http://172.16.0.51/frhx/";
|
this.$emit("geturl", rest);
|
},
|
},
|
};
|
</script>
|
|
<style lang="less" scoped>
|
.left2 {
|
box-sizing: border-box;
|
overflow: hidden;
|
width: 100%;
|
height: 100%;
|
.title {
|
width: 100%;
|
position: relative;
|
img {
|
width: 100%;
|
}
|
span {
|
font-size: 75px;
|
font-weight: 400;
|
color: #ffe86b;
|
background: linear-gradient(0deg, #bce7ff 0%, #69efff 98.6572265625%);
|
-webkit-background-clip: text;
|
-webkit-text-fill-color: transparent;
|
position: absolute;
|
left: 50%;
|
top: 0;
|
transform: translateX(-50%);
|
}
|
}
|
.top_content {
|
height: 30%;
|
box-sizing: border-box;
|
padding-top: 100px;
|
.content_share {
|
// margin-top: 272px;
|
display: flex;
|
justify-content: center;
|
flex-wrap: nowrap;
|
align-items: center;
|
.share {
|
width: 416px;
|
height: 416px;
|
position: relative;
|
background: url("../../../assets/img/dataApplications/弹框.png");
|
background-size: 100%;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
|
.img1 {
|
width: 199px;
|
height: 199px;
|
}
|
|
p {
|
position: absolute;
|
bottom: -80px;
|
color: white;
|
font-size: 58px;
|
font-weight: 700;
|
}
|
}
|
.share2 {
|
width: 213px;
|
height: 104px;
|
position: relative;
|
.img2 {
|
width: 213px;
|
height: 104px;
|
align-items: center;
|
}
|
p {
|
position: absolute;
|
color: #9b8b12;
|
font-size: 38px;
|
font-weight: 700;
|
left: 31%;
|
}
|
}
|
.share3 {
|
width: 398px;
|
height: 408px;
|
position: relative;
|
background: url("../../../assets/img/dataApplications/弹框 拷贝.png");
|
background-size: 100%;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
.img3 {
|
width: 142px;
|
height: 142px;
|
}
|
p {
|
position: absolute;
|
bottom: -70px;
|
color: white;
|
font-size: 58px;
|
font-weight: 700;
|
}
|
}
|
}
|
}
|
.bottom_content {
|
height: 65%;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
.content {
|
width: 1004px;
|
height: 1284px;
|
position: relative;
|
background-image: url("../../../assets/img/dataApplications/法人画像index-5-24_47.png");
|
background-size: 100% 100%;
|
background-repeat: no-repeat;
|
background-position: center;
|
|
.qipao_bg {
|
width: 210px;
|
height: 210px;
|
position: absolute;
|
background: url("../../../assets/img/dataApplications/center-bg-6 拷贝.png")
|
no-repeat center;
|
background-size: 100% 100%;
|
color: white;
|
text-align: center;
|
line-height: 210px;
|
animation: Updown 1s infinite alternate;
|
span {
|
white-space: nowrap;
|
font-size: 43px;
|
position: absolute;
|
left: 50%;
|
top: 50%;
|
transform: translate(-50%, -50%);
|
}
|
}
|
.qipao {
|
left: 357px;
|
bottom: 1315px;
|
}
|
.qipao1 {
|
right: 857px;
|
bottom: 1214px;
|
}
|
.qipao2 {
|
left: -296px;
|
bottom: 1036px;
|
}
|
.qipao3 {
|
left: -229px;
|
top: 315px;
|
}
|
.qipao4 {
|
left: -250px;
|
top: 644px;
|
}
|
.qipao5 {
|
left: -163px;
|
bottom: 46px;
|
}
|
.qipao6 {
|
left: 810px;
|
bottom: 1183px;
|
}
|
.qipao7 {
|
right: -309px;
|
bottom: 1150px;
|
}
|
.qipao8 {
|
right: -306px;
|
bottom: 830px;
|
}
|
.qipao9 {
|
right: -320px;
|
bottom: 551px;
|
}
|
.qipao10 {
|
left: 894px;
|
bottom: 306px;
|
}
|
.qipao11 {
|
left: 821px;
|
top: 1045px;
|
}
|
}
|
}
|
}
|
@keyframes Updown {
|
from {
|
margin-bottom: 80px;
|
}
|
to {
|
margin-top: 50px;
|
}
|
}
|
|
// @media only screen and (max-width: 2560px) {
|
// .left2 {
|
// height: auto;
|
// overflow: visible;
|
// .content {
|
// #pieChart {
|
// width: 100%;
|
// height: 1400px;
|
// }
|
// #histogram {
|
// width: 100%;
|
// height: 1400px;
|
// }
|
// }
|
// }
|
// }
|
@media only screen and (max-width: 2560px) {
|
.left2 {
|
.top_content {
|
.content_share {
|
.share {
|
width: 550px;
|
height: 550px;
|
p {
|
bottom: 30px;
|
}
|
}
|
.share2 {
|
width: 250px;
|
height: 120px;
|
p {
|
left: 15%;
|
}
|
}
|
.share3 {
|
width: 550px;
|
height: 550px;
|
p {
|
bottom: 30px;
|
}
|
}
|
}
|
}
|
}
|
}
|
</style>
|