html5 异形按钮,css3打造一款漂亮的卡哇伊按钮

2023-11-06 19:20

本文主要是介绍html5 异形按钮,css3打造一款漂亮的卡哇伊按钮,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

效果图如下:

01777ae85924332b05f5a04559154ce9.png

源码如下:

复制代码代码如下:

BonBon Buttons - Sweet CSS3 buttons

html {

background-color: #ddd;

font: 62.5%/1 "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;

}

body { padding: 100px; }

#wrapper { text-align: center; }

/*It appears that the Pictos Font resets the line-height of the icon.. so if you are using them, delete the line below. */

.icon:before { line-height: .7em; }

Button

测试

测试

测试

测试

测试

测试

测试

buttons.css:

复制代码代码如下:

/* -------------- THE button -------------- */

.button {

/* text */

text-decoration: none;

font: 24px/1em 'Droid Sans', sans-serif;

font-weight: bold;

text-shadow: rgba(255,255,255,.5) 0 1px 0;

-webkit-user-select: none;

-moz-user-select: none;

user-select: none;

/* layout */

padding: .5em .6em .4em .6em;

margin: .5em;

display: inline-block;

position: relative;

-webkit-border-radius: 8px;

-moz-border-radius: 8px;

border-radius: 8px;

/* effects */

border-top: 1px solid rgba(255,255,255,0.8);

border-bottom: 1px solid rgba(0,0,0,0.1);

background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);

background-image: -moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%), url(noise.png);

background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);

-webkit-transition: background .2s ease-in-out;

-moz-transition: background .2s ease-in-out;

transition: background .2s ease-in-out;

/* color */

color: hsl(0, 0%, 40%) !important;

background-color: hsl(0, 0%, 75%);

-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

}

/* -------------- button (tag) -------------- */

button.button {

border-left: none;

border-right: none;

}

button.button:hover {

cursor: pointer;

}

/* -------------- icon -------------- */

.button:before {

font: 1.2em/0 'Pictos', sans-serif;

content: attr(data-icon); /* gets the icon value from the custom data attribute and puts it infront of the button label */

margin-right: 0.4em;

}

/* icon only */

.icon {

font-weight: normal;

font-style: normal;

text-indent: -999em;

}

.icon:before {

margin-right: 0;

display: block;

height: 0;

text-indent: 0px;

}

/* -------------- colours -------------- */

.button.orange {

color: hsl(39, 100%, 30%) !important;

background-color: hsl(39, 100%, 50%);

-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

}

.button.orange:hover { background-color: hsl(39, 100%, 65%); }

.button.blue {

color: hsl(208, 50%, 40%) !important;

background-color: hsl(208, 100%, 75%);

-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

}

.button.blue:hover { background-color: hsl(208, 100%, 83%); }

.button.green {

color: hsl(88, 70%, 30%) !important;

background-color: hsl(88, 70%, 60%);

-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

}

.button.green:hover { background-color: hsl(88, 70%, 75%); }

.button.pink {

color: hsl(340, 100%, 30%) !important;

background-color: hsl(340, 100%, 75%);

-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */

hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */

rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */

}

.button.pink:hover { background-color: hsl(340, 100%, 83%); }

.button.transparent {

color: rgba(0,0,0,0.5) !important;

}

.button.transparent, .button.transparent:hover, .button.transparent:active {

background-color: transparent;

background-image: none;

}

.button.transparent:hover {

opacity: .9;

}

/* -------------- States -------------- */

.button:hover {

background-color: hsl(0, 0%, 83%);

}

.button:active {

background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )), url(noise.png);

background-image: -moz-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )), url(noise.png);

background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )), url(noise.png);

-webkit-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */

rgba(0,0,0,0.4) 0 .1em 1px, /* border */

rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */

-moz-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */

rgba(0,0,0,0.4) 0 .1em 1px, /* border */

rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */

box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */

rgba(0,0,0,0.4) 0 .1em 1px, /* border */

rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */

-webkit-transform: translateY(.2em);

-moz-transform: translateY(.2em);

transform: translateY(.2em);

}

.button:focus {

outline: none;

color: rgba(254,255,255,0.9) !important;

text-shadow: rgba(0,0,0,0.2) 0 1px 2px;

}

.button[disabled], .button[disabled]:hover, .button.disabled, .button.disabled:hover {

opacity: .5;

cursor: default;

color: rgba(0,0,0,0.2) !important;

text-shadow: none !important;

background-color: rgba(0,0,0,0.05);

background-image: none;

border-top: none;

-webkit-box-shadow: inset rgba(255,254,255,0.4) 0 0.3em .3em, inset rgba(0,0,0,0.1) 0 -0.1em .3em, /* inner shadow */

rgba(0,0,0,0.3) 0 .1em 1px, /* border */

rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */

-moz-box-shadow: inset rgba(255,254,255,0.4) 0 0.3em .3em, inset rgba(0,0,0,0.1) 0 -0.1em .3em, /* inner shadow */

rgba(0,0,0,0.3) 0 .1em 1px, /* border */

rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */

box-shadow: inset rgba(255,254,255,0.4) 0 0.3em .3em, inset rgba(0,0,0,0.1) 0 -0.1em .3em, /* inner shadow */

rgba(0,0,0,0.3) 0 .1em 1px, /* border */

rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */

-webkit-transform: translateY(5px);

-moz-transform: translateY(5px);

transform: translateY(5px);

}

/* -------------- Fonts -------------- */

.serif {

font-family: 'Lobster', serif;

font-weight: normal;

}

/* -------------- Sizes -------------- */

.xs { font-size: 16px; }

.xl { font-size: 32px; }

/* -------------- Materials -------------- */

.button.glossy:after, .button.glass:after {

content: "";

position: absolute;

width: 90%;

height: 60%;

top: 0;

left: 5%;

-webkit-border-radius: .5em .5em 1em 1em / .5em .5em 2em 2em;

-moz-border-radius: .5em .5em 1em 1em / .5em .5em 2em 2em;

border-radius: .5em .5em 1em 1em / .5em .5em 2em 2em;

background-image: -webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.55) ), to( rgba(255,255,255,.5) ),

color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );

background-image: -moz-linear-gradient(left, rgba(255,255,255,.55), rgba(255,255,255,0) 50%, rgba(255,255,255,0) 80%, rgba(255,255,255,.5) );

background-image: gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.55) ), to( rgba(255,255,255,.5) ),

color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );

}

.button.glossy:active:after,

.button.glass:active:after,

.button.disabled:after,

.button[disabled]:after

{ opacity: .6; }

.button.icon.glossy:after,

.button.icon.glass:after { height: 75% ; }

/* -------------- Glass + Transparent -------------- */

.button.glass {

text-shadow: rgba(255,255,255,.5) 0 -1px 0, rgba(0,0,0,0.18) 0 .18em .15em;

}

.button.glass:active {

text-shadow: rgba(255,255,255,.3) 0 1px 0, rgba(0,0,0,0.15) 0 .18em .15em;

}

/* -------------- Shapes -------------- */

/* round */

.round, .round.glossy:after, .round.glass:after {

border-top: none;

-webkit-border-radius: 1em;

-moz-border-radius: 1em;

border-radius: 1em;

}

/* oval */

.oval {

border-top: none;

padding-left: .8em;

padding-right: .8em;

-webkit-border-radius: 5em / 2em;

-moz-border-radius: 5em / 2em;

border-radius: 5em / 2em;

}

.oval.glossy:after, .oval.glass:after {

top: 5%;

-webkit-border-radius: 5em / 2em 2em 1em 1em;

-moz-border-radius: 5em / 2em 2em 1em 1em;

border-radius: 5em / 2em 2em 1em 1em;

}

.oval.icon {

padding-left: .8em;

padding-right: .8em;

-webkit-border-radius: 1.5em / 1em;

-moz-border-radius: 1.5em / 1em;

border-radius: 1.5em / 1em;

}

.oval.icon.glossy:after, .oval.icon.glass:after {

-webkit-border-radius: 1.5em / 1em;

-moz-border-radius: 1.5em / 1em;

border-radius: 1.5em / 1em;

}

/* brackets */

.brackets, .brackets.glossy:after, .brackets.glass:after {

border-top: none;

-webkit-border-radius: .5em / 1em;

-moz-border-radius: .5em / 1em;

border-radius: .5em / 1em;

}

/* skew */

.skew {

border-top: none;

padding-right: 1.2em;

padding-left: 0.8em;

-webkit-border-radius: 5em 1em / 5em 1em;

-moz-border-radius: 5em 1em / 5em 1em;

border-radius: 5em 1em / 5em 1em;

}

.skew.glossy:after, .skew.glass:after {

left: 10%;

-webkit-border-radius: 7em 1em / 5em 1em;

-moz-border-radius: 7em 1em / 5em 1em;

border-radius: 7em 1em / 5em 1em;

}

.skew.icon {

padding-right: .9em;

padding-left: .8em;

}

/* back */

.back, .back.glossy:after, .back.glass:after {

border-top-color: rgba(255,255,255,0.5);

-webkit-border-radius: 1.6em 1.6em 1em 1em / 4em 4em 1em 1em;

-moz-border-radius: 1.6em 1.6em 1em 1em / 4em 4em 1em 1em;

border-radius: 1.6em 1.6em 1em 1em / 4em 4em 1em 1em;

}

.back.glossy:after, .back.glass:after {

left: 6%;

width: 88%;

}

/* knife */

.knife {

padding-left: 1.5em;

-webkit-border-radius: .2em .5em .5em 8em / .2em .5em .5em 5em;

-moz-border-radius: .2em .5em .5em 8em / .2em .5em .5em 5em;

border-radius: .2em .5em .5em 8em / .2em .5em .5em 5em;

}

.knife.glossy:after, .knife.glass:after {

left: 3%;

width: 97%;

-webkit-border-radius: .1em .5em .5em 8em / .1em .5em .5em 2em;

-moz-border-radius: .1em .5em .5em 8em / .1em .5em .5em 2em;

border-radius: .1em .5em .5em 8em / .1em .5em .5em 2em;

}

.knife.glossy.icon:after, .knife.glass.icon:after {

left: 5%;

width: 95%;

-webkit-border-radius: .5em .5em 1em 6em / .5em .5em 1em 4em;

-moz-border-radius: .5em .5em 1em 6em / .5em .5em 1em 4em;

border-radius: .5em .5em 1em 6em / .5em .5em 1em 4em;

}

/* shield */

.shield, .shield.glossy:after, .shield.glass:after {

-webkit-border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;

-moz-border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;

border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;

}

.shield {

padding-left: .8em;

padding-right: .8em;

}

.shield.icon {

padding-left: .6em;

padding-right: .6em;

}

/* drop */

.drop {

border-top: none;

-webkit-border-radius: 2em 5em 2em .6em / 2em 4em 2em .6em;

-moz-border-radius: 2em 5em 2em .6em / 2em 4em 2em .6em;

border-radius: 2em 5em 2em .6em / 2em 4em 2em .6em;

}

.drop.glossy:after, .drop.glass:after {

left: 4%;

-webkit-border-radius: 2em 6em 2em 1em / 2em 4em 2em 2em;

-moz-border-radius: 2em 6em 2em 1em / 2em 4em 2em 2em;

border-radius: 2em 6em 2em 1em / 2em 4em 2em 2em;

}

.drop.icon {

padding-right: .6em;

}

/* morph */

.morph {

border-top: none;

-webkit-border-radius: 5em / 2em;

-moz-border-radius: 5em / 2em;

border-radius: 5em / 2em;

-webkit-transition: -webkit-border-radius .3s ease-in-out;

-moz-transition: -moz-border-radius .3s ease-in-out;

transition: -moz-border-radius .3s ease-in-out;

}

.morph:hover {

-webkit-border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;

-moz-border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;

border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;

}

.morph:active {

-webkit-border-radius: .3em;

-moz-border-radius: .3em;

border-radius: .3em;

}

.morph:after {

display: none;

}

/* Some ugly hacks for FF.

Thanks to David Hund for some help - http://valuedstandards.com/static/test/buttons/ */

@-moz-document url-prefix() {

.button { text-align: center; }

.icon { padding: .5em 1em; }

.icon:before { margin-left: -.42em; float: left; }

.drop.icon { padding-right: 1.1em; }

.shield.icon { padding-left: 1.1em; padding-right: 1.1em; }

.skew.icon { padding-right: 1.4em; padding-left: 1.3em; }

.oval.icon { padding-left: 1.3em; padding-right: 1.3em; }

.knife { padding-left: 2em; }

}

/* Damn, this became a fat baby.. */

这篇关于html5 异形按钮,css3打造一款漂亮的卡哇伊按钮的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/358570

相关文章

Python将博客内容html导出为Markdown格式

《Python将博客内容html导出为Markdown格式》Python将博客内容html导出为Markdown格式,通过博客url地址抓取文章,分析并提取出文章标题和内容,将内容构建成html,再转... 目录一、为什么要搞?二、准备如何搞?三、说搞咱就搞!抓取文章提取内容构建html转存markdown

在React中引入Tailwind CSS的完整指南

《在React中引入TailwindCSS的完整指南》在现代前端开发中,使用UI库可以显著提高开发效率,TailwindCSS是一个功能类优先的CSS框架,本文将详细介绍如何在Reac... 目录前言一、Tailwind css 简介二、创建 React 项目使用 Create React App 创建项目

vue使用docxtemplater导出word

《vue使用docxtemplater导出word》docxtemplater是一种邮件合并工具,以编程方式使用并处理条件、循环,并且可以扩展以插入任何内容,下面我们来看看如何使用docxtempl... 目录docxtemplatervue使用docxtemplater导出word安装常用语法 封装导出方

Vue中组件之间传值的六种方式(完整版)

《Vue中组件之间传值的六种方式(完整版)》组件是vue.js最强大的功能之一,而组件实例的作用域是相互独立的,这就意味着不同组件之间的数据无法相互引用,针对不同的使用场景,如何选择行之有效的通信方式... 目录前言方法一、props/$emit1.父组件向子组件传值2.子组件向父组件传值(通过事件形式)方

css中的 vertical-align与line-height作用详解

《css中的vertical-align与line-height作用详解》:本文主要介绍了CSS中的`vertical-align`和`line-height`属性,包括它们的作用、适用元素、属性值、常见使用场景、常见问题及解决方案,详细内容请阅读本文,希望能对你有所帮助... 目录vertical-ali

浅析CSS 中z - index属性的作用及在什么情况下会失效

《浅析CSS中z-index属性的作用及在什么情况下会失效》z-index属性用于控制元素的堆叠顺序,值越大,元素越显示在上层,它需要元素具有定位属性(如relative、absolute、fi... 目录1. z-index 属性的作用2. z-index 失效的情况2.1 元素没有定位属性2.2 元素处

Python实现html转png的完美方案介绍

《Python实现html转png的完美方案介绍》这篇文章主要为大家详细介绍了如何使用Python实现html转png功能,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 1.增强稳定性与错误处理建议使用三层异常捕获结构:try: with sync_playwright(

Vue 调用摄像头扫描条码功能实现代码

《Vue调用摄像头扫描条码功能实现代码》本文介绍了如何使用Vue.js和jsQR库来实现调用摄像头并扫描条码的功能,通过安装依赖、获取摄像头视频流、解析条码等步骤,实现了从开始扫描到停止扫描的完整流... 目录实现步骤:代码实现1. 安装依赖2. vue 页面代码功能说明注意事项以下是一个基于 Vue.js

CSS @media print 使用详解

《CSS@mediaprint使用详解》:本文主要介绍了CSS中的打印媒体查询@mediaprint包括基本语法、常见使用场景和代码示例,如隐藏非必要元素、调整字体和颜色、处理链接的URL显示、分页控制、调整边距和背景等,还提供了测试方法和关键注意事项,并分享了进阶技巧,详细内容请阅读本文,希望能对你有所帮助...

Nginx实现前端灰度发布

《Nginx实现前端灰度发布》灰度发布是一种重要的策略,它允许我们在不影响所有用户的情况下,逐步推出新功能或更新,通过灰度发布,我们可以测试新版本的稳定性和性能,下面就来介绍一下前端灰度发布的使用,感... 目录前言一、基于权重的流量分配二、基于 Cookie 的分流三、基于请求头的分流四、基于请求参数的分