ฅ'ω'ฅ♪
css-修改选中文字的样式
*::selection { background: rgba(87,195,194,1.0); color: rgba(248,235,230,1.0); }...
css-一个hover
#test a:hover { text-decoration: none; background: url("https://ling_boogie.gitee.io/peasonal_pic/demo/test-ahover.svg") repeat-x 0 100% !important; background-size: 20px auto !imp...