最近中文字幕高清中文字幕无,亚洲欧美高清一区二区三区,一本色道无码道dvd在线观看 ,一个人看的www免费高清中文字幕

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

為什么會(huì)出現(xiàn)nav左邊不對(duì)齊向左頂格的情況呀


http://img1.sycdn.imooc.com//5a368d240001c53813120269.jpg為啥會(huì)這樣。代碼是按照視頻打的

正在回答

3 回答

nav?應(yīng)該在?wrap?里面。你的分開(kāi)了


1 回復(fù) 有任何疑惑可以回復(fù)我~
#1

weixin_慕后端9203364

我也遇到了這樣的情況,但是nav是放在wrap里的...
2021-01-09 回復(fù) 有任何疑惑可以回復(fù)我~

我也出現(xiàn)了這個(gè)問(wèn)題

0 回復(fù) 有任何疑惑可以回復(fù)我~

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>無(wú)標(biāo)題文檔</title>

<link href="css/main.css" rel="stylesheet" type="text/css">

<script src="js/setHomeSetFav.js" type="text/javascript" charset="gb2312"></script>

</head>


<body>

<div class="top">

? ?<div class="top_content">

? ? ? <ul>

? ? ? ? ?<li><a href="introduce.html">聯(lián)系我們</a></li>?

? ? ? ? ?<li><a href="#" onclick="AddFavorite(window.location,document.title)">加入收藏</a></li>

? ? ? ? ?<li><a href="#" onclick="SetHome(window.location)">設(shè)為首頁(yè)</a></li>

? ? ? </ul>

? ?</div>

</div><!--top結(jié)束-->

<div class="wrap">

? ?<div class="logo">

? ? ? <div class="logo_left">

? ? ? ? ?<img src="images/logo.jpg" alt="慕課網(wǎng)"/>

? ? ? </div>

? ? ? <div class="logo_right">

? ? ? ? ?<img src="images/tel.jpg" alt="服務(wù)熱線"/>報(bào)警電話:<span class="tel">177-0505-7796</span>

? ? ? </div>

? ?</div>

</div><!--wrap結(jié)束-->

<div class="nav">

? <div class="nav_left"></div>

? <div class="nav_mid">

? ? ?<div class="nav_mid_left">

? ? ? ? <ul>

? ? ? ? ? <li><a href="#">首頁(yè)</a></li>

? ? ? ? ? <li><a href="list.html">關(guān)于慕課</a></li>

? ? ? ? ? <li><a href="list.html">新聞動(dòng)態(tài)</a></li>

? ? ? ? ? <li><a href="list.html">課程中心</a></li>

? ? ? ? ? <li><a href="list.html">在線課程</a></li>

? ? ? ? ? <li><a href="list.html">人才招聘</a></li>

? ? ? ? </ul>

? ? ? </div>

? ? ? <div class="nav_mid_right">

? ? ? ? <form action="" method="post">

? ? ? ? ? <input type="text" class="search_text" />

? ? ? ? </form>

? ? ? </div>

? ? </div><!--nav_mid結(jié)束-->

? ?<div class="nav_right"></div>

</div><!--nav結(jié)束-->

</body>

</html>



* {

padding: 0;

margin: 0;

font-size: 12px;

}

body {

background-color: #F5F5F5;

}

.wrap {

width: 1000px;

margin: 0 auto;

}

.top {

width: 100%;

height: 27px;

background: url(../images/top_bg.jpg) repeat-x;

}

.top_content {

width: 1000px;

margin: 0 auto;

line-height: 27px;

}

.top_content li {

float: right;

list-style-image: url(../images/arrow.jpg);

width: 70px;

}

.top_content a:link, .top_content a:visited {

color: #8E8E8E;

text-decoration: none;

}

.top_content a:hover, .top_content a:active {

color: #C00;

text-decoration: none;

}

.logo {

height: 80px;

background-color: #FFF;

}

.logo_left {

width: 375px;

float: left;

display: inline;

}

.logo_right {

width: 300px;

height: 28px;

margin-top: 30px;

float: right;

display: inline;

color: #8E8E8E;

}

.logo_right img {

vertical-align: middle;

margin-right: 10px;

}

.tel {

font-family: "微軟雅黑";

font-size: 22px;

color: #C00;

}

.nav {

height: 40px;

clear:both;

}

.nav_left {

width: 10px;

background: url(../images/nav_left.jpg) no-repeat;

}

.nav_mid {

width: 980px;

background: url(../images/nav_bg.jpg) repeat-x;

line-height: 40px;

}

.nav_right {

width: 10px;

background: url(../images/nav_right.jpg) no-repeat;

}

.nav_left, .nav_mid, .nav_right {

height: 40px;

float: left;

display: inline;

}

.nav_mid li {

float: left;

list-style-type: none;

width: 100px;

font-family: "微軟雅黑";

text-align: center;

}

.nav_mid a:link, .nav_mid a:visited {

font-size: 16px;

color: #FFF;

text-decoration: none;

}

.nav_mid a:hover, .nav_mid a:active {

font-size: 16px;

color: #FF0;

text-decoration: none;

}

.nav_mid_left {

width: 680px;

}

.nav_mid_right {

width: 300px;

}

.nav_mid_left, .nav_mid_right {

float: left;

display: inline;

}

.search_text {

width: 190px;

float: left;

height: 25px;

margin-top: 5px;

background: url(../images/search.jpg) no-repeat right center;

background-color: #FFF;

border: 1px solid #FFF;

padding-right: 25px;

}


0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

慕仰9892961

</div><!--wrap結(jié)束--> <div class="nav"> 這個(gè)nav要在warp的div里面
2018-06-08 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

為什么會(huì)出現(xiàn)nav左邊不對(duì)齊向左頂格的情況呀

我要回答 關(guān)注問(wèn)題
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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