最新下載
夢幻水族館
少女前線
星之翼
小花仙精靈樂園
餐廳萌物語
山河旅探
戀與製作人
最強腦3
異塵:達米拉
少年西遊記2
24小時閱讀排行榜
- 1 如何在可調整大小的文字元素中實現省略號截斷?
- 2 diskmsg.dll - 什麼是 diskmsg.dll?
- 3 dialupmanager.dll - 什麼是 dialupmanager.dll?
- 4 diagrpt.dll - 什麼是 diagrpt.dll?
- 5 為什麼具有緩入緩出功能的 CSS 過渡在懸停時表現平穩,但在滑鼠移開時表現突然?
- 6 dicrhash.dll - 什麼是 dicrhash.dll?
- 7 Spring中如何將依賴注入到自實例化物件中?
- 8 為什麼 PHP 在新增和連接整數時會回顯「2」?
- 9 為什麼我的 Java 應用程式使用 GMT 而不是作業系統時區,如何修復它?
- 10 如何在 Java 中有效 Ping HTTP URL:綜合指南
- 11 為什麼我的`std::fstream`創建檔案失敗?
- 12 如何使用「class」屬性綁定到 UI5 XML 視圖中的 CSS 類別?
- 13 為什麼局部變數的緊急恢復不會改變 Go 中的回傳值?
- 14 digiconf.dll - 什麼是 digiconf.dll?
- 15 如何從現有的 PHP 類別產生 UML 圖?
最新教學
-
- 國外Web開發全端課程全集
- 1651 2024-04-24
-
- Go語言實戰之 GraphQL
- 1924 2024-04-19
-
- 550W粉絲大佬手把手從零學JavaScript
- 3344 2024-04-18
-
- python大神Mosh,零基礎小白6小時完全入門
- 2878 2024-04-10
-
- MySQL 初學入門(mosh老師)
- 1752 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--十天精品課堂
- 2564 2024-03-29
透過CSS3自訂checkbox樣式來實現的一款CSS3立體感燈光開關按鈕動畫特效,切換開關可以改變頁面背景顏色,從而模擬燈光的開啟和關閉。
<defs>
<filter id="drop-stroke-shadow">
<fegaussianblur in="SourceAlpha" stddeviation="10"></fegaussianblur>
</filter>
<symbol id="stroke">
<text x="50%" y="67%" fill="none" stroke-width=".035em" stroke-linecap="round" stroke-linejoin="round" paint-order="stroke fill" text-anchor="middle">Shaded</text>
</symbol>
<symbol id="fill">
<text x="50%" y="60%" text-anchor="middle">Shaded</text>
</symbol>
</defs>
<g class="svg-text__shaded__stroke" stroke="#00cccc">
<use y="5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#stroke" opacity="0.5" filter="url(#drop-stroke -shadow)"></use>
<use y="3%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#stroke"></use>
<use y="2%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#stroke"></use>
<use y="1%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#stroke"></use>
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#stroke" stroke="cyan"></use>
</g>
<g fill="#e6e6e6">
<use class="svg-text__shaded" y="7%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
<use y="6.5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
<use y="6%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
<use y="5.5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
<use y="5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
<use y="4.5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
<use y="4%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill"></use>
<use y="3.5%" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#fill" fill="white"></use>
</g>