我只有css和js代码,怎么制作网页的加载条呢?
3个回答
展开全部
我这有个纯css的进度条代码,你自己看看吧
<div class="cent">
<p>
百分比进度条样式:
</p>
<p>
<div class="Bar">
<div style="width: 50%;">
<span>50%</span>
</div>
</div>
</p>
<p>
<div class="Bar">
<div style="width: 80%;">
<span>80%</span>
</div>
</div>
</p>
<p>
<div class="Bars">
<div style="width: 33%;">
<span>33%</span>
</div>
</div>
</p>
</div>
body { font-size: 12px; }
#n { margin:10px auto; width:920px; border:1px solid #CCC;
font-size:14px; line-height:30px; }
#n a { padding:0 4px; color:#333 }
.Bar ,.Bars { position: relative; width: 200px;
/* 宽度 */ border: 1px solid #B1D632; padding: 1px; }
.Bar div,.Bars div { display: block; position: relative;
background:#00F;/* 进度条背景颜色 */ color: #333333;
height: 20px; /* 高度 */ line-height: 20px;
/* 必须和高度一致,文本才能垂直居中 */ }
.Bars div{ background:#090}
.Bar div span,.Bars div span { position: absolute; width: 200px;
/* 宽度 */ text-align: center; font-weight: bold; }
.cent{ margin:0 auto; width:300px; overflow:hidden}
<div class="cent">
<p>
百分比进度条样式:
</p>
<p>
<div class="Bar">
<div style="width: 50%;">
<span>50%</span>
</div>
</div>
</p>
<p>
<div class="Bar">
<div style="width: 80%;">
<span>80%</span>
</div>
</div>
</p>
<p>
<div class="Bars">
<div style="width: 33%;">
<span>33%</span>
</div>
</div>
</p>
</div>
body { font-size: 12px; }
#n { margin:10px auto; width:920px; border:1px solid #CCC;
font-size:14px; line-height:30px; }
#n a { padding:0 4px; color:#333 }
.Bar ,.Bars { position: relative; width: 200px;
/* 宽度 */ border: 1px solid #B1D632; padding: 1px; }
.Bar div,.Bars div { display: block; position: relative;
background:#00F;/* 进度条背景颜色 */ color: #333333;
height: 20px; /* 高度 */ line-height: 20px;
/* 必须和高度一致,文本才能垂直居中 */ }
.Bars div{ background:#090}
.Bar div span,.Bars div span { position: absolute; width: 200px;
/* 宽度 */ text-align: center; font-weight: bold; }
.cent{ margin:0 auto; width:300px; overflow:hidden}
更多追问追答
追问
是不是把你这些代码保存为html的文件就可以了?还是怎样?
我只有css和js的代码,就是不知道怎么用,那html的页面要不要设置?
2014-12-09 · 知道合伙人软件行家
老夭来了
知道合伙人软件行家
向TA提问 私信TA
知道合伙人软件行家
采纳数:1806
获赞数:8100
2008年从事软件开发,拥有多年的python,php,linux工作经验,发布过多个python,php的开源项目。
向TA提问 私信TA
关注
展开全部
弄个div设定个宽度,然后里面再设定个div,给个背景色,每几秒更新下里面那个div的宽度,这样看起来就像加载条了
追问
不咋懂,能详细说下吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
js里写函数,让html页面调用。
追问
那个html的页面的页面怎么制作
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询