css hover特效
css hover2: <!-- 按钮特效 --> <a class="video-btn" href="###"> <span class="video-ico">Video icon</span> <span>Watch Video<span>What and how we work</span></span> </a> <style type="text/css"> a.video-btn { color: #3399cc; text-decoration: none;} a.video-btn:hover, a.video-btn:focus { color: #8ab206; text-decoration: none;} a:active, a:hover { outline: 0;} a, input[type="button"], input[type="submit"], button { -moz-transition: background 550ms cubic-bezier(0.45, 1, 0.32, 1), color 550ms cubic-bezier(0.45, 1, 0.32, 1); -webkit-transition: background 550ms cubic-bezier(0.45, 1, 0.32, 1), color 550ms