收藏的一些button樣式

body{

background:#f5faff;

}

.demo_con{

width:960px;

margin:40pxauto0;

}

.button{

width:140px;

line-height:38px;

text-align:center;

font-weight:bold;

color:#fff;

text-shadow:1px1px1px#333;

border-radius:5px;

margin:020px20px0;

position:relative;

overflow:hidden;

}

.button:nth-child(6n){

margin-right:0;

}

.button.gray{

color:#8c96a0;

text-shadow:1px1px1px#fff;

border:1pxsolid#dce1e6;

box-shadow:01px2px#fffinset,0-1px0#a8abaeinset;

background:-webkit-linear-gradient(top,#f2f3f7,#e4e8ec);

background:-moz-linear-gradient(top,#f2f3f7,#e4e8ec);

background:linear-gradient(top,#f2f3f7,#e4e8ec);

}

.button.black{

border:1pxsolid#333;

box-shadow:01px2px#8b8b8binset,0-1px0#3d3d3dinset,0-2px3px#8b8b8binset;

background:-webkit-linear-gradient(top,#656565,#4c4c4c);

background:-moz-linear-gradient(top,#656565,#4a4a4a);

background:linear-gradient(top,#656565,#4a4a4a);

}

.button.red{

border:1pxsolid#b42323;

box-shadow:01px2px#e99494inset,0-1px0#954b4binset,0-2px3px#e99494inset;

background:-webkit-linear-gradient(top,#d53939,#b92929);

background:-moz-linear-gradient(top,#d53939,#b92929);

background:linear-gradient(top,#d53939,#b92929);

}

.button.yellow{

border:1pxsolid#d2a000;

box-shadow:01px2px#fedd71inset,0-1px0#a38b39inset,0-2px3px#fedd71inset;

background:-webkit-linear-gradient(top,#fece34,#d8a605);

background:-moz-linear-gradient(top,#fece34,#d8a605);

background:linear-gradient(top,#fece34,#d8a605);

}

.button.green{

border:1pxsolid#64c878;

box-shadow:01px2px#b9ecc4inset,0-1px0#6c9f76inset,0-2px3px#b9ecc4inset;

background:-webkit-linear-gradient(top,#90dfa2,#84d494);

background:-moz-linear-gradient(top,#90dfa2,#84d494);

background:linear-gradient(top,#90dfa2,#84d494);

}

.button.blue{

border:1pxsolid#1e7db9;

box-shadow:01px2px#8fcaeeinset,0-1px0#497897inset,0-2px3px#8fcaeeinset;

background:-webkit-linear-gradient(top,#42a4e0,#2e88c0);

background:-moz-linear-gradient(top,#42a4e0,#2e88c0);

background:linear-gradient(top,#42a4e0,#2e88c0);

}

.round,

.side,

.tags{

padding-right:30px;

}

.round:after{

position:absolute;

display:inline-block;

content:"\003c";

top:50%;

right:10px;

margin-top:-10px;

width:17px;

height:20px;

padding-left:3px;

line-height:18px;

font-size:10px;

font-weight:normal;

border-radius:10px;

text-shadow:-2px01px#333;

-webkit-transform:rotate(-90deg);

-moz-transform:rotate(-90deg);

transform:rotate(-90deg);

}

.gray.round:after{

box-shadow:1px01pxrgba(255,255,255,1)inset,1px01pxrgba(0,0,0,.2);

background:-webkit-linear-gradient(top,#dce1e6,#dde2e7);

background:-moz-linear-gradient(top,#dce1e6,#dde2e7);

background:linear-gradient(top,#dce1e6,#dde2e7);

text-shadow:-2px01px#fff;

}

.black.round:after{

box-shadow:1px01pxrgba(255,255,255,.5)inset,1px01pxrgba(0,0,0,.9);

background:-webkit-linear-gradient(top,#333,#454545);

background:-moz-linear-gradient(top,#333,#454545);

background:linear-gradient(top,#333,#454545);

}

.red.round:after{

box-shadow:1px01pxrgba(255,255,255,.6)inset,1px01pxrgba(130,25,25,.9);

background:-webkit-linear-gradient(top,#b12222,#b42323);

background:-moz-linear-gradient(top,#b12222,#b42323);

background:linear-gradient(top,#b12222,#b42323);

}

.yellow.round:after{

box-shadow:1px01pxrgba(255,255,255,.8)inset,1px01pxrgba(148,131,4,.9);

background:-webkit-linear-gradient(top,#cf9d00,#d2a000);

background:-moz-linear-gradient(top,#cf9d00,#d2a000);

background:linear-gradient(top,#cf9d00,#d2a000);

}

.green.round:after{

box-shadow:1px01pxrgba(255,255,255,.8)inset,1px01pxrgba(51,126,66,.9);

background:-webkit-linear-gradient(top,#64c878,#6dcb80);

background:-moz-linear-gradient(top,#64c878,#6dcb80);

background:linear-gradient(top,#64c878,#6dcb80);

}

.blue.round:after{

box-shadow:1px01pxrgba(255,255,255,.8)inset,1px01pxrgba(18,85,128,.9);

background:-webkit-linear-gradient(top,#1e7db9,#2b85bd);

background:-moz-linear-gradient(top,#1e7db9,#2b85bd);

background:linear-gradient(top,#1e7db9,#2b85bd);

}

.side:after{

position:absolute;

display:inline-block;

content:"\00bb";

top:3px;

right:-4px;

width:38px;

height:30px;

font-weight:normal;

line-height:26px;

border-radius:005px5px;

text-shadow:-2px01px#333;

-webkit-transform:rotate(-90deg);

-moz-transform:rotate(-90deg);

transform:rotate(-90deg);

}

.gray.side:after{

text-shadow:-2px01px#fff;

border-top:1pxsolid#d4d4d4;

box-shadow:-2px01px#eceef1inset;

background:-webkit-linear-gradient(right,#e1e6ea,#f2f2f660%);

background:-moz-linear-gradient(right,#e1e6ea,#f2f2f660%);

background:linear-gradient(right,#e1e6ea,#f2f2f660%);

}

.black.side:after{

border-top:1pxsolid#222;

box-shadow:-2px01px#606060inset;

background:-webkit-linear-gradient(right,#373737,#55560%);

background:-moz-linear-gradient(right,#373737,#55560%);

background:linear-gradient(right,#373737,#55560%);

}

.red.side:after{

border-top:1pxsolid#aa1e1e;

box-shadow:-2px01px#c75959inset;

background:-webkit-linear-gradient(right,#b82929,#d73f3f60%);

background:-moz-linear-gradient(top,#b82929,#d73f3f60%);

background:linear-gradient(top,#b82929,#d73f3f60%);

}

.yellow.side:after{

border-top:1pxsolid#ba8f06;

box-shadow:-2px01px#deb842inset;

background:-webkit-linear-gradient(right,#d5a406,#fdc40b60%);

background:-moz-linear-gradient(right,#d5a406,#fdc40b60%);

background:linear-gradient(right,#d5a406,#fdc40b60%);

}

.green.side:after{

border-top:1pxsolid#53b567;

box-shadow:-2px01px#8ad599inset;

background:-webkit-linear-gradient(right,#69ca7c,#91e5a560%);

background:-moz-linear-gradient(right,#69ca7c,#91e5a560%);

background:linear-gradient(right,#69ca7c,#91e5a560%);

}

.blue.side:after{

border-top:1pxsolid#1971a8;

box-shadow:-2px01px#559dcainset;

background:-webkit-linear-gradient(right,#2482bd,#3fa2e060%);

background:-moz-linear-gradient(right,#2482bd,#3fa2e060%);

background:linear-gradient(right,#2482bd,#3fa2e060%);

}

.tags:after{

font-weight:normal;

position:absolute;

display:inline-block;

content:"FREE";

top:-3px;

right:-33px;

color:#fff;

text-shadow:none;

width:85px;

height:25px;

line-height:28px;

-webkit-transform:rotate(45deg)scale(.7,.7);

-moz-transform:rotate(45deg)scale(.7,.7);

transform:rotate(45deg)scale(.7,.7);

}

.gray.tags:after{

background:#8c96a0;

border:2pxsolid#fff;

}

.black.tags:after{

background:#333;

border:2pxsolid#777;

}

.red.tags:after{

background:#b42323;

border:2pxsolid#df4141;

}

.yellow.tags:after{

background:#d2a000;

border:2pxsolid#fcc100;

}

.green.tags:after{

background:#64c878;

border:2pxsolid#9bebac;

}

.blue.tags:after{

background:#1e7db9;

border:2pxsolid#54b1e9;

}

.button.rarrow,

.button.larrow{

overflow:visible;

}

.rarrow:after,

.rarrow:before,

.larrow:after,

.larrow:before{

position:absolute;

content:"";

display:block;

width:28px;

height:28px;

-webkit-transform:rotate(45deg);

-moz-transform:rotate(45deg);

transform:rotate(45deg);

}

.rarrow:before{

width:27px;

height:27px;

top:6px;

right:-13px;

clip:rect(autoauto26px2px);

}

.rarrow:after{

top:6px;

right:-12px;

clip:rect(autoauto26px2px);

}

.gray.rarrow:before{

background:#d6dbe0;

}

.gray.rarrow:after{

box-shadow:01px0#fffinset,-1px00#b7babdinset;

background:-webkit-linear-gradient(topleft,#f2f3f7,#e4e8ec);

background:-moz-linear-gradient(topleft,#f2f3f7,#e4e8ec);

background:linear-gradient(topleft,#f2f3f7,#e4e8ec);

}

.black.rarrow:before{

background:#333;

}

.black.rarrow:after{

box-shadow:01px0#8B8B8Binset,-1px00#3d3d3dinset,-2px00#8B8B8Binset;

background:-webkit-linear-gradient(topleft,#656565,#4C4C4C);

background:-moz-linear-gradient(topleft,#656565,#4C4C4C);

background:linear-gradient(topleft,#656565,#4C4C4C);

}

.red.rarrow:before{

background:#B42323;

}

.red.rarrow:after{

box-shadow:01px0#E99494inset,-1px00#954B4Binset,-2px00#E99494inset;

background:-webkit-linear-gradient(topleft,#D53939,#B92929);

background:-moz-linear-gradient(topleft,#D53939,#B92929);

background:linear-gradient(topleft,#D53939,#B92929);

}

.yellow.rarrow:before{

background:#D2A000;

}

.yellow.rarrow:after{

box-shadow:01px0#FEDD71inset,-1px00#A38B39inset,-2px00#FEDD71inset;

background:-webkit-linear-gradient(topleft,#FECE34,#D8A605);

background:-moz-linear-gradient(topleft,#FECE34,#D8A605);

background:linear-gradient(topleft,#FECE34,#D8A605);

}

.green.rarrow:before{

background:#64C878;

}

.green.rarrow:after{

box-shadow:01px0#B9ECC4inset,-1px00#6C9F76inset,-2px00#B9ECC4inset;

background:-webkit-linear-gradient(topleft,#90DFA2,#84D494);

background:-moz-linear-gradient(topleft,#90DFA2,#84D494);

background:linear-gradient(topleft,#90DFA2,#84D494);

}

.blue.rarrow:before{

background:#1E7DB9;

}

.blue.rarrow:after{

box-shadow:01px0#8FCAEEinset,-1px00#497897inset,-2px00#8FCAEEinset;

background:-webkit-linear-gradient(topleft,#42A4E0,#2E88C0);

background:-moz-linear-gradient(topleft,#42A4E0,#2E88C0);

background:linear-gradient(topleft,#42A4E0,#2E88C0);

}

.larrow:before{

top:6px;

left:-13px;

width:27px;

height:27px;

clip:rect(2px26pxautoauto);

}

.larrow:after{

top:6px;

left:-12px;

clip:rect(2px26pxautoauto);

}

.gray.larrow:before{

background:#d6dbe0;

}

.gray.larrow:after{

box-shadow:0-1px0#b7babdinset,1px00#fffinset;

background:-webkit-linear-gradient(topleft,#f2f3f7,#e4e8ec);

background:-moz-linear-gradient(topleft,#f2f3f7,#e4e8ec);

background:linear-gradient(topleft,#f2f3f7,#e4e8ec);

}

.black.larrow:before{

background:#333;

}

.black.larrow:after{

box-shadow:0-1px0#3d3d3dinset,0-2px0#8B8B8Binset,1px00#8B8B8Binset;

background:-webkit-linear-gradient(topleft,#656565,#4C4C4C);

background:-moz-linear-gradient(topleft,#656565,#4C4C4C);

background:linear-gradient(topleft,#656565,#4C4C4C);

}

.red.larrow:before{

background:#B42323;

}

.red.larrow:after{

box-shadow:0-1px0#954B4Binset,0-2px0#E99494inset,1px00#E99494inset;

background:-webkit-linear-gradient(topleft,#D53939,#B92929);

background:-moz-linear-gradient(topleft,#D53939,#B92929);

background:linear-gradient(topleft,#D53939,#B92929);

}

.yellow.larrow:before{

background:#D2A000;

}

.yellow.larrow:after{

box-shadow:0-1px0#A38B39inset,0-2px0#FEDD71inset,1px00#FEDD71inset;

background:-webkit-linear-gradient(topleft,#FECE34,#D8A605);

background:-moz-linear-gradient(topleft,#FECE34,#D8A605);

background:linear-gradient(topleft,#FECE34,#D8A605);

}

.green.larrow:before{

background:#64C878;

}

.green.larrow:after{

box-shadow:0-1px0#6C9F76inset,0-2px0#B9ECC4inset,1px00#B9ECC4inset;

background:-webkit-linear-gradient(topleft,#90DFA2,#84D494);

background:-moz-linear-gradient(topleft,#90DFA2,#84D494);

background:linear-gradient(topleft,#90DFA2,#84D494);

}

.blue.larrow:before{

background:#1E7DB9;

}

.blue.larrow:after{

box-shadow:0-1px0#497897inset,0-2px0#8FCAEEinset,1px00#8FCAEEinset;

background:-webkit-linear-gradient(topleft,#42A4E0,#2E88C0);

background:-moz-linear-gradient(topleft,#42A4E0,#2E88C0);

background:linear-gradient(topleft,#42A4E0,#2E88C0);

}

.gray:hover{

background:-webkit-linear-gradient(top,#fefefe,#ebeced);

background:-moz-linear-gradient(top,#f2f3f7,#ebeced);

background:linear-gradient(top,#f2f3f7,#ebeced);

}

.black:hover{

background:-webkit-linear-gradient(top,#818181,#575757);

background:-moz-linear-gradient(top,#818181,#575757);

background:linear-gradient(top,#818181,#575757);

}

.red:hover{

background:-webkit-linear-gradient(top,#eb6f6f,#c83c3c);

background:-moz-linear-gradient(top,#eb6f6f,#c83c3c);

background:linear-gradient(top,#eb6f6f,#c83c3c);

}

.yellow:hover{

background:-webkit-linear-gradient(top,#ffd859,#e3bb38);

background:-moz-linear-gradient(top,#ffd859,#e3bb38);

background:linear-gradient(top,#ffd859,#e3bb38);

}

.green:hover{

background:-webkit-linear-gradient(top,#aaebb9,#82d392);

background:-moz-linear-gradient(top,#aaebb9,#82d392);

background:linear-gradient(top,#aaebb9,#82d392);

}

.blue:hover{

background:-webkit-linear-gradient(top,#70bfef,#4097ce);

background:-moz-linear-gradient(top,#70bfef,#4097ce);

background:linear-gradient(top,#70bfef,#4097ce);

}

.gray:active{

top:1px;

box-shadow:01px3px#a8abaeinset,03px0#fff;

background:-webkit-linear-gradient(top,#e4e8ec,#e4e8ec);

background:-moz-linear-gradient(top,#e4e8ec,#e4e8ec);

background:linear-gradient(top,#e4e8ec,#e4e8ec);

}

.black:active{

top:1px;

box-shadow:01px3px#111inset,03px0#fff;

background:-webkit-linear-gradient(top,#424242,#575757);

background:-moz-linear-gradient(top,#424242,#575757);

background:linear-gradient(top,#424242,#575757);

}

.red:active{

top:1px;

box-shadow:01px3px#5b0505inset,03px0#fff;

background:-webkit-linear-gradient(top,#b11a1a,#bf2626);

background:-moz-linear-gradient(top,#b11a1a,#bf2626);

background:linear-gradient(top,#b11a1a,#bf2626);

}

.yellow:active{

top:1px;

box-shadow:01px3px#816b1finset,03px0#fff;

background:-webkit-linear-gradient(top,#d3a203,#dba907);

background:-moz-linear-gradient(top,#d3a203,#dba907);

background:linear-gradient(top,#d3a203,#dba907);

}

.green:active{

top:1px;

box-shadow:01px3px#4d7254inset,03px0#fff;

background:-webkit-linear-gradient(top,#5eac6e,#72b37e);

background:-moz-linear-gradient(top,#5eac6e,#72b37e);

background:linear-gradient(top,#5eac6e,#72b37e);

}

.blue:active{

top:1px;

box-shadow:01px3px#114566inset,03px0#fff;

background:-webkit-linear-gradient(top,#1a71a8,#1976b1);

background:-moz-linear-gradient(top,#1a71a8,#1976b1);

background:linear-gradient(top,#1a71a8,#1976b1);

}

.gray.side:hover:after{

background:-webkit-linear-gradient(right,#e7ebee,#f8f8f860%);

background:-moz-linear-gradient(right,#e7ebee,#f8f8f860%);

background:linear-gradient(right,#e7ebee,#f8f8f860%);

}

.black.side:hover:after{

background:-webkit-linear-gradient(right,#555,#6f6f6f60%);

background:-moz-linear-gradient(right,#555,#6f6f6f60%);

background:linear-gradient(right,#555,#6f6f6f60%);

}

.red.side:hover:after{

background:-webkit-linear-gradient(right,#c43333,#dc494960%);

background:-moz-linear-gradient(right,#c43333,#dc494960%);

background:linear-gradient(right,#c43333,#dc494960%);

}

.yellow.side:hover:after{

background:-webkit-linear-gradient(right,#e1b21a,#fbc71d60%);

background:-moz-linear-gradient(right,#e1b21a,#fbc71d60%);

background:linear-gradient(right,#e1b21a,#fbc71d60%);

}

.green.side:hover:after{

background:-webkit-linear-gradient(right,#85da95,#94e0a560%);

background:-moz-linear-gradient(right,#85da95,#94e0a560%);

background:linear-gradient(right,#85da95,#94e0a560%);

}

.blue.side:hover:after{

background:-webkit-linear-gradient(right,#338fc8,#56b2eb60%);

background:-moz-linear-gradient(right,#338fc8,#56b2eb60%);

background:linear-gradient(right,#338fc8,#56b2eb60%);

}

.gray.side:active:after{

top:4px;

border-top:1pxsolid#9fa6ab;

box-shadow:-1px01px#a8abaeinset;

background:-webkit-linear-gradient(right,#e4e8ec,#e4e8ec60%);

background:-moz-linear-gradient(right,#e4e8ec,#e4e8ec60%);

background:linear-gradient(right,#e4e8ec,#e4e8ec60%);

}

.black.side:active:after{

box-shadow:-1px01px#111inset;

background:-webkit-linear-gradient(right,#414040,#4d4c4c60%);

background:-moz-linear-gradient(right,#414040,#4d4c4c60%);

background:linear-gradient(right,#414040,#4d4c4c60%);

}

.red.side:active:after{

box-shadow:-1px01px#4b0707inset;

background:-webkit-linear-gradient(right,#b11a1a,#b11a1a60%);

background:-moz-linear-gradient(right,#b11a1a,#b11a1a60%);

background:linear-gradient(right,#b11a1a,#b11a1a60%);

}

.yellow.side:active:after{

box-shadow:-1px01px#816b1finset;

background:-webkit-linear-gradient(right,#d3a203,#dba90760%);

background:-moz-linear-gradient(right,#d3a203,#dba90760%);

background:linear-gradient(right,#d3a203,#dba90760%);

}

.green.side:active:after{

box-shadow:-1px01px#33663dinset;

background:-webkit-linear-gradient(right,#63a870,#72b37e60%);

background:-moz-linear-gradient(right,#63a870,#72b37e60%);

background:linear-gradient(right,#63a870,#72b37e60%);

}

.blue.side:active:after{

box-shadow:-1px01px#114566inset;

background:-webkit-linear-gradient(right,#1a71a8,#1976b160%);

background:-moz-linear-gradient(right,#1a71a8,#1976b160%);

background:linear-gradient(right,#1a71a8,#1976b160%);

}

.gray.rarrow:hover:after,

.gray.rarrow:hover:after{

background:-webkit-linear-gradient(topleft,#fefefe,#ebeced);

background:-moz-linear-gradient(topleft,#fefefe,#ebeced);

background:linear-gradient(topleft,#fefefe,#ebeced);

}

.black.rarrow:hover:after,

.black.larrow:hover:after{

background:-webkit-linear-gradient(topleft,#818181,#575757);

background:-moz-linear-gradient(topleft,#818181,#575757);

background:linear-gradient(topleft,#818181,#575757);

}

.red.rarrow:hover:after,

.red.larrow:hover:after{

background:-webkit-linear-gradient(topleft,#eb6f6f,#c83c3c);

background:-moz-linear-gradient(topleft,#eb6f6f,#c83c3c);

background:linear-gradient(topleft,#eb6f6f,#c83c3c);

}

.yellow.rarrow:hover:after,

.yellow.larrow:hover:after{

background:-webkit-linear-gradient(topleft,#ffd859,#e3bb38);

background:-moz-linear-gradient(topleft,#ffd859,#e3bb38);

background:linear-gradient(topleft,#ffd859,#e3bb38);

}

.green.rarrow:hover:after,

.green.larrow:hover:after{

background:-webkit-linear-gradient(topleft,#aaebb9,#82d392);

background:-moz-linear-gradient(topleft,#aaebb9,#82d392);

background:linear-gradient(topleft,#aaebb9,#82d392);

}

.blue.rarrow:hover:after,

.blue.larrow:hover:after{

background:-webkit-linear-gradient(topleft,#70bfef,#4097ce);

background:-moz-linear-gradient(topleft,#70bfef,#4097ce);

background:linear-gradient(topleft,#70bfef,#4097ce);

}

.gray.rarrow:active:after,

.gray.larrow:active:after{

background:-webkit-linear-gradient(topleft,#e4e8ec,#e4e8ec);

background:-moz-linear-gradient(topleft,#e4e8ec,#e4e8ec);

background:linear-gradient(topleft,#e4e8ec,#e4e8ec);

}

.black.rarrow:active:after,

.black.larrow:active:after{

background:-webkit-linear-gradient(topleft,#424242,#575757);

background:-moz-linear-gradient(topleft,#424242,#575757);

background:linear-gradient(topleft,#424242,#575757);

}

.red.rarrow:active:after,

.red.larrow:active:after{

background:-webkit-linear-gradient(topleft,#b11a1a,#bf2626);

background:-moz-linear-gradient(topleft,#b11a1a,#bf2626);

background:linear-gradient(topleft,#b11a1a,#bf2626);

}

.yellow.rarrow:active:after,

.yellow.larrow:active:after{

background:-webkit-linear-gradient(topleft,#d3a203,#dba907);

background:-moz-linear-gradient(topleft,#d3a203,#dba907);

background:linear-gradient(topleft,#d3a203,#dba907);

}

.green.rarrow:active:after,

.green.larrow:active:after{

background:-webkit-linear-gradient(topleft,#63a870,#72b37e);

background:-moz-linear-gradient(topleft,#63a870,#72b37e);

background:linear-gradient(topleft,#63a870,#72b37e);

}

.blue.rarrow:active:after,

.blue.larrow:active:after{

background:-webkit-linear-gradient(topleft,#1a71a8,#1976b1);

background:-moz-linear-gradient(topleft,#1a71a8,#1976b1);

background:linear-gradient(topleft,#1a71a8,#1976b1);

}

.gray.rarrow:active:after{

box-shadow:01px0#b7babdinset,-1px00#b7babdinset;

}

.gray.larrow:active:after{

box-shadow:0-1px0#b7babdinset,1px00#b7babdinset;

}

.black.rarrow:active:after{

box-shadow:01px0#333inset,-1px00#333inset;

}

.black.larrow:active:after{

box-shadow:0-1px0#333inset,1px00#333inset;

}

.red.rarrow:active:after{

box-shadow:01px0#640909inset,-1px00#640909inset;

}

.red.larrow:active:after{

box-shadow:0-1px0#640909inset,1px00#640909inset;

}

.yellow.rarrow:active:after{

box-shadow:01px0#816b1finset,-1px00#816b1finset;

}

.yellow.larrow:active:after{

box-shadow:0-1px0#816b1finset,1px00#816b1finset;

}

.green.rarrow:active:after{

box-shadow:01px0#4d7254inset,-1px00#4d7254inset;

}

.green.larrow:active:after{

box-shadow:0-1px0#4d7254inset,1px00#4d7254inset;

}

.blue.rarrow:active:after{

box-shadow:01px0#114566inset,-1px00#114566inset;

}

.blue.larrow:active:after{

box-shadow:0-1px0#114566inset,1px00#114566inset;

}

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市,隨后出現的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 227,428評論 6 531
  • 序言:濱河連續發生了三起死亡事件,死亡現場離奇詭異,居然都是意外死亡,警方通過查閱死者的電腦和手機,發現死者居然都...
    沈念sama閱讀 98,024評論 3 413
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人,你說我怎么就攤上這事。” “怎么了?”我有些...
    開封第一講書人閱讀 175,285評論 0 373
  • 文/不壞的土叔 我叫張陵,是天一觀的道長。 經常有香客問我,道長,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 62,548評論 1 307
  • 正文 為了忘掉前任,我火速辦了婚禮,結果婚禮上,老公的妹妹穿的比我還像新娘。我一直安慰自己,他們只是感情好,可當我...
    茶點故事閱讀 71,328評論 6 404
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著,像睡著了一般。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發上,一...
    開封第一講書人閱讀 54,878評論 1 321
  • 那天,我揣著相機與錄音,去河邊找鬼。 笑死,一個胖子當著我的面吹牛,可吹牛的內容都是我干的。 我是一名探鬼主播,決...
    沈念sama閱讀 42,971評論 3 439
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了?” 一聲冷哼從身側響起,我...
    開封第一講書人閱讀 42,098評論 0 286
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后,有當地人在樹林里發現了一具尸體,經...
    沈念sama閱讀 48,616評論 1 331
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 40,554評論 3 354
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發現自己被綠了。 大學時的朋友給我發了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 42,725評論 1 369
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖,靈堂內的尸體忽然破棺而出,到底是詐尸還是另有隱情,我是刑警寧澤,帶...
    沈念sama閱讀 38,243評論 5 355
  • 正文 年R本政府宣布,位于F島的核電站,受9級特大地震影響,放射性物質發生泄漏。R本人自食惡果不足惜,卻給世界環境...
    茶點故事閱讀 43,971評論 3 345
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧,春花似錦、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 34,361評論 0 25
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至,卻和暖如春,著一層夾襖步出監牢的瞬間,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 35,613評論 1 280
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人。 一個月前我還...
    沈念sama閱讀 51,339評論 3 390
  • 正文 我出身青樓,卻偏偏與公主長得像,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 47,695評論 2 370

推薦閱讀更多精彩內容

  • 1、垂直對齊 如果你用CSS,則你會有困惑:我該怎么垂直對齊容器中的元素?現在,利用CSS3的Transform,...
    kiddings閱讀 3,183評論 0 11
  • 各種純css圖標 CSS3可以實現很多漂亮的圖形,我收集了32種圖形,在下面列出。直接用CSS3畫出這些圖形,要比...
    劍殘閱讀 9,606評論 0 8
  • W3C標準中對css3的transition這是樣描述的:“css的transition允許css的屬性值在一定的...
    青春前行閱讀 1,423評論 0 5
  • 當我躺到床上, 頭顱低下來, 夜晚會從屁股直接浸沒到頭部, 順便把思考也從下半身扔回腦子里。 人說活著, 不過是讓...
    貝龍閱讀 4,571評論 14 5
  • 又到了4月1號,大多數人們只知道今天是愚人節,但是又有多少人知道今天是烈士王偉逝世16周年. "呼叫81192,呼...
    Alan丶White閱讀 432評論 0 0