福田皮卡火星7+火星9
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

topBox.css 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .topBox {
  2. width:100%;
  3. }
  4. .titleBox {
  5. /* width: 95.4%; */
  6. width:100%;
  7. height: 35.5pt;
  8. background: #000000;
  9. padding:0pt 1pt;
  10. margin-top: 4.5px;
  11. }
  12. /* .topImg{
  13. width:375pt;
  14. height:187.5pt;
  15. } */
  16. .titleBox .title {
  17. width: 70px;
  18. font-size: 23px;
  19. font-weight: 550;
  20. }
  21. .titleBox .tab {
  22. text-align: center;
  23. font-size: 10px;
  24. display:inline-block;
  25. vertical-align: middle;
  26. width:12.7%;
  27. font-family: FZLTHK;
  28. font-weight: normal;
  29. color: #ffffff;
  30. text-decoration: none;
  31. margin-left:4.2%;
  32. padding-bottom: 4.5px;
  33. padding-top: 4.5px;
  34. }
  35. .titleBox .radio{
  36. border: 1px solid #0091FF;
  37. border-radius: 12px;
  38. width:21%;
  39. padding-top:6px;
  40. padding-bottom:6px;
  41. color: #0091FF;
  42. }
  43. .titleBox .tab:hover {
  44. color: #FC4832;
  45. }
  46. .titleBox .active {
  47. color: #0091FF;
  48. border-bottom:2px solid #0091FF;
  49. }
  50. .titleBox .search {
  51. padding-left: 75px;
  52. margin-left: 40px;
  53. width: 536px;
  54. height: 52px;
  55. border: 1px solid #CCCCCC;
  56. }
  57. .typeBox {
  58. width: 100%;
  59. height: 64px;
  60. border-bottom: 1px solid #E5E5E5;
  61. position: relative;
  62. }
  63. .topTitle {
  64. float: left;
  65. font-size: 14px;
  66. height: 65px;
  67. line-height: 65px;
  68. color: #999999;
  69. }
  70. .typeBox .topTitle {
  71. width: 35px;
  72. }
  73. .aItem {
  74. font-size: 14px;
  75. padding-left: 10px;
  76. padding-right: 10px;
  77. height: 24px;
  78. line-height: 24px;
  79. top: 20px;
  80. cursor: pointer;
  81. float: left;
  82. margin: 20px 0 0 20px;
  83. }
  84. .aItem:hover {
  85. color: #fff;
  86. background: #FC4832;
  87. }
  88. .typeBox .item1 {
  89. left: 50px;
  90. }
  91. .typeBox .item2 {
  92. left: 117px;
  93. }
  94. .typeBox .item3 {
  95. left: 225px;
  96. }
  97. .typeBox .item4 {
  98. left: 310px;
  99. }
  100. .typeBox .item5 {
  101. left: 383px;
  102. }
  103. .typeBox2 {
  104. width: 100%;
  105. height: 64px;
  106. position: relative;
  107. }
  108. .typeBox2 .topTitle {
  109. width: 50px;
  110. }