﻿
/* progress模块 */
.progress { border: 1px solid #eee; border-radius: 3px; height: 15px; background: #fff; margin-top: 5px; display: block; }
.progress .percentage { text-align: center; position: relative; display: block; z-index: 100; height: 15px; line-height: 15px; }
.progress .bar { background: #0088C0; height: 15px; display: block; position: absolute; left: 0px; top: -2px; z-index: -1; }
.progress_warning .bar { background: #FAA732; }
.progress_info .bar { background: #5EB95E; }
.progress_danger .bar { background: #dd514c; }
