-
2019-01-12 19:15:16
- 为什么背景图无法正常显示
- css代码:.header{ width: 1226px; height: 100px; margin: 0px auto; line-height: 90px; padding-left: 40px;}.content{ width: 100%; height: 580px; background: url(../img/login.png);}html代码:<div class=&quo
-
0
2
1593
-
2018-12-03 10:14:27
- js控制div样式
- var box;window.onload=function () { box=document.getElementById("box");}function aa () { box.style.height="400px"; }请问上面代码更换成下面的代码有什么问题吗?var box=document.getElementById(&
-
0
0
926
-
2018-11-01 09:48:35