404.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. </head>
  7. <body>
  8. <style type="text/css">
  9. *{
  10. margin: 0 0;
  11. padding: 0 0;
  12. overflow-y: hidden;
  13. }
  14. .top{
  15. height:48vh;
  16. width: 100%;
  17. background:rgba(2, 125, 180, 1);
  18. }
  19. .top .top-l{
  20. width: 70%;
  21. float:left;
  22. height:100%;
  23. color: #fff;
  24. position: relative;
  25. }
  26. .top .top-l .title{
  27. padding: 30px 30px 20px;
  28. font-size: 40px;
  29. }
  30. .top .top-l .content{
  31. padding: 0 30px;
  32. }
  33. .top .top-l .content p{
  34. line-height: 40px;
  35. font-size: 20px;
  36. font-weight: 600;
  37. }
  38. .tip{
  39. position: absolute;
  40. left: 30px;
  41. bottom: 30px;
  42. }
  43. .tip img{
  44. float: left;
  45. width: 30px;
  46. height: 40px;
  47. height: auto;
  48. margin-right: 10px;
  49. }
  50. .tip span{
  51. line-height: 40px;
  52. }
  53. .top-r{
  54. width: 30%;
  55. float:left;
  56. height:100%;
  57. }
  58. .top-r img{
  59. width: 100%;
  60. height: 100%;
  61. }
  62. .bottom{
  63. margin-top: 1vh;
  64. height: 47vh;
  65. width: 100%;
  66. }
  67. .bottom-l{
  68. width: 60%;
  69. float:left;
  70. height:100%;
  71. color: #fff;
  72. /* background: url('https://tuchuangs.com/imgs/2022/09/22/7c9f3464ee4f71f1.png') no-repeat; */
  73. background: url('./img/3.jpg') no-repeat;
  74. background-size: 100% 100%;
  75. }
  76. .bottom-l .title{
  77. padding: 30px 30px 10px;
  78. font-size: 45px;
  79. font-weight: 600;
  80. }
  81. .bottom-l .content{
  82. padding-left: 20px;
  83. font-size: 20px;
  84. font-weight: 600;
  85. width: 73%;
  86. line-height: 40px;
  87. }
  88. .bottom-r{
  89. width: 40%;
  90. float:left;
  91. height:100%;
  92. }
  93. .bottom-r img{
  94. width: 100%;
  95. height: 100%;
  96. }
  97. .bottom-href{
  98. clear: both;text-align: center;height: 4vh;line-height: 4vh;
  99. }
  100. .bottom-href a{color: #000;}
  101. </style>
  102. <!-- <img src="https://tuchuangs.com/imgs/2022/09/22/d70a411b8701cd26.jpg" style="width: 100%;height: 100%;"/> -->
  103. <div class="top">
  104. <div class="top-l">
  105. <div class="title">TMR饲喂系统类似牧场饲喂管控大脑</div>
  106. <div class="content">
  107. <p>TMR饲喂系统类似牧场饲喂管控大脑</p>
  108. <p>发送指令给PLC系统并实时收集信息和发出告警</p>
  109. <p>确保牧场使用饲料的精准性</p>
  110. </div>
  111. <div class="tip">
  112. <img src="./img/4.png" />
  113. <span>请检查域名是否正确或服务器是否联网......</span>
  114. </div>
  115. </div>
  116. <div class="top-r">
  117. <img src="./img/1.png" />
  118. </div>
  119. </div>
  120. <div class="bottom">
  121. <div class="bottom-l">
  122. <div class="title"> 实力见证&nbsp;&nbsp;&nbsp;国货之光 </div>
  123. <div class="content">
  124. 专业性极强的研发团队,其核心开发团队有着丰富的牧场管理与实践经验,并配备了标准化、精细化服务团队。作为伊利、阿里云的战略合作伙伴,科湃腾设立中国农业大学教育基金会“牛精英基金”,与新希望搭建战略合作饲喂系统平台,与青岛友宏战略合作启动牧场“智能化中央厨房”项目,与蒙牛战略合作铸镕计划(智慧牧场集成),并与现代牧业、蒙牛共同成立海南云养牛科技有限公司。
  125. </div>
  126. </div>
  127. <div class="bottom-r">
  128. <img src="./img/2.jpg" />
  129. </div>
  130. </div>
  131. <div class="bottom-href">
  132. 版权所有 <a href="http://www.dairyinfo.com.cn/">上海科湃腾信息科技有限公司</a> <a href="https://beian.miit.gov.cn/#/Integrated/index">沪ICP备11008303号-3</a>
  133. </div>
  134. </body>
  135. </html>