reduced.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. .yv2_reduced{
  2. width: 446px;
  3. position: fixed;
  4. left: 50%;
  5. margin-left: -223px;
  6. top: 18%;
  7. background: #fff;
  8. z-index: 100;
  9. height: auto;
  10. }
  11. .yv2_reduced_bg{
  12. position: fixed;
  13. left: 0px;
  14. top: 0px;
  15. width: 100%;
  16. height: 100%;
  17. background: rgba(0,0,0,0.5);
  18. z-index: 99;
  19. }
  20. .yv2_reducedBox{
  21. position: relative;
  22. width: 100%;
  23. height: auto;
  24. padding: 38px 0;
  25. }
  26. .yv2_reducedBox .yv2_reduced_gb{
  27. position: absolute;
  28. right: 15px;
  29. top: 15px;
  30. z-index: 2;
  31. width: 24px;
  32. height: 24px;
  33. }
  34. .yv2_reducedBox .yv2_reduced_gb img{
  35. width: 100%;
  36. height: 100%;
  37. }
  38. .yv2_reducedBox .yv2_reduced_main{
  39. width: 350px;
  40. margin: 0 auto;
  41. }
  42. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_title{
  43. font-size: 24px;
  44. font-weight: bold;
  45. color: #343434;
  46. }
  47. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_ico{
  48. margin-top: 20px;
  49. width: 100%;
  50. height: auto;
  51. }
  52. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_ico img{
  53. width: 100%;
  54. height: auto;
  55. }
  56. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_text{
  57. margin-top: 15px;
  58. font-size: 14px;
  59. color: #666;
  60. line-height: 23px;
  61. }
  62. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_text em{
  63. color: #FF584A;
  64. }
  65. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form{
  66. margin-top: 18px;
  67. }
  68. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_text{
  69. position: relative;
  70. width: 100%;
  71. height: 48px;
  72. border-radius: 4px;
  73. border:1px solid #eee;
  74. display: -webkit-flex; /* Safari */
  75. display: flex;
  76. justify-content:flex-start;
  77. align-items: center;
  78. margin-top: 10px;
  79. background: #fff;
  80. }
  81. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_text img{
  82. display: inline-block;
  83. width: 20px;
  84. height: 20px;
  85. margin-right: 12px;
  86. margin-left: 12px;
  87. }
  88. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_text input{
  89. width: 300px;
  90. height: 45px;
  91. font-size: 16px;
  92. color: #666;
  93. border:none;
  94. background: #fff;
  95. }
  96. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze{
  97. position: relative;
  98. width: 100%;
  99. margin-top: 10px;
  100. display: none;
  101. }
  102. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze i{
  103. display: inline-block;
  104. width: 0;
  105. height: 0;
  106. border-width: 6px;
  107. border-style: solid;
  108. border-color: #CFCFCF transparent transparent transparent;
  109. position: relative;
  110. right: 8px
  111. }
  112. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze p.in_text_top{
  113. width: 100%;
  114. height: 50px;
  115. border-radius: 4px;
  116. border:1px solid #eee;
  117. background: #fff;
  118. display: -webkit-flex; /* Safari */
  119. display: flex;
  120. justify-content:flex-start;
  121. align-items: center;
  122. }
  123. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze p.in_text_top img{
  124. display: inline-block;
  125. width: 20px;
  126. height: 20px;
  127. margin-left: 12px;
  128. margin-right: 12px;
  129. }
  130. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze p.in_text_top input{
  131. width: 300px;
  132. height: 45px;
  133. font-size: 16px;
  134. color: #666;
  135. border:none;
  136. background: #fff;
  137. }
  138. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze .in_text_show{
  139. position: absolute;
  140. left: 0px;
  141. top: 50px;
  142. width: 100%;
  143. height: 200px;
  144. overflow-y:auto;
  145. overflow-x:hidden;
  146. z-index: 3;
  147. background: #fff;
  148. border:1px solid #eee;
  149. display: none;
  150. }
  151. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze .in_text_show a{
  152. display: block;
  153. font-size: 16px;
  154. color: #666;
  155. padding: 0 20px;
  156. height: 40px;
  157. line-height: 40px;
  158. }
  159. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze .in_text_show a:hover{
  160. background: #f9f9f9;
  161. color: #43A6F5;
  162. }
  163. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze .in_text_show a.on{
  164. background: #f9f9f9;
  165. color: #43A6F5;
  166. }
  167. .yv2_reduced_buttom{
  168. margin-top: 30px;
  169. width: 100%;
  170. height: auto;
  171. }
  172. .yv2_reduced_buttom a{
  173. display: inline-block;
  174. font-size: 20px;
  175. color:#fff;
  176. font-weight: bold;
  177. height: 50px;
  178. background: #44A6F5;
  179. border-radius: 4px;
  180. width: 100%;
  181. text-align: center;
  182. line-height: 50px;
  183. }
  184. .js_yv2_reduced_text_foot{
  185. font-size: 14px;
  186. color: #979797;
  187. margin-top: 10px;
  188. text-align: center;
  189. display: none;
  190. }
  191. /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  192. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze .in_text_show::-webkit-scrollbar{
  193. width: 5px; /*滚动条宽度*/
  194. height: 10px; /*滚动条高度*/
  195. }
  196. /*定义滚动条轨道 内阴影+圆角*/
  197. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze .in_text_show::-webkit-scrollbar-track {
  198. border-radius: 10px; /*滚动条的背景区域的圆角*/
  199. background-color: rgba(0, 0, 0,0);/*滚动条的背景颜色*/
  200. }
  201. /*定义滑块 内阴影+圆角*/
  202. .yv2_reducedBox .yv2_reduced_main .yv2_reduced_form .in_xuanze .in_text_show::-webkit-scrollbar-thumb{
  203. border-radius: 10px; /*滚动条的圆角*/
  204. background-color: #CBCBCB; /*滚动条的背景颜色*/
  205. }