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

html做二级栏目,我跟着视频做的,但是我的二级栏目被标题覆盖了,为什么?

html做二级栏目,我跟着视频做的,但是我的二级栏目被标题覆盖了,为什么?

慕容0347852 2018-03-30 13:47:21
<!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8"> <style type="text/css"> *{ margin: 0; padding: 0; } .page{ width: 100%; height: 4000px; background-color: yellow; } .nav{ width: 160px; height: auto; position: fixed; left: 0; top: 50%; margin-top:-103px ; } .nav-li{ width: 160px; height: 40px; border-bottom: 1px solid #fff; text-align: center; line-height: 40px; color: #fff; font-size: 16px; background-color: #333; } .nav-li ul{ width: 160px; height: auto; } .nav-li ul li{ width: 160px; height: 40px; border-bottom: 1px dashed #666; color: #333; text-align: center; line-height: 40px; background-color: white; } </style> </head> <body> <div class="page"> <div class="nav"> <div class="nav-li"> <div class="tit">标题</div> <ul> <li>二级栏目</li> </ul> </div> <div class="nav-li">标题</div> <div class="nav-li">标题</div> <div class="nav-li">标题</div> <div class="nav-li">标题</div> </div> </div> </body> </html>
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 897 浏览
慕课专栏
更多

添加回答

举报

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