shaixuan.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. 
  2. /* screening */
  3. *{ box-sizing:border-box; padding:0px; margin:0px;}
  4. div.screening{
  5. width: 100%;
  6. overflow: hidden;
  7. background: #fff;
  8. /*position: fixed;*/
  9. z-index: 4;
  10. box-shadow: 1px 2px 1px #ddd;
  11. position: fixed;
  12. top:0;
  13. }
  14. div.screening>ul{
  15. margin: 0;
  16. padding: 0;
  17. list-style-type: none;
  18. border-bottom: solid 1px #d3d3d3;
  19. overflow: hidden;
  20. z-index: 3;
  21. }
  22. div.screening>ul>li{
  23. float: left;
  24. font-size:0.75em;
  25. width: 33.3%;
  26. text-align: center;
  27. line-height: 2rem;
  28. border-left: solid 1px #d3d3d3;
  29. z-index: 3;
  30. }
  31. div.screening>ul>li>span{
  32. background: url("../image/on_1.png") no-repeat right center; background-size:0.75em; padding-right:15px;
  33. z-index: 3;
  34. }
  35. div.screening>ul>.current>span{
  36. background: url("../image/on_2.png") no-repeat right center;background-size:0.75em; color:#3cb9f3;
  37. z-index: 3;
  38. }
  39. /* grade */
  40. .meishi22,.grade-eject,.Category-eject,.Sort-eject{
  41. position:fixed;
  42. top: -65%;
  43. width: 100%;
  44. height: 35%;
  45. z-index: 1;
  46. -webkit-transition-duration: 0.1s;
  47. }
  48. .meishi22>ul,.grade-eject>ul,.Category-eject>ul,.Sort-eject>ul{
  49. margin: 0;
  50. padding: 0;
  51. overflow: auto;
  52. height: 100%;
  53. width: 100%;
  54. -webkit-transition-duration: 0.4s;
  55. }
  56. .meishi22>ul>li,.grade-eject>ul>li,.Category-eject>ul>li,.Sort-eject>ul>li{
  57. height: 2rem;
  58. line-height: 2rem;
  59. font-size: 0.75em;
  60. padding-left: 1rem;
  61. border-bottom: solid 1px #eee;
  62. }
  63. .meishi22>ul.meishia-w,.grade-eject>ul.grade-w,.Category-eject>ul.Category-w{
  64. background: #fff;
  65. position: absolute;
  66. z-index: 1;
  67. }
  68. .meishi22>ul.meishia-t,.grade-eject>ul.grade-t,.Category-eject>ul.Category-t{
  69. background: #eee;
  70. position: absolute;
  71. z-index: 2;
  72. left: 100%;
  73. }
  74. .meishi22>ul.meishia-t>li,.grade-eject>ul.grade-t>li,.Category-eject>ul.Category-t>li{
  75. border-bottom: solid 1px #e5e5e5;
  76. }
  77. .meishi22>ul.meishia-s,.grade-eject>ul.grade-s,.Category-eject>ul.Category-s{
  78. background: #fff;
  79. position: absolute;
  80. z-index: 3;
  81. left: 100%;
  82. list-style-type: none;
  83. }
  84. .meishi22>ul.meishia-s>li,.grade-eject>ul.grade-s>li,.Category-eject>ul.Category-s>li{
  85. border-bottom: solid 1px #eee;
  86. margin-left: 1rem;
  87. padding: 0;
  88. }
  89. .grade-w-roll{
  90. top: 2rem;
  91. }
  92. .grade-w-roll::after{
  93. position: fixed;
  94. content: "";
  95. width: 100%;
  96. height: 100%;
  97. display: block;
  98. background:rgba(0,0,0,0.2);
  99. top: 0;
  100. }
  101. /*Sort-eject*/
  102. .Sort-Sort{
  103. background: #fff;
  104. position: absolute;
  105. z-index: 2;
  106. left: 0;
  107. list-style-type: none;
  108. }
  109. .Sort-Sort>li{
  110. border-bottom: solid 1px #eee;
  111. padding: 0;
  112. }
  113. .Sort-height{
  114. height: 34%;
  115. }
  116. /* demo-content */
  117. .demo-content{padding-top: 3rem;}
  118. /*.meishi1{ background:url(../images/meishi1.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
  119. .meishi2{ background:url(../images/meishi2.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
  120. .meishi3{ background:url(../images/meishi3.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
  121. .meishi4{ background:url(../images/meishi4.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
  122. .meishi5{ background:url(../images/meishi5.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
  123. .meishi6{ background:url(../images/meishi6.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
  124. .meishi7{ background:url(../images/meishi7.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}
  125. .meishi8{ background:url(../images/meishi8.png) no-repeat left ; background-size:25px; height:3rem; padding-left:2rem; width:10rem;}*/
  126. .xiaobiao{ background-color:#d2d3ce; color:#FFFFFF; padding:0px 5px; font-size:10px; border-radius:8px; margin-left:10px;}
  127. .xiaobiao1{font-size:10px; margin-left:20px;}
  128. .zimu{ height:20px; background-color:#e4e4e4; border-bottom:1px solid #e5e5e5; padding-left:20px; line-height:20px;}
  129. .wrap {
  130. position: relative;
  131. margin-top:-60px;
  132. }
  133. .slider-v3 {
  134. margin: 1.5em auto;
  135. }
  136. .wrap input {
  137. position: absolute;
  138. left: -9999px;
  139. }
  140. .slider-v3 {
  141. position: relative;
  142. display: block;
  143. width: 5em;
  144. height: 2em;
  145. cursor: pointer;
  146. border-radius: 1.5em;
  147. transition: 350ms;
  148. background: #ddd;
  149. }
  150. .slider-v3::after {
  151. position: absolute;
  152. content: '';
  153. width: 1.5em;
  154. height: 1.5em;
  155. top: 0.2em;
  156. left: 0.5em;
  157. border-radius: 1.5em;
  158. transition: width 200ms ease-out, height 300ms 50ms ease-in, top 300ms 50ms ease-in, left 250ms 50ms ease-in, box-shadow 300ms ease-in;
  159. background: #e23a46;
  160. box-shadow: 0 0 0 1.5em #f2f2f2 inset;
  161. }
  162. input:checked + .slider-v3::after {
  163. top: 0.2em;
  164. left: 3em;
  165. box-shadow: 0 0 0 0 #f2f2f2 inset;
  166. }
  167. .choose a{color:#666666;text-decoration:none;}
  168. .choose a:hover{color:#990000;text-decoration:none;}
  169. .choose{padding: 13px 30px 30px 0;}
  170. .choosetext{height:24px;padding:20px 0;font-size:14px;}
  171. .choosebox{padding:0 0 35px 0;}
  172. .choosebox li{float:left;margin-right:10px;display:inline;padding-bottom: 22px;}
  173. .choosebox li a{float:left;background:#fff;font-size:14px;border:1px solid #ccc;height:14px;line-height:14px;padding:4px 12px; display:block;}
  174. .choosebox li a.current{background:#e23a46; color:#FFFFFF;}
  175. .choosebox li input{display:none;}
  176. .choose .btn-img{overflow:hidden;background:#fff;cursor:pointer;border:0;}
  177. .choose .btn-img span{font-size:18px;font-weight:800;color:#e23a46;font-family:"微软雅黑","宋体";}