|
@@ -1,10 +1,10 @@
|
|
<template>
|
|
<template>
|
|
<div class="LvShanXiang">
|
|
<div class="LvShanXiang">
|
|
<div class="left1">
|
|
<div class="left1">
|
|
- <E-Left1 style="height: 100%;"></E-Left1>
|
|
|
|
|
|
+ <E-Left1 style="height: 100%"></E-Left1>
|
|
</div>
|
|
</div>
|
|
<div class="middle">
|
|
<div class="middle">
|
|
- <header class="header">湖羊全产业链数字化管理系统</header>
|
|
|
|
|
|
+ <header class="header">吕山乡牧场综合管理平台</header>
|
|
<section class="section">
|
|
<section class="section">
|
|
<div class="warp">
|
|
<div class="warp">
|
|
<div class="item">
|
|
<div class="item">
|
|
@@ -53,7 +53,30 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
- <footer class="footer"></footer>
|
|
|
|
|
|
+ <footer class="footer">
|
|
|
|
+ <img src="../../assets/u922.png" />
|
|
|
|
+ <div class="point p1">
|
|
|
|
+ <i class="warp">
|
|
|
|
+ <i class="middle">
|
|
|
|
+ <i class="center"></i>
|
|
|
|
+ </i>
|
|
|
|
+ </i>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="point p2">
|
|
|
|
+ <i class="warp">
|
|
|
|
+ <i class="middle">
|
|
|
|
+ <i class="center"></i>
|
|
|
|
+ </i>
|
|
|
|
+ </i>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="point p3">
|
|
|
|
+ <i class="warp">
|
|
|
|
+ <i class="middle">
|
|
|
|
+ <i class="center"></i>
|
|
|
|
+ </i>
|
|
|
|
+ </i>
|
|
|
|
+ </div>
|
|
|
|
+ </footer>
|
|
</div>
|
|
</div>
|
|
<div class="right1">
|
|
<div class="right1">
|
|
<E-Right1 style="height: 100%"></E-Right1>
|
|
<E-Right1 style="height: 100%"></E-Right1>
|
|
@@ -104,7 +127,6 @@ export default {
|
|
background-image: url(../../assets/bg.png);
|
|
background-image: url(../../assets/bg.png);
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
- border: 1px solid #73717e;
|
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
height: 100%;
|
|
display: grid;
|
|
display: grid;
|
|
@@ -117,7 +139,7 @@ export default {
|
|
> .header {
|
|
> .header {
|
|
border: 1px solid #8877dd;
|
|
border: 1px solid #8877dd;
|
|
width: 80%;
|
|
width: 80%;
|
|
- height: 150px;
|
|
|
|
|
|
+ height: 180px;
|
|
line-height: 80px;
|
|
line-height: 80px;
|
|
font-size: 60px;
|
|
font-size: 60px;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
@@ -157,37 +179,125 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
> .footer {
|
|
> .footer {
|
|
- border: 1px solid #8877dd;
|
|
|
|
|
|
+ // border: 1px solid #8877dd;
|
|
width: 92%;
|
|
width: 92%;
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
margin: 80px 0;
|
|
margin: 80px 0;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ position: relative;
|
|
|
|
+ > img {
|
|
|
|
+ height: 80%;
|
|
|
|
+ }
|
|
|
|
+ .point {
|
|
|
|
+ position: absolute;
|
|
|
|
+ > .warp {
|
|
|
|
+ flex-basis: 1;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ border: 6px solid #2793D1;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ width: 150px;
|
|
|
|
+ height: 140px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ animation: animation_warp 2s 0.2s infinite alternate;
|
|
|
|
+ .middle {
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ position: absolute;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ width: 30px;
|
|
|
|
+ height: 30px;
|
|
|
|
+ border: 6px solid #2793D1;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ animation: animation_middle 2s 0.2s infinite alternate;
|
|
|
|
+ .center {
|
|
|
|
+ position: absolute;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 20px;
|
|
|
|
+ height: 20px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ background-color: #2793D1;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ animation: animation_center 2s 0.2s infinite
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @keyframes animation_warp {
|
|
|
|
+ 0% {
|
|
|
|
+ width: 140px;
|
|
|
|
+ height: 140px;
|
|
|
|
+ }
|
|
|
|
+ 100% {
|
|
|
|
+ width: 50px;
|
|
|
|
+ height: 50px;
|
|
|
|
+ transform: translate(45px, 45px);
|
|
|
|
+ border: 6px solid transparent;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ @keyframes animation_middle {
|
|
|
|
+ 0% {
|
|
|
|
+ width: 50px;
|
|
|
|
+ height: 50px;
|
|
|
|
+ border: 6px solid transparent;
|
|
|
|
+ }
|
|
|
|
+ 100% {
|
|
|
|
+ width: 140px;
|
|
|
|
+ height: 140px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ @keyframes animation_center {
|
|
|
|
+ 0% {
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ }
|
|
|
|
+ 100% {
|
|
|
|
+ background-color: #2793D1;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ > .p1 {
|
|
|
|
+ left: 50%;
|
|
|
|
+ top: 25%;
|
|
|
|
+ }
|
|
|
|
+ > .p2 {
|
|
|
|
+ left: 60%;
|
|
|
|
+ top: 45%;
|
|
|
|
+ }
|
|
|
|
+ > .p3 {
|
|
|
|
+ left: 35%;
|
|
|
|
+ top: 60%;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.left1 {
|
|
.left1 {
|
|
- border: 1px solid #8877dd;
|
|
|
|
|
|
+ // border: 1px solid #8877dd;
|
|
}
|
|
}
|
|
.left2 {
|
|
.left2 {
|
|
- border: 1px solid #77a0dd;
|
|
|
|
|
|
+ // border: 1px solid #77a0dd;
|
|
}
|
|
}
|
|
.left3 {
|
|
.left3 {
|
|
- border: 1px solid #ddad77;
|
|
|
|
|
|
+ // border: 1px solid #ddad77;
|
|
}
|
|
}
|
|
.middle {
|
|
.middle {
|
|
- border: 1px solid #8bdd77;
|
|
|
|
|
|
+ // border: 1px solid #8bdd77;
|
|
grid-row-start: 1;
|
|
grid-row-start: 1;
|
|
grid-row-end: 4;
|
|
grid-row-end: 4;
|
|
grid-column-start: 2;
|
|
grid-column-start: 2;
|
|
grid-column-end: 3;
|
|
grid-column-end: 3;
|
|
}
|
|
}
|
|
.right1 {
|
|
.right1 {
|
|
- border: 1px solid #6e277c;
|
|
|
|
|
|
+ // border: 1px solid #6e277c;
|
|
}
|
|
}
|
|
.right2 {
|
|
.right2 {
|
|
- border: 1px solid #dd77bb;
|
|
|
|
|
|
+ // border: 1px solid #dd77bb;
|
|
}
|
|
}
|
|
.right3 {
|
|
.right3 {
|
|
- border: 1px solid #7da359;
|
|
|
|
|
|
+ // border: 1px solid #7da359;
|
|
}
|
|
}
|
|
|
|
|
|
.left1,
|
|
.left1,
|