给网页的背景按钮进度条添加动态背景css,让你的网站漂亮起来,代码不多但是很实用,可以收藏一下
第五行的#6582c3可以调整背景颜色,颜色选择链接:http://tool.chinaz.com/tools/pagecolor.aspx
<div class="plasx "><div class="plasx plasx2 plasx">刀贱贱博客</div></div><style type="text/css">.plasx .plasx.plasx2{background: #6582c3;}.plasx .plasx{background: #d5d6d6;height: 30px;text-align: center;line-height:30px;height:30px;}.plasx .plasx.plasx1{background: #d9534f;}.plasx .plasx.plasx{background-image:linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-size: 40px 40px; -webkit-animation:per-animation 1.5s linear infinite; transition: width .6s ease;}@-webkit-keyframes per-animation{from{background-position:40px 0}to{background-position:0 0}}</style>
还没有评论,来说两句吧...