第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定

為什么Bootstrap圖片輪播的箭頭不顯示,其他都沒什么問題


5635b13300015ea505000250.jpg

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title></title>

<link href="css/rrny.css" rel="stylesheet"/>

?<link href="css/bootstrap.min.css" rel="stylesheet">

</head>

<body>

<!------------------------------------------------------------->

?<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">

? ? ? <ol class="carousel-indicators">

? ? ? ? <li data-target="carousel-example-generic" data-slide-to="0" class="active"></li>

? ? ? ? <li data-target="carousel-example-generic" data-slide-to="1"></li>

? ? ? ? <li data-target="carousel-example-generic" data-slide-to="2"></li>

? ? ? ?</ol> ? ? ? ? ? ? ? ? ? ? ? ? ? <!-- ? 對應(yīng) 圓圈-->

? ? ? <div class="carousel-inner" role="listbox">

? ? ? ? <div class="item active">

? ? ? ? ? <img src="images/rp1.jpg" alt="1 slide">

? ? ? ? ? <div class="carousel-caption">? ? ?

? ? ? ? ? </div>

? ? ? ? </div>

? ? ? ? <div class="item">

? ? ? ? ? <img src="images/rp2.jpg" alt="2 slide">

? ? ? ? ? <div class="carousel-caption">

? ? ? ? ? </div>

? ? ? ? </div>

? ? ? ?<div class="item">

? ? ? ? ? <img src="images/rp3.jpg" alt="3 slide">

? ? ? ? ? <div class="carousel-caption">

? ? ? ? ? </div>

? ? ? ? </div>? ??

? ? ? </div>

? ? ? <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">

? ? ? ? <span class="glyphicon glyphicon-chevron-left"></span>

? ? ? ? <span class="sr-only">Previous</span>

? ? ? </a> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<!-- 對應(yīng)輪播主鍵的按鈕-->

? ? ? <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">

? ? ? ? <span class="glyphicon glyphicon-chevron-right"></span>

? ? ? ? <span class="sr-only">Next</span>

? ? ? </a>

? ? </div>

<!------------------------------------------------------------->

<script src="js/jquery-1.11.1.min.js"></script>

<script src="js/bootstrap.min.js"></script>?

</body>

</html>

圖片輪播效果正常,就是箭頭不顯示

正在回答

7 回答

我的出現(xiàn)箭頭,但是箭頭失效,是什么情況?

0 回復(fù) 有任何疑惑可以回復(fù)我~

問題已解決 謝謝

0 回復(fù) 有任何疑惑可以回復(fù)我~

http://img1.sycdn.imooc.com//583d129b00017ee808460237.jpg

圖為bootstrap.css的文件,文件中需要font文件夾下的圖標(biāo),如下所示,所以把完整的bootstrap放在項目中

http://img1.sycdn.imooc.com//583d13170001770907290226.jpg

2 回復(fù) 有任何疑惑可以回復(fù)我~
#1

慕粉6628037

說得太好了,點贊
2017-04-17 回復(fù) 有任何疑惑可以回復(fù)我~
#2

qq_黑色雪域_0

給你一個贊
2017-07-25 回復(fù) 有任何疑惑可以回復(fù)我~

你沒有把font文件放到你的目錄下


1 回復(fù) 有任何疑惑可以回復(fù)我~
#1

qq_唯有你是我的天堂_03980819

放了也沒用啊
2016-10-06 回復(fù) 有任何疑惑可以回復(fù)我~
#2

uglyboy 回復(fù) qq_唯有你是我的天堂_03980819

就是字體和圖標(biāo)那個
2016-10-21 回復(fù) 有任何疑惑可以回復(fù)我~
<!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Transitional//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html?xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8"?/>
<title></title>
<link?href="css/rrny.css"?rel="stylesheet"/>
?<link?href="css/bootstrap.min.css"?rel="stylesheet">
</head>
<body>
<!------------------------------------------------------------->
?<div?id="carousel-example-generic"?class="carousel?slide"?data-ride="carousel">
??????<ol?class="carousel-indicators">
????????<li?data-target="carousel-example-generic"?data-slide-to="0"?class="active"></li>
????????<li?data-target="carousel-example-generic"?data-slide-to="1"></li>
????????<li?data-target="carousel-example-generic"?data-slide-to="2"></li>
???????</ol>???????????????????????????<!--???對應(yīng)?圓圈-->
??????<div?class="carousel-inner"?role="listbox">
????????<div?class="item?active">
??????????<img?src="images/rp1.jpg"?alt="1?slide">
??????????<div?class="carousel-caption">?????
??????????</div>
????????</div>
????????<div?class="item">
??????????<img?src="images/rp2.jpg"?alt="2?slide">
??????????<div?class="carousel-caption">
??????????</div>
????????</div>
???????<div?class="item">
??????????<img?src="images/rp3.jpg"?alt="3?slide">
??????????<div?class="carousel-caption">
??????????</div>
????????</div>????
??????</div>
??????<a?class="left?carousel-control"?href="#myCarousel"?data-slide="prev"><span
????????????class="glyphicon?glyphicon-chevron-left">&lsaquo;</span></a>
????<a?class="right?carousel-control"?href="#myCarousel"?data-slide="next"><span
????????????class="glyphicon?glyphicon-chevron-right">&rsaquo;</span></a>
????</div>
<!------------------------------------------------------------->
<script?src="js/jquery-1.11.1.min.js"></script>
<script?src="js/bootstrap.min.js"></script>?
</body>
</html><!--剛才少了一個尖括號-->


0 回復(fù) 有任何疑惑可以回復(fù)我~
<!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Transitional//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html?xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta?http-equiv="Content-Type"?content="text/html;?charset=utf-8"?/>
<title></title>
<link?href="css/rrny.css"?rel="stylesheet"/>
?<link?href="css/bootstrap.min.css"?rel="stylesheet">
</head>
<body>
<!------------------------------------------------------------->
?<div?id="carousel-example-generic"?class="carousel?slide"?data-ride="carousel">
??????<ol?class="carousel-indicators">
????????<li?data-target="carousel-example-generic"?data-slide-to="0"?class="active"></li>
????????<li?data-target="carousel-example-generic"?data-slide-to="1"></li>
????????<li?data-target="carousel-example-generic"?data-slide-to="2"></li>
???????</ol>???????????????????????????<!--???對應(yīng)?圓圈-->
??????<div?class="carousel-inner"?role="listbox">
????????<div?class="item?active">
??????????<img?src="images/rp1.jpg"?alt="1?slide">
??????????<div?class="carousel-caption">?????
??????????</div>
????????</div>
????????<div?class="item">
??????????<img?src="images/rp2.jpg"?alt="2?slide">
??????????<div?class="carousel-caption">
??????????</div>
????????</div>
???????<div?class="item">
??????????<img?src="images/rp3.jpg"?alt="3?slide">
??????????<div?class="carousel-caption">
??????????</div>
????????</div>????
??????</div>
??????<a?class="left?carousel-control"?href="#myCarousel"?data-slide="prev"><span
????????????class="glyphicon?glyphicon-chevron-left">&lsaquo;</span></a>
????<a?class="right?carousel-control"?href="#myCarousel"?data-slide="next"><span
????????????class="glyphicon?glyphicon-chevron-right">&rsaquo;</span></a>
????</div>
<!------------------------------------------------------------->
<script?src="js/jquery-1.11.1.min.js"></script>
<script?src="js/bootstrap.min.js"></script>?
</body>
</html

0 回復(fù) 有任何疑惑可以回復(fù)我~

我的也是這樣,我是在后臺傳數(shù)據(jù)到前臺顯示的時候沒有箭頭,但是直接靜態(tài)界面有箭頭。你解決了嗎

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

qq_優(yōu)狐金雨婷_03609067

我的靜態(tài)頁面也沒有箭頭
2016-07-05 回復(fù) 有任何疑惑可以回復(fù)我~
#2

qq_自知_4

咋解決的
2017-11-20 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

為什么Bootstrap圖片輪播的箭頭不顯示,其他都沒什么問題

我要回答 關(guān)注問題
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號