当前位置:   article > 正文

html和css写淘宝的快速导航条_淘宝导航html代码

淘宝导航html代码

目录

1、css代码

2、html代码


1、css代码

  1. <style>
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. list-style: none;
  6. text-decoration: none;
  7. }
  8. .nav {
  9. width: 900px;
  10. height: 40px;
  11. background-color: rgb(247, 249, 250);
  12. margin: 50px auto;
  13. padding-left: 30px;
  14. }
  15. .nav>li {
  16. float: left;
  17. width: 100px;
  18. text-align: center;
  19. }
  20. a {
  21. color: rgb(82, 82, 83);
  22. border-right: 1px solid rgb(90, 88, 88);
  23. display: block;
  24. width: 100px;
  25. height: 20px;
  26. margin-top: 10px;
  27. text-align: center;
  28. }
  29. .first {
  30. color: red;
  31. font-weight: 800;
  32. }
  33. .two {
  34. color: green;
  35. font-weight: 800;
  36. }
  37. a:hover {
  38. color: red;
  39. }
  40. .three {
  41. border-right: none;
  42. }
  43. </style>

2、html代码

  1. <ul class="nav">
  2. <li><a href="" class="first">天猫</a></li>
  3. <li><a href="" class="first">聚划算</a></li>
  4. <li><a href="" class="two">天猫超市</a></li>
  5. <li><a href="">司法拍卖</a></li>
  6. <li><a href="">飞猪旅行</a></li>
  7. <li><a href="">天天特卖</a></li>
  8. <li><a href="">极有家</a></li>
  9. <li><a href="" class="three">淘宝直播</a></li>
  10. </ul>

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/996702
推荐阅读
相关标签
  

闽ICP备14008679号