本篇內(nèi)容主要講解“Htlm怎么實(shí)現(xiàn)鮮花盛開動(dòng)態(tài)圖效果”,感興趣的朋友不妨來(lái)看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來(lái)帶大家學(xué)習(xí)“Htlm怎么實(shí)現(xiàn)鮮花盛開動(dòng)態(tài)圖效果”吧!
創(chuàng)新互聯(lián)公司服務(wù)項(xiàng)目包括東風(fēng)網(wǎng)站建設(shè)、東風(fēng)網(wǎng)站制作、東風(fēng)網(wǎng)頁(yè)制作以及東風(fēng)網(wǎng)絡(luò)營(yíng)銷策劃等。多年來(lái),我們專注于互聯(lián)網(wǎng)行業(yè),利用自身積累的技術(shù)優(yōu)勢(shì)、行業(yè)經(jīng)驗(yàn)、深度合作伙伴關(guān)系等,向廣大中小型企業(yè)、政府機(jī)構(gòu)等提供互聯(lián)網(wǎng)行業(yè)的解決方案,東風(fēng)網(wǎng)站推廣取得了明顯的社會(huì)效益與經(jīng)濟(jì)效益。目前,我們服務(wù)的客戶以成都為中心已經(jīng)輻射到東風(fēng)省份的部分城市,未來(lái)相信會(huì)繼續(xù)擴(kuò)大服務(wù)區(qū)域并繼續(xù)獲得客戶的支持與信任!
*{margin:0;padding:0;list-style-type:none;}
#box{
width:1000px;
height:550px;
margin:0 auto;
margin-top:50px;
position:relative;
}
.box01,.box02,.box03,.box04,.box05,.box06,.box07,.box08,.box09{
width:300px;
height:300px;
border-radius:300px 0;
background:pink;
opacity:0.6;
position:absolute;
bottom:100px;
left:500px;
transform-origin:0 300px;
transform:rotate(-45deg);
transition:all 8s;
}
#box:hover :nth-child(3){
transform:rotate(-23deg);
}
#box:hover :nth-child(4){
transform:rotate(0deg);
}
#box:hover :nth-child(5){
transform:rotate(23deg);
}
#box:hover :nth-child(6){
transform:rotate(45deg);
}
#box:hover :nth-child(7){
transform:rotate(-68deg);
}
#box:hover :nth-child(8){
transform:rotate(-90deg);
}
#box:hover :nth-child(9){
transform:rotate(-113deg);
}
#box:hover :nth-child(10){
transform:rotate(-135deg);
}
適用瀏覽器:360、FireFox、Chrome、Opera、傲游、搜狗、世界之窗.不支持Safari、IE8及以下瀏覽器。
來(lái)源:懶人素材
到此,相信大家對(duì)“Htlm怎么實(shí)現(xiàn)鮮花盛開動(dòng)態(tài)圖效果”有了更深的了解,不妨來(lái)實(shí)際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!