2017-07-07 101 views

回答

0
<div class="pace pace-inactive"> 
    <div class="pace-progress" style="width: 100%;" data-progress-text="100%" data-progress="99"> 
     <div class="pace-progress-inner"></div> 
    </div> 
    <div class="pace-activity"></div> 
</div> 

刪除此HTML結構。還應該有一個javascript/css觸發加載欄。你也可以刪除它。

這是你的腦袋裏:

<script src="assets/plugins/pace/pace.min.js"></script> 
<link href="assets/plugins/pace/pace.css" rel="stylesheet"> 
+0

非常感謝你們 –

0

只是去你的網頁的HTML。從頂部開始,搜索<body>標籤。它下面,你會發現這一點:

<div class="pace pace-inactive"><div class="pace-progress" data-progress-text="100%" data-progress="99" style="width: 100%;"> 
    <div class="pace-progress-inner"></div> 
</div> 
<div class="pace-activity"></div></div> 

刪除所有這些行,你會被罰款

,並在您<head>標籤

<link href="assets/plugins/pace/pace.css" rel="stylesheet"> 
<script src="assets/plugins/pace/pace.min.js"></script> 
+0

我不認爲你要求刪除它是可能的,因爲這段代碼是動態獲取附件到pace插件的index.html中的應用程序代碼。所以,你不會在index.html中找到這行代碼。 – Shiladitya

+0

我編輯了我的答案。立即檢查 –

+0

@ARITRA。不過我相信你不會在index.html中找到「步伐無效」的class或div,它會動態地被附加。 – Shiladitya

0

刪除這兩條線拆下佩斯庫/從您的應用程序內的assets文件夾的頭文件 &中的index.html中插入。

<link href="assets/plugins/pace/pace.css" rel="stylesheet"> 
<script src="assets/plugins/pace/pace.min.js"></script>