navgation_phone.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .navgation
  2. {
  3. width:100%;
  4. }
  5. .navgation_head
  6. {
  7. background-color: #008ED8;
  8. margin: auto;
  9. height: 60px;
  10. }
  11. .menu
  12. {
  13. width:40px;
  14. height:40px;
  15. float:left;
  16. margin-left:8px;
  17. margin-top:10px;
  18. background-image:URL(list.png);
  19. background-color:#008ED8;
  20. }
  21. .navgation_head_logo
  22. {
  23. width: 120px;
  24. background-color: #0C68AF;
  25. height: 40px;
  26. color: #FFF;
  27. font-size: 24px;
  28. text-align: center;
  29. line-height: 40px;
  30. font-weight: bolder;
  31. margin-top:10px;
  32. margin-left:55px;
  33. float:left;
  34. }
  35. #navgation_head_left
  36. {
  37. width: 100px;
  38. float: left;
  39. background-color: #008ED8;
  40. margin-top:-1px;
  41. display:none;
  42. z-index:99;
  43. position:fixed;
  44. }
  45. .navgation_head_left > li
  46. {
  47. list-style-type: none;
  48. font-size: 16px;
  49. color: #FFF;
  50. padding: 8px;
  51. font-family: 微软雅黑;
  52. cursor: pointer;
  53. }
  54. .navgation_head_search
  55. {
  56. width: 40px;
  57. float: left;
  58. height:40px;
  59. margin-top: 10px;
  60. margin-left:50px;
  61. }
  62. .navgation_head_search > img
  63. {
  64. width: 40px;
  65. height: 40px;
  66. float: left;
  67. }
  68. .navgation_content
  69. {
  70. font-size: 36px;
  71. padding-top: 100px;
  72. padding-bottom: 100;
  73. background-color: #FFF;
  74. text-align: center;
  75. }
  76. body
  77. {
  78. margin:0px;
  79. }