试试这个,你会回来点赞的
.boxshadow-outset{
width:100px;
height:100px;
box-shadow:4px 4px 6px 1px #666,
10px 10px 50px 10px #888 inset;
border-radius:50px;
}
.boxshadow-outset{
width:100px;
height:100px;
box-shadow:4px 4px 6px 1px #666,
10px 10px 50px 10px #888 inset;
border-radius:50px;
}
2016-11-03
a[class^='column']{background-color:red;}
a[href$='doc']{background-color:lightgreen;}
a[title*='box']{background-color:#ff00ff;}
a[href$='doc']{background-color:lightgreen;}
a[title*='box']{background-color:#ff00ff;}
2016-11-03
.box input {
opacity: 0;
position: absolute;
top:0;
left:0;
width: 100%;
height:100%;
z-index:100;
}
opacity: 0;
position: absolute;
top:0;
left:0;
width: 100%;
height:100%;
z-index:100;
}
2016-11-03