纯css动态电池
在合适位置放入代码
<div class=”battery”><div class=”inner”></div><div class=”outer”></div></div>
在css中添加
.battery {
position: relative;
width: 80px;
height: 30px;
background-color: #fefefe;
margin: 0 auto;
border-radius: 5px;
}
.inner {
position: absolute;
top: 4px;
left: 4px;
bottom: 4px;
width: 30px;
background-color: #29d;
border-radius: 2px;
}
.outer {
position: absolute;
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
border: 3px solid #666;
border-radius: 5px;
}
.battery:before {
content: “”;
position: absolute;
top: 5px;
left: 65px;
width: 10px;
height: 20px;
border-radius: 2px;
}
.battery:after {
content: “”;
position: absolute;
top: 11px;
left: 80px;
width: 2px;
height: 8px;
background-color: #666;
}/* 电量色块 */
.inner{
animation: heightAnimate 4s ease-out infinite ;
}
@keyframes heightAnimate{
100%{
width: 90%;
}
}
有点意思,好玩,闲了试试
我咋感觉你博客好像改版了。
换了一个模板~
哈哈,应该整个效果演示。
有啊,哈哈,页面底部
嘿嘿,还不错的~css威武