<style type="text/css"> .color{ padding: 0; margin: 0; width: 20%; border-radius: 4px; text-align: center; line-height: 40px; box-sizing: border-box; font-size: 14px; overflow: hidden; } .color span{ width: 100%; display: inline-block; transition: transform .4s linear; } .color:hover span:nth-child(1){ transform: translateX(-100%); } .color:hover span:nth-child(2){ transform: translateX(-100%); } </style>说明:研究表明,适当的配色有助于用户的黏性,可以给用户带来直观的视觉感受
#4eb900#3b8704
#fd7127