【UI】前端常用特效
<button class="<em>button</em> -6" role="button">Button 6</button>
<style>
.
button -6:hover,
.
button-6:focus {
border-color: rgba(0, 0, 0, 0.15); rgba(0, 0, 0, 0.1) 0 4px 12px;
color: rgba(0, 0, 0, 0.65);
}
.
button -6:hover {
transform: translateY(-1px);
}
.
button-6:active {