福田皮卡火星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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. .titleBox .title {
  13. width: 70px;
  14. font-size: 23px;
  15. font-weight: 550;
  16. }
  17. .titleBox .tab {
  18. text-align: center;
  19. font-size: 11px;
  20. display:inline-block;
  21. vertical-align: middle;
  22. width:12.7%;
  23. font-family: FZLTHK;
  24. font-weight: normal;
  25. color: #ffffff;
  26. text-decoration: none;
  27. margin-left:4.2%;
  28. padding-bottom: 4.5px;
  29. padding-top: 4.5px;
  30. }
  31. .titleBox .radio{
  32. border: 1px solid #0091FF;
  33. border-radius: 16px;
  34. width:21%;
  35. padding-top:6px;
  36. padding-bottom:6px;
  37. color: #0091FF;
  38. }
  39. .titleBox .active {
  40. color: #0091FF;
  41. border-bottom:2px solid #0091FF;
  42. }
  43. .titleBox .search {
  44. padding-left: 75px;
  45. margin-left: 40px;
  46. width: 536px;
  47. height: 52px;
  48. border: 1px solid #CCCCCC;
  49. }
  50. .typeBox {
  51. width: 100%;
  52. height: 64px;
  53. border-bottom: 1px solid #E5E5E5;
  54. position: relative;
  55. }
  56. .topTitle {
  57. float: left;
  58. font-size: 14px;
  59. height: 65px;
  60. line-height: 65px;
  61. color: #999999;
  62. }