| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>识别大屏</title>
- <style>
- body {
- margin: 0;
- padding: 0;
- }
- p {
- margin: 0;
- }
- /* @font-face {
- font-family: zhanti;
- src: url("./static/font/zhanti.ttf");
- } */
- .recognbox {
- width: 100%;
- height: 100vh;
- position: relative;
- overflow: hidden;
- background-color: #101010;
- }
- .videobox {
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .iframebox {
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- z-index: 98;
- text-align: center;
- }
- .iframebox img {
- width: 75%;
- height: 100%;
- margin: 0 auto;
- }
- .iframebox .zhedang {
- height: 100%;
- width: 50px;
- background-color: #101010;
- position: absolute;
- top: 0;
- right: 12.5%;
- }
- .borbox {
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- z-index: 99;
- }
- .borbox .bg {
- width: 100%;
- height: 100%;
- }
- .borbox .shang {
- position: absolute;
- top: -14px;
- left: 1.8%;
- width: 100%;
- height: 100px;
- }
- .borbox .tilte {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 80px;
- /* font-family: zhanti; */
- color: #fff;
- text-align: center;
- line-height: 55px;
- font-size: 30px;
- margin: 0;
- }
- .borbox .xia {
- position: absolute;
- bottom: -10px;
- left: 1.8%;
- width: 100%;
- height: 80px;
- }
- .borbox_menu {
- position: absolute;
- width: 70%;
- top: 50%;
- left: 15%;
- margin-top: -230px;
- display: flex;
- justify-content: space-around;
- }
- .borbox .caozuo {
- position: absolute;
- top: 20px;
- right: 20px;
- height: 100px;
- }
- .fangda img,.suoxiao img{
- width: 24px;
- height: 24px;
- }
- .menu_item {
- width: 20%;
- height: 500px;
- /* background-image: url("./static/images/card.png");
- background-size: 100% 100%;*/
- padding: 20px;
- box-sizing: border-box;
- position: relative;
- }
- .menu_item2 {
- width: 25%;
- /* height: 100%; */
- height: 500px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .menu_item2_item {
- width: 100%;
- height: 45%;
- padding: 20px;
- box-sizing: border-box;
- position: relative;
- }
- .menu_item p:first-child {
- font-size: 24px;
- /* font-family: zhanti; */
- color: #fff;
- }
- .menu_item p:nth-child(2) {
- font-size: 12px;
- color: rgba(255, 255, 255, 0.6);
- margin-top: 5px;
- }
- .menu_item .itemimg {
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- }
- .menu_item:hover {
- background-image: url("./static/images/card2.png");
- background-size: 100% 100%;
- }
- .menu_item2_item p:first-child {
- font-size: 24px;
- /* font-family: zhanti; */
- color: #fff;
- }
- .menu_item2_item p:nth-child(2) {
- font-size: 12px;
- color: rgba(255, 255, 255, 0.6);
- margin-top: 5px;
- }
- .menu_item2_item .itemimg {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- }
- .menu_item2_item:hover {
- background-image: url("./static/images/card2.png");
- background-size: 100% 100%;
- }
- </style>
- </head>
- <body>
- <div class="recognbox" id="recognbox">
- <div class="videobox">
- <video controls="controls" muted="muted" autoplay="autoplay" loop="loop" class="fillWidth" id="fillWidths">
- <source src="https://zhanting-shibie.oss-cn-hangzhou.aliyuncs.com/1.mp4" type="video/mp4" />
- </video>
- </div>
- <div class="borbox">
- <img src="./static/images/shipinbianyuanheichang.png" alt="" class="bg" v-show="btntf" />
- <div class="borbox_menu">
- <div class="menu_item" onclick="topage('/maizediscern')">
- <p>玉米虫害识别</p>
- <p>Maize pest identification</p>
- <img src="./static/images/index/5.png" alt="" class="itemimg" />
- </div>
- <div class="menu_item" onclick="topage('/ricediscern')">
- <p>水稻虫害识别</p>
- <p>Identification of rice pests</p>
- <img src="./static/images/index/3.png" alt="" class="itemimg" />
- </div>
- <div class="menu_item" onclick="topage('/wheatdiscern')">
- <p>小麦蚜虫识别</p>
- <p>Wheat pest identification</p>
- <img src="./static/images/index/4.png" alt="" class="itemimg" />
- </div>
- <div class="menu_item2">
- <div class="menu_item2_item" onclick="topage('/achievement')">
- <p>虫害识别结果展示</p>
- <p>Display of pest identification results</p>
- <img src="./static/images/index/1.png" alt="" class="itemimg" />
- </div>
- <div class="menu_item2_item" onclick="topage('/Diseaselibrary')">
- <p>病害库</p>
- <p>Disease library</p>
- <img src="./static/images/index/2.png" alt="" class="itemimg" />
- </div>
- </div>
- </div>
- <img src="./static/images/shang.png" alt="" class="shang" />
- <img src="./static/images/xia.png" alt="" class="xia" />
- <p class="tilte">AI识别技术</p>
- <div class="caozuo">
- <div class="fangda" id="fangda" onclick="btnClick()">
- <img src="./static/images/index/fangda.png" alt="">
- </div>
- <div class="suoxiao" id="suoxiao" onclick="exitFullScreen()">
- <img src="./static/images/index/suoxiao.png" alt="">
- </div>
- </div>
- </div>
- </div>
- <script src="./static/js/jquery-2.1.4.min.js"></script>
- <script src="./static/js/show.js"></script>
- <script type="">
- function topage(route) {
- window.location.href = "."+route+".html"
- }
-
- </script>
- </body>
- </html>
|