CSS3頁面開關燈效果
分享一段程式碼例項,它利用css3實現了頁面的開關燈效果。
程式碼例項如下:
[HTML] 純文字檢視 複製程式碼執行程式碼<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <style> html, body { height: 100%; width: 100%; overflow: hidden; margin: 0; padding: 0; } * { transition: all 1s ease; } input[type=checkbox] { display: none; } input[type=checkbox] + label { background-color: #040d1c; width: 200px; height: 80px; border-radius: 50px; display: block; padding: 10px; box-shadow: inset 5px 5px 20px rgba(0,0,0,0.5); z-index: 5; position: absolute; top: calc(50% - 50px); left: calc(50% - 80px); cursor: pointer; } input[ type=checkbox] + label + section { width: 100%; height: 100%; position: absolute; background-color: #0f1f3a; z-index: -1; } #a { width: 80px; height: 80px; border-radius: 100px; background-color: #f0f0f0; box-shadow: 0 0 100px rgba(255,255,255,1); } input[ type=checkbox]:checked + label + section { background-color: #568eef; } input[ type=checkbox]:checked + label { background-color: #2a5fba; } input[ type=checkbox]:checked + label #a { margin-left: calc(100% - 80px); background: #f4e94e; box-shadow: 0 0 100px rgba(249, 240, 104,1); } </style> </head> <body> <input type="checkbox" id="c" /> <label for="c"> <div id="a"></div> </label> <section></section> </body> </html>
相關文章
- CSS3呼吸燈效果CSSS3
- CSS3實現的頁面反轉效果CSSS3
- CSS3實現的頁面載入等待效果CSSS3
- CSS3開關門效果詳解CSSS3
- CSS3 checkbox開關按鈕效果CSSS3
- CSS3滑動開關按鈕效果CSSS3
- 純CSS3實現滑動開關效果CSSS3
- JavaScript 頁面跳轉效果JavaScript
- 實戰電商頁面2:幻燈片
- 前端--開關燈前端
- 前端 -- 頁面濾鏡效果及高斯模糊效果前端
- jquery登入頁面效果圖jQuery
- Unix檔案系統頁面監控實現-效果頁面
- js頁面全屏垂直滾動效果JS
- 結合 CSS3 transition transform 實現簡單的跑馬燈效果CSSS3ORM
- jQuery和css3實現的開關效果程式碼例項jQueryCSSS3
- html頁面自定義文字水印效果案例HTML
- android高階頁面效果集錦Android
- 利用jQuery實現頁面漸顯效果jQuery
- 微信小程式如何開發跑馬燈效果?微信小程式
- Swift跑馬燈效果Swift
- TextView跑馬燈效果與addStatesFromChildren屬性關係TextView
- CSS3頁面傾斜一定的角度CSSS3
- 自定義TabBar動畫效果 - 頁面轉場(Swift)tabBar動畫Swift
- javascript輸出頁面節點層級效果JavaScript
- Web頁面中5種超酷的Hover效果Web
- 從頁面底部回到頂部+動畫效果 & 翻頁後從按鈕處回到頁面頂部動畫
- web頁面引用相關檔案或者頁面方式彙總Web
- jsf2.0 tomcat 修改頁面後無法立馬看到頁面修改效果JSTomcat
- css3和js模擬翻頁效果程式碼例項CSSS3JS
- css3網頁底部漸隱漸現的箭頭效果CSSS3網頁
- Android 設定相關頁面Android
- 實現探照燈效果
- CSS3象棋效果CSSS3
- H5頁面滾動阻尼效果實現H5
- 頁面正在載入執行loding等待效果
- SVG 動畫實現彈性的頁面元素效果SVG動畫
- Macbook鍵盤燈怎麼開/關Mac