资源说明:效果图:
html:
css:
.site_bar{
background-image : linear-gradient(red,red);
background-position : center bottom;
background-size : 0 2px;
background-repeat : no-repeat; //这个属性不能少。
transition : .3s;
}
.site_bar:hover{
background-size : 100% 2px;
}
总结
以上所述是小
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。