幕思城>電商行情>多多開店>多多運(yùn)營>2014全屏輪播海報(bào)制作教程-簡單易懂

    2014全屏輪播海報(bào)制作教程-簡單易懂

    2022-12-05|13:05|發(fā)布在分類 / 多多運(yùn)營| 閱讀:92

    每次進(jìn)去些店鋪看到人家的全屏輪播裝修是不是覺得很高端大氣上檔次,其實(shí)所有賣家都可以這樣裝修的。

    下面的全屏輪播代碼可以兼容新旺鋪(系統(tǒng)自帶的三個(gè)模板,全部完美全屏居中)并且也支持老旺鋪拓展版,拓展版都會(huì)全屏居中。

    2014全屏輪播海報(bào)制作教程-簡單易懂2logo.jpg">

    輪播左右的兩個(gè)大箭頭,這次直接使用<>符號(hào),非圖片形式,事實(shí)上寫此全屏輪播,我第一個(gè)改的就是這兩個(gè)大箭頭,比如自己店鋪的主色調(diào)是綠色,那箭頭就改為綠色。

    下方的五個(gè)圖標(biāo),這次改為了五張小圖,因?yàn)槲覀冏远x沒辦法實(shí)現(xiàn) 點(diǎn)擊箭頭左右切換時(shí),下方的圖標(biāo)也跟隨左右切換,這是需要用到判斷的,我沒辦法實(shí)現(xiàn),所以改為五張小圖,是為了讓客戶知道到底有幾張圖在輪播,方便客戶查看,提高用戶體驗(yàn)。同時(shí),五張小圖直接浮動(dòng)于大圖上方,底部采用半透明背景。

    這里說下底部的半透明背景,這次編寫,最難的、也最耗時(shí)的地方就是這個(gè)半透明,支持CSS3的主流瀏覽器,只要一個(gè)opacity即可實(shí)現(xiàn)半透明,但I(xiàn)E卻是不支持這個(gè)屬性的,所以在IE下你將看到一條實(shí)心的黑色矩形,而不是半透明效果,在IE下想要實(shí)現(xiàn)半透明,那就要用到濾鏡,但請注意,淘寶不支持filter:alpha半透明濾鏡。為了解決這個(gè)問題,我花費(fèi)了一上午的時(shí)間在查閱相關(guān)文檔,最后,我采用了一張PNG半透明圖片替代,放棄了opacity屬性和IE濾鏡,這樣除了IE6不支持半透明以處,其它瀏覽器都是正常半透明效果的。

    五張小圖的尺寸全部為:120px*39px,你不需要單獨(dú)做這五張小圖!把全屏大圖上傳圖片空間后,直接使用提供的小圖尺寸即可,或者你也可以直接在原圖地址后面添加:_120x120.jpg

    2014全屏輪播海報(bào)制作教程-簡單易懂

    此款全屏輪播,共寫了三個(gè)尺寸,分別為1920px,1680px,1440px,高度統(tǒng)一為550px,三款尺寸可以同時(shí)使用,互不影響,但不建議這樣做!這三個(gè)尺寸,沒有說哪個(gè)好哪個(gè)不好,只是說尺寸越大,兼容性就越好一些,但請注意,尺寸大了,圖片的容量也將會(huì)同時(shí)變大!圖片的容量大了,將會(huì)直接影響店鋪的載入速度。

    如果你沒有五張全屏大圖那么多,或者你認(rèn)為不需要五張,那直接刪除代碼中 圖片所在的<li>標(biāo)簽即可。不管你使用幾張輪播圖,下面的小圖都是居中的。

    使用說明:

    1.下載這張底部半透明圖片  )上傳自己的,替換下面代碼中的”http://demo.taobaoux.com/Carousel/Carousel_bg.png“

    2.如何將代碼中的大圖改為自己的圖片,找到下面這段代碼:
                            <ul class="taobaoux-com" style="height:550px;width:1920px;padding:0px;margin:0px;">
                              <li style="width:1920px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1920px" height="550px" border="0px"></a></li>
                              <li style="width:1920px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1920px" height="550px" border="0px"></a></li>
                              <li style="width:1920px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1920px" height="550px" border="0px"></a></li>
                              <li style="width:1920px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1920px" height="550px" border="0px"></a></li>
                              <li style="width:1920px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1920px" height="550px" border="0px"></a></li>
                            </ul>

    代碼中總共有五張大圖,按順序依次替換,src=""里面的就是圖片地址,href="" 里面的就是對應(yīng)的寶貝鏈接。

    3.如何將代碼中的小圖改為自己的圖片,找到下面這段代碼:
                                <ul class="bbs-taobaoux-com" style="width:950px;height:50px;margin:0 auto;text-align: center;">
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="圖片地址" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="圖片地址" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="圖片地址" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="圖片地址" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="圖片地址" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                </ul>  


    代碼中總共有五張小圖,按順序依次替換,src=""里面的就是圖片地址,href="" 里面的就是對應(yīng)的寶貝鏈接。

    注:為了方便大家使用,代碼中的圖片全部存放于本站,大家可以直接到自己的店鋪中測試(成人類目除外),測試通過后,再修改其中的圖片地址和鏈接地址即可。

    1920px 全屏輪播代碼:(點(diǎn)擊下面的”“即可全部復(fù)制)
    <div class="J_TWidget" data-widget-config="{'effect': 'fade', 'circular': true ,'contentCls':'taobaoux'}" data-widget-type="Tabs" style="height:545px;overflow:hidden;">
      <div class="taobaoux" style="height:550px;">
            <div class="footer-more-trigger" style="width:1920px;height:550px;top:auto;padding:0px;border:none;left:50%;">
                <div class="footer-more-trigger" style="width:1920px;height:550px;padding:0px;border:none;left:-960px;">
               
                  <div data-widget-config="{'contentCls': 'taobaoux-com','navCls': 'bbs-taobaoux-com','effect': 'scrollx','easing': 'easeOutStrong','prevBtnCls':'prev1920','nextBtnCls':'next1920','autoplay': true,'viewSize':[1920],'circular': true}" data-widget-type="Carousel" class="J_TWidget">
                       
                        <div class="J_TWidget" data-widget-config="{'trigger':'.ux1920','align':{'node':'.ux1920','offset':[-500,0],'points':['cc','cc']}}" data-widget-type="Popup" style="display:none;">
                            <div class="prev1920" style="font-size:100px;cursor:pointer;opacity:0.5;color:#f00;"><</div>
                        </div>
              <div class="J_TWidget" data-widget-config="{'trigger':'.ux1920','align':{'node':'.ux1920','offset':[500,0],'points':['cc','cc']}}" data-widget-type="Popup" style="display:none;">
                            <div class="next1920" style="font-size:100px;cursor:pointer;opacity:0.5;color:#f00;">></div>
                        </div>
                   
                        <div style="height:550px;width:1920px;overflow:hidden;padding:0px;margin:0px;" class="ux1920">
                            <ul class="taobaoux-com" style="height:550px;width:1920px;padding:0px;margin:0px;">
                              <li style="width:1920px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1920px" height="550px" border="0px"></a></li>
                              <li style="width:1920px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1920px" height="550px" border="0px"></a></li>
                              <li style="width:1920px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1920px" height="550px" border="0px"></a></li>
                              <li style="width:1920px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1920px" height="550px" border="0px"></a></li>
                              <li style="width:1920px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1920px" height="550px" border="0px"></a></li>
                            </ul>
                        </div>
       
                        <div class="footer-more-trigger" style="padding:0px;border:none;left:50%;">
                            <div class="footer-more-trigger" style="width:1920px;height:50px;padding:0px;border:none;left:-960px;background: url(http://demo.taobaoux.com/Carousel/Carousel_bg.png) repeat;top:505px;">
                                <ul class="bbs-taobaoux-com" style="width:950px;height:50px;margin:0 auto;text-align: center;">
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="圖片地址" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="圖片地址" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="圖片地址" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="圖片地址" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="圖片地址" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                </ul>  
                            </div>   
                        </div> 
                       
                    </div>
                   
                </div>
            </div>
        </div>
       
      <ul class="ks-switchable-nav" style="display:none;"></ul>
       
    </div>

    1680px 全屏輪播代碼:
    <div class="J_TWidget" data-widget-config="{'effect': 'fade', 'circular': true ,'contentCls':'taobaoux'}" data-widget-type="Tabs" style="height:545px;overflow:hidden;">
      <div class="taobaoux" style="height:550px;">
          <div class="footer-more-trigger" style="width:1680px;height:550px;top:auto;padding:0px;border:none;left:50%;">
          <div class="footer-more-trigger" style="width:1680px;height:550px;padding:0px;border:none;left:-840px;">
       
                <div data-widget-config="{'contentCls': 'taobaoux-com','navCls': 'bbs-taobaoux-com','effect': 'scrollx','easing': 'easeOutStrong','prevBtnCls':'prev1680','nextBtnCls':'next1680','autoplay': true,'viewSize':[1680],'circular': true}" data-widget-type="Carousel" class="J_TWidget">
                       
                        <div class="J_TWidget" data-widget-config="{'trigger':'.ux1680','align':{'node':'.ux1680','offset':[-500,0],'points':['cc','cc']}}" data-widget-type="Popup" style="display:none;">
                            <div class="prev1680" style="font-size:100px;cursor:pointer;opacity:0.5;color:#f00;"><</div>
                        </div>
              <div class="J_TWidget" data-widget-config="{'trigger':'.ux1680','align':{'node':'.ux1680','offset':[500,0],'points':['cc','cc']}}" data-widget-type="Popup" style="display:none;">
                            <div class="next1680" style="font-size:100px;cursor:pointer;opacity:0.5;color:#f00;">></div>
                        </div>
               
                        <div style="height:550px;width:1680px;overflow:hidden;padding:0px;margin:0px;" class="ux1680">
                            <ul class="taobaoux-com" style="height:550px;width:1680px;padding:0px;margin:0px;">
                              <li style="width:1680px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1680px" height="550px" border="0px"></a></li>
                              <li style="width:1680px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1680px" height="550px" border="0px"></a></li>
                              <li style="width:1680px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1680px" height="550px" border="0px"></a></li>
                              <li style="width:1680px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1680px" height="550px" border="0px"></a></li>
                              <li style="width:1680px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="圖片地址" width="1680px" height="550px" border="0px"></a></li>
                            </ul>
                        </div>

                        <div class="footer-more-trigger" style="padding:0px;border:none;left:50%;">
                            <div class="footer-more-trigger" style="width:1680px;height:50px;padding:0px;border:none;left:-840px;background: url(http://demo.taobaoux.com/Carousel/Carousel_bg.png) repeat;top:505px;">
                                <ul class="bbs-taobaoux-com" style="width:950px;height:50px;margin:0 auto;text-align: center;">
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1680/1680*550_1.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1680/1680*550_2.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1680/1680*550_3.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1680/1680*550_4.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1680/1680*550_5.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                </ul>  
                            </div>   
                        </div> 
           
            </div>
                   
              </div>
            </div>   
      </div>
       
        <ul class="ks-switchable-nav" style="display:none;"></ul>

    </div>

    1440px 全屏輪播代碼:
    <div class="J_TWidget" data-widget-config="{'effect': 'fade', 'circular': true ,'contentCls':'taobaoux'}" data-widget-type="Tabs" style="height:545px;overflow:hidden;">
      <div class="taobaoux" style="height:550px;">
            <div class="footer-more-trigger" style="width:1440px;height:550px;top:auto;padding:0px;border:none;left:50%;">
                <div class="footer-more-trigger" style="width:1440px;height:550px;padding:0px;border:none;left:-720px;">
               
                  <div data-widget-config="{'contentCls': 'taobaoux-com','navCls': 'bbs-taobaoux-com','effect': 'scrollx','easing': 'easeOutStrong','prevBtnCls':'prev1440','nextBtnCls':'next1440','autoplay': true,'viewSize':[1440],'circular': true}" data-widget-type="Carousel" class="J_TWidget">
                       
                        <div class="J_TWidget" data-widget-config="{'trigger':'.ux1440','align':{'node':'.ux1440','offset':[-500,0],'points':['cc','cc']}}" data-widget-type="Popup" style="display:none;">
                            <div class="prev1440" style="font-size:100px;cursor:pointer;opacity:0.5;color:#f00;"><</div>
                        </div>
              <div class="J_TWidget" data-widget-config="{'trigger':'.ux1440','align':{'node':'.ux1440','offset':[500,0],'points':['cc','cc']}}" data-widget-type="Popup" style="display:none;">
                            <div class="next1440" style="font-size:100px;cursor:pointer;opacity:0.5;color:#f00;">></div>
                        </div>
                   
                        <div style="height:550px;width:1440px;overflow:hidden;padding:0px;margin:0px;" class="ux1440">
                            <ul class="taobaoux-com" style="height:550px;width:1440px;padding:0px;margin:0px;">
                              <li style="width:1440px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="http://demo.taobaoux.com/Carousel/1440/1440*550_1.jpg" width="1440px" height="550px" border="0px"></a></li>
                              <li style="width:1440px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="http://demo.taobaoux.com/Carousel/1440/1440*550_2.jpg" width="1440px" height="550px" border="0px"></a></li>
                              <li style="width:1440px;height:550px;padding:0px;margin:0px;">
                                <a target="_blank"  href="店鋪地址" style="padding:0px;margin:0px;">
                                    <img src="http://demo.taobaoux.com/Carousel/1440/1440*550_3.jpg" width="1440px" height="550px" border="0px"></a></li>
                            </ul>
                        </div>
       
                        <div class="footer-more-trigger" style="padding:0px;border:none;left:50%;">
                            <div class="footer-more-trigger" style="width:1440px;height:50px;padding:0px;border:none;left:-720px;background: url(http://demo.taobaoux.com/Carousel/Carousel_bg.png) repeat;top:505px;">
                                <ul class="bbs-taobaoux-com" style="width:950px;height:50px;margin:0 auto;text-align: center;">
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1440/1440*550_1.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1440/1440*550_2.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1440/1440*550_3.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                </ul>  
                            </div>   
                        </div> 
                       
                    </div>
                   
                </div>
            </div>
        </div>
       
      <ul class="ks-switchable-nav" style="display:none;"></ul>
       
    </div>


    注:如果你想把此全屏輪播做的更加個(gè)性,那就請認(rèn)真看完以下內(nèi)容吧。

    1.修改左箭頭:

    <div class="prev1920" style="font-size:100px;cursor:pointer;opacity:0.5;color:#f00;"><</div>

    修改為:

    <div class="prev1920" style="width:97px;height:97px;">
         <img src="左箭頭圖片地址" />
    </div>

    2.修改右箭頭:

    <div class="next1920" style="font-size:100px;cursor:pointer;opacity:0.5;color:#f00;">></div>

    修改為:

    <div class="next1920" style="width:97px;height:97px;">
         <img src="右箭頭圖片地址" />
    </div>

    這里箭頭尺寸是97px*97px,如果你的圖片不是這個(gè)尺寸,請自行修改。

    3.箭頭都放在左邊:

    <div class="J_TWidget" data-widget-config="{'trigger':'.ux1920','align':{'node':'.ux1920','offset':[-500,0],'points':['cc','cc']}}" data-widget-type="Popup" style="display:none;">
        <div class="prev1920" style="font-size:100px;cursor:pointer;opacity:0.5;color:#f00;"><</div>
    </div>
    <div class="J_TWidget" data-widget-config="{'trigger':'.ux1920','align':{'node':'.ux1920','offset':[500,0],'points':['cc','cc']}}" data-widget-type="Popup" style="display:none;">
        <div class="next1920" style="font-size:100px;cursor:pointer;opacity:0.5;color:#f00;">></div>
    </div>

    修改為:

    <div class="J_TWidget" data-widget-config="{'trigger':'.ux1920','align':{'node':'.ux1920','offset':[-500,0],'points':['cc','cc']}}" data-widget-type="Popup" style="display:none;">
        <div class="prev1920" style="width:97px;height:97px;margin-left: 97px;">
            <img src="左箭頭圖片地址" /></div>
        <div class="next1920" style="width:97px;height:97px;">
            <img src="右箭頭圖片地址" /></div>
    </div>

    4.下方的縮略圖改為數(shù)字:
                            <div class="footer-more-trigger" style="width:1920px;height:50px;padding:0px;border:none;left:-960px;background: url(http://demo.taobaoux.com/Carousel/Carousel_bg.png) repeat;top:505px;">
                                <ul class="bbs-taobaoux-com" style="width:950px;height:50px;margin:0 auto;text-align: center;">
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1920/1920.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1920/1920_2.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1920/1920_3.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1920/1920_2.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                    <li style="display: inline;margin: 0 5px;cursor:pointer;line-height: 50px;">
                                        <img src="http://demo.taobaoux.com/Carousel/1920/1920_3.jpg" width="120px" height="39px" border="0px" style="vertical-align:middle;margin:5px 0;" /></li>
                                </ul>  
                            </div>

    修改為:
                            <div class="footer-more-trigger" style="width:1920px;height:30px;padding:0px;border:none;left:-960px;background: url(http://demo.taobaoux.com/Carousel/Carousel_bg.png) repeat;top:525px;">
                                <ul class="bbs-taobaoux-com" style="width:950px;height:30px;margin:0 auto;text-align: center;">
                                    <li style="display: inline;margin: 0 5px;padding: 5px;opacity: 0.5;cursor:pointer;color:#000;background:#fff;line-height:30px;">1</li>
                                    <li style="display: inline;margin: 0 5px;padding: 5px;opacity: 0.5;cursor:pointer;color:#000;background:#fff;line-height:30px;">2</li>
                                    <li style="display: inline;margin: 0 5px;padding: 5px;opacity: 0.5;cursor:pointer;color:#000;background:#fff;line-height:30px;">3</li>
                                    <li style="display: inline;margin: 0 5px;padding: 5px;opacity: 0.5;cursor:pointer;color:#000;background:#fff;line-height:30px;">4</li>
                                    <li style="display: inline;margin: 0 5px;padding: 5px;opacity: 0.5;cursor:pointer;color:#000;background:#fff;line-height:30px;">5</li>
                                </ul>  
                            </div>

    5.不喜歡底部的半透明圖片?

    找到下面這段代碼:

    <div class="footer-more-trigger" style="width:1920px;height:50px;padding:0px;border:none;left:-960px;background: url(http://demo.taobaoux.com/Carousel/Carousel_bg.png) repeat;top:505px;">

    刪除

    background: url(http://demo.taobaoux.com/Carousel/Carousel_bg.png) repeat;

    6.修改滾動(dòng)動(dòng)畫效果:

    找到'effect': 'scrollx'  把scrollx改為scrolly就是垂直滾動(dòng),改為fade就是淡隱淡現(xiàn)。

    7.修改滾動(dòng)動(dòng)畫速度:

    在'effect': 'scrollx',后面添加一個(gè)屬性 'duration':0.5,

    默認(rèn)值就是0.5,如果需要加快滾動(dòng)速度,把0.5改為0.1;需要滾動(dòng)速度慢一點(diǎn),就把0.5加大,建議改為0.9以內(nèi)。

    這個(gè)問題還有疑問的話,可以加幕.思.城火星老師免費(fèi)咨詢,微.信號(hào)是為: msc496。

    難題沒解決?加我微信給你講!【僅限淘寶賣家交流運(yùn)營知識(shí),非賣家不要加我哈】
    >

    推薦閱讀:

    引力魔方專題專項(xiàng)課進(jìn)度

    淘寶店保證金怎么退?不想開淘寶店了怎么退保證金?

    【違背承諾發(fā)貨常見問題】發(fā)貨之后買家拒收運(yùn)費(fèi)誰承擔(dān)?

    更多資訊請關(guān)注幕 思 城。

    發(fā)表評(píng)論

    別默默看了 登錄\ 注冊 一起參與討論!

      微信掃碼回復(fù)「666