abstrait:<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>NAV</title> <style> *{margin: 0;padding: 0;} .top_conter 
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>NAV</title> <style> *{margin: 0;padding: 0;} .top_conter ul{list-style: none; height:40px;} .top_conter ul li{float:left;padding: 0px 10px;} .top_conter ul li a{text-decoration: none;height:40px; } .top_conter ul li a:hover{text-decoration: none;height:40px;background-color:#fff;display: inline-block;} .clear{clear: both;} .top_box{background: #fff;width: 100%} .top_conter{height:40px;width:1400px;font-size: 11px;line-height: 40px;background-color:pink;margin:0px auto;position: relative;} .top_conter_left{float: left;width: 400px;} .top_conter_right{float: right;width: 700px;} </style> </head> <body> <div class="top_box"> <div class="top_conter"> <div class="top_conter_left"> <ul> <li class="tnav"><a href="" class="navc">中國(guó)大陸</a> <li><a href="">親,請(qǐng)登錄</a></li> <li><a href="">免費(fèi)注冊(cè)</a></li> <li><a href="">手機(jī)逛</a></li> </ul> </div> </div> </div> </body> </html>
Professeur correcteur:天蓬老師Temps de correction:2019-04-13 16:24:49
Résumé du professeur:top_conter_left{float: left;width: 400px;}
.top_conter_right{float: right;width: 700px;}
css代碼最好格式一下再提交, 像這樣的代碼, 又沒有高亮顯示, 你能迅速讀懂嗎?