日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

foot

發布時間:2025/3/15 编程问答 36 豆豆
生活随笔 收集整理的這篇文章主要介紹了 foot 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

碼云鏈接:https://gitee.com/zyyyyyyyyyyy/codes/rcfdzmin4a82v975pl1ko47

效果圖:

?

?

?

?

原網站截圖:

?

?

?

?

源代碼:

<!DOCTYPE html>
<html>
?<head>
??<meta charset="UTF-8">
??<title></title>
??<style type="text/css">
???*{margin: 0;padding: 0;}
???@media only screen and (min-width:900px ) {
????.above{width:80%; height:1030px;background:rgb(242,246,249);margin-top:30px;margin-bottom: 20px;margin:0 auto;position: relative;}
????.div1{
?????width: 50%;
?????margin-left: 90px; }
????.nav{
?????height: 80%;
????}
????.div1 span{
?????display: none;
????}
????.imgbox{
?????width: 35%;
?????position: absolute;
?????left: 60%;
?????top:20%;
?????margin-top: 10px;
?????margin-right: 50px;
????}
????.sz{
?????width: 50%;
????}
????.line{background-color: black;height:3px;width: 100%;}
????.left{float:left;width: 20%;}
????.right{float:right;width: 20%;}
?????? .logo{margin-top:20px;margin-bottom: 20px;margin:0 auto;margin-left:60px;position: absolute;float:left;width: 30%;height: 20%;}??
?????? .footer{margin-left: 60px;right: 10%;}
???}
???@media only screen and (max-width: 900px) {
????.above{width:80%; height:1490px;background:rgb(242,246,249);margin-top:30px;margin-bottom: 20px;margin:0 auto;position: relative;}
????.div1{
?????width: 90%;
?????margin-left:10% ;
?????position: relative;
????}
????.nav{
?????height: 80%;
????}
????.nav a{
?????display: none;
????}
????.div1 span{
?????position: absolute;
?????right: 15%;
?????top:5%;
?????display: block;
?????font-size: 40px;
?????font-weight: 200;
?????cursor: pointer;
????}
????.imgbox{
?????width: 80%;
?????position: absolute;
?????left: 10%;
?????bottom:10%;???
????}
????.sz{
?????width: 85%;
????}?
????.left{float:left;width: 80%;margin-top:70% ;}
????/*.line{background-color: black;height:5px;width: 100%;margin-top: -10%;}*/
????.right{float:right;width: 80%;margin-top: 10%;}
????.footer{margin-left: 10%;margin-right: 10%;}
?????? .logo{margin-top:20px;margin-bottom: 20px;margin:0 auto;margin-left:60px;position: absolute;float:left;width: 30%;height: 20%;}??
???}
???.imgbox img{
????width:100%;
????position: absolute;
????left: 0;
????top: 0;
????opacity: 0;
???}
???.nav2{
????display: none;
????width:55%;
????position: absolute;
????left:40%;
????top: 80px;
????font-size: 14px;
????font-weight: 200;
????border:1px #000 solid;
???}
???h6{margin: 5px 0 5px 0;}
???.right1{float: right;}???
???????????? div{ word-wrap: break-word; word-break: normal;}
???.d{margin:0;padding:0;weight:10%;height:5%;}
???.d8{margin-left: 400px;text-align:center;}
???.c{color: white;}
???.w{margin-right: 100px;}?
??</style>
?</head>
?<body>
??<div class="above">
??<div>
??<div class="logo">
???????????? <br>??
???? ?<img src="img/logo.png">
??</div>
???<div style="width:80%;margin: 0;text-align:center;margin-top: 50px;font-family:Comic Sans MS;" class="right1">
??<p class="nav">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
???? ?<a>MAINPAGE</a>
?????? &nbsp;&nbsp;&nbsp;<a>ABOUT &nbsp;US</a>
?????? &nbsp;&nbsp;&nbsp;<a>WORLDWIDE</a>
?????? &nbsp;&nbsp;&nbsp;<a>OUR&nbsp;WORK</a>
?????? &nbsp;&nbsp;&nbsp;<a>NEWS</a>
?????? &nbsp;&nbsp;&nbsp;<a>CONTECT</a>
????
???</p>
??</div>
??</div>
?<div style="position: relative;"> ??
????? <div class="imgbox">
????? ?<div style="width: 100%;height: 100%;"></div>
???? ??<img src="img/ls.jpg"/>
???? ??<img src="img/s1.jpg"/>?
????<img src="img/s2.jpg"/>
????
???? ?</div>
???? ?<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
???<script>
????var img=$('.imgbox img');
????var i=0;
????img.eq(0).animate({opacity:'1'});
????setInterval(function(){
?????img.eq(i).animate({opacity:'0'})
?????i=(i+1)%3;
?????img.eq(i).animate({opacity:'1'})
????},1500);
???</script>
???<div>
????<div class="div1">
????<span>≡</span>
????<div class="nav2">MAINPAGE
??????? &nbsp;&nbsp;ABOUT &nbsp;US
??????? &nbsp;&nbsp;WORLDWIDE
??????? &nbsp;&nbsp;OUR&nbsp;WORK
??????? &nbsp;&nbsp;NEWS
??????? &nbsp;&nbsp;CONTECT
????</div>
????<script>
?????var ospan=$('.div1 span');
?????var nav=$('.div1 .nav2');
?????ospan.mouseover(function(){
??????nav.show();
?????})
?????ospan.mouseout(function(){
??????nav.hide();
?????}) </script>
????<br><br><br><br><br><br>
????<br><br>
????<h3 style="font-family:Comic Sans MS;">Who we are</h3>
????<p style="margin-right: 50px;font-family:Comic Sans MS;">
????? Founded by Helge Andersson in 1973, Foodimpex started its activities based on the contacts he established during his job as purchasing manager within the Food industry, in which he was active his whole life.
????</p>
????<p style="margin-right: 50px;font-family:Comic Sans MS;">
????? Thus, from the beginning, the business focus was in East-European countries. Gradually, the market increased and business was developed all over Europe. In 1980, a subsidiary was formed in Madrid, Spain. Today, Spain is a substantial market. Our business has grown in many markets, most recently including Central and South America.
????</p>
????<p style="margin-right: 50px;font-family:Comic Sans MS;">
???? Our companys main product line is deep-frozen fruits, berries and vegetables. Our main focus is private label packing along with direct supplies to the food industry.
????</p>
????</div>
????<br>
????<div style="margin-left: 8%;width: 100%;">
?????<img src="img/sz.jpg"? class="sz" >
????</div>
???</div>
???????? <div>
???<br>
???????? <br>
???????? <br>
???????? <br>
???????? <br>
????? <p class="line" >
??????? </div>
???????? <div>
????<div class="left footer" style="font-family:Comic Sans MS;">
?????<br>
?????<h5>
??????LATEST NEWS >>???
?????</h5>
?????<h6>
??????We were nomination in the Sial Innovation Award 2018 and proud to show you one of our latest news, passion fruit cubes.
?????</h6>
?????<h5>
??????READ MORE >>
?????</h5>
????</div>
????<br>
????<div class="right footer" style="font-family:Comic Sans MS;">
?????<h6 style="white-space:pre-wrap;">INTERNATIONAL?? AB</h6>
?????<h6>
?????J?rnv?gsgatan 11, SE 254 24 Helsingborg, Sweden
?????</h6>
????</div>
???</div>
???? </div>
</div>
?</body>
</html>

轉載于:https://www.cnblogs.com/yuanxiu/p/10629917.html

總結

以上是生活随笔為你收集整理的foot的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。