提交 | 用户 | 时间 | ||
58d006 | 1 | .pace .pace-progress { |
A | 2 | background-color: #FFB752; |
3 | position: fixed; | |
4 | z-index: 3000; | |
5 | top: 0; | |
6 | left: 0; | |
7 | height: 2px; | |
8 | ||
9 | -webkit-transition: width 1s; | |
10 | -moz-transition: width 1s; | |
11 | -o-transition: width 1s; | |
12 | transition: width 1s; | |
13 | } | |
14 | .pace-inactive { | |
15 | display: none; | |
16 | } |