摘要:效果預覽按下右側的點擊預覽按鈕可以在當前頁面預覽,點擊鏈接可以全屏預覽。可交互視頻此視頻是可以交互的,你可以隨時暫停視頻,編輯視頻中的代碼。
效果預覽
按下右側的“點擊預覽”按鈕可以在當前頁面預覽,點擊鏈接可以全屏預覽。
https://codepen.io/comehope/pen/MXNNyR
可交互視頻此視頻是可以交互的,你可以隨時暫停視頻,編輯視頻中的代碼。
請用 chrome, safari, edge 打開觀看。
https://scrimba.com/p/pEgDAM/cyEPrue
源代碼下載每日前端實戰系列的全部源代碼請從 github 下載:
https://github.com/comehope/front-end-daily-challenges
代碼解讀定義 dom,容器中包含 2 個元素,分別代表屏幕和底座:
居中顯示:
body { margin: 0; height: 100vh; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at center, white, gray); }
定義容器尺寸:
.macbook { width: 50em; font-size: 10px; display: flex; flex-direction: column; align-items: center; }
畫出屏幕的輪廓:
.screen { width: 40em; height: calc(40em * 0.667); background-color: black; border-radius: 3% 3% 0 0 / 5%; border: 0.2em solid silver; border-bottom: none; position: relative; }
畫出屏幕上的光影:
.screen { position: relative; } .screen::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: radial-gradient( circle at right bottom, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0.6) 75% ); margin: 4.3% 3.2%; }
畫出底座的輪廓:
.base { position: relative; } .base { width: inherit; height: 1.65em; background: linear-gradient( white, white 55%, #999 60%, #222 90%, rgba(0, 0, 0, 0.1) 100% ); border-radius: 0 0 10% 10% / 0 0 50% 50%; }
為底座增加光照效果:
.base::before { content: ""; position: absolute; width: inherit; height: 55%; background: linear-gradient( to right, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.8) 1%, rgba(0, 0, 0, 0.4) 4%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent calc(100% - 15%), rgba(0, 0, 0, 0.4), calc(100% - 4%), rgba(255, 255, 255, 0.8) calc(100% - 1%), rgba(0, 0, 0, 0.5) 100% ); }
畫出底座上用于掀開屏幕的缺口:
.base::after { content: ""; position: absolute; width: 7em; height: 0.7em; background-color: #ffffd; left: calc(50% - 7em / 2); box-shadow: inset -0.5em -0.1em 0.3em rgba(0, 0, 0, 0.2), inset 0.5em 0.1em 0.3em rgba(0, 0, 0, 0.2); border-radius: 0 0 7% 7% / 0 0 95% 95%; }
大功告成!
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/116829.html
摘要:效果預覽按下右側的點擊預覽按鈕可以在當前頁面預覽,點擊鏈接可以全屏預覽。可交互視頻此視頻是可以交互的,你可以隨時暫停視頻,編輯視頻中的代碼。 showImg(https://segmentfault.com/img/bVbdugI?w=500&h=500); 效果預覽 按下右側的點擊預覽按鈕可以在當前頁面預覽,點擊鏈接可以全屏預覽。 https://codepen.io/comehop...
摘要:過往項目年月份項目匯總共個項目年月份項目匯總共個項目年月份項目匯總共個項目年月份發布的項目前端每日實戰專欄每天分解一個前端項目,用視頻記錄編碼過程,再配合詳細的代碼解讀,是學習前端開發的活的參考書視頻演示如何用純創作一臺咖啡機視頻演示如何用 過往項目 2018 年 6 月份項目匯總(共 27 個項目) 2018 年 5 月份項目匯總(共 30 個項目) 2018 年 4 月份項目匯總(...
摘要:過往項目年月份項目匯總共個項目年月份項目匯總共個項目年月份項目匯總共個項目年月份發布的項目前端每日實戰專欄每天分解一個前端項目,用視頻記錄編碼過程,再配合詳細的代碼解讀,是學習前端開發的活的參考書視頻演示如何用純創作一臺咖啡機視頻演示如何用 過往項目 2018 年 6 月份項目匯總(共 27 個項目) 2018 年 5 月份項目匯總(共 30 個項目) 2018 年 4 月份項目匯總(...
閱讀 2706·2023-04-26 02:02
閱讀 2570·2023-04-25 20:38
閱讀 4098·2021-09-26 09:47
閱讀 3091·2021-09-10 10:50
閱讀 3765·2021-09-07 09:58
閱讀 3326·2019-08-30 15:54
閱讀 2694·2019-08-30 15:54
閱讀 1917·2019-08-29 17:03