課程
/前端開(kāi)發(fā)
/JavaScript
/FullPage.js全屏滾動(dòng)插件
我想知道那個(gè)fullpage.css 的那個(gè)庫(kù)從哪里下載; 有時(shí)候 我得更改里面的樣式比如導(dǎo)航我要換個(gè)顏色什么的 求大神批指點(diǎn)
2016-09-27
源自:FullPage.js全屏滾動(dòng)插件 2-3
正在回答
地址:https://cdnjs.com/libraries/fullPage.js
fullpage.css里面 ?樣式顏色什么的都可以修改
/*原點(diǎn)導(dǎo)航相關(guān)樣式設(shè)置*/#fp-nav ul li a span,.fp-slidesNav ul li a span { ? ?border-radius: 50%; ? ?position: absolute; ? ?z-index: 1; ? ?height: 4px; ? ?width: 4px; ? ?border: 0; ? ?background: #f5f1f1; ? ?left: 50%; ? ?top: 50%; ? ?margin: -2px 0 0 -2px; ? ?-webkit-transition: all 0.1s ease-in-out; ? ?-moz-transition: all 0.1s ease-in-out; ? ?-o-transition: all 0.1s ease-in-out; ? ?transition: all 0.1s ease-in-out;}
舉報(bào)
基于jQuery的全屏滾動(dòng)效果插件,讓翻頁(yè)顯得格外的高端大氣上檔次
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-09-30
地址:https://cdnjs.com/libraries/fullPage.js
fullpage.css里面 ?樣式顏色什么的都可以修改
/*原點(diǎn)導(dǎo)航相關(guān)樣式設(shè)置*/
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
? ?border-radius: 50%;
? ?position: absolute;
? ?z-index: 1;
? ?height: 4px;
? ?width: 4px;
? ?border: 0;
? ?background: #f5f1f1;
? ?left: 50%;
? ?top: 50%;
? ?margin: -2px 0 0 -2px;
? ?-webkit-transition: all 0.1s ease-in-out;
? ?-moz-transition: all 0.1s ease-in-out;
? ?-o-transition: all 0.1s ease-in-out;
? ?transition: all 0.1s ease-in-out;
}