真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

怎么用HTML實(shí)現(xiàn)化妝品網(wǎng)站

本篇內(nèi)容主要講解“怎么用HTML實(shí)現(xiàn)化妝品網(wǎng)站”,感興趣的朋友不妨來(lái)看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來(lái)帶大家學(xué)習(xí)“怎么用HTML實(shí)現(xiàn)化妝品網(wǎng)站”吧!

成都創(chuàng)新互聯(lián)公司專(zhuān)注于網(wǎng)站建設(shè)|成都網(wǎng)站維護(hù)|優(yōu)化|托管以及網(wǎng)絡(luò)推廣,積累了大量的網(wǎng)站設(shè)計(jì)與制作經(jīng)驗(yàn),為許多企業(yè)提供了網(wǎng)站定制設(shè)計(jì)服務(wù),案例作品覆蓋輕質(zhì)隔墻板等行業(yè)。能根據(jù)企業(yè)所處的行業(yè)與銷(xiāo)售的產(chǎn)品,結(jié)合品牌形象的塑造,量身開(kāi)發(fā)品質(zhì)網(wǎng)站。

HTML結(jié)構(gòu)代碼







雅詩(shī)蘭黛

.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 +=""+(i+1)+"";
      }else{
        str += "
  • "+(i+1)+"
  • ";       }     }     $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--;     }   }           
  • 首頁(yè)
  •     
  • 所有商品
  •     
  • 關(guān)于我們
  •     
  • 聯(lián)系我們
  •           
            
    •                
    •       
    •                
    •       
    •                
    •       
    •                
    •       
    •                
    •     
      
           
                 
      
            <       >    
                  

    產(chǎn)品中心

                    
              
    •             

      紅石榴養(yǎng)膚潔顏油 

              
    •         
    •             

      鮮活亮采紅石榴二合一潔面乳 

              
    •         
    •             

      權(quán)杖唇霜 

              
    •         
    •             

      膠原霜(乳霜款) 

              
    •       
                        

    公司介紹

                     
            

    雅詩(shī)蘭黛公司創(chuàng)立于1946年,技術(shù)先進(jìn),不斷創(chuàng)新,憑著其研發(fā)的各類(lèi)精致優(yōu)雅而又奢華的產(chǎn)品而享譽(yù)全球。
              歷經(jīng)廣泛的研究以及一貫嚴(yán)格的產(chǎn)品測(cè)試,她旗下的所有產(chǎn)品都秉承高水準(zhǔn)的保證。

            

    雅詩(shī)蘭黛產(chǎn)品在各大高檔購(gòu)物中心以及專(zhuān)賣(mài)店有售點(diǎn)擊這里 
              查找距離您最近的雅詩(shī)蘭黛專(zhuān)柜。

          
                   

    網(wǎng)頁(yè)底部

    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}

    到此,相信大家對(duì)“怎么用HTML實(shí)現(xiàn)化妝品網(wǎng)站”有了更深的了解,不妨來(lái)實(shí)際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!


    新聞名稱(chēng):怎么用HTML實(shí)現(xiàn)化妝品網(wǎng)站
    標(biāo)題網(wǎng)址:http://weahome.cn/article/pgsggc.html

    在線咨詢

    微信咨詢

    電話咨詢

    028-86922220(工作日)

    18980820575(7×24)

    提交需求

    返回頂部