为了账号安全,请及时绑定邮箱和手机立即绑定

div不显示怎么回事

div不显示怎么回事

听见你流泪 2016-04-20 10:48:47
<!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><style>*{margin:0;padding:0;}body{width:1000px;height:100px;background:#F00}.main{height:50px;background:#999}.look{background:#009;width:800px;height:800px;margin:0 auto;}.book{background:#FF0;height:150px;}.look_top{background:#0F0;height;50px;width:70px;margin:0 auto;}.look_left{background:#990;height:200px;width:200px;float:left;}.look_right{background:#0FF;height:300px;width:300px;float:right;}</style></head><body><div class="main"></div><div class="look"> <div class="look_left"></div>    <div class="look_right"></div>    <div class="look_top"></div></div><div class="book"></div></body></html>look_top为啥不显示    在div里打字后才显示
查看完整描述

4 回答

已采纳
?
淡雅的默

TA贡献102条经验 获得超139个赞

.look_top{background:#0F0;height;50px;width:70px;margin:0 auto;}高度写错了,后面冒号你写成分号了

查看完整回答
4 反对 回复 2016-04-20
?
Lynn丶Hung

TA贡献3条经验 获得超6个赞

因为你的look_top没有高度,你的height;50px;应该写为height:50px;分号写成冒号。

查看完整回答
1 反对 回复 2016-04-20
?
卡迪亚兹

TA贡献24条经验 获得超8个赞

讲真的。你的CSS的样式不要写在一行。。不然。。。哦呵呵呵~。太难找了

查看完整回答
反对 回复 2016-04-20
  • 4 回答
  • 0 关注
  • 3468 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信