Bez popisu

custom_select.css 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. top: 3rem;
  88. }
  89. .grade-w-roll::after{
  90. position: fixed;
  91. content: "";
  92. width: 100%;
  93. height: 100%;
  94. display: block;
  95. background:rgba(0,0,0,0.2);
  96. top: 0;
  97. }
  98. .grade-w li,.grade-t li{
  99. position: relative;
  100. }
  101. .check_active{
  102. background: #EEEEEE;
  103. }
  104. .grade-w img,.grade-t img{
  105. display: none;
  106. position: absolute;
  107. width: 20px;
  108. height: 20px;
  109. right: 52%;
  110. top: 10px;
  111. }
  112. .all_check img{
  113. position: absolute;
  114. width: 20px;
  115. height: 20px;
  116. top: 10px;
  117. right: 30px;
  118. z-index: 1212;
  119. }
  120. .recet_button{
  121. width: 100%;
  122. background: #FFFFFF;
  123. height: 50px;
  124. border-top: 1px solid #EEEEEE;
  125. position: absolute;
  126. bottom: -51px;
  127. z-index: 11;
  128. }
  129. .btn_class{
  130. margin-top: 5px;
  131. margin-left: 25%;
  132. }