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.
 
 
 
 
 

76 lines
1.2 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_box{
  13. position: absolute;
  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{
  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. .ui_p_t08{
  30. padding-top: 0.08rem;
  31. }
  32. .ui_p_b08{
  33. padding-bottom: 0.08rem;
  34. }
  35. .text_c_80{
  36. color: #80889a;
  37. }
  38. .text_c_2b{
  39. color: #2b3857;
  40. }
  41. .bor_b_e5{
  42. border-bottom: 0.5px solid #e5e5e5;
  43. }
  44. .select_gou{
  45. background-image: url(../../images/duihao.png);
  46. width: 0.22rem;
  47. height: 0.22rem;
  48. background-repeat: no-repeat;
  49. background-size: 100% 100%;
  50. }
  51. .select_quan{
  52. background-image: url(../../images/quan.png);
  53. width: 0.22rem;
  54. height: 0.22rem;
  55. background-repeat: no-repeat;
  56. background-size: 100% 100%;
  57. }
  58. .select_kong{
  59. width: 0.22rem;
  60. height: 0.22rem;
  61. }
  62. .ui_p_t12{
  63. padding-top: 0.12rem;
  64. }
  65. .ui_p_b12{
  66. padding-bottom: 0.12rem;
  67. }
  68. .select_hei{
  69. overflow: scroll;
  70. height: 3.8rem;
  71. }