CSS3实现button:hover时background-color从左慢慢移动到右边CSS3实现button:hover时背景色从左向右慢慢移动(慢动画)
CSS3实现button:hover时background-color从左慢慢移动到右边<!DOCTYPE html><html lang="en"> <head> <style> .btn{ position: relative; ...