Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE HTML>
<html>
<head>
<title>CSS3按钮特效</title>
<style type="text/css">
body{background: #dcdcdc;}
.box{width: 550px;text-align: center;line-height: 46px;margin:40px auto;}
.btn{position: relative;font-weight:bold;width: 124px;height: 44px;border-radius: 3px;border: 1px solid #c0c0c0;
margin:0 50px 40px 0;}
.btn:nth-child(3n){margin-right: 0;}
.btn:nth-child(1){
color: #8c3e4a;
border-color: #ed7989;
box-shadow:inset 0 1px 0 #f9a1b1,0 1px 0 rgba(0,0,0,.2);
background:-webkit-linear-gradient(top,#f78297,#f56c7e);
CSS代码...
JS代码...
xxxxxxxxxx