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.
 
 
 
 

99 lines
1.6 KiB

  1. .model_car {
  2. position: fixed;
  3. left: 0;
  4. top: 0;
  5. right: 0;
  6. bottom: 0;
  7. /*-webkit-filter: blur(6px);
  8. filter: blur(6px);*/
  9. background-color: rgba(0, 0, 0, 0.25);
  10. z-index: 100;
  11. }
  12. .model_box_car {
  13. position: fixed;
  14. height: 4.3rem;
  15. bottom: 0;
  16. left: 0;
  17. right: 0;
  18. background-color: #fff;
  19. /*-webkit-border-top-left-radius: 8px;
  20. -webkit-border-top-right-radius: 8px;*/
  21. }
  22. .model_la_car {
  23. width: 0.37rem;
  24. height: 0.05rem;
  25. border-radius: 4px;
  26. background-color: rgba(0, 0, 0, 0.2);
  27. margin-top: 0.06rem;
  28. }
  29. .bor_b_e5 {
  30. border-bottom: 0.5px solid #e5e5e5;
  31. }
  32. .ui_p_t08 {
  33. padding-top: 0.08rem;
  34. }
  35. .ui_p_b08 {
  36. padding-bottom: 0.08rem;
  37. }
  38. .text_c_80 {
  39. color: #686872;
  40. }
  41. .text_c_2b{
  42. color:#2d2e3a;
  43. }
  44. .ui_p_t12 {
  45. padding-top: 0.12rem;
  46. }
  47. .ui_p_b12 {
  48. padding-bottom: 0.12rem;
  49. }
  50. .select_hei {
  51. overflow: scroll;
  52. height: 3.8rem;
  53. -webkit-overflow-scrolling: touch;
  54. }
  55. .bus_sel_image {
  56. background-image: url(../../../static/image/home/bus_sel.png);
  57. width: 0.22rem;
  58. height: 0.22rem;
  59. background-repeat: no-repeat;
  60. background-size: 100% 100%;
  61. }
  62. .bus_kong {
  63. background-image: url(../../../static/image/home/bus_kong.png);
  64. width: 0.22rem;
  65. height: 0.22rem;
  66. background-repeat: no-repeat;
  67. background-size: 100% 100%;
  68. }
  69. .select_gou {
  70. background-image: url(../../../static/image/home/bus_duihao.png);
  71. width: 0.2rem;
  72. height: 0.2rem;
  73. background-repeat: no-repeat;
  74. background-size: 100% 100%;
  75. }
  76. .select_quan {
  77. background-image: url(../../../static/image/home/bus_kong.png);
  78. width: 0.2rem;
  79. height: 0.2rem;
  80. background-repeat: no-repeat;
  81. background-size: 100% 100%;
  82. }
  83. .select_kong {
  84. width: 0.2rem;
  85. height: 0.2rem;
  86. }