郑许地铁

gobal.css 9.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681
  1. @charset "utf-8";
  2. *html {
  3. padding: 0px;
  4. margin: 0px
  5. }
  6. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td,span,a {
  7. margin: 0;
  8. padding: 0
  9. }
  10. body {
  11. font-size: 14px;
  12. font-family: "微软雅黑","Microsoft YaHei","Microsoft YaHei UI","Segoe UI",Arial,Verdana,Sans-Serif,sans-serif
  13. }
  14. em {
  15. font-style: normal
  16. }
  17. address,caption,cite,code,dfn,em,strong,th,var {
  18. font-style: normal;
  19. font-weight: normal
  20. }
  21. article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
  22. display: block
  23. }
  24. b,strong {
  25. font-weight: bold
  26. }
  27. a {
  28. text-decoration: none;
  29. color: #333333;
  30. font-family: "Microsoft YaHei"
  31. }
  32. a:hover {
  33. text-decoration: none
  34. }
  35. fieldset,img {
  36. border: 0
  37. }
  38. ol,ul,li {
  39. list-style: none
  40. }
  41. del,ins {
  42. text-decoration: none
  43. }
  44. sub,sup {
  45. font-size: 75%;
  46. line-height: 0;
  47. position: relative;
  48. vertical-align: baseline
  49. }
  50. sup {
  51. top: -0.5em
  52. }
  53. sub {
  54. bottom: -0.25em
  55. }
  56. address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var {
  57. font: inherit
  58. }
  59. input[type="checkbox"],input[type="radio"] {
  60. box-sizing: border-box;
  61. padding: 0
  62. }
  63. input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  64. -webkit-appearance: none
  65. }
  66. button::-moz-focus-inner,input::-moz-focus-inner {
  67. border: 0;
  68. padding: 0
  69. }
  70. textarea {
  71. overflow: auto;
  72. vertical-align: top
  73. }
  74. table {
  75. border-collapse: collapse;
  76. border-spacing: 0
  77. }
  78. caption,th {
  79. text-align: left
  80. }
  81. a:active {
  82. outline: none;
  83. star: expression(this.onFocus=this.blur())
  84. }
  85. a,a:hover,a:focus {
  86. text-decoration: none;
  87. outline: none;
  88. -webkit-transition: all 0.3s;
  89. transition: all 0.3s;
  90. -moz-transition: all 0.3s;
  91. -o-transition: all 0.3s
  92. }
  93. ::selection {
  94. background: #1E9FFF;
  95. color: #fff
  96. }
  97. ::-moz-selection {
  98. background: #1E9FFF;
  99. color: #fff
  100. }
  101. @font-face {
  102. font-family:"larry-icon";src:url('font/iconfont.eot');src:url('font/iconfont.eot#iefix') format('embedded-opentype'),url('font/iconfont.woff') format('woff'),url('font/iconfont.ttf') format('truetype'),url('font/iconfont.svg#larry-icon') format('svg')
  103. }
  104. .larry-icon {
  105. font-family: "larry-icon"!important;
  106. font-size: 14px;
  107. font-style: normal;
  108. -webkit-font-smoothing: antialiased;
  109. -webkit-text-stroke-width: 0.2px;
  110. -moz-osx-font-smoothing: grayscale
  111. }
  112. .white {
  113. color: #ffffff;
  114. font-size: 30px
  115. }
  116. i {
  117. font-size: 16px;
  118. font-style: normal
  119. }
  120. .pos-r {
  121. position: relative
  122. }
  123. .pos-a {
  124. position: absolute
  125. }
  126. .pos-f {
  127. position: fixed
  128. }
  129. .pos-sc {
  130. position: static
  131. }
  132. .none {
  133. display: none
  134. }
  135. .block {
  136. display: block
  137. }
  138. .inline {
  139. display: inline
  140. }
  141. .inline-block {
  142. display: inline-block;
  143. vertical-align: top
  144. }
  145. .flex {
  146. display: flex
  147. }
  148. .table {
  149. display: table
  150. }
  151. .tr {
  152. display: table-row
  153. }
  154. .td {
  155. display: table-cell
  156. }
  157. .thead {
  158. display: table-header-group
  159. }
  160. .tbody {
  161. display: table-row-group
  162. }
  163. .tfoot {
  164. display: table-footer-group
  165. }
  166. .li {
  167. display: list-item
  168. }
  169. .center {
  170. text-align: center
  171. }
  172. .left {
  173. text-align: left
  174. }
  175. .right {
  176. text-align: right
  177. }
  178. .middle {
  179. vertical-align: middle
  180. }
  181. .w1200 {
  182. width: 1200px;
  183. margin: 0 auto
  184. }
  185. .w1170 {
  186. width: 1170px;
  187. margin: 0 auto
  188. }
  189. .w1000 {
  190. width: 1000px;
  191. margin: 0 auto
  192. }
  193. .fl {
  194. float: left
  195. }
  196. .fr {
  197. float: right
  198. }
  199. .fn {
  200. float: none
  201. }
  202. .clearfix:after {
  203. content: ".";
  204. display: block;
  205. height: 0;
  206. clear: both;
  207. visibility: hidden
  208. }
  209. .clearfix {
  210. *zoom: 1
  211. }
  212. .fz14 {
  213. font-size: 14px
  214. }
  215. .fz14 {
  216. font-size: 14px
  217. }
  218. .fz16 {
  219. font-size: 16px
  220. }
  221. .fz18 {
  222. font-size: 18px
  223. }
  224. .fz20 {
  225. font-size: 20px
  226. }
  227. .fz24 {
  228. font-size: 24px
  229. }
  230. .fz26 {
  231. font-size: 26px
  232. }
  233. .fz28 {
  234. font-size: 28px
  235. }
  236. .fz30 {
  237. font-size: 30px
  238. }
  239. .fz32 {
  240. font-size: 32px
  241. }
  242. .fz36 {
  243. font-size: 36px
  244. }
  245. .fz40 {
  246. font-size: 40px
  247. }
  248. .fz45 {
  249. font-size: 45px
  250. }
  251. .fz50 {
  252. font-size: 50px
  253. }
  254. .fz60 {
  255. font-size: 60px
  256. }
  257. .fz72 {
  258. font-size: 72px
  259. }
  260. .blod {
  261. font-weight: bold
  262. }
  263. .larry-flex {
  264. display: -webkit-flex;
  265. display: flex;
  266. display: -webkit-box;
  267. display: -moz-box;
  268. display: -ms-flexbox
  269. }
  270. .larrycms-message {
  271. width: 100%;
  272. height: auto;
  273. border: none;
  274. padding: 0px;
  275. margin: 0px;
  276. background: #5EB95E;
  277. overflow: hidden;
  278. border-radius: 3px;
  279. border: none
  280. }
  281. .larrycms-message::after {
  282. display: none!important
  283. }
  284. .larrycms-message .message-con {
  285. padding: 20px;
  286. height: auto
  287. }
  288. .larrycms-message .message-con i.larry-icon {
  289. display: block;
  290. vertical-align: middle;
  291. float: left;
  292. width: 50px;
  293. height: 100%;
  294. line-height: 100%;
  295. font-size: 45px;
  296. color: #ffffff
  297. }
  298. .larry-message-error {
  299. background: #FF5722
  300. }
  301. .larry-message-tips {
  302. background: #F7B824
  303. }
  304. .larrycms-message .message-con .resultmsg {
  305. display: inline-block;
  306. vertical-align: middle;
  307. height: auto;
  308. color: #ffffff;
  309. font-size: 24px;
  310. font-family: "Microsoft YaHei";
  311. margin-left: 20px;
  312. line-height: 45px;
  313. float: left
  314. }
  315. .addWidth .message-con .resultmsg {
  316. width: calc(100% - 90px);
  317. width: -moz-calc(100%-90px);
  318. width: -webkit-calc(100%-90px)
  319. }
  320. .larry-message-tips .message-con .resultmsg {
  321. font-size: 20px
  322. }
  323. body .larry-debug .layui-layer-title {
  324. background: #FF5722;
  325. color: #fff;
  326. border: none
  327. }
  328. body .larry-debug .layui-layer-btn {
  329. border-top: 1px solid #E9E7E7
  330. }
  331. body .larry-debug .layui-layer-btn a {
  332. background: #009f95
  333. }
  334. body .larry-debug .layui-layer-btn .layui-layer-btn1 {
  335. background: #009f95;
  336. color: #ffffff
  337. }
  338. body .larry-debug .layui-layer-close1 {
  339. color: #ffffff
  340. }
  341. body .larry-debug .layui-layer-setwin {
  342. top: 8px;
  343. right: 10px
  344. }
  345. body .larry-debug .layui-layer-close {
  346. background: none
  347. }
  348. body .larry-debug .layui-layer-close:before {
  349. font-size: 20px;
  350. color: #ffffff;
  351. content: 'x';
  352. font-family: "Microsoft YaHei";
  353. line-height: 20px
  354. }
  355. body .larry-debug pre {
  356. border-left: 6px solid #FF5722
  357. }
  358. body .larry-green .layui-layer-title {
  359. background: #009E96;
  360. color: #fff;
  361. border: none
  362. }
  363. body .larry-green .layui-layer-btn {
  364. border-top: 1px solid #E9E7E7
  365. }
  366. body .larry-green .layui-layer-btn a {
  367. background: #009f95
  368. }
  369. body .larry-green .layui-layer-btn .layui-layer-btn1 {
  370. background: #009f95;
  371. color: #ffffff
  372. }
  373. body .larry-green .layui-layer-close1 {
  374. color: #ffffff
  375. }
  376. body .larry-green .layui-layer-setwin {
  377. top: 8px;
  378. right: 10px
  379. }
  380. body .larry-green .layui-layer-close {
  381. background: none
  382. }
  383. body .larry-green .layui-layer-close:before {
  384. font-size: 20px;
  385. color: #ffffff;
  386. content: 'x';
  387. font-family: "Microsoft YaHei";
  388. line-height: 20px
  389. }
  390. body .larry-green .layui-layer-close:hover:before {
  391. color: #eeeeee
  392. }
  393. body .larry-green pre {
  394. border-left: 6px solid #009E96
  395. }
  396. .larry_menu_box {
  397. display: none;
  398. width: 210px;
  399. position: absolute;
  400. z-index: 201708311988
  401. }
  402. .larry_menu_body {
  403. padding: 1px;
  404. padding-top: 5px;
  405. padding-bottom: 5px;
  406. border: 1px solid #B8CBCB;
  407. background-color: #fff;
  408. -moz-box-shadow: 2px 2px 5px #666;
  409. -webkit-box-shadow: 2px 2px 5px #666;
  410. box-shadow: 2px 2px 5px #666
  411. }
  412. .larry_menu_ul {
  413. margin: 0;
  414. padding: 0;
  415. list-style-type: none
  416. }
  417. .larry_menu_li {
  418. position: relative;
  419. height: 40px
  420. }
  421. .larry_menu_a {
  422. display: block;
  423. height: 40px;
  424. line-height: 40px;
  425. padding: 0 5px 0 25px;
  426. color: #000;
  427. font-size: 14px;
  428. text-decoration: none;
  429. overflow: hidden
  430. }
  431. .larry_menu_a:hover,.larry_menu_a_hover {
  432. background-color: #01AAED;
  433. color: #fff;
  434. text-decoration: none
  435. }
  436. .larry_menu_li_separate {
  437. line-height: 0;
  438. margin: 3px;
  439. border-bottom: 1px solid #B8CBCB;
  440. font-size: 0
  441. }
  442. .larry_menu_triangle {
  443. width: 0;
  444. height: 0;
  445. border: 5px dashed transparent;
  446. border-left: 5px solid #666;
  447. overflow: hidden;
  448. position: absolute;
  449. top: 14px;
  450. right: 5px
  451. }
  452. .larry_menu_a:hover .larry_menu_triangle,.larry_menu_a_hover .larry_menu_triangle {
  453. border-left-color: #fff
  454. }
  455. .larry_menu_li_hover .larry_menu_box {
  456. top: -1px;
  457. left: 205px
  458. }
  459. #layui-layer-shade1 .layui-layer-page {
  460. overflow: hidden
  461. }
  462. .layui-layer-content {
  463. overflow: hidden
  464. }
  465. .larry-theme-form {
  466. width: 100%;
  467. height: 335px;
  468. padding-top: 30px;
  469. display: block;
  470. position: relative;
  471. background: #f2f2f2;
  472. overflow: hidden
  473. }
  474. .larry-theme-form h3 {
  475. display: block;
  476. width: 460px;
  477. height: 30px;
  478. margin: 0 auto;
  479. line-height: 30px;
  480. text-align: center;
  481. font-size: 22px;
  482. color: #333333
  483. }
  484. .larry-theme-con {
  485. display: block;
  486. width: 100%;
  487. height: auto;
  488. margin-top: 25px
  489. }
  490. .larry-theme-form .fullscreen .layui-form-switch {
  491. width: 40px
  492. }
  493. .larry-theme-form .layui-form-item {
  494. display: block;
  495. width: 100%;
  496. margin-bottom: 13px
  497. }
  498. .larry-theme-form .layui-form-item label {
  499. position: static;
  500. display: inline-block;
  501. vertical-align: top;
  502. width: 100px;
  503. font-size: 14px;
  504. margin-left: 10px;
  505. text-align: right
  506. }
  507. .larry-theme-form .layui-form-item .layui-input-block {
  508. position: static;
  509. display: inline-block;
  510. vertical-align: top;
  511. width: 230px;
  512. margin-left: 10px!important
  513. }
  514. .larry-theme-form .tabSession .layui-input-block {
  515. width: 60px
  516. }
  517. .larry-theme-form .autoRefresh .layui-input-block {
  518. width: 60px
  519. }
  520. .larry-theme-form .layui-form-item span {
  521. display: inline-block;
  522. vertical-align: top;
  523. line-height: 30px;
  524. margin-top: 5px;
  525. font-size: 12px;
  526. color: #666666
  527. }
  528. .larry-theme-form .layui-form-switch em {
  529. left: 28px
  530. }
  531. .larry-theme-form .layui-form-switch i {
  532. left: 8px
  533. }
  534. .larry-theme-form .layui-form-onswitch em {
  535. left: 8px
  536. }
  537. .larry-theme-form .layui-form-onswitch i {
  538. left: 28px
  539. }
  540. .larry-theme-form .submit-form {
  541. margin-top: 20px
  542. }
  543. .larry-theme-form .submit-form button.larry-button {
  544. display: inline-block;
  545. vertical-align: top;
  546. text-align: center;
  547. margin-left: 70px;
  548. margin-right: 55px
  549. }