还有你代码写的不对最后一个<body>,应该是</body>
<button type="submit", id="d1" class="button item1" onclick="document.getElementById('d1').style.background='#ffa200'document.getElementById('d2').style.background='#0a56bb'document.getElementById('d3').style.background='#0a56bb'">第一个按钮</button>
<button type="submit", id="d2" class="button item2" onclick="document.getElementById('d2').style.background='#ffa200'document.getElementById('d1').style.background='#0a56bb'document.getElementById('d3').style.background='#0a56bb'">第二个按钮</button>
<button type="submit", id="d3" class="button item3" onclick="document.getElementById('d3').style.background='#ffa200'document.getElementById('d2').style.background='#0a56bb'document.getElementById('d1').style.background='#0a56bb'">第三个按钮</button>
设置一个id,onclick是点击事件,点击后变色,其他回复原来颜色,每个点击事件有三个document,第一个是变色,后两个是恢复,如果不要他恢复就删掉。这只是简单js写法,适合初学但不实用,可以自己先研究一下,不明白的地方可以再问我
a{color:#666text-decoration:nonefont-size:12px}a:hover{text-decoration:unerline}
body{font-famiy:"宋体"font-size:12px}
可能是修改的地方不对,可以按照如下方法进行修改:依次whko击window
菜单
-
Preference
-
General
-
Appearance
-
Color
Theme点击Default恢复默认
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)