console.custom.less 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
  1. .notdata {
  2. padding: 15px;
  3. display: block;
  4. font-size: 13px;
  5. text-align: center;
  6. line-height: 22px;
  7. letter-spacing: 8px;
  8. border: 1px solid #e6e6e6;
  9. background-color: #f2f2f2;
  10. border-radius: 0 2px 2px 0;
  11. }
  12. .notselect {
  13. user-select: none;
  14. -ms-user-select: none;
  15. -moz-user-select: none;
  16. -webkit-user-select: none
  17. }
  18. .transition {
  19. transition: all .2s linear;
  20. -o-transition: all .2s linear;
  21. -moz-transition: all .2s linear;
  22. -webkit-transition: all .2s linear;
  23. }
  24. .absolute {
  25. position: absolute !important
  26. }
  27. .relative {
  28. position: relative !important
  29. }
  30. .block {
  31. display: block !important
  32. }
  33. .pointer {
  34. cursor: pointer !important
  35. }
  36. .nowrap {
  37. white-space: nowrap !important
  38. }
  39. .help-block {
  40. color: #999;
  41. font-size: 12px
  42. }
  43. .inline-block {
  44. display: inline-block !important
  45. }
  46. .pull- {
  47. &left {
  48. float: left !important
  49. }
  50. &right {
  51. float: right !important
  52. }
  53. }
  54. .full- {
  55. &width {
  56. width: 100% !important
  57. }
  58. &height {
  59. height: 100% !important
  60. }
  61. }
  62. .color- {
  63. &red {
  64. color: #ec494e !important
  65. }
  66. &blue {
  67. color: #2494f2 !important
  68. }
  69. &desc {
  70. color: #999 !important
  71. }
  72. &text {
  73. color: #333 !important
  74. }
  75. &green {
  76. color: #090 !important
  77. }
  78. }
  79. .text- {
  80. &top {
  81. vertical-align: top !important
  82. }
  83. &left {
  84. text-align: left !important
  85. }
  86. &right {
  87. text-align: right !important
  88. }
  89. &center {
  90. text-align: center !important
  91. }
  92. &middle {
  93. vertical-align: middle !important
  94. }
  95. &bottom {
  96. vertical-align: bottom !important
  97. }
  98. }
  99. .think-bg- {
  100. &white {
  101. background: white !important
  102. }
  103. &blue {
  104. background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important
  105. }
  106. &orig {
  107. background: linear-gradient(-141deg, #ecca1b, #f39526) !important
  108. }
  109. &red {
  110. background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important
  111. }
  112. &violet {
  113. background: linear-gradient(-113deg, #c543d8, #925cc3) !important
  114. }
  115. }
  116. /* 分隔线条 */
  117. .hr-line- {
  118. &dashed {
  119. color: #fff;
  120. height: 1px;
  121. margin: 15px 0;
  122. background-color: #fff;
  123. border-top: 1px dashed #e7eaec
  124. }
  125. &solid {
  126. margin-top: 15px;
  127. margin-bottom: 15px;
  128. border-bottom: 1px solid #e7eaec;
  129. background-color: rgba(0, 0, 0, 0)
  130. }
  131. }
  132. /* 文字大小 */
  133. .border-0 {
  134. border: 0 !important
  135. }
  136. .border-radius {
  137. &-0 {
  138. border-radius: 0 !important
  139. }
  140. &-left-0 {
  141. border-top-left-radius: 0 !important;
  142. border-bottom-left-radius: 0 !important
  143. }
  144. &-right-0 {
  145. border-top-right-radius: 0 !important;
  146. border-bottom-right-radius: 0 !important
  147. }
  148. }
  149. .font- {
  150. &s10 {
  151. font-size: 10px !important
  152. }
  153. &s11 {
  154. font-size: 11px !important
  155. }
  156. &s12 {
  157. font-size: 12px !important
  158. }
  159. &s13 {
  160. font-size: 13px !important
  161. }
  162. &s14 {
  163. font-size: 14px !important
  164. }
  165. &s15 {
  166. font-size: 15px !important
  167. }
  168. &s16 {
  169. font-size: 16px !important
  170. }
  171. &s18 {
  172. font-size: 18px !important
  173. }
  174. &s20 {
  175. font-size: 20px !important
  176. }
  177. &s30 {
  178. font-size: 30px !important
  179. }
  180. &s40 {
  181. font-size: 40px !important
  182. }
  183. &w1 {
  184. font-weight: 100 !important;
  185. }
  186. &w2 {
  187. font-weight: 200 !important;
  188. }
  189. &w3 {
  190. font-weight: 300 !important;
  191. }
  192. &w4 {
  193. font-weight: 400 !important;
  194. }
  195. &w5 {
  196. font-weight: 500 !important;
  197. }
  198. &w6 {
  199. font-weight: 600 !important;
  200. }
  201. &w7 {
  202. font-weight: 700 !important;
  203. }
  204. &w8 {
  205. font-weight: 800 !important;
  206. }
  207. &w9 {
  208. font-weight: 900 !important;
  209. }
  210. }
  211. .padding {
  212. &-0 {
  213. padding: 0 !important
  214. }
  215. &-5 {
  216. padding: 5px !important
  217. }
  218. &-10 {
  219. padding: 10px !important
  220. }
  221. &-15 {
  222. padding: 15px !important
  223. }
  224. &-20 {
  225. padding: 20px !important
  226. }
  227. &-25 {
  228. padding: 25px !important
  229. }
  230. &-30 {
  231. padding: 30px !important
  232. }
  233. &-40 {
  234. padding: 40px !important
  235. }
  236. &-top {
  237. &-0 {
  238. padding-top: 0 !important
  239. }
  240. &-5 {
  241. padding-top: 5px !important
  242. }
  243. &-10 {
  244. padding-top: 10px !important
  245. }
  246. &-15 {
  247. padding-top: 15px !important
  248. }
  249. &-20 {
  250. padding-top: 20px !important
  251. }
  252. &-30 {
  253. padding-top: 30px !important
  254. }
  255. &-40 {
  256. padding-top: 40px !important
  257. }
  258. }
  259. &-left {
  260. &-0 {
  261. padding-left: 0 !important
  262. }
  263. &-5 {
  264. padding-left: 5px !important
  265. }
  266. &-10 {
  267. padding-left: 10px !important
  268. }
  269. &-15 {
  270. padding-left: 15px !important
  271. }
  272. &-20 {
  273. padding-left: 20px !important
  274. }
  275. &-30 {
  276. padding-left: 30px !important
  277. }
  278. &-40 {
  279. padding-left: 40px !important
  280. }
  281. }
  282. &-right {
  283. &-0 {
  284. padding-right: 0 !important
  285. }
  286. &-5 {
  287. padding-right: 5px !important
  288. }
  289. &-10 {
  290. padding-right: 10px !important
  291. }
  292. &-15 {
  293. padding-right: 15px !important
  294. }
  295. &-20 {
  296. padding-right: 20px !important
  297. }
  298. &-30 {
  299. padding-right: 30px !important
  300. }
  301. &-40 {
  302. padding-right: 40px !important
  303. }
  304. }
  305. &-bottom {
  306. &-0 {
  307. padding-bottom: 0 !important
  308. }
  309. &-5 {
  310. padding-bottom: 5px !important
  311. }
  312. &-10 {
  313. padding-bottom: 10px !important
  314. }
  315. &-15 {
  316. padding-bottom: 15px !important
  317. }
  318. &-20 {
  319. padding-bottom: 20px !important
  320. }
  321. &-30 {
  322. padding-bottom: 30px !important
  323. }
  324. &-40 {
  325. padding-bottom: 40px !important
  326. }
  327. }
  328. }
  329. .margin {
  330. &-0 {
  331. margin: 0 !important
  332. }
  333. &-5 {
  334. margin: 5px !important
  335. }
  336. &-10 {
  337. margin: 10px !important
  338. }
  339. &-15 {
  340. margin: 15px !important
  341. }
  342. &-20 {
  343. margin: 20px !important
  344. }
  345. &-25 {
  346. margin: 25px !important
  347. }
  348. &-30 {
  349. margin: 30px !important
  350. }
  351. &-40 {
  352. margin: 40px !important
  353. }
  354. &-top {
  355. &-0 {
  356. margin-top: 0 !important
  357. }
  358. &-5 {
  359. margin-top: 5px !important
  360. }
  361. &-10 {
  362. margin-top: 10px !important
  363. }
  364. &-15 {
  365. margin-top: 15px !important
  366. }
  367. &-20 {
  368. margin-top: 20px !important
  369. }
  370. &-25 {
  371. margin-top: 25px !important
  372. }
  373. &-30 {
  374. margin-top: 30px !important
  375. }
  376. &-40 {
  377. margin-top: 40px !important;
  378. }
  379. }
  380. &-left {
  381. &-0 {
  382. margin-left: 0 !important
  383. }
  384. &-5 {
  385. margin-left: 5px !important
  386. }
  387. &-10 {
  388. margin-left: 10px !important
  389. }
  390. &-15 {
  391. margin-left: 15px !important
  392. }
  393. &-20 {
  394. margin-left: 20px !important
  395. }
  396. &-25 {
  397. margin-left: 25px !important
  398. }
  399. &-30 {
  400. margin-left: 30px !important
  401. }
  402. &-40 {
  403. margin-left: 40px !important
  404. }
  405. }
  406. &-right {
  407. &-0 {
  408. margin-right: 0 !important
  409. }
  410. &-5 {
  411. margin-right: 5px !important
  412. }
  413. &-10 {
  414. margin-right: 10px !important
  415. }
  416. &-15 {
  417. margin-right: 15px !important
  418. }
  419. &-20 {
  420. margin-right: 20px !important
  421. }
  422. &-25 {
  423. margin-right: 25px !important
  424. }
  425. &-30 {
  426. margin-right: 30px !important
  427. }
  428. &-40 {
  429. margin-right: 40px !important
  430. }
  431. }
  432. &-bottom {
  433. &-0 {
  434. margin-bottom: 0 !important
  435. }
  436. &-5 {
  437. margin-bottom: 5px !important
  438. }
  439. &-10 {
  440. margin-bottom: 10px !important
  441. }
  442. &-15 {
  443. margin-bottom: 15px !important
  444. }
  445. &-20 {
  446. margin-bottom: 20px !important
  447. }
  448. &-25 {
  449. margin-bottom: 25px !important
  450. }
  451. &-30 {
  452. margin-bottom: 30px !important
  453. }
  454. &-40 {
  455. margin-bottom: 40px !important
  456. }
  457. }
  458. }
  459. /* 浏览器DEBUG */
  460. .version-debug {
  461. width: 100%;
  462. color: #fff;
  463. height: 100px;
  464. font-size: 20px;
  465. text-align: center;
  466. line-height: 100px;
  467. margin-bottom: 40px;
  468. background-color: #E90D24
  469. }
  470. /** 加载进度 */
  471. .pace-inactive {
  472. display: none
  473. }
  474. .pace-progress {
  475. top: 0;
  476. right: 100%;
  477. width: 100%;
  478. height: 2px;
  479. z-index: 2000;
  480. position: fixed;
  481. background: #22df80
  482. }
  483. /* 图片上传 */
  484. .moxie-shim {
  485. display: none !important
  486. }
  487. .uploadimage {
  488. width: 5pc;
  489. height: 5pc;
  490. cursor: pointer;
  491. display: inline-block;
  492. background: url('../img/image.png') no-repeat center center;
  493. background-size: cover;
  494. }
  495. .uploadimagemtl {
  496. margin-right: 8px;
  497. a {
  498. color: #fff;
  499. width: 20px;
  500. height: 20px;
  501. float: right;
  502. display: none;
  503. text-align: center;
  504. line-height: 22px;
  505. background: rgba(0, 0, 0, .5)
  506. }
  507. &:hover a {
  508. cursor: pointer;
  509. display: inline-block;
  510. &:hover {
  511. color: #fff;
  512. text-decoration: none
  513. }
  514. }
  515. }
  516. /* 通用分页 */
  517. .pagination-container {
  518. line-height: 40px;
  519. > span {
  520. color: #666;
  521. font-size: 9pt
  522. }
  523. > ul {
  524. float: right;
  525. display: inline-block;
  526. margin: 0;
  527. padding: 0;
  528. > li {
  529. z-index: 1;
  530. display: inline-block;
  531. &.active {
  532. z-index: 2;
  533. > span {
  534. color: #fff;
  535. border-color: #098;
  536. padding-right: 1px;
  537. background: #009688 !important
  538. }
  539. }
  540. > a, > span {
  541. color: #333;
  542. width: 33px;
  543. height: 30px;
  544. border: 1px solid #dcdcdc;
  545. display: inline-block;
  546. margin-left: -1px;
  547. text-align: center;
  548. line-height: 28px
  549. }
  550. > span {
  551. background: #dcdcdc;
  552. cursor: default
  553. }
  554. > a:hover {
  555. background: #dcdcdc;
  556. border-color: #dcdcdc
  557. }
  558. }
  559. }
  560. }
  561. [data-tips-image] {
  562. cursor: zoom-in !important
  563. }