console.custom.less 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681
  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: 20px 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. }
  184. .padding {
  185. &-0 {
  186. padding: 0 !important
  187. }
  188. &-5 {
  189. padding: 5px !important
  190. }
  191. &-10 {
  192. padding: 10px !important
  193. }
  194. &-15 {
  195. padding: 15px !important
  196. }
  197. &-20 {
  198. padding: 20px !important
  199. }
  200. &-25 {
  201. padding: 25px !important
  202. }
  203. &-30 {
  204. padding: 30px !important
  205. }
  206. &-40 {
  207. padding: 40px !important
  208. }
  209. &-top {
  210. &-0 {
  211. padding-top: 0 !important
  212. }
  213. &-5 {
  214. padding-top: 5px !important
  215. }
  216. &-10 {
  217. padding-top: 10px !important
  218. }
  219. &-15 {
  220. padding-top: 15px !important
  221. }
  222. &-20 {
  223. padding-top: 20px !important
  224. }
  225. &-30 {
  226. padding-top: 30px !important
  227. }
  228. &-40 {
  229. padding-top: 40px !important
  230. }
  231. }
  232. &-left {
  233. &-0 {
  234. padding-left: 0 !important
  235. }
  236. &-5 {
  237. padding-left: 5px !important
  238. }
  239. &-10 {
  240. padding-left: 10px !important
  241. }
  242. &-15 {
  243. padding-left: 15px !important
  244. }
  245. &-20 {
  246. padding-left: 20px !important
  247. }
  248. &-30 {
  249. padding-left: 30px !important
  250. }
  251. &-40 {
  252. padding-left: 40px !important
  253. }
  254. }
  255. &-right {
  256. &-0 {
  257. padding-right: 0 !important
  258. }
  259. &-5 {
  260. padding-right: 5px !important
  261. }
  262. &-10 {
  263. padding-right: 10px !important
  264. }
  265. &-15 {
  266. padding-right: 15px !important
  267. }
  268. &-20 {
  269. padding-right: 20px !important
  270. }
  271. &-30 {
  272. padding-right: 30px !important
  273. }
  274. &-40 {
  275. padding-right: 40px !important
  276. }
  277. }
  278. &-bottom {
  279. &-0 {
  280. padding-bottom: 0 !important
  281. }
  282. &-5 {
  283. padding-bottom: 5px !important
  284. }
  285. &-10 {
  286. padding-bottom: 10px !important
  287. }
  288. &-15 {
  289. padding-bottom: 15px !important
  290. }
  291. &-20 {
  292. padding-bottom: 20px !important
  293. }
  294. &-30 {
  295. padding-bottom: 30px !important
  296. }
  297. &-40 {
  298. padding-bottom: 40px !important
  299. }
  300. }
  301. }
  302. .margin {
  303. &-0 {
  304. margin: 0 !important
  305. }
  306. &-5 {
  307. margin: 5px !important
  308. }
  309. &-10 {
  310. margin: 10px !important
  311. }
  312. &-15 {
  313. margin: 15px !important
  314. }
  315. &-20 {
  316. margin: 20px !important
  317. }
  318. &-25 {
  319. margin: 25px !important
  320. }
  321. &-30 {
  322. margin: 30px !important
  323. }
  324. &-40 {
  325. margin: 40px !important
  326. }
  327. &-top {
  328. &-0 {
  329. margin-top: 0 !important
  330. }
  331. &-5 {
  332. margin-top: 5px !important
  333. }
  334. &-10 {
  335. margin-top: 10px !important
  336. }
  337. &-15 {
  338. margin-top: 15px !important
  339. }
  340. &-20 {
  341. margin-top: 20px !important
  342. }
  343. &-25 {
  344. margin-top: 25px !important
  345. }
  346. &-30 {
  347. margin-top: 30px !important
  348. }
  349. &-40 {
  350. margin-top: 40px !important;
  351. }
  352. }
  353. &-left {
  354. &-0 {
  355. margin-left: 0 !important
  356. }
  357. &-5 {
  358. margin-left: 5px !important
  359. }
  360. &-10 {
  361. margin-left: 10px !important
  362. }
  363. &-15 {
  364. margin-left: 15px !important
  365. }
  366. &-20 {
  367. margin-left: 20px !important
  368. }
  369. &-25 {
  370. margin-left: 25px !important
  371. }
  372. &-30 {
  373. margin-left: 30px !important
  374. }
  375. &-40 {
  376. margin-left: 40px !important
  377. }
  378. }
  379. &-right {
  380. &-0 {
  381. margin-right: 0 !important
  382. }
  383. &-5 {
  384. margin-right: 5px !important
  385. }
  386. &-10 {
  387. margin-right: 10px !important
  388. }
  389. &-15 {
  390. margin-right: 15px !important
  391. }
  392. &-20 {
  393. margin-right: 20px !important
  394. }
  395. &-25 {
  396. margin-right: 25px !important
  397. }
  398. &-30 {
  399. margin-right: 30px !important
  400. }
  401. &-40 {
  402. margin-right: 40px !important
  403. }
  404. }
  405. &-bottom {
  406. &-0 {
  407. margin-bottom: 0 !important
  408. }
  409. &-5 {
  410. margin-bottom: 5px !important
  411. }
  412. &-10 {
  413. margin-bottom: 10px !important
  414. }
  415. &-15 {
  416. margin-bottom: 15px !important
  417. }
  418. &-20 {
  419. margin-bottom: 20px !important
  420. }
  421. &-25 {
  422. margin-bottom: 25px !important
  423. }
  424. &-30 {
  425. margin-bottom: 30px !important
  426. }
  427. &-40 {
  428. margin-bottom: 40px !important
  429. }
  430. }
  431. }
  432. /* 浏览器DEBUG */
  433. .version-debug {
  434. width: 100%;
  435. color: #fff;
  436. height: 100px;
  437. font-size: 20px;
  438. text-align: center;
  439. line-height: 100px;
  440. margin-bottom: 40px;
  441. background-color: #E90D24
  442. }
  443. /** 加载进度 */
  444. .pace-inactive {
  445. display: none
  446. }
  447. .pace-progress {
  448. top: 0;
  449. right: 100%;
  450. width: 100%;
  451. height: 2px;
  452. z-index: 2000;
  453. position: fixed;
  454. background: #22df80
  455. }
  456. /* 图片上传 */
  457. .moxie-shim {
  458. display: none !important
  459. }
  460. .uploadimage {
  461. width: 5pc;
  462. height: 5pc;
  463. cursor: pointer;
  464. display: inline-block;
  465. background: url('../img/image.png') no-repeat center center;
  466. background-size: cover;
  467. }
  468. .uploadimagemtl {
  469. margin-right: 8px;
  470. a {
  471. color: #fff;
  472. width: 20px;
  473. height: 20px;
  474. float: right;
  475. display: none;
  476. text-align: center;
  477. line-height: 22px;
  478. background: rgba(0, 0, 0, .5)
  479. }
  480. &:hover a {
  481. cursor: pointer;
  482. display: inline-block;
  483. &:hover {
  484. color: #fff;
  485. text-decoration: none
  486. }
  487. }
  488. }
  489. /* 通用分页 */
  490. .pagination-container {
  491. line-height: 40px;
  492. > span {
  493. color: #666;
  494. font-size: 9pt
  495. }
  496. > ul {
  497. float: right;
  498. display: inline-block;
  499. margin: 0;
  500. padding: 0;
  501. > li {
  502. z-index: 1;
  503. display: inline-block;
  504. &.active {
  505. z-index: 2;
  506. > span {
  507. color: #fff;
  508. border-color: #098;
  509. padding-right: 1px;
  510. background: #009688 !important
  511. }
  512. }
  513. > a, > span {
  514. color: #333;
  515. width: 33px;
  516. height: 30px;
  517. border: 1px solid #dcdcdc;
  518. display: inline-block;
  519. margin-left: -1px;
  520. text-align: center;
  521. line-height: 28px
  522. }
  523. > span {
  524. background: #dcdcdc;
  525. cursor: default
  526. }
  527. > a:hover {
  528. background: #dcdcdc;
  529. border-color: #dcdcdc
  530. }
  531. }
  532. }
  533. }
  534. [data-tips-image] {
  535. cursor: zoom-in !important
  536. }