Site Notice
hello, world
Difference between revisions of "Progress"
From Project-EPB Commons
([InPageEdit] 没有编辑摘要) |
([InPageEdit] 没有编辑摘要) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <button onclick="$('.progress'). | + | <button onclick="$('.ipe-progress').toggleClass('done')">切换</button> |
− | <div class="progress" style="width:80%; margin: auto 10%"> | + | <div class="ipe-progress" style="width:80%; margin: auto 10%"> |
− | <div class="bar"></div> | + | <div class="progress-bar"></div> |
</div> | </div> | ||
Line 9: | Line 9: | ||
</script> | </script> | ||
<style> | <style> | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 11:09, 23 November 2019
<html> <button onclick="$('.ipe-progress').toggleClass('done')">切换</button> <div class="ipe-progress" style="width:80%; margin: auto 10%">
<div class="progress-bar"></div>
</div>
<script>
</script> <style>
</style>
</html>