【UI】前端常用特效
<button class="<em>button</em> -7" role="button">Button 7</button>
<style>
.
button -7:hover,
.
button-7:focus {
background-color: #07c;
} .
button-7:focus {
box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
} .
button-7:active {
background-color: #0064bd;
box-shadow: none;