欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

css3飞机起飞进度条

程序员文章站 2022-04-27 07:51:25
...
效果:
http://hovertree.com/texiao/css3/27/

源码下载:
http://hovertree.com/h/bjaf/pgwql1x2.htm

本效果使用Font Awesome显示飞机图标。
font-awesome下载

效果图:
css3飞机起飞进度条

代码如下:
DOCTYPE html>
html lang="zh">
head>
meta charset="UTF-8">
meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
meta name="viewport" content="width=device-width, initial-scale=1.0">
title>Bootstrap飞机跑道进度条动画特效 - 何问起title>base target="_blank" />
link rel="stylesheet" href="http://hovertree.com/ziyuan/bootstrap/3.3.6/css/bootstrap.min.css" />

link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">

link rel="stylesheet" type="text/css" href="http://hovertree.com/texiao/css3/27/css/style.css" />
head>
body>
div class="demo">
div class="container">
div class="row">
div class="col-md-offset-3 col-md-6">
h3 class="progressbar-title">HTML5h3>
div class="progress">
div class="progress-bar" style="width: 55%; background:#005394;">
span>55%span>
div>
div>

h3 class="progressbar-title">CSS3h3>
div class="progress">
div class="progress-bar" style="width: 85%; background:#d9534f;">
span>85%span>
div>
div>

h3 class="progressbar-title">Java Scripth3>
div class="progress">
div class="progress-bar" style="width: 40%; background:#f0ad4e;">
span>40%span>
div>
div>
div>
div>
div>
div>

div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';">
p>适用浏览器:360、FireFox、Chrome、Opera、傲游、搜狗、世界之窗. 不支持Safari、IE8及以下浏览器。p>
p>来源:a href="http://hovertree.com/" target="_blank">何问起a> a href="http://hovertree.com/texiao/">特效a> a href="http://hovertree.com/h/bjaf/18g2by92.htm">原文a>p>
div>
body>
html>

转自:http://hovertree.com/h/bjaf/18g2by92.htm

更多特效:http://www.cnblogs.com/roucheng/p/texiao.html