摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>一级导航栏</title> <style type="text/css
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>一级导航栏</title> <style type="text/css"> .shadow{width: 170px;height: 35px;box-shadow: 0px 4px 11px #000; background-color:#FF5800;border-radius:5px;} a:link{color; #fff;text-decoration: none;} a:hover{color: #ccc;text-decoration: underline;} </head> <body> <div class="shadow"> <a href="#">天猫</a> <a href="#">聚划算</a> <a href="#">天猫超市</a> </div> </body> </html>