chunk-vendors.common.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. /*鍏ㄥ眬css*/
  2. * {
  3. padding: 0;
  4. margin: 0;
  5. font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC',
  6. 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif;
  7. }
  8. body {
  9. background: #eee;
  10. }
  11. /*PC鏍峰紡*/
  12. @media screen and (min-width: 1000px) {
  13. /*椤堕儴瀹夊叏鎻愮ず*/
  14. #safety-tips {
  15. width: 100%;
  16. height: 50px;
  17. background: rgb(241, 249, 236);
  18. overflow: hidden;
  19. }
  20. #safety-tips .safety-icon {
  21. width: 20px;
  22. height: 20px;
  23. margin: 15px 5px 15px 15px;
  24. float: left;
  25. }
  26. #safety-tips .safety-icon img {
  27. width: 20px;
  28. height: 20px;
  29. }
  30. #safety-tips .safety-title {
  31. line-height: 50px;
  32. font-size: 14px;
  33. color: #07c160;
  34. float: left;
  35. }
  36. /*鎵爜鎻愮ず*/
  37. #scan_tips {
  38. text-align: center;
  39. margin: 20px auto;
  40. display: block;
  41. color: #ccc;
  42. font-size: 15px;
  43. font-weight: bold;
  44. }
  45. /*缇や簩缁寸爜*/
  46. #ewm {
  47. width: 330px;
  48. margin: 20px auto;
  49. }
  50. #ewm img {
  51. width: 330px;
  52. }
  53. /*涓汉寰俊浜岀淮鐮�*/
  54. #scan_wx_tips {
  55. text-align: center;
  56. margin: 20px auto;
  57. display: block;
  58. color: #ccc;
  59. font-size: 15px;
  60. font-weight: bold;
  61. }
  62. #wxewm {
  63. width: 130px;
  64. margin: 0 auto;
  65. }
  66. #wxewm img {
  67. width: 130px;
  68. }
  69. #hm_wxewm {
  70. width: 200px;
  71. margin: 0 auto;
  72. }
  73. #hm_wxewm img {
  74. width: 200px;
  75. }
  76. /*鎻愰啋ICON*/
  77. #tips_icon {
  78. width: 100px;
  79. margin: 20px auto;
  80. }
  81. #tips_icon img {
  82. width: 100px;
  83. }
  84. /*鎻愰啋鏂囧瓧*/
  85. #tips_text {
  86. text-align: center;
  87. margin: 20px auto;
  88. display: block;
  89. color: #999;
  90. font-size: 16px;
  91. font-weight: bold;
  92. }
  93. /*寰俊鍙�*/
  94. #wx_num {
  95. text-align: center;
  96. color: #999;
  97. font-size: 16px;
  98. margin: 20px auto;
  99. }
  100. /*鍔犲井淇¤鏄�*/
  101. #shuoming {
  102. width: 70%;
  103. margin: 30px auto;
  104. background: #fff;
  105. padding: 20px 20px;
  106. border-radius: 5px;
  107. line-height: 22px;
  108. color: #666;
  109. font-size: 16px;
  110. }
  111. /*鍦ㄧ嚎鎻愰啋*/
  112. #online_tips {
  113. width: 100%;
  114. height: 80px;
  115. background: #dc3545;
  116. position: fixed;
  117. bottom: 0;
  118. line-height: 60px;
  119. font-size: 17px;
  120. color: #fff;
  121. font-weight: bold;
  122. display: block;
  123. overflow: hidden;
  124. }
  125. #online_tips_sb {
  126. width: 100%;
  127. height: 80px;
  128. background: #28a745;
  129. position: fixed;
  130. bottom: 0;
  131. line-height: 60px;
  132. font-size: 17px;
  133. color: #fff;
  134. font-weight: bold;
  135. display: block;
  136. overflow: hidden;
  137. }
  138. /*娲诲姩鏍囬*/
  139. #active_title {
  140. width: 88%;
  141. margin: 25px auto 15px;
  142. font-size: 22px;
  143. line-height: 1.4em;
  144. font-weight: 400em;
  145. }
  146. #active_int {
  147. width: 88%;
  148. height: 25px;
  149. margin: 0 auto 20px;
  150. }
  151. #active_int .active_update_time {
  152. color: #999;
  153. font-size: 15px;
  154. float: left;
  155. }
  156. #active_int .active_pv {
  157. color: #999;
  158. font-size: 15px;
  159. float: right;
  160. }
  161. #active_content {
  162. width: 88%;
  163. margin: 0 auto;
  164. text-align: justify;
  165. }
  166. }
  167. /*鎵嬫満鏍峰紡*/
  168. @media screen and (max-width: 639px) {
  169. #safety-tips {
  170. width: 100%;
  171. height: 50px;
  172. background: rgb(241, 249, 236);
  173. overflow: hidden;
  174. position: fixed;
  175. top: 0;
  176. }
  177. #safety-tips .safety-icon {
  178. width: 20px;
  179. height: 20px;
  180. margin: 15px 5px 15px 15px;
  181. float: left;
  182. }
  183. #safety-tips .safety-icon img {
  184. width: 20px;
  185. height: 20px;
  186. }
  187. #safety-tips .safety-title {
  188. line-height: 50px;
  189. font-size: 14px;
  190. color: #07c160;
  191. float: left;
  192. }
  193. /*鎵爜鎻愮ず*/
  194. #scan_tips {
  195. text-align: center;
  196. margin: 65px auto 10px;
  197. display: block;
  198. color: #ccc;
  199. font-size: 15px;
  200. font-weight: bold;
  201. }
  202. /*缇や簩缁寸爜*/
  203. #ewm {
  204. width: 88%;
  205. margin: 20px auto;
  206. }
  207. #ewm img {
  208. width: 100%;
  209. }
  210. /*涓汉寰俊浜岀淮鐮�*/
  211. #scan_wx_tips {
  212. text-align: center;
  213. margin: 20px auto;
  214. display: block;
  215. color: #ccc;
  216. font-size: 15px;
  217. font-weight: bold;
  218. }
  219. #wxewm {
  220. width: 100px;
  221. margin: 0 auto;
  222. }
  223. #wxewm img {
  224. width: 100px;
  225. }
  226. #hm_wxewm {
  227. width: 200px;
  228. margin: 0 auto;
  229. }
  230. #hm_wxewm img {
  231. width: 200px;
  232. }
  233. /*鎻愰啋ICON*/
  234. #tips_icon {
  235. width: 100px;
  236. margin: 20px auto;
  237. }
  238. #tips_icon img {
  239. width: 100px;
  240. }
  241. /*鎻愰啋鏂囧瓧*/
  242. #tips_text {
  243. text-align: center;
  244. margin: 20px auto;
  245. display: block;
  246. color: #999;
  247. font-size: 16px;
  248. font-weight: bold;
  249. }
  250. /*寰俊鍙�*/
  251. #wxnum {
  252. text-align: center;
  253. color: #999;
  254. font-size: 16px;
  255. margin: 20px auto;
  256. }
  257. /*鍔犲井淇¤鏄�*/
  258. #wxbeizhu {
  259. width: 75%;
  260. margin: 15px auto;
  261. background: #fff;
  262. padding: 20px 20px;
  263. border-radius: 5px;
  264. line-height: 22px;
  265. color: #666;
  266. font-size: 16px;
  267. }
  268. /*鍦ㄧ嚎鎻愰啋*/
  269. #online_tips {
  270. width: 100%;
  271. height: 70px;
  272. background: #dc3545;
  273. position: fixed;
  274. bottom: 0;
  275. line-height: 60px;
  276. font-size: 17px;
  277. color: #fff;
  278. font-weight: bold;
  279. display: block;
  280. overflow: hidden;
  281. }
  282. #online_tips_sb {
  283. width: 100%;
  284. height: 80px;
  285. background: #28a745;
  286. position: fixed;
  287. bottom: 0;
  288. line-height: 60px;
  289. font-size: 17px;
  290. color: #fff;
  291. font-weight: bold;
  292. display: block;
  293. overflow: hidden;
  294. }
  295. /*娲诲姩鏍囬*/
  296. #active_title {
  297. width: 88%;
  298. margin: 25px auto 15px;
  299. font-size: 22px;
  300. line-height: 1.4em;
  301. font-weight: 400em;
  302. }
  303. #active_int {
  304. width: 88%;
  305. height: 25px;
  306. margin: 0 auto 20px;
  307. }
  308. #active_int .active_update_time {
  309. color: #999;
  310. font-size: 15px;
  311. float: left;
  312. }
  313. #active_int .active_pv {
  314. color: #999;
  315. font-size: 15px;
  316. float: right;
  317. }
  318. #active_content {
  319. width: 88%;
  320. margin: 0 auto;
  321. text-align: justify;
  322. }
  323. }