中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CSS3怎么制作蘋果風格鍵盤特效

發布時間:2021-08-10 22:40:13 來源:億速云 閱讀:164 作者:chen 欄目:web開發

本篇內容主要講解“CSS3怎么制作蘋果風格鍵盤特效”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“CSS3怎么制作蘋果風格鍵盤特效”吧!

效果預覽:

 CSS3怎么制作蘋果風格鍵盤特效

html標簽:

代碼如下:


<!DOCTYPE html>
<html>
<head>
   <meta charset="utf-8" />
   <title>CSS3 KeyBoard</title>
   <link rel="stylesheet" href="font.css" type="text/css" >
   <link rel="stylesheet" href="style.css" type="text/css" >
</head>
<body>
 <ul>
   <li>Q</li>
   <li>W</li>
   <li>E</li>
   <li>R</li>
   <li>T</li>
   <li>Y</li>
   <li>U</li>
   <li>I</li>
   <li>O</li>
   <li>P</li>
   <li class="icon"></li>
   <li>A</li>
   <li>S</li>
   <li>D</li>
   <li>F</li>
   <li>G</li>
   <li>H</li>
   <li>J</li>
   <li>K</li>
   <li>L</li>
   <li>return</li>
   <li class="icon"></li>
   <li>Z</li>
   <li>X</li>
   <li>C</li>
   <li>V</li>
   <li>B</li>
   <li>N</li>
   <li>M</li>
   <li><span>!</span><span>,</span></li>
   <li><span>?</span><span>.</span></li>
   <li class="icon"></li>
   <li>.?123</li>
   <li></li>
   <li>.?123</li>
   <li class="icon"></li>
 </ul>
</body>
</html>

CSS代碼:

代碼如下:


@font-face {
   font-family: 'icomoon';
   src:url('http://upimage-img.stor.sinaapp.com/icomoon.eot');
   src:url('http://upimage-img.stor.sinaapp.com/icomoon.eot?#iefix') format('embedded-opentype'),
       url('http://upimage-img.stor.sinaapp.com/icomoon.woff') format('woff'),
       url('http://upimage-img.stor.sinaapp.com/icomoon.ttf') format('truetype'),
       url('http://upimage-img.stor.sinaapp.com/icomoon.svg#icomoon') format('svg');
   font-weight: normal;
   font-style: normal;
}
body {
   background-color: #000;
}
ul, li {
 list-style: none;
 margin: 0;
 padding: 0;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
ul {
   width: 704px;
   background: linear-gradient(60deg, rgba(158,180,185,1), rgba(222,157,193,1) 50%, rgba(169,156,173,1) 100%);
   padding-left: 8px;
   border-radius: 5px;
   padding-top: 10px;
}
ul::after {
   content: "";
   display: table;
   clear: both;
}
li {
 font-family: "Vrinda";
 width: 54px;
 height: 50px;
 line-height: 50px;
 background-color: rgba(255,255,255,.9);
 border-radius: 5px;
 float: left;
 text-align: center;
 font-size: 24px;
 vertical-align: text-top;
 margin-right: 10px;
 margin-bottom: 10px;
 box-shadow: 0 1px 0 rgba(0,0,0,.5);
 cursor: pointer;
 position: relative;
}
li:active {
   box-shadow: inset 0 1px 0 rgba(0,0,0,.5);
   top:1px;
}
.icon {
   font-family: "icomoon";
}
li:nth-child(11), li:nth-child(21), li:nth-child(22),
li:nth-child(32), li:nth-child(33), li:nth-child(35), li:nth-child(36) {
   background: rgba(188,188,188,.5);
   font-size: 20px;
}
li:nth-child(12) {
   margin-left: 20px;
}
li:nth-child(21) {
   width: 98px;
}
li:nth-child(n+22)  {
   width: 52px;
}
li:nth-child(32) {
   width: 74px;
}
li:nth-child(33) {
   width: 176px;
}
li:nth-child(34) {
   width: 362px;
}
li:nth-child(35) {
   width: 74px;
}
li:nth-child(31), li:nth-child(30) {
 box-sizing: border-box;
 padding-top: 14px;
}
li:nth-child(31) span, li:nth-child(30) span {
 display: block;
 line-height: 0.5;
}

到此,相信大家對“CSS3怎么制作蘋果風格鍵盤特效”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

德惠市| 衡东县| 沈阳市| 大同市| 图片| 宜都市| 淮滨县| 永和县| 富宁县| 行唐县| 沅陵县| 南投市| 洞口县| 扶风县| 图们市| 澄城县| 白城市| 安化县| 静乐县| 奈曼旗| 无极县| 南和县| 凤山市| 达尔| 玛沁县| 额济纳旗| 江阴市| 海原县| 大姚县| 黄梅县| 文安县| 旬邑县| 平和县| 伽师县| 洪湖市| 安平县| 灵山县| 青海省| 芦溪县| 仁布县| 临漳县|