Bootstrap进度条学习使用

<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1"> <title>Bootstrap</title> <link href="https://www.jb51.net/css/bootstrap.css" /> </head> <body> <div> <div> <div><!--进度条--> <div>60%</div> </div> <div> <div>40%</div> </div> <div> <div>80%</div> </div> <div> <div>75%</div> </div> <!--带条纹的动态的进度条--> <div> <div>68%</div> </div> <!--带堆叠效果的进度条--> <div> <div>10%</div> <div>40%</div> <div>80%</div> <div>75%</div> <div>20%</div> </div> </div> </div> <script src="https://www.jb51.net/js/jquery-2.1.0.js"></script> <script src="https://www.jb51.net/js/bootstrap.js"></script> </body> </html>

效果图:

Bootstrap进度条学习使用

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwgfwp.html