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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

關(guān)于className的一個(gè)問(wèn)題

關(guān)于className的一個(gè)問(wèn)題

qq_藥藥_0 2017-05-17 16:18:18
seven.onclick=function () { ? ?box.className="box";}.box{width: 100px;height:100px;border:5px solid black;float: left;margin-left:20px;margin-top: 20px; ? ?clear:both;}設(shè)置了個(gè)點(diǎn)擊觸發(fā)函數(shù)。但是這個(gè)box的盒子的css并沒(méi)有改變。求解全代碼:*{margin: 0;padding:0;} ? ? ? ?/*body{background-color: #5a5b5b}*/ ? ? ? ?.zhezhao ? ? ? ?{ ? ? ? ? ? ?width:100%; ? ? ? ? ? ?height:100%; ? ? ? ? ? ?background-color:#000; ? ? ? ? ? ?/*透明三部曲,一般都要寫上/ ? ? ? ? ? ?;/*opacity:0.5; ? ? ? ? ? ? ? -moz-opacity:0.5; ? ? ? ? ? ? ?filter:alpha(opacity=50);*/ ? ? ? ? ? ?filter:alpha(opacity=50); ? ? ? ? ? ?-moz-opacity:0.5; ? ? ? ? ? ?opacity:0.5; ? ? ? ? ? ?position:absolute; ? ? ? ? ? ?left:0; ? ? ? ? ? ?top:0; ? ? ? ? ? ?display:none; ? ? ? ? ? ?z-index:1000; ? ? ? ?} ? ? ? ?#box{width: 100px;height:100px;border:5px solid black;float: left;margin-left:20px;margin-top: 20px; ? ? ? ? ? ?clear:both;} ? ? ? ?.box{width: 100px;height:100px;border:5px solid black;float: left;margin-left:20px;margin-top: 20px; ? ? ? ? ? ?clear:both;} ? ? ? ?.box1{position: absolute;bottom:20px;right:20px;width:320px;height:300px;border:5px solid #5a5b5b; ? ? ? ? ? ?padding:20px;display: none; z-index:1500;} ? ? ? ?.option1 span{;border:1px solid black;display: inline;margin-left: 20px;padding: 5px;cursor: pointer;} ? ? ? ?.option2{margin-top: 50px;} ? ? ? ?.option2 span{border:1px solid black;display: inline;margin-left: 20px;padding: 5px; cursor: pointer;} ? ? ? ?.option3{margin-top: 50px;} ? ? ? ?.option3 span{border:1px solid black;display: inline;margin-left: 20px;padding: 5px; cursor: pointer} ? ? ? ?.option4{margin-top: 50px;margin-left:100px;} ? ? ? ?.option4 span{border:1px solid black;display: inline;margin-left: 20px;padding: 5px;text-align: center;cursor: pointer} ? ? ? ?/* span在設(shè)置了inline后width屬性失效了;*/ ? ?</style> ? ?<script> ? ? ? ?window.onload=function () { ? ? ? ? ? ?function rest(obj) { ? ? ? ? ? ? ? ?obj.style.width="100px"; ? ? ? ? ? ? ? ?obj.style.height="100px"; ? ? ? ? ? ? ? ?obj.style.border="5px solid black"; ? ? ? ? ? ? ? ?obj.style.background="none"; ? ? ? ? ? ?} ? ? ? ? ? ?var zhezhao=document.getElementById("zhezhao"); ? ? ? ? var obtn=document.getElementById("btn"); ? ? ? ? ? ?var red=document.getElementById("red"); ? ? ? ? ? ?var yellow=document.getElementById("yellow"); ? ? ? ? ? ?var green =document.getElementById("green"); ? ? ? ? ? ?var three=document.getElementById("three"); ? ? ? ? ? ?var four=document.getElementById("four"); ? ? ? ? ? ?var five=document.getElementById("five"); ? ? ? ? ? ?var sex=document.getElementById("sex"); ? ? ? ? ? ?var seven=document.getElementById("seven"); ? ? ? ? ? ?var eight=document.getElementById("eight"); ? ? ? ? ? ?obtn.onclick = function () { ? ? ? ? ? ? ? ?box1.style.display = "block"; ? ? ? ? ? ? ? ?zhezhao.style.display = "block"; ? ? ? ? ? ?}; ? ? ? ? ? ?eight.onclick=function () { ? ? ? ? ? ? ? ?box1.style.display="none"; ? ? ? ? ? ?}; ? ? ? ? ? ?red.onclick=function () { ? ? ? ? ? ? ? ?box.style.backgroundColor="red"; ? ? ? ? ? ?}; ? ? ? ? ? ?yellow.onclick=function () { ? ? ? ? ? ? ? ?box.style.backgroundColor="yellow"; ? ? ? ? ? ?}; ? ? ? ? ? ?green.onclick=function () { ? ? ? ? ? ? ? ?box.style.backgroundColor="green"; ? ? ? ? ? ?}; ? ? ? ? ? ?one.onclick=function () { ? ? ? ? ? ? ? ?box.style.width="200px"; ? ? ? ? ? ?}; ? ? ? ? ? ?two.onclick=function () { ? ? ? ? ? ? ? ?box.style.width="300px"; ? ? ? ? ? ?}; ? ? ? ? ? ?three.onclick=function () { ? ? ? ? ? ? ? ?box.style.width="400px"; ? ? ? ? ? ?}; ? ? ? ? ? ?four.onclick=function () { ? ? ? ? ? ? ? ?box.style.height="200px"; ? ? ? ? ? ?}; ? ? ? ? ? ?five.onclick=function () { ? ? ? ? ? ? ? ?box.style.height="300px"; ? ? ? ? ? ?}; ? ? ? ? ? ?sex.onclick=function () { ? ? ? ? ? ? ? ?box.style.height="400px"; ? ? ? ? ? ?}; ? ? ? ? ? ?seven.onclick=function () { ? ? ? ? ? ? ? ?box.className="box"; ? ? ? ? ? ?}; ? ? ? ? ? ?eight.onclick=function () { ? ? ? ? ? ? ? box1.style.display="none"; ? ? ? ? ? ? ? ?zhezhao.style.display = "none"; ? ? ? ? ? ?}; ? ? ? ?} ? ?</script></head><body><div class="zhezhao" id="zhezhao"></div><span>請(qǐng)為下面的的DIV設(shè)置樣式:</span><input id="btn" type="button" value="點(diǎn)擊設(shè)置樣式"/><div> ? ?<div ?id="box"></div></div><div class="box1" id="box1"> ? <div class="option1"> ? ? ? 選擇背景: ? ? ? <span id="red" style="background: red">紅</span> ? ? ? <span id="yellow" ?style="background: yellow">黃</span> ? ? ? <span id="green" ?style="background: green">綠</span> ? </div> ? ?<div class="option2"> ? ? ? ?選擇寬度: ? ? ? ?<span id="one">200</span> ? ? ? ?<span id="two">300</span> ? ? ? ?<span id="three">400</span> ? ?</div> ? ?<div class="option3"> ? ? ? ?選擇寬度: ? ? ? ?<span id="four">200</span> ? ? ? ?<span id="five">300</span> ? ? ? ?<span id="sex">400</span> ? ?</div> ? ?<div class="option4"> ? ? ? ?<span id="seven">恢復(fù)</span> ? ? ? ?<span id="eight"> 確定</span> ? ?</div></div>
查看完整描述

3 回答

?
qq_藥藥_0

TA貢獻(xiàn)52條經(jīng)驗(yàn) 獲得超27個(gè)贊

搞懂了,是寫入css的優(yōu)先級(jí)有問(wèn)題,寫成內(nèi)聯(lián)式就有效果了

查看完整回答
反對(duì) 回復(fù) 2017-05-18
?
qq_小盛開(kāi)_0

TA貢獻(xiàn)31條經(jīng)驗(yàn) 獲得超3個(gè)贊

box 取到了么?

http://img1.sycdn.imooc.com//591d050d0001ea2908760394.jpg

查看完整回答
反對(duì) 回復(fù) 2017-05-18
?
qq_藥藥_0

TA貢獻(xiàn)52條經(jīng)驗(yàn) 獲得超27個(gè)贊

好了啊


查看完整回答
反對(duì) 回復(fù) 2017-05-17
?
落葉1111

TA貢獻(xiàn)57條經(jīng)驗(yàn) 獲得超9個(gè)贊

[0]

查看完整回答
反對(duì) 回復(fù) 2017-05-17
?
蜂之谷

TA貢獻(xiàn)564條經(jīng)驗(yàn) 獲得超863個(gè)贊

代碼貼全看,這些看著沒(méi)什么問(wèn)題啊

查看完整回答
反對(duì) 回復(fù) 2017-05-17
  • 3 回答
  • 0 關(guān)注
  • 1993 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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