亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么用HTML實現化妝品網站

發布時間:2022-10-17 14:51:16 來源:億速云 閱讀:199 作者:iii 欄目:web開發

本篇內容主要講解“怎么用HTML實現化妝品網站”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“怎么用HTML實現化妝品網站”吧!

HTML結構代碼

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="css/all.css" rel="stylesheet"  media="all" type="text/css" />
<link rel="stylesheet" href="./css/new.css">
<title>雅詩蘭黛</title>
</head>
<script type="text/javascript">.onload = function(){
    function $(param){
      if(arguments[1] == true){
        return document.querySelectorAll(param);
      }else{
        return document.querySelector(param);
      }
    }
    var $box = $(".box1");
    var $box1 = $(".box-1 ul li",true);
    var $box2 = $(".box-2 ul");
    var $box3 = $(".box-3");
    var $length = $box1.length;
    
    var str = "";
    for(var i =0;i<$length;i++){
      if(i==0){
        str +="<li class='on'>"+(i+1)+"</li>";
      }else{
        str += "<li>"+(i+1)+"</li>";
      }
    }
    $box2.innerHTML = str;
    
    var current = 0;
    
    var timer;
    timer = setInterval(go,1000);
    function go(){
      for(var j =0;j<$length;j++){
        $box1[j].style.display = "none";
        $box2.children[j].className = "";
      }
      if($length == current){
        current = 0;
      }
      $box1[current].style.display = "block";
      $box2.children[current].className = "on";
      current++;
    }
    
    for(var k=0;k<$length;k++){
      $box1[k].onmouseover = function(){
        clearInterval(timer);
      }
      $box1[k].onmouseout = function(){
        timer = setInterval(go,1000);
      }
    }
    for(var p=0;p<$box3.children.length;p++){
      $box3.children[p].onmouseover = function(){
        clearInterval(timer);
      };
      $box3.children[p].onmouseout = function(){
        timer = setInterval(go,1000);
      }
    }
    
    for(var u =0;u<$length;u++){
      $box2.children[u].index  = u;
      $box2.children[u].onmouseover = function(){
        clearInterval(timer);
        for(var j=0;j<$length;j++){
          $box1[j].style.display = "none";
          $box2.children[j].className = "";
        }
        this.className = "on";
        $box1[this.index].style.display = "block";
        current = this.index +1;
      }
      $box2.children[u].onmouseout = function(){
        timer = setInterval(go,1000);
      }
    }
    
    $box3.children[0].onclick = function(){
      back();
    }
    $box3.children[1].onclick = function(){
      go();
    }
    function back(){
      for(var j =0;j<$length;j++){
        $box1[j].style.display = "none";
        $box2.children[j].className = "";
      }
      if(current == 0){
        current = $length;
      }
      $box1[current-1].style.display = "block";
      $box2.children[current-1].className = "on";
      current--;
    }
  }</script>
<body>
<header class="logo"> <img src="images/logo.jpg" width="100" /> </header>
<nav class="menu">
  <ul class="center">
    <li><a href="index.html">首頁</a></li>
    <li><a href="product.html">所有商品</a></li>
    <li><a href="about.html">關于我們</a></li>
    <li><a href="contact.html">聯系我們</a></li>
  </ul>
</nav>
<div class="box1 banner">
  <div class="box-1">
    <ul>
      <li>
        <img src="img/新建文件夾 (2)/口紅.jpg" ></img>
      </li>
      <li>
        <img src="img/新建文件夾 (2)/小棕瓶.jpg"></img>
      </li>
      <li>
        <img src="img/新建文件夾 (2)/粉底液.jpg"></img>
      </li>
      <li>
        <img src="img/新建文件夾 (2)/精華.jpg" ></img>
      </li>
      <li>
        <img src="img/新建文件夾 (2)/面霜.jpg" ></img>
      </li>
    </ul>
  </div>
  <div class="box-2">
    <ul>
      
    </ul>
  </div>
  <div class="box-3">
    <span class="prev"> < </span>
    <span class="next"> > </span>
  </div>
</div>
<div class="content">
  <div class="box">
    <div class="bar">
      <h4>產品中心</h4>
    </div>
    <div class="list" style="clear:both">
      <ul>
        <li> <a href="proinfo.html"><img src="images/1.jpg" ></a>
          <p>紅石榴養膚潔顏油 </p>
        </li>
        <li> <a href="proinfo.html"><img src="images/2.jpg" ></a>
          <p>鮮活亮采紅石榴二合一潔面乳 </p>
        </li>
        <li> <a href="proinfo.html"><img src="images/3.jpg" ></a>
          <p>權杖唇霜 </p>
        </li>
        <li> <a href="proinfo.html"><img src="images/4.jpg" ></a>
          <p>膠原霜(乳霜款) </p>
        </li>
      </ul>
    </div>
    <div class="clear"></div>
  </div>
  <div class="bar">
    <h4>公司介紹</h4>
  </div>
  <div class="box">
    <div class="pad" align="center">
      <div>
        <p>雅詩蘭黛公司創立于1946年,技術先進,不斷創新,憑著其研發的各類精致優雅而又奢華的產品而享譽全球。<br>
          歷經廣泛的研究以及一貫嚴格的產品測試,她旗下的所有產品都秉承高水準的保證。</p>
        <p>雅詩蘭黛產品在各大高檔購物中心以及專賣店有售點擊這里 <br>
          查找距離您最近的雅詩蘭黛專柜。
</p>
      </div>
    </div>
    <div class="clear"></div>
  </div>
</div>
<footer class="end">
  <p>網頁底部</p>
</footer>
</body>
</html>

CSS樣式代碼

@charset "utf-8";
/* CSS Document */
ul,li,h2,h3,h4,p{ padding:0; margin:0; list-style:none}
img{ max-width:100%}
a{ text-decoration: none;}
body{ width:1200px; background:#eee; margin:0px auto; line-height:21px}
.clear{ clear:both}
.menu li{ list-style:none}

.logo{ background:#002563}

.menu { background:#fff; width:100%; text-align:center; float:left;  }
.menu li a{ color:#000}
.menu li { float:left; margin:2px; padding:15px 30px ; width:134px}

.right{ float:right; width:660px; padding:20px}
.left{ float:left; width:630px; padding:10px}
.content { padding-bottom:20px;font-size:16px; line-height:26px; display:inline-block ; color:#111; width:100%}
.box{ margin-top:20px; padding-bottom:10px;   }
.end{ clear:both; background:#002563; color:#fff; padding:10px 0; text-align:center;}
.produce img{  margin:0 20px 20px 0}
.produce { line-height:30px}
.pad{ padding:20px; line-height:40px; display:block}
.pad a{ color: #000;}
.pad a:hover{ color: #E1353A;}
.pics p{ margin:1px; text-align:center}

.imglist{ width:100%; margin:0 auto}
.imglist li{ float:left; width:46%; margin:2% ;  text-align:center}
.list{ margin:10px}
.list li{ text-align:center;  width:280px;font-size:12px; margin:40px 7px; float:left; }
.list li p{ font-size: 18px; color: #000;}

.list li img{ padding:2px; border:#ccc solid 1px;  width: 90%;}

.title{ text-align:center; color:#F00; padding:10px}
.fl{ float:left}
.js  div{ width:100%; clear:both; margin-bottom:20px; float:left}

.js div img{ float:left; margin-right:20px} 
.msg>div{ padding:10px 0}
#submit2{ margin-top:30px; padding:10px; background:#993366; color:#fff; border:none; width:100%}
.msg{ width:400px; margin:0 auto}
.msg div span{ display:block;}
.msg div input{ background:#a07ea6; padding:10px 0; width:100%; border:none;}
.bar{ margin:0px ;background:#002563; clear:both; font-weight:bold; padding:5px 15px; color:#fff}
.bar h4{ color:#fff; font-size:20px;}
.bar a{ float:right; color:#fff}

.le{ float:left; width:49%;}
.ri{ float:right; width:49%;}

.txt {
  line-height: 26px;
  font-size: 14px;
  color: #333;
  width:660px; float:right;
  margin-top:20px
}
.txt h3{ font-size:36px; line-height:50px ; font-weight:normal }
form {
  width: 660px;
  float: right;  margin-top:20px;
}
form p {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}
form .phone {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
form textarea {
  width: 100%;
  height: 100px;
}
form .but {
  background:#002563;
  border: none;
  color: #fff;
  margin: 20px 0;
  display: block;
  width: 200px;
  height: 36px;
}
.lx_pic {
  float: left;
  width: 460px;

  margin-top:20px;
}
.lx_pic img {
  
  width: 100%;
}
.newslist li{ border-bottom:#ccc dashed 1px; padding:10px}

到此,相信大家對“怎么用HTML實現化妝品網站”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

海林市| 电白县| 务川| 星子县| 内黄县| 衢州市| 辉南县| 武强县| 即墨市| 无为县| 云林县| 宁南县| 广水市| 五峰| 虞城县| 任丘市| 黎平县| 庆安县| 开阳县| 秦皇岛市| 义马市| 治多县| 平陆县| 锡林浩特市| 曲松县| 长汀县| 巴楚县| 波密县| 虎林市| 佛冈县| 平邑县| 淳安县| 莱芜市| 如皋市| 瓦房店市| 宜城市| 宁海县| 香河县| 武宣县| 固始县| 巴楚县|