all.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. @charset "utf-8";
  2. html, body, div, table, h1, h2, h3,p,span,ul,ol,li,pre,form,button,input,textarea,th, td, a, img {
  3. margin:0px;
  4. padding:0px;
  5. border:0;
  6. outline:0;
  7. font-family: '\5FAE\8F6F\96C5\9ED1','Microsoft Yahei',tahoma,arial,"hiragino sans gb", Helvetica, Arial, "\5b8b\4f53", 'sans-serif';
  8. }
  9. html,body{background:#ddd;height:100%;}
  10. html{min-width:300px;}
  11. #main{
  12. width:94%;
  13. margin:0 auto;
  14. position:relative;
  15. z-index:3;
  16. background:#fff;
  17. border-radius:8px;
  18. -webkit-border-radius:8px;
  19. -moz-border-radius:8px;
  20. border:solid 3px #888;
  21. }
  22. .banner{
  23. width:100%;
  24. }
  25. .mp1{
  26. padding:10px 0 15px;
  27. }
  28. .vline{border-bottom:dashed 2px #eee;}
  29. .mp2{
  30. padding:10px 0 20px;
  31. }
  32. .tips{
  33. color:#d50303;
  34. width:88%;
  35. margin:0 auto;
  36. }
  37. .info{
  38. width:88%;
  39. margin:0 auto;
  40. overflow:hidden;
  41. font-size:14px;
  42. color:#aaa;
  43. margin-top:6px;
  44. }
  45. .info span{
  46. color:#d50303;
  47. }
  48. .info .con{
  49. color:#aaa;
  50. }
  51. .info i{
  52. color:#a3603a !important;
  53. display:block;
  54. font-size:12px;
  55. line-height:14px;
  56. margin-bottom:6px;
  57. }
  58. .jt_icon{
  59. height:20px;
  60. }
  61. .ipt{
  62. width:92%;
  63. margin:0 auto;
  64. }
  65. .ipt input{
  66. width:90%;
  67. padding:0 5%;
  68. line-height:46px;
  69. height:46px;
  70. font-size:18px;
  71. border-bottom:solid 2px #ccc;
  72. background:#f8f8f8;
  73. border-radius:8px;
  74. -webkit-border-radius:8px;
  75. -moz-border-radius:8px;
  76. }
  77. .btn{
  78. width:92%;
  79. height:46px;
  80. margin:0 auto;
  81. display:block;
  82. background:#d50303;
  83. margin-top:5px;
  84. color:#fff;
  85. font-weight:900;
  86. line-height:46px;
  87. text-align:center;
  88. text-decoration:none;
  89. border-radius:8px;
  90. -webkit-border-radius:8px;
  91. -moz-border-radius:8px;
  92. border-bottom:solid 5px #770000;
  93. }
  94. .btn:active{
  95. width:96%;
  96. height:50px;
  97. font-size:22px;
  98. line-height:50px;
  99. }
  100. .load_icon{
  101. width:90%;
  102. }
  103. .p_pl{
  104. width:96%;
  105. height:20px;
  106. margin:0 auto;
  107. position:relative;
  108. background:#f2f2f2;
  109. border-bottom:solid 5px #ddd;
  110. border-radius:8px;
  111. -webkit-border-radius:8px;
  112. -moz-border-radius:8px;
  113. }
  114. .p_bar{
  115. position:absolute;
  116. top:0px;
  117. left:0px;
  118. width:20%;
  119. height:20px;
  120. background:#d50303;
  121. border-bottom:solid 5px #770000;
  122. border-radius:8px;
  123. -webkit-border-radius:8px;
  124. -moz-border-radius:8px;
  125. z-index:0;
  126. }
  127. .p_info{
  128. position:absolute;
  129. top:0px;
  130. left:0px;
  131. width:100%;
  132. color:#fff;
  133. text-align:center;
  134. z-index:99;
  135. }
  136. .error{
  137. text-align:center;
  138. color:#d50303;
  139. margin:5px 0;
  140. font-size:14px;
  141. }
  142. /*查询结果*/
  143. .re{
  144. width:86%;
  145. padding:3%;
  146. margin:0 auto;
  147. font-size:18px;
  148. border-bottom:solid 2px #ccc;
  149. background:#f8f8f8;
  150. border-radius:8px;
  151. -webkit-border-radius:8px;
  152. -moz-border-radius:8px;
  153. }
  154. .re_pl{
  155. width:100%;
  156. height:100%;
  157. overflow-x:none;
  158. overflow-y:auto;
  159. }
  160. .re p{
  161. line-height:20px;
  162. font-size:16px;
  163. margin-bottom:3px;
  164. }
  165. .re i{
  166. color:#a3603a !important;
  167. display:block;
  168. font-size:12px;
  169. line-height:14px;
  170. margin:6px 0;
  171. }
  172. .re b{
  173. color:#469af8 !important;
  174. }
  175. .re span{
  176. color:#d50303;
  177. line-height:24px;
  178. font-size:20px;
  179. font-weight:900;
  180. }
  181. .re b{
  182. color:#d50303;
  183. line-height:24px;
  184. font-size:16px;
  185. font-weight:900;
  186. }
  187. .btnpl{
  188. width:92%;
  189. margin:0 auto;
  190. }
  191. .btnm{
  192. width:48%;
  193. height:40px;
  194. display:block;
  195. background:#d50303;
  196. margin-top:10px;
  197. color:#fff;
  198. font-weight:900;
  199. line-height:40px;
  200. text-align:center;
  201. text-decoration:none;
  202. border-radius:8px;
  203. -webkit-border-radius:8px;
  204. -moz-border-radius:8px;
  205. border-bottom:solid 5px #770000;
  206. }
  207. .fl{float:left}
  208. .fr{float:right}
  209. /*下面*/
  210. .btn2{
  211. width:92%;
  212. height:40px;
  213. margin:0 auto;
  214. display:block;
  215. background:#469af8;
  216. margin-top:10px;
  217. color:#fff;
  218. font-weight:900;
  219. line-height:40px;
  220. text-align:center;
  221. text-decoration:none;
  222. border-radius:8px;
  223. -webkit-border-radius:8px;
  224. -moz-border-radius:8px;
  225. border-bottom:solid 3px #0955aa;
  226. }
  227. .btn2 span{
  228. color:#ff9000;
  229. }
  230. .end{
  231. color:#888;
  232. font-size:14px;
  233. text-align:center;
  234. }
  235. .end *{
  236. vertical-align:middle;
  237. }
  238. .end img{
  239. height:18px;
  240. }
  241. /*share*/
  242. .share{
  243. text-align:right;
  244. }
  245. .share img{
  246. width:84%
  247. }
  248. .share .btn2{
  249. width:88%;
  250. height:50px;
  251. line-height:50px;
  252. }
  253. /*result*/
  254. .result_icon{
  255. width:96%;
  256. }
  257. .clearfix:before, .clearfix:after {
  258. content: "";
  259. display: table;
  260. }
  261. .clearfix:after {
  262. clear: both;
  263. }
  264. .clearfix {
  265. clear: both;
  266. *zoom: 1;
  267. }
  268. .blue{
  269. color:#469af8;
  270. margin-top:5px;
  271. font-weight:900;
  272. }
  273. .tips span{
  274. color:#d50303;
  275. }
  276. /* error */
  277. .mid{
  278. text-align:center;
  279. }