2014-12-03 62 views

回答

0

你可以修改腳本:

function toBarPerc(n) { 
    return 100 - (n * 100); 
} 

,並添加這個CSS:

#nprogress .bar { 
    left: auto !important; 
    right: 0; 
} 

this fiddle

+0

太棒了!它的作品..謝謝。 – 2014-12-03 13:54:12