console.custom.less 8.8 KB

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