console.css 23 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136
  1. @charset "UTF-8";
  2. ::selection {
  3. color: #fff !important;
  4. background-color: #ec494e !important;
  5. }
  6. ::-moz-selection {
  7. color: #fff !important;
  8. background-color: #ec494e !important;
  9. }
  10. ::-webkit-input-placeholder {
  11. color: #aaa;
  12. }
  13. ::-webkit-scrollbar {
  14. width: 3px;
  15. height: 3px;
  16. }
  17. ::-webkit-scrollbar-track {
  18. background: #ccc !important;
  19. }
  20. ::-webkit-scrollbar-thumb {
  21. background-color: #666 !important;
  22. }
  23. :-webkit-autofill,
  24. :-webkit-autofill:hover,
  25. :-webkit-autofill:focus,
  26. :-webkit-autofill:active {
  27. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset !important;
  28. -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  29. -webkit-transition-delay: 9999s !important;
  30. -webkit-text-fill-color: #333 !important;
  31. }
  32. body {
  33. color: #333;
  34. font-size: 12px;
  35. font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', 'Hiragino Sans GB', serif;
  36. }
  37. body a {
  38. color: #06C;
  39. cursor: pointer;
  40. }
  41. body a:hover {
  42. color: #039;
  43. }
  44. body input::-ms-clear {
  45. display: none;
  46. }
  47. /* 页面布局 - 全局 */
  48. .layui-layout > .layui-side {
  49. top: 50px;
  50. bottom: 0;
  51. overflow: auto;
  52. }
  53. .layui-layout > .layui-body {
  54. top: 50px;
  55. bottom: 0;
  56. overflow: auto;
  57. }
  58. .layui-layout > .layui-body > .layui-card {
  59. box-shadow: none;
  60. }
  61. .layui-layout > .layui-body > .layui-card > .layui-card-body {
  62. padding: 15px 15px;
  63. }
  64. .layui-layout > .layui-body > .layui-card > .layui-card-header {
  65. height: 50px;
  66. border: none;
  67. line-height: 50px;
  68. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  69. background: #fff;
  70. }
  71. /* 页面布局 - 头部 */
  72. .layui-header {
  73. height: 50px;
  74. background: #393D49 !important;
  75. }
  76. .layui-header [data-target-menu-type] {
  77. border-left: 1px solid rgba(0, 0, 0, 0);
  78. border-right: 1px solid rgba(0, 0, 0, 0.15);
  79. }
  80. .layui-header .layui-layout-left,
  81. .layui-header .layui-layout-right {
  82. padding: 0;
  83. }
  84. .layui-header .layui-logo {
  85. color: #fff;
  86. width: 199px;
  87. height: auto;
  88. font-size: 18px;
  89. line-height: 49px;
  90. border-right: 1px solid rgba(0, 0, 0, 0.15);
  91. border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  92. }
  93. .layui-header .layui-logo sup {
  94. font-size: 9px;
  95. line-height: 9px;
  96. }
  97. .layui-header .layui-nav-item {
  98. line-height: 50px;
  99. }
  100. .layui-header .layui-nav-item.layui-this {
  101. background: #009688;
  102. }
  103. .layui-header .layui-nav-item > a {
  104. color: #fff !important;
  105. }
  106. .layui-header .layui-nav-item .layui-nav-child {
  107. top: 49px;
  108. padding: 0;
  109. border: none;
  110. line-height: 45px;
  111. }
  112. .layui-header .layui-nav-item .layui-nav-child + a {
  113. padding-right: 35px;
  114. }
  115. .layui-header .layui-nav-item .layui-nav-child.layui-show + a {
  116. background: #fff;
  117. }
  118. .layui-header .layui-nav-item .layui-nav-child.layui-show + a span {
  119. color: #333;
  120. }
  121. .layui-header .layui-nav-item .layui-nav-child dd a {
  122. padding: 0;
  123. color: #333;
  124. text-align: center;
  125. border-top: 1px solid #eaedf1;
  126. }
  127. .layui-header .layui-nav-bar,
  128. .layui-header .layui-nav-item:after {
  129. display: none !important;
  130. }
  131. .layui-header .layui-layout-right > li > a {
  132. border-left: 1px solid rgba(0, 0, 0, 0.15);
  133. border-right: 1px solid rgba(0, 0, 0, 0);
  134. }
  135. /* 页面布局 - 左则 */
  136. .layui-layout > .layui-side .layui-nav-bar {
  137. display: none !important;
  138. }
  139. .layui-layout > .layui-side .layui-side-scroll {
  140. width: 100% !important;
  141. }
  142. .layui-layout > .layui-side .layui-nav-item {
  143. border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  144. }
  145. .layui-layout > .layui-side .layui-nav-item a {
  146. height: 45px;
  147. display: block;
  148. line-height: 45px;
  149. color: #fff !important;
  150. }
  151. .layui-layout > .layui-side .layui-nav-item a:hover {
  152. background: hsla(0, 0%, 39%, 0.2) !important;
  153. }
  154. .layui-layout > .layui-side .layui-nav-itemed {
  155. border-bottom: none !important;
  156. }
  157. .layui-layout > .layui-side .layui-nav-tree-top a {
  158. height: 28px !important;
  159. line-height: 28px !important;
  160. }
  161. .layui-layout.layui-layout-left-mini > .layui-body {
  162. left: 50px;
  163. }
  164. .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-more {
  165. display: none !important;
  166. }
  167. .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item a {
  168. padding: 0;
  169. }
  170. .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .nav-text {
  171. display: none;
  172. }
  173. .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .nav-icon {
  174. display: inline-block !important;
  175. padding: 0 !important;
  176. }
  177. .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .layui-nav-child {
  178. padding: 0;
  179. display: block !important;
  180. background-color: rgba(0, 0, 0, 0.3) !important;
  181. }
  182. .layui-layout.layui-layout-left-mini > .layui-side,
  183. .layui-layout.layui-layout-left-mini > .layui-side .layui-nav-tree,
  184. .layui-layout.layui-layout-left-mini > .layui-side .layui-side-scroll {
  185. width: 50px;
  186. text-align: center;
  187. }
  188. .layui-layout.layui-layout-left-mini [data-target-menu-type] i {
  189. display: inline-block;
  190. -webkit-transform: rotate(180deg);
  191. transform: rotate(180deg);
  192. -ms-transform: rotate(180deg);
  193. }
  194. .layui-layout.layui-layout-left-hide > .layui-body {
  195. left: 0 !important;
  196. }
  197. .layui-layout.layui-layout-left-hide > .layui-side {
  198. display: none;
  199. }
  200. .layui-layout.layui-layout-left-hide [data-target-menu-type] {
  201. display: none;
  202. }
  203. /* 弹框层表单 */
  204. fieldset {
  205. margin: 0;
  206. border: 1px solid #e6e6e6;
  207. padding: 10px 20px 5px 20px;
  208. }
  209. fieldset legend {
  210. color: #666;
  211. padding: 0 10px;
  212. font-size: 14px;
  213. }
  214. .form-search .layui-btn {
  215. height: 32px;
  216. line-height: 28px;
  217. font-size: 12px;
  218. padding: 0 10px;
  219. }
  220. .form-search .layui-form-label {
  221. width: auto !important;
  222. padding: 0 8px;
  223. height: 32px;
  224. line-height: 30px;
  225. }
  226. .form-search .layui-input-inline {
  227. width: 170px;
  228. }
  229. .form-search .layui-input-inline input,
  230. .form-search .layui-input-inline select {
  231. width: 100%;
  232. height: 32px;
  233. padding: 2px 8px;
  234. line-height: 1em;
  235. }
  236. .form-search .layui-form-select dl {
  237. top: 31px;
  238. padding: 0;
  239. }
  240. .layui-form input.layui-input,
  241. .layui-form select.layui-select {
  242. line-height: 1em;
  243. }
  244. /* 表单验证异常提示 */
  245. .label-required-prev:before {
  246. width: 1em;
  247. color: red;
  248. content: '*';
  249. display: inline-block;
  250. position: absolute;
  251. text-align: left;
  252. font-weight: 700;
  253. line-height: 1.6em;
  254. margin-left: -0.8em;
  255. }
  256. .label-required:after,
  257. .label-required-next:after {
  258. top: 6px;
  259. right: 5px;
  260. color: red;
  261. content: '*';
  262. position: absolute;
  263. margin-left: 4px;
  264. font-weight: 700;
  265. line-height: 1.8em;
  266. }
  267. .label-required-null:before {
  268. content: none !important;
  269. }
  270. /** 自定义表单样式 */
  271. .think-form-label {
  272. padding: 9px 15px;
  273. font-weight: 400;
  274. line-height: 20px;
  275. text-align: right;
  276. }
  277. .think-form-group-right {
  278. border-left: none;
  279. border-top-left-radius: 0;
  280. border-bottom-left-radius: 0;
  281. }
  282. .think-form-group-left input {
  283. border-right: none;
  284. border-top-right-radius: 0;
  285. border-bottom-right-radius: 0;
  286. }
  287. .think-box-shadow {
  288. background: #fff;
  289. padding: 20px 20px !important;
  290. box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  291. }
  292. /** checkbox & radio */
  293. label.think-checkbox,
  294. label.think-radio {
  295. margin-right: 10px;
  296. display: inline-block;
  297. }
  298. .think-checkbox,
  299. .think-radio {
  300. cursor: pointer;
  301. margin-top: 10px;
  302. font-weight: 400;
  303. line-height: 17px;
  304. }
  305. .think-checkbox input[type=checkbox] {
  306. width: 18px;
  307. height: 18px;
  308. border: 1px solid #dcdcdc;
  309. cursor: pointer;
  310. margin: 0 5px 0 0;
  311. position: relative;
  312. display: inline-block !important;
  313. background: #fff;
  314. appearance: none;
  315. box-sizing: border-box !important;
  316. border-radius: 1px;
  317. vertical-align: bottom;
  318. -webkit-appearance: none;
  319. }
  320. .think-checkbox input[type=checkbox]:checked:after {
  321. color: #666;
  322. padding: 2px;
  323. display: block;
  324. content: "\e605";
  325. font-size: 12px;
  326. font-style: normal;
  327. font-weight: 700;
  328. position: absolute;
  329. font-family: layui-icon !important;
  330. -webkit-font-smoothing: antialiased;
  331. -moz-osx-font-smoothing: grayscale;
  332. }
  333. .think-radio input[type=radio] {
  334. width: 18px;
  335. height: 18px;
  336. cursor: pointer;
  337. margin: 0 5px 0 0;
  338. position: relative;
  339. border: 1px solid #dcdcdc;
  340. display: inline-block !important;
  341. box-sizing: border-box !important;
  342. appearance: none;
  343. background: #fff;
  344. border-radius: 1em;
  345. vertical-align: bottom;
  346. -webkit-appearance: none;
  347. }
  348. .think-radio input[type=radio]:checked:after {
  349. top: 4px;
  350. left: 4px;
  351. width: 8px;
  352. height: 8px;
  353. content: '';
  354. display: block;
  355. position: relative;
  356. background: #666;
  357. border-radius: 1em;
  358. }
  359. .layui-form.layui-card {
  360. box-shadow: none;
  361. }
  362. .layui-layer-content .layui-form.layui-card .layui-card-body {
  363. padding: 20px 40px 0 0;
  364. }
  365. .layui-layer-dialog .layui-layer-content .layui-layer-ico {
  366. top: 50% !important;
  367. margin-top: -15px !important;
  368. }
  369. .laydate-footer-btns span {
  370. line-height: 24px !important;
  371. }
  372. /** Layui样式调整 */
  373. .layui-input,
  374. .layui-select {
  375. line-height: 38px;
  376. }
  377. .layui-btn-primary.layui-btn-xs {
  378. line-height: 20px;
  379. }
  380. .layui-btn-primary.layui-btn-sm {
  381. line-height: 28px;
  382. }
  383. /* 下拉样式 */
  384. .layui-nav .layui-nav-item .layui-nav-more {
  385. top: 0;
  386. border: none;
  387. right: 15px;
  388. width: auto;
  389. height: auto;
  390. margin-top: 0;
  391. font-size: 14px;
  392. font-style: normal;
  393. font-family: layui-icon !important;
  394. -moz-osx-font-smoothing: grayscale;
  395. -webkit-font-smoothing: antialiased;
  396. }
  397. .layui-nav .layui-nav-item .layui-nav-more::before {
  398. content: "\e619";
  399. }
  400. .layui-nav .layui-nav-item .layui-nav-mored,
  401. .layui-nav .layui-nav-itemed .layui-nav-more {
  402. border: none;
  403. margin-top: 0;
  404. transform: rotate(180deg);
  405. -o-transform: rotate(180deg);
  406. -ms-transform: rotate(180deg);
  407. -moz-transform: rotate(180deg);
  408. -webkit-transform: rotate(180deg);
  409. }
  410. .layui-table td,
  411. .layui-table th {
  412. font-size: 12px;
  413. }
  414. .layui-table .list-table-image {
  415. width: 22px;
  416. cursor: pointer;
  417. }
  418. .layui-table .list-table-sort-td {
  419. width: 10px !important;
  420. text-align: center !important;
  421. padding-left: 5px !important;
  422. padding-right: 5px !important;
  423. }
  424. .layui-table .list-table-sort-td button {
  425. width: 56px;
  426. background: #009688;
  427. }
  428. .layui-table .list-table-sort-td input {
  429. width: 50px;
  430. color: #666;
  431. padding: 2px;
  432. border: 1px solid #e6e6e6;
  433. text-align: center;
  434. font-size: 9pt;
  435. line-height: 18px;
  436. }
  437. .layui-table .list-table-check-td {
  438. width: 10px !important;
  439. text-align: center;
  440. padding-left: 15px !important;
  441. padding-right: 15px !important;
  442. }
  443. .layui-table .list-table-check-td input {
  444. margin: 0 !important;
  445. vertical-align: middle;
  446. }
  447. .layui-table td .text-explode {
  448. color: #ccc !important;
  449. margin: 0 4px !important;
  450. }
  451. .layui-table td .text-explode:first-child {
  452. display: none;
  453. opacity: 0;
  454. }
  455. .layui-table td .background-image {
  456. float: left;
  457. width: 40px;
  458. height: 40px;
  459. display: inline-block;
  460. margin-right: 5px;
  461. background: no-repeat center center;
  462. background-size: cover;
  463. vertical-align: middle;
  464. }
  465. [data-tips-image] {
  466. cursor: zoom-in !important;
  467. }
  468. .notdata {
  469. padding: 15px;
  470. display: block;
  471. font-size: 13px;
  472. text-align: center;
  473. line-height: 22px;
  474. letter-spacing: 8px;
  475. border: 1px solid #e6e6e6;
  476. background-color: #f2f2f2;
  477. border-radius: 0 2px 2px 0;
  478. }
  479. .notselect {
  480. user-select: none;
  481. -ms-user-select: none;
  482. -moz-user-select: none;
  483. -webkit-user-select: none;
  484. }
  485. .transition {
  486. transition: all 0.2s linear;
  487. -o-transition: all 0.2s linear;
  488. -moz-transition: all 0.2s linear;
  489. -webkit-transition: all 0.2s linear;
  490. }
  491. .absolute {
  492. position: absolute !important;
  493. }
  494. .relative {
  495. position: relative !important;
  496. }
  497. .block {
  498. display: block !important;
  499. }
  500. .pointer {
  501. cursor: pointer !important;
  502. }
  503. .nowrap {
  504. white-space: nowrap !important;
  505. }
  506. .help-block {
  507. color: #999;
  508. font-size: 12px;
  509. }
  510. .inline-block {
  511. display: inline-block !important;
  512. }
  513. .pull-left {
  514. float: left !important;
  515. }
  516. .pull-right {
  517. float: right !important;
  518. }
  519. .full-width {
  520. width: 100% !important;
  521. }
  522. .full-height {
  523. height: 100% !important;
  524. }
  525. .color-red {
  526. color: #ec494e !important;
  527. }
  528. .color-blue {
  529. color: #2494f2 !important;
  530. }
  531. .color-desc {
  532. color: #999 !important;
  533. }
  534. .color-text {
  535. color: #333 !important;
  536. }
  537. .color-green {
  538. color: #090 !important;
  539. }
  540. .text-top {
  541. vertical-align: top !important;
  542. }
  543. .text-left {
  544. text-align: left !important;
  545. }
  546. .text-right {
  547. text-align: right !important;
  548. }
  549. .text-center {
  550. text-align: center !important;
  551. }
  552. .text-middle {
  553. vertical-align: middle !important;
  554. }
  555. .text-bottom {
  556. vertical-align: bottom !important;
  557. }
  558. .think-bg-white {
  559. background: white !important;
  560. }
  561. .think-bg-blue {
  562. background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important;
  563. }
  564. .think-bg-orig {
  565. background: linear-gradient(-141deg, #ecca1b, #f39526) !important;
  566. }
  567. .think-bg-red {
  568. background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important;
  569. }
  570. .think-bg-violet {
  571. background: linear-gradient(-113deg, #c543d8, #925cc3) !important;
  572. }
  573. /* 分隔线条 */
  574. .hr-line-dashed {
  575. color: #fff;
  576. height: 1px;
  577. margin: 20px 0;
  578. background-color: #fff;
  579. border-top: 1px dashed #e7eaec;
  580. }
  581. .hr-line-solid {
  582. margin-top: 15px;
  583. margin-bottom: 15px;
  584. border-bottom: 1px solid #e7eaec;
  585. background-color: rgba(0, 0, 0, 0);
  586. }
  587. /* 文字大小 */
  588. .border-0 {
  589. border: 0 !important;
  590. }
  591. .border-radius-0 {
  592. border-radius: 0 !important;
  593. }
  594. .border-radius-left-0 {
  595. border-top-left-radius: 0 !important;
  596. border-bottom-left-radius: 0 !important;
  597. }
  598. .border-radius-right-0 {
  599. border-top-right-radius: 0 !important;
  600. border-bottom-right-radius: 0 !important;
  601. }
  602. .font-s10 {
  603. font-size: 10px !important;
  604. }
  605. .font-s11 {
  606. font-size: 11px !important;
  607. }
  608. .font-s12 {
  609. font-size: 12px !important;
  610. }
  611. .font-s13 {
  612. font-size: 13px !important;
  613. }
  614. .font-s14 {
  615. font-size: 14px !important;
  616. }
  617. .font-s15 {
  618. font-size: 15px !important;
  619. }
  620. .font-s16 {
  621. font-size: 16px !important;
  622. }
  623. .font-s18 {
  624. font-size: 18px !important;
  625. }
  626. .font-s20 {
  627. font-size: 20px !important;
  628. }
  629. .font-s30 {
  630. font-size: 30px !important;
  631. }
  632. .font-s40 {
  633. font-size: 40px !important;
  634. }
  635. .padding-0 {
  636. padding: 0 !important;
  637. }
  638. .padding-5 {
  639. padding: 5px !important;
  640. }
  641. .padding-10 {
  642. padding: 10px !important;
  643. }
  644. .padding-15 {
  645. padding: 15px !important;
  646. }
  647. .padding-20 {
  648. padding: 20px !important;
  649. }
  650. .padding-25 {
  651. padding: 25px !important;
  652. }
  653. .padding-30 {
  654. padding: 30px !important;
  655. }
  656. .padding-40 {
  657. padding: 40px !important;
  658. }
  659. .padding-top-0 {
  660. padding-top: 0 !important;
  661. }
  662. .padding-top-5 {
  663. padding-top: 5px !important;
  664. }
  665. .padding-top-10 {
  666. padding-top: 10px !important;
  667. }
  668. .padding-top-15 {
  669. padding-top: 15px !important;
  670. }
  671. .padding-top-20 {
  672. padding-top: 20px !important;
  673. }
  674. .padding-top-30 {
  675. padding-top: 30px !important;
  676. }
  677. .padding-top-40 {
  678. padding-top: 40px !important;
  679. }
  680. .padding-left-0 {
  681. padding-left: 0 !important;
  682. }
  683. .padding-left-5 {
  684. padding-left: 5px !important;
  685. }
  686. .padding-left-10 {
  687. padding-left: 10px !important;
  688. }
  689. .padding-left-15 {
  690. padding-left: 15px !important;
  691. }
  692. .padding-left-20 {
  693. padding-left: 20px !important;
  694. }
  695. .padding-left-30 {
  696. padding-left: 30px !important;
  697. }
  698. .padding-left-40 {
  699. padding-left: 40px !important;
  700. }
  701. .padding-right-0 {
  702. padding-right: 0 !important;
  703. }
  704. .padding-right-5 {
  705. padding-right: 5px !important;
  706. }
  707. .padding-right-10 {
  708. padding-right: 10px !important;
  709. }
  710. .padding-right-15 {
  711. padding-right: 15px !important;
  712. }
  713. .padding-right-20 {
  714. padding-right: 20px !important;
  715. }
  716. .padding-right-30 {
  717. padding-right: 30px !important;
  718. }
  719. .padding-right-40 {
  720. padding-right: 40px !important;
  721. }
  722. .padding-bottom-0 {
  723. padding-bottom: 0 !important;
  724. }
  725. .padding-bottom-5 {
  726. padding-bottom: 5px !important;
  727. }
  728. .padding-bottom-10 {
  729. padding-bottom: 10px !important;
  730. }
  731. .padding-bottom-15 {
  732. padding-bottom: 15px !important;
  733. }
  734. .padding-bottom-20 {
  735. padding-bottom: 20px !important;
  736. }
  737. .padding-bottom-30 {
  738. padding-bottom: 30px !important;
  739. }
  740. .padding-bottom-40 {
  741. padding-bottom: 40px !important;
  742. }
  743. .margin-0 {
  744. margin: 0 !important;
  745. }
  746. .margin-5 {
  747. margin: 5px !important;
  748. }
  749. .margin-10 {
  750. margin: 10px !important;
  751. }
  752. .margin-15 {
  753. margin: 15px !important;
  754. }
  755. .margin-20 {
  756. margin: 20px !important;
  757. }
  758. .margin-25 {
  759. margin: 25px !important;
  760. }
  761. .margin-30 {
  762. margin: 30px !important;
  763. }
  764. .margin-40 {
  765. margin: 40px !important;
  766. }
  767. .margin-top-0 {
  768. margin-top: 0 !important;
  769. }
  770. .margin-top-5 {
  771. margin-top: 5px !important;
  772. }
  773. .margin-top-10 {
  774. margin-top: 10px !important;
  775. }
  776. .margin-top-15 {
  777. margin-top: 15px !important;
  778. }
  779. .margin-top-20 {
  780. margin-top: 20px !important;
  781. }
  782. .margin-top-25 {
  783. margin-top: 25px !important;
  784. }
  785. .margin-top-30 {
  786. margin-top: 30px !important;
  787. }
  788. .margin-top-40 {
  789. margin-top: 40px !important;
  790. }
  791. .margin-left-0 {
  792. margin-left: 0 !important;
  793. }
  794. .margin-left-5 {
  795. margin-left: 5px !important;
  796. }
  797. .margin-left-10 {
  798. margin-left: 10px !important;
  799. }
  800. .margin-left-15 {
  801. margin-left: 15px !important;
  802. }
  803. .margin-left-20 {
  804. margin-left: 20px !important;
  805. }
  806. .margin-left-25 {
  807. margin-left: 25px !important;
  808. }
  809. .margin-left-30 {
  810. margin-left: 30px !important;
  811. }
  812. .margin-left-40 {
  813. margin-left: 40px !important;
  814. }
  815. .margin-right-0 {
  816. margin-right: 0 !important;
  817. }
  818. .margin-right-5 {
  819. margin-right: 5px !important;
  820. }
  821. .margin-right-10 {
  822. margin-right: 10px !important;
  823. }
  824. .margin-right-15 {
  825. margin-right: 15px !important;
  826. }
  827. .margin-right-20 {
  828. margin-right: 20px !important;
  829. }
  830. .margin-right-25 {
  831. margin-right: 25px !important;
  832. }
  833. .margin-right-30 {
  834. margin-right: 30px !important;
  835. }
  836. .margin-right-40 {
  837. margin-right: 40px !important;
  838. }
  839. .margin-bottom-0 {
  840. margin-bottom: 0 !important;
  841. }
  842. .margin-bottom-5 {
  843. margin-bottom: 5px !important;
  844. }
  845. .margin-bottom-10 {
  846. margin-bottom: 10px !important;
  847. }
  848. .margin-bottom-15 {
  849. margin-bottom: 15px !important;
  850. }
  851. .margin-bottom-20 {
  852. margin-bottom: 20px !important;
  853. }
  854. .margin-bottom-25 {
  855. margin-bottom: 25px !important;
  856. }
  857. .margin-bottom-30 {
  858. margin-bottom: 30px !important;
  859. }
  860. .margin-bottom-40 {
  861. margin-bottom: 40px !important;
  862. }
  863. /* 浏览器DEBUG */
  864. .version-debug {
  865. width: 100%;
  866. color: #fff;
  867. height: 100px;
  868. font-size: 20px;
  869. text-align: center;
  870. line-height: 100px;
  871. margin-bottom: 40px;
  872. background-color: #E90D24;
  873. }
  874. /** 加载进度 */
  875. .pace-inactive {
  876. display: none;
  877. }
  878. .pace-progress {
  879. top: 0;
  880. right: 100%;
  881. width: 100%;
  882. height: 2px;
  883. z-index: 2000;
  884. position: fixed;
  885. background: #22df80;
  886. }
  887. /* 图片上传 */
  888. .moxie-shim {
  889. display: none !important;
  890. }
  891. .uploadimage {
  892. width: 5pc;
  893. height: 5pc;
  894. cursor: pointer;
  895. display: inline-block;
  896. background-size: cover;
  897. background: url('../img/image.png') no-repeat center center;
  898. }
  899. .uploadimagemtl {
  900. margin-right: 8px;
  901. }
  902. .uploadimagemtl a {
  903. color: #fff;
  904. width: 20px;
  905. height: 20px;
  906. float: right;
  907. display: none;
  908. text-align: center;
  909. line-height: 22px;
  910. background: rgba(0, 0, 0, 0.5);
  911. }
  912. .uploadimagemtl:hover a {
  913. cursor: pointer;
  914. display: inline-block;
  915. }
  916. .uploadimagemtl:hover a:hover {
  917. color: #fff;
  918. text-decoration: none;
  919. }
  920. /* 通用分页 */
  921. .pagination-container {
  922. line-height: 40px;
  923. }
  924. .pagination-container > span {
  925. color: #666;
  926. font-size: 9pt;
  927. }
  928. .pagination-container > ul {
  929. float: right;
  930. display: inline-block;
  931. margin: 0;
  932. padding: 0;
  933. }
  934. .pagination-container > ul > li {
  935. z-index: 1;
  936. display: inline-block;
  937. }
  938. .pagination-container > ul > li.active {
  939. z-index: 2;
  940. }
  941. .pagination-container > ul > li.active > span {
  942. color: #fff;
  943. border-color: #098;
  944. padding-right: 1px;
  945. background: #009688 !important;
  946. }
  947. .pagination-container > ul > li > a,
  948. .pagination-container > ul > li > span {
  949. color: #333;
  950. width: 33px;
  951. height: 30px;
  952. border: 1px solid #dcdcdc;
  953. display: inline-block;
  954. margin-left: -1px;
  955. text-align: center;
  956. line-height: 28px;
  957. }
  958. .pagination-container > ul > li > span {
  959. background: #dcdcdc;
  960. cursor: default;
  961. }
  962. .pagination-container > ul > li > a:hover {
  963. background: #dcdcdc;
  964. border-color: #dcdcdc;
  965. }
  966. /** 手机盒子及微信菜单 */
  967. .mobile-preview {
  968. width: 317px;
  969. height: 580px;
  970. position: relative;
  971. background: url(../img/wechat/mobile_head.png) no-repeat 0 0;
  972. }
  973. .mobile-preview .mobile-header {
  974. color: #fff;
  975. width: auto;
  976. margin: 0 30px;
  977. overflow: hidden;
  978. font-size: 15px;
  979. padding-top: 30px;
  980. text-align: center;
  981. white-space: nowrap;
  982. text-overflow: ellipsis;
  983. word-wrap: normal;
  984. user-select: none;
  985. pointer-events: none;
  986. -moz-user-select: none;
  987. -webkit-user-select: none;
  988. -webkit-pointer-events: none;
  989. }
  990. .mobile-preview .mobile-body {
  991. top: 60px;
  992. left: 0;
  993. right: 0;
  994. bottom: 0;
  995. position: absolute;
  996. border: 1px solid #ccc;
  997. background: #f5f5f5;
  998. }
  999. .mobile-preview .mobile-body iframe {
  1000. width: 100%;
  1001. height: 100%;
  1002. }
  1003. .mobile-preview .mobile-footer {
  1004. left: 0;
  1005. right: 0;
  1006. bottom: 0;
  1007. margin: 0;
  1008. position: absolute;
  1009. padding-left: 43px;
  1010. border: 1px solid #ccc;
  1011. list-style-type: none;
  1012. background: url(../img/wechat/mobile_foot.png) no-repeat 0 0;
  1013. }
  1014. .mobile-preview .mobile-footer li {
  1015. float: left;
  1016. width: 33.33%;
  1017. position: relative;
  1018. text-align: center;
  1019. line-height: 50px;
  1020. }
  1021. .mobile-preview .mobile-footer li a {
  1022. width: auto;
  1023. display: block;
  1024. overflow: hidden;
  1025. border: 1px solid hsla(0, 0%, 100%, 0);
  1026. border-left: 1px solid #e7e7eb;
  1027. margin-top: -1px;
  1028. margin-bottom: -1px;
  1029. color: #616161;
  1030. white-space: nowrap;
  1031. text-decoration: none;
  1032. text-overflow: ellipsis;
  1033. word-wrap: normal;
  1034. }
  1035. .mobile-preview .mobile-footer li a:hover {
  1036. background: rgba(0, 0, 0, 0.02);
  1037. }
  1038. .mobile-preview .mobile-footer li a.active {
  1039. border: 1px solid #44b549 !important;
  1040. box-shadow: 0 0 1px #44b549;
  1041. }
  1042. .mobile-preview .mobile-footer li a span:before {
  1043. width: 1px;
  1044. height: 1px;
  1045. content: '';
  1046. display: inline-block;
  1047. }
  1048. .mobile-preview .mobile-footer li > .close {
  1049. top: 1px;
  1050. right: 1px;
  1051. width: 18px;
  1052. height: 18px;
  1053. display: none;
  1054. cursor: pointer;
  1055. position: absolute;
  1056. text-align: center;
  1057. line-height: 18px;
  1058. }
  1059. .mobile-preview .mobile-footer li:hover > .close {
  1060. display: inline-block;
  1061. }
  1062. .mobile-preview .mobile-footer li:hover > .close:hover {
  1063. color: #fff !important;
  1064. background: #999 !important;
  1065. }
  1066. .mobile-preview .mobile-footer .icon-add {
  1067. width: 14px;
  1068. height: 14px;
  1069. border-bottom: none !important;
  1070. background: url(../img/wechat/index.png) 0 0 no-repeat;
  1071. }
  1072. .mobile-preview .mobile-footer .icon-add,
  1073. .mobile-preview .mobile-footer .icon-sub {
  1074. display: inline-block;
  1075. vertical-align: middle;
  1076. }
  1077. .mobile-preview .mobile-footer .icon-sub {
  1078. width: 7px;
  1079. height: 7px;
  1080. margin-right: 2px;
  1081. background: url(../img/wechat/index.png) 0 -3pc no-repeat;
  1082. }
  1083. .mobile-preview .mobile-footer .sub-menu {
  1084. width: 100%;
  1085. bottom: 60px;
  1086. margin: -1px;
  1087. display: block;
  1088. position: absolute;
  1089. border: 1px solid #d0d0d0;
  1090. background-color: #fafafa;
  1091. }
  1092. .mobile-preview .mobile-footer .sub-menu ul,
  1093. .mobile-preview .mobile-footer .sub-menu ul li {
  1094. float: none;
  1095. padding: 0;
  1096. z-index: 11;
  1097. display: block;
  1098. width: 100%;
  1099. }
  1100. .mobile-preview .mobile-footer .sub-menu ul li a {
  1101. padding: 0 5px;
  1102. border: 1px solid hsla(0, 0%, 100%, 0);
  1103. }
  1104. .mobile-preview .mobile-footer .sub-menu ul li a.bottom-border {
  1105. margin: -1px -1px 0;
  1106. border-bottom: 1px solid #e7e7eb;
  1107. }
  1108. .mobile-preview .mobile-footer .sub-menu ul li:last-child a.bottom-border {
  1109. border-bottom-color: #fff;
  1110. }
  1111. .mobile-preview .mobile-footer .arrow {
  1112. left: 50%;
  1113. position: absolute;
  1114. margin-left: -6px;
  1115. }
  1116. .mobile-preview .mobile-footer .arrow_in,
  1117. .mobile-preview .mobile-footer .arrow_out {
  1118. width: 0;
  1119. height: 0;
  1120. z-index: 10;
  1121. display: inline-block;
  1122. border: 6px dashed transparent;
  1123. border-bottom-width: 0;
  1124. border-top-style: solid;
  1125. }
  1126. .mobile-preview .mobile-footer .arrow_in {
  1127. z-index: 3;
  1128. bottom: -5px;
  1129. border-top-color: #fafafa;
  1130. }
  1131. .mobile-preview .mobile-footer .arrow_out {
  1132. z-index: 2;
  1133. bottom: -6px;
  1134. border-top-color: #d0d0d0;
  1135. }
  1136. /*# sourceMappingURL=console.css.map */