|
@@ -12,7 +12,7 @@
|
|
|
overflow-y: hidden;
|
|
|
}
|
|
|
.top{
|
|
|
- height:50vh;
|
|
|
+ height:48vh;
|
|
|
width: 100%;
|
|
|
background:rgba(2, 125, 180, 1);
|
|
|
}
|
|
@@ -62,7 +62,7 @@
|
|
|
|
|
|
.bottom{
|
|
|
margin-top: 1vh;
|
|
|
- height: 49vh;
|
|
|
+ height: 47vh;
|
|
|
width: 100%;
|
|
|
}
|
|
|
.bottom-l{
|
|
@@ -71,7 +71,7 @@
|
|
|
height:100%;
|
|
|
color: #fff;
|
|
|
/* background: url('https://tuchuangs.com/imgs/2022/09/22/7c9f3464ee4f71f1.png') no-repeat; */
|
|
|
- background: url('./img/3.png') no-repeat;
|
|
|
+ background: url('./img/3.jpg') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.bottom-l .title{
|
|
@@ -95,6 +95,11 @@
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
+ .bottom-href{
|
|
|
+ clear: both;text-align: center;height: 4vh;line-height: 4vh;
|
|
|
+ }
|
|
|
+ .bottom-href a{color: #000;}
|
|
|
+
|
|
|
</style>
|
|
|
<!-- <img src="https://tuchuangs.com/imgs/2022/09/22/d70a411b8701cd26.jpg" style="width: 100%;height: 100%;"/> -->
|
|
|
<div class="top">
|
|
@@ -106,12 +111,12 @@
|
|
|
<p>确保牧场使用饲料的精准性</p>
|
|
|
</div>
|
|
|
<div class="tip">
|
|
|
- <img src="./img/4.png" />
|
|
|
+ <img src="./img/4.png" />
|
|
|
<span>请检查域名是否正确或服务器是否联网......</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="top-r">
|
|
|
- <img src="./img/1.png" />
|
|
|
+ <img src="./img/1.png" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="bottom">
|
|
@@ -122,9 +127,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="bottom-r">
|
|
|
- <img src="./img/2.png" />
|
|
|
- <!-- <img src="./img/3.png" /> -->
|
|
|
+ <img src="./img/2.jpg" />
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="bottom-href">
|
|
|
+ 版权所有 <a href="http://www.dairyinfo.com.cn/">上海科湃腾信息科技有限公司</a> <a href="https://beian.miit.gov.cn/#/Integrated/index">沪ICP备11008303号-3</a>
|
|
|
+ </div>
|
|
|
</body>
|
|
|
</html>
|