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.
 
 
 
 
 

120 lines
1.7 KiB

  1. .model {
  2. position: absolute;
  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_car {
  13. position: fixed;
  14. left: 0;
  15. top: 0;
  16. right: 0;
  17. bottom: 0;
  18. /*-webkit-filter: blur(6px);
  19. filter: blur(6px);*/
  20. background-color: rgba(0, 0, 0, 0.25);
  21. z-index: 100;
  22. }
  23. .model_box {
  24. position: fixed;
  25. height: 4.3rem;
  26. bottom: 0;
  27. left: 0;
  28. right: 0;
  29. background-color: #fff;
  30. -webkit-border-top-left-radius: 8px;
  31. -webkit-border-top-right-radius: 8px;
  32. }
  33. .model_box_car {
  34. position: fixed;
  35. height: 4.3rem;
  36. bottom: 0;
  37. left: 0;
  38. right: 0;
  39. background-color: #fff;
  40. -webkit-border-top-left-radius: 8px;
  41. -webkit-border-top-right-radius: 8px;
  42. }
  43. .model_la {
  44. width: 0.37rem;
  45. height: 0.05rem;
  46. border-radius: 4px;
  47. background-color: rgba(0, 0, 0, 0.2);
  48. margin-top: 0.06rem;
  49. }
  50. .model_la_car {
  51. width: 0.37rem;
  52. height: 0.05rem;
  53. border-radius: 4px;
  54. background-color: rgba(0, 0, 0, 0.2);
  55. margin-top: 0.06rem;
  56. }
  57. .ui_p_t08 {
  58. padding-top: 0.08rem;
  59. }
  60. .ui_p_b08 {
  61. padding-bottom: 0.08rem;
  62. }
  63. .text_c_80 {
  64. color: #80889a;
  65. }
  66. .text_c_2b {
  67. color: #2b3857;
  68. }
  69. .text_c_cc {
  70. color: #CCCFD6;
  71. }
  72. .bor_b_e5 {
  73. border-bottom: 0.5px solid #e5e5e5;
  74. }
  75. .select_gou {
  76. background-image: url(../../images/duihao.png);
  77. width: 0.2rem;
  78. height: 0.2rem;
  79. background-repeat: no-repeat;
  80. background-size: 100% 100%;
  81. }
  82. .select_quan {
  83. background-image: url(../../images/quan.png);
  84. width: 0.2rem;
  85. height: 0.2rem;
  86. background-repeat: no-repeat;
  87. background-size: 100% 100%;
  88. }
  89. .select_kong {
  90. width: 0.2rem;
  91. height: 0.2rem;
  92. }
  93. .ui_p_t12 {
  94. padding-top: 0.12rem;
  95. }
  96. .ui_p_b12 {
  97. padding-bottom: 0.12rem;
  98. }
  99. .select_hei {
  100. overflow: scroll;
  101. height: 3.8rem;
  102. -webkit-overflow-scrolling: touch;
  103. }