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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

根本就沒有l(wèi)eft .div呀?設(shè)置沒有效果,想讓按鈕居中顯示

<!DOCTYPE?html>
<html>

<head>
????<meta?http-equiv="Content-type"?content="text/html;?charset=utf-8"?/>
????<title></title>
????????<script?src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>
????<style>
????.left,
????.right?{
????????width:?300px;
????}
????
????
????.right?div?{
????????width:?100px;
????????height:?90px;
????????padding:?5px;
????????margin:?5px;
????????float:?left;
????????border:?1px?solid?#639;
????}
????
????.left?{
????????width:300px;
????????height:50px;
????????background:?#bbffaa;
????}
????.a{
????????width:300px;
????????margin:0px?auto;
????}
????
????.right?div?{
????????background:?yellow;
????}
????</style>
</head>

<body>
????<h2>通過empty與remove移除元素</h2>
????<div?class="left">
????????<div?class="a">
????????<button?id="bt1">點(diǎn)擊通過jQuery的empty移除內(nèi)部P元素</button>
????????<button?id="bt2">點(diǎn)擊通過jQuery的remove移除整個(gè)節(jié)點(diǎn)</button>
????????</div>
????</div>
????<div?class="right">
????????<div?id="test1">
????????????<p>p元素1</p>
????????????<p>p元素2</p>
????????</div>
????????<div?id="test2">
????????????<p>p元素3</p>
????????????<p>p元素4</p>
????????</div>
????</div>
????<script?type="text/javascript">
????$("#bt1").on('click',?function()?{
????????//刪除了2個(gè)p元素,但是本著沒有刪除?
????????$("#test1").empty()
????})

????$("#bt2").on('click',?function()?{
????????//刪除整個(gè)節(jié)點(diǎn)
????????$("#test2").remove()
????})
????</script>
</body>

</html>

想讓兩個(gè)按鈕在left中居中顯示,但沒有成功

正在回答

3 回答

.left{

display:table-cell;

text-align:center;

}

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

1.要么定位 2.要不就給“button”寬度然后margin: 0 auto;3.給個(gè)padding或者margin吧

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

.a{
? ?text-align: center;
}?

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

舉報(bào)

0/150
提交
取消

根本就沒有l(wèi)eft .div呀?設(shè)置沒有效果,想讓按鈕居中顯示

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

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

幫助反饋 APP下載

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

公眾號(hào)

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