CSS3制作苹果风格键盘_html/css_WEB-ITnose

html标签:

 1  2  3  4      5     CSS3 KeyBoard 6      7      8  9 10   

登录后复制11 Q12 W13 E14 R15 T16 Y17 U18 I19 O20 P21 ?22 A23 S24 D25 F26 G27 H28 J29 K30 L31 return32 ?33 Z34 X35 C36 V37 B38 N39 M40 !,41 ?.42 ?43 .?12344 45 .?12346 ?47 48 49

CSS代码:

  1 @font-face {  2     font-family: 'icomoon';  3     src:url('http://upimage-img.stor.sinaapp.com/icomoon.eot');  4     src:url('http://upimage-img.stor.sinaapp.com/icomoon.eot?#iefix') format('embedded-opentype'),  5         url('http://upimage-img.stor.sinaapp.com/icomoon.woff') format('woff'),  6         url('http://upimage-img.stor.sinaapp.com/icomoon.ttf') format('truetype'),  7         url('http://upimage-img.stor.sinaapp.com/icomoon.svg#icomoon') format('svg');  8     font-weight: normal;  9     font-style: normal; 10 } 11  12 body { 13     background-color: #000; 14 } 15  16 ul, li { 17   list-style: none; 18   margin: 0; 19   padding: 0; 20     -webkit-user-select: none; 21     -moz-user-select: none; 22     -ms-user-select: none; 23     user-select: none; 24 } 25  26 ul { 27     width: 704px; 28     background: linear-gradient(60deg, rgba(158,180,185,1), rgba(222,157,193,1) 50%, rgba(169,156,173,1) 100%); 29     padding-left: 8px; 30     border-radius: 5px; 31     padding-top: 10px; 32 } 33  34 ul::after { 35     content: ""; 36     display: table; 37     clear: both; 38 } 39  40 li { 41   font-family: "Vrinda"; 42   width: 54px; 43   height: 50px; 44   line-height: 50px; 45   background-color: rgba(255,255,255,.9); 46   border-radius: 5px; 47   float: left; 48   text-align: center; 49   font-size: 24px; 50   vertical-align: text-top; 51   margin-right: 10px; 52   margin-bottom: 10px; 53   box-shadow: 0 1px 0 rgba(0,0,0,.5); 54   cursor: pointer; 55   position: relative; 56 } 57  58 li:active { 59     box-shadow: inset 0 1px 0 rgba(0,0,0,.5); 60     top:1px; 61 } 62  63 .icon { 64     font-family: "icomoon"; 65 } 66  67 li:nth-child(11), li:nth-child(21), li:nth-child(22), 68 li:nth-child(32), li:nth-child(33), li:nth-child(35), li:nth-child(36) { 69     background: rgba(188,188,188,.5); 70     font-size: 20px; 71 } 72  73 li:nth-child(12) { 74     margin-left: 20px; 75 } 76  77 li:nth-child(21) { 78     width: 98px; 79 } 80  81 li:nth-child(n+22)  { 82     width: 52px; 83 } 84  85 li:nth-child(32) { 86     width: 74px; 87 } 88  89 li:nth-child(33) { 90     width: 176px; 91 } 92  93 li:nth-child(34) { 94     width: 362px; 95 } 96  97 li:nth-child(35) { 98     width: 74px; 99 }100 101 li:nth-child(31), li:nth-child(30) {102   box-sizing: border-box;103   padding-top: 14px;104 }105 106 li:nth-child(31) span, li:nth-child(30) span {107   display: block;108   line-height: 0.5;109 }

登录后复制

 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至253000106@qq.com举报,一经查实,本站将立刻删除。

发布者:PHP中文网,转转请注明出处:https://www.chuangxiangniao.com/p/3097744.html

(0)
上一篇 2025年3月29日 05:43:34
下一篇 2025年2月26日 23:53:53

AD推荐 黄金广告位招租... 更多推荐

发表回复

登录后才能评论