搜索
系统检测到您的用户名不符合规范:

CSS3基于谷歌字体库的图标按钮

浏览:858 发布日期:2017年08月22日 分类:系统代码 关键字: css3
基于谷歌字体库的图标按钮
* {
font-family: 'Microsoft YaHei','Lantinghei SC','Open Sans',Arial,'Hiragino Sans GB','STHeiti','WenQuanYi Micro Hei','SimSun',sans-serif;
}

body {
font-size: 1rem;
background-color: #ebebeb;
padding: 20px;
text-align: center;
}

h1 {
font-weight: 100;
color: #777;
}

.main-wrapper {
border-radius: 4px;
background-color: white;
padding: 20px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
position: relative;
}

i.material-icons {
font-size: 1.5rem;
color: white;
position: relative;
border-radius: 50%;
padding: 5px;
margin: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

i.material-icons:after {
content: "";
width: 100%;
height: 100%;
border: solid 2px;
transform: scale(0.8);
position: absolute;
top: -2px;
left: -2px;
border-radius: 50%;
transition: all 0.3s ease;
}

i.material-icons:hover:after {
transform: scale(1);
box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}

i.material-icons:nth-of-type(4) {
background-color: #88b999;
}

i.material-icons:nth-of-type(4):hover {
color: #88b999;
}

i.material-icons:nth-of-type(4):after {
border-color: #88b999;
}

i.material-icons:nth-of-type(5) {
background-color: #88b2b9;
}

i.material-icons:nth-of-type(5):hover {
color: #88b2b9;
}

i.material-icons:nth-of-type(5):after {
border-color: #88b2b9;
}

i.material-icons:nth-of-type(6) {
background-color: #8897b9;
}

i.material-icons:nth-of-type(6):hover {
color: #8897b9;
}

i.material-icons:nth-of-type(6):after {
border-color: #8897b9;
}

i.material-icons:nth-of-type(7) {
background-color: #af88b9;
}

i.material-icons:nth-of-type(7):hover {
color: #af88b9;
}

i.material-icons:nth-of-type(7):after {
border-color: #af88b9;
}

i.material-icons:nth-of-type(8) {
background-color: #d59acb;
}

i.material-icons:nth-of-type(8):hover {
color: #d59acb;
}

i.material-icons:nth-of-type(8):after {
border-color: #d59acb;
}

i.material-icons:nth-of-type(1) {
background-color: #cd8484;
}

i.material-icons:nth-of-type(1):hover {
color: #cd8484;
}

i.material-icons:nth-of-type(1):after {
border-color: #cd8484;
}

i.material-icons:nth-of-type(2) {
background-color: #ec9f83;
}

i.material-icons:nth-of-type(2):hover {
color: #ec9f83;
}

i.material-icons:nth-of-type(2):after {
border-color: #ec9f83;
}

i.material-icons:nth-of-type(3) {
background-color: #cdb274;
}

i.material-icons:nth-of-type(3):hover {
color: #cdb274;
}

i.material-icons:nth-of-type(3):after {
border-color: #cdb274;
}

i.material-icons:hover {
background-color: transparent;
transform: rotate(90deg);
cursor: pointer;
box-shadow: none;
}

p {
color: #999;
font-weight: 300;
margin-top: 20px;
}

@media (min-width:601px) {
i.material-icons {
padding:10px;
margin:5px;
font-size:2rem;
}
}

@media (min-width:993px) {
i.material-icons {
padding:20px;
margin:10px;
font-size:4rem;
}
i.material-icons:after {
border-width:3px;
top:-3px;
left:-3px;
}
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/datouwang.woff2) format('woff2');
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}
<div class="main-wrapper">
<i class="material-icons">attach_file</i>
<i class="material-icons">settings</i>
<i class="material-icons">refresh</i>
<i class="material-icons">search</i>
<i class="material-icons">explore</i>
<i class="material-icons">public</i>
<i class="material-icons">autorenew</i>
<i class="material-icons">add</i>
</div>
来源:http://www.datouwang.com/jiaoben/1271.html
评论() 相关
后面还有条评论,
评论支持使用[code][/code]标签添加代码
您需要登录后才可以评论 登录 | 立即注册
收藏
linkk2
积分:67 等级:LV0
热点推荐
(追記) (追記ここまで)
最新更新

我们

合作

网站

信息

ThinkPHP 是一个免费开源的,快速、简单的面向对象的 轻量级PHP开发框架 ,创立于2006年初,遵循Apache2开源协议发布,是为了敏捷WEB应用开发和简化企业应用开发而诞生的。ThinkPHP从诞生以来一直秉承简洁实用的设计原则,在保持出色的性能和至简的代码的同时,也注重易用性。并且拥有众多的原创功能和特性,在社区团队的积极参与下,在易用性、扩展性和性能方面不断优化和改进,已经成长为国内最领先和最具影响力的WEB应用开发框架,众多的典型案例确保可以稳定用于商业以及门户级的开发。

AltStyle によって変換されたページ (->オリジナル) /