Ei kuvausta

custom_select.css 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /* screening */
  2. ul li{
  3. list-style: none;
  4. padding: 0;
  5. margin: 0;
  6. }
  7. *{ box-sizing:border-box; padding:0px; margin:0px;}
  8. div.screening{
  9. width: 100%;
  10. overflow: hidden;
  11. background: #fff;
  12. /*position: fixed;*/
  13. z-index: 44444;
  14. }
  15. div.screening>ul{
  16. margin: 0;
  17. padding: 0;
  18. list-style-type: none;
  19. border-bottom: solid 1px #d3d3d3;
  20. overflow: hidden;
  21. }
  22. div.screening>ul>li{
  23. float: left;
  24. font-size:0.75em;
  25. width: 25%;
  26. text-align: center;
  27. line-height: 3rem;
  28. border-left: solid 1px #d3d3d3;
  29. }
  30. div.screening>ul>li>span{
  31. background: url("../images/on_1.png") no-repeat right center; background-size:0.75em; padding-right:15px;
  32. }
  33. div.screening>ul>.current>span{
  34. background: url("../images/on_2.png") no-repeat right center;background-size:0.75em; color:#3cb9f3;
  35. }
  36. /* grade */
  37. .meishi22,.grade-eject,.Category-eject,.Sort-eject{
  38. position:fixed;
  39. top: -65%;
  40. width: 100%;
  41. height: 63%;
  42. z-index: 1;
  43. -webkit-transition-duration: 0.4s;
  44. }
  45. .meishi22>ul,.grade-eject>ul,.Category-eject>ul,.Sort-eject>ul{
  46. margin: 0;
  47. padding: 0;
  48. overflow: auto;
  49. height: 100%;
  50. width: 100%;
  51. -webkit-transition-duration: 0.4s;
  52. }
  53. .meishi22>ul>li,.grade-eject>ul>li,.Category-eject>ul>li,.Sort-eject>ul>li{
  54. height: 3rem;
  55. line-height: 3rem;
  56. font-size: 0.75em;
  57. padding-left: 1rem;
  58. border-bottom: solid 1px #eee;
  59. }
  60. .meishi22>ul.meishia-w,.grade-eject>ul.grade-w,.Category-eject>ul.Category-w{
  61. background: #fff;
  62. position: absolute;
  63. z-index: 1;
  64. }
  65. .meishi22>ul.meishia-t,.grade-eject>ul.grade-t,.Category-eject>ul.Category-t{
  66. background: #eee;
  67. position: absolute;
  68. z-index: 2;
  69. left: 100%;
  70. }
  71. .meishi22>ul.meishia-t>li,.grade-eject>ul.grade-t>li,.Category-eject>ul.Category-t>li{
  72. border-bottom: solid 1px #e5e5e5;
  73. }
  74. .meishi22>ul.meishia-s,.grade-eject>ul.grade-s,.Category-eject>ul.Category-s{
  75. background: #fff;
  76. position: absolute;
  77. z-index: 3;
  78. left: 100%;
  79. list-style-type: none;
  80. }
  81. .meishi22>ul.meishia-s>li,.grade-eject>ul.grade-s>li,.Category-eject>ul.Category-s>li{
  82. border-bottom: solid 1px #eee;
  83. margin-left: 1rem;
  84. padding: 0;
  85. }
  86. .grade-w-roll{
  87. position: fixed;
  88. content: "";
  89. width: 100%;
  90. height: 60%;
  91. display: block;
  92. background:#FFFFFF;
  93. top: 40px;
  94. z-index: 333;
  95. }
  96. .grade-eject_bj{
  97. position: fixed;
  98. content: "";
  99. width: 100%;
  100. height: 100%;
  101. display: none;
  102. background:rgba(0,0,0,0.2);
  103. top: 40px;
  104. z-index: 331;
  105. }
  106. .grade-w li,.grade-t li{
  107. position: relative;
  108. }
  109. .check_active{
  110. background: #EEEEEE;
  111. }
  112. .grade-w img,.grade-t img{
  113. position: absolute;
  114. width: 20px;
  115. height: 20px;
  116. right: 52%;
  117. top: 10px;
  118. }
  119. .all_check img{
  120. position: absolute;
  121. width: 20px;
  122. height: 20px;
  123. top: 10px;
  124. right: 30px;
  125. z-index: 1212;
  126. }
  127. .recet_button{
  128. width: 100%;
  129. background: #FFFFFF;
  130. height: 50px;
  131. border-top: 1px solid #EEEEEE;
  132. position: absolute;
  133. bottom: -51px;
  134. z-index: 11;
  135. }
  136. .btn_class{
  137. margin-top: 5px;
  138. margin-left: 25%;
  139. }
  140. .text_btn{
  141. font-size: 14px;
  142. margin-left: 50px;
  143. line-height: 40px;
  144. }
  145. .mui-checkbox{
  146. position: absolute;
  147. left: 0px;
  148. }
  149. .mui-checkbox input[type=checkbox]{
  150. left: 20px;
  151. }