plot.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. /* 2017-7-20 21:21:23 | 修改 木遥(微信: http://marsgis.cn/weixin.html ) */
  2. /*init*/
  3. html, body, div, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, input, button, textarea, p, span, table, th, td, from {
  4. margin: 0;
  5. padding: 0
  6. }
  7. body, input, button, select, textarea {
  8. font: 14px/22px "Microsoft Yahei", "Helvetica Neue";
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. -moz-font-feature-settings: "liga", "kern"
  12. }
  13. /*scrollbar*/
  14. body, html {
  15. scrollbar-base-color: #f4f7fc;
  16. scrollbar-track-color: #f4f7fc;
  17. scrollbar-face-color: #797979;
  18. scrollbar-arrow-color: #f4f7fc;
  19. scrollbar-shadow-color: #f4f7fc;
  20. scrollbar-3dlight-color: #f4f7fc;
  21. scrollbar-highlight-color: #f4f7fc;
  22. scrollbar-darkshadow-color: #f4f7fc;
  23. }
  24. ::-webkit-scrollbar-button {
  25. height: 0;
  26. width: 0;
  27. display: none
  28. }
  29. ::-webkit-scrollbar-track {
  30. background: transparent
  31. }
  32. ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
  33. border: 0
  34. }
  35. ::-webkit-scrollbar {
  36. height: 6px;
  37. width: 6px;
  38. background: transparent;
  39. border-radius: 4px
  40. }
  41. ::-webkit-scrollbar-thumb {
  42. padding-top: 100px;
  43. -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
  44. background-color: #797979;
  45. min-height: 28px;
  46. border-radius: 4px;
  47. background-clip: padding-box
  48. }
  49. ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
  50. border: 0
  51. }
  52. ::-webkit-scrollbar-thumb:hover {
  53. -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
  54. background-color: rgba(0, 0, 0, .4)
  55. }
  56. ::-webkit-scrollbar-thumb:active {
  57. -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
  58. background-color: rgba(0, 0, 0, .5)
  59. }
  60. table {
  61. border-collapse: collapse;
  62. border-spacing: 0
  63. }
  64. img, a img {
  65. border: 0
  66. }
  67. a {
  68. color: inherit;
  69. outline: medium none;
  70. text-decoration: none;
  71. outline: none;
  72. cursor: pointer;
  73. transition: all 0.5s ease
  74. }
  75. a:hover {
  76. text-decoration: none
  77. }
  78. ol, ul, li, dl, dt, dd {
  79. list-style: none
  80. }
  81. em, cite, i {
  82. font-style: normal
  83. }
  84. p {
  85. word-break: break-all;
  86. text-align: justify;
  87. text-justify: distribute-all-lines;
  88. text-justify: inter-ideograph;
  89. word-break: normal
  90. }
  91. input:focus, textarea:focus {
  92. outline: none
  93. }
  94. input::-ms-clear {
  95. display: none
  96. }
  97. textarea {
  98. resize: none
  99. }
  100. .clear:after {
  101. content: " ";
  102. display: block;
  103. height: 0;
  104. visibility: hidden
  105. }
  106. .clear {
  107. clear: both;
  108. zoom: 1
  109. }
  110. .fl {
  111. float: left !important
  112. }
  113. .fr {
  114. float: right !important
  115. }
  116. .show {
  117. display: block !important
  118. }
  119. .hide {
  120. display: none !important
  121. }
  122. .over {
  123. overflow: hidden;
  124. text-overflow: ellipsis;
  125. white-space: nowrap
  126. }
  127. .pos-re {
  128. position: relative
  129. }
  130. .pos-ab {
  131. position: absolute
  132. }
  133. .m10 {
  134. margin: 10px
  135. }
  136. .ml10 {
  137. margin-left: 10px
  138. }
  139. .center {
  140. text-align: center !important
  141. }
  142. /*mp_box*/
  143. .mp_box {
  144. position: absolute;
  145. width: 100%;
  146. height: 100%;
  147. top: 0;
  148. left: 0;
  149. right: 0;
  150. bottom: 0;
  151. }
  152. .mp_icon_close {
  153. height: 40px;
  154. line-height: 38px;
  155. float: right;
  156. text-align: center;
  157. cursor: pointer;
  158. text-align: center;
  159. text-indent: 0;
  160. width: 30px;
  161. }
  162. .mp_head {
  163. line-height: 35px;
  164. border-bottom: #dedede 1px solid;
  165. overflow: hidden;
  166. }
  167. .mp_head ul li {
  168. float: left;
  169. display: inline-block;
  170. cursor: pointer;
  171. }
  172. .mp_head ul li i {
  173. width: 28px;
  174. height: 25px;
  175. line-height: 25px;
  176. text-align: center;
  177. background: #f5f5f5;
  178. border: #dedede 1px solid;
  179. color: #3374e0;
  180. display: inline-block;
  181. font-size: 16px;
  182. margin-left: 10px;
  183. }
  184. .mp_head .active i, .mp_head ul li i:hover {
  185. background: #3374e0;
  186. color: #fff;
  187. border-color: #3374e0;
  188. }
  189. /*tab*/
  190. .mp_tab_card {
  191. position: relative;
  192. overflow: hidden;
  193. }
  194. .mp_tab_card .mp_tab_tit {
  195. position: absolute;
  196. bottom: 0;
  197. height: 32px;
  198. width: 100%;
  199. white-space: nowrap;
  200. border-top: 1px solid #ddd;
  201. background: #f2f2f2;
  202. padding-left: 10px;
  203. box-sizing: border-box;
  204. }
  205. .mp_tab_card .mp_tab_tit li {
  206. display: inline-block;
  207. float: left;
  208. line-height: 25px;
  209. min-width: 45px;
  210. padding: 0 10px;
  211. cursor: pointer;
  212. text-align: center;
  213. box-sizing: border-box;
  214. color: #333;
  215. }
  216. .mp_tab_card .mp_tab_tit .cur {
  217. color: #3374e0;
  218. border: 1px solid #ddd;
  219. border-top: none;
  220. height: 28px;
  221. line-height: 26px;
  222. background: #fff;
  223. margin-top: -1px;
  224. border-radius: 0 0 6px 6px;
  225. }
  226. .mp_tab_card .mp_tab_tit .disabled {
  227. display: none;
  228. }
  229. .mp_tab_con>li, .mp_tab_con>div {
  230. display: none
  231. }
  232. .mp_tab_con>.cur {
  233. display: block
  234. }
  235. /*select*/
  236. .mp_select {
  237. height: 28px;
  238. line-height: 22px;
  239. padding: 0 5px;
  240. box-sizing: border-box;
  241. font-size: 12px;
  242. border: 1px solid #e6e6e6;
  243. background-color: #fff;
  244. border-radius: 3px;
  245. outline: 0;
  246. box-sizing: border-box;
  247. position: relative;
  248. }
  249. .mp_select:after {
  250. content: '';
  251. width: 0;
  252. height: 0;
  253. overflow: hidden;
  254. cursor: pointer;
  255. transition: all .2s;
  256. position: absolute;
  257. border-width: 6px;
  258. display: inline-block;
  259. top: 10px;
  260. right: 5px;
  261. border-style: solid dashed dashed;
  262. border-color: #c2c2c2 transparent transparent;
  263. }
  264. .mp_selected:after {
  265. top: 4px;
  266. border-style: dashed dashed solid;
  267. border-color: transparent transparent #c2c2c2;
  268. }
  269. .mp_select .mp_select_text {
  270. padding: 0 20px 0 0;
  271. height: 28px;
  272. line-height: 26px;
  273. overflow: hidden
  274. }
  275. .mp_select_ul {
  276. background: #fff;
  277. border: #d6d6d6 1px solid;
  278. border-radius: 3px;
  279. padding: 5px 0;
  280. box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
  281. position: absolute;
  282. left: 0;
  283. z-index: 1000;
  284. color: #333;
  285. text-align: center;
  286. width: 100%;
  287. display: none
  288. }
  289. .mp_select_ul li {
  290. margin: 0 5px;
  291. border-radius: 3px;
  292. text-align: left;
  293. height: 28px;
  294. line-height: 28px;
  295. text-indent: 5px;
  296. overflow: hidden;
  297. text-overflow: ellipsis;
  298. white-space: nowrap
  299. }
  300. .mp_select_ul li:hover {
  301. background: #ecf1f8
  302. }
  303. .mp_select_ul .selecton, .mp_select_ul .selecton:hover {
  304. background: #3374e0!important;
  305. color: #fff!important
  306. }
  307. /*mp_mark*/
  308. .mp_mark {
  309. overflow-x: hidden;
  310. overflow-y: auto;
  311. }
  312. .mp_mark ul li {
  313. float: left;
  314. display: inline-block;
  315. width: 80px;
  316. text-align: center;
  317. padding-bottom: 10px;
  318. }
  319. .mp_mark ul li i {
  320. width: 55px;
  321. height: 55px;
  322. line-height: 50px;
  323. text-align: center;
  324. display: inline-block;
  325. margin: 0 auto;
  326. background: #def1f0;
  327. border: #dedede 1px solid;
  328. font-size: 26px;
  329. color: #333;
  330. cursor: pointer;
  331. padding: 0;
  332. }
  333. .mp_mark .markon i, .mp_mark ul li i:hover {
  334. background: #3374e0;
  335. border: #3374e0 1px solid;
  336. color: #fff;
  337. }
  338. .mp_mark ul li i img {
  339. margin: -2px 0 0 0;
  340. width: 100%;
  341. height: 100%;
  342. }
  343. .mp_icon_txt {
  344. font-weight: bold;
  345. }
  346. /*mp_tree*/
  347. .mp_tree {
  348. overflow: auto;
  349. overflow-x: hidden;
  350. }
  351. .open {
  352. height: 30px;
  353. line-height: 28px;
  354. background: #def1f0;
  355. cursor: pointer;
  356. }
  357. .bdt {
  358. border-top: #ddd 1px solid
  359. }
  360. .tree_icon {
  361. width: 12px;
  362. height: 12px;
  363. text-align: center;
  364. line-height: 8px;
  365. border: #333 1px solid;
  366. border-radius: 2px;
  367. margin: 0 5px;
  368. color: #333;
  369. display: inline-block;
  370. }
  371. .mp_attr .nametd {
  372. width: 40%;
  373. }
  374. .mp_attr table {
  375. width: 100%;
  376. border: 0;
  377. font-size: 12px;
  378. }
  379. .mp_attr table tr td {
  380. padding: 5px 5px 5px 10px;
  381. text-align: left;
  382. border: #cde1de 1px solid;
  383. max-width: 150px;
  384. word-wrap: break-word;
  385. }
  386. .mp_attr table tr td:first-child {
  387. border-left: none;
  388. }
  389. .mp_input {
  390. height: 28px;
  391. line-height: 22px;
  392. padding: 3px 5px;
  393. box-sizing: border-box;
  394. font-size: 12px;
  395. border: 1px solid #e6e6e6;
  396. background-color: #fff;
  397. border-radius: 3px;
  398. display: block;
  399. width: 100%;
  400. outline: 0;
  401. box-sizing: border-box
  402. }
  403. .mp_input:hover {
  404. border-color: #c9c9c9!important
  405. }
  406. .mp_input:focus {
  407. border-color: #3374e0!important
  408. }
  409. .ptb5 {
  410. padding-top: 5px;
  411. padding-bottom: 5px;
  412. }
  413. /*progress*/
  414. .puiprogress {
  415. position: relative;
  416. margin: 10px 10px 0 0;
  417. }
  418. .puiprogress_bg {
  419. height: 10px;
  420. border-radius: 5px;
  421. overflow: hidden;
  422. background: #E4E4E4;
  423. }
  424. .puiprogress_bar {
  425. background: #537cc0;
  426. width: 0;
  427. height: 10px;
  428. border-radius: 5px;
  429. }
  430. .puiprogress_btn {
  431. width: 20px;
  432. height: 20px;
  433. border-radius: 50%;
  434. position: absolute;
  435. background: #ccc;
  436. left: 0px;
  437. margin-left: -10px;
  438. top: -5px;
  439. cursor: pointer;
  440. box-sizing: border-box;
  441. }
  442. .puiprogress_text {
  443. text-align: center;
  444. }
  445. /*btn*/
  446. .mp_btn {
  447. display: inline-block;
  448. height: 30px;
  449. line-height: 28px;
  450. padding: 0 20px;
  451. background: #3374e0;
  452. border: 1px solid #3374e0;
  453. color: #fff;
  454. white-space: nowrap;
  455. text-align: center;
  456. font-size: 14px;
  457. border-radius: 3px;
  458. cursor: pointer;
  459. outline: 0;
  460. box-sizing: border-box;
  461. }
  462. .mp_btn:hover {
  463. background: #2e68c7
  464. }
  465. .mp_btn_yellow {
  466. border: 1px solid #ffab40;
  467. background: #ffab40;
  468. color: #fff;
  469. }
  470. .mp_btn_yellow:hover {
  471. background: #e69b39
  472. }
  473. /*local*/
  474. .local {
  475. padding: 0 10px 10px 10px;
  476. }
  477. .local .open {
  478. background: none;
  479. }
  480. .local .mp_attr table tr td:first-child {
  481. border-left: #cde1de 1px solid;
  482. /*width: 40px;*/
  483. }
  484. /*dark*/
  485. .dark .mp_head ul li i {
  486. background-color: rgba(63, 72, 84, 0.6);
  487. border: #dedede 1px solid;
  488. color: #ffffff;
  489. }
  490. .dark .mp_select {
  491. background-color: rgba(63, 72, 84, 0.6);
  492. }
  493. .dark .mp_select_ul {
  494. color: #ffffff;
  495. background-color: rgba(63, 72, 84, 0.8);
  496. }
  497. .dark .mp_select_ul li:hover {
  498. background-color: rgba(63, 72, 84, 1);
  499. }
  500. .dark .mp_select_ul .selecton, .mp_select_ul .selecton:hover {
  501. background: rgba(63, 72, 84, 1)!important;
  502. color: #fff!important
  503. }
  504. .dark .open {
  505. background: #1c3b3a;
  506. }
  507. .dark .tree_icon {
  508. color: #ffffff;
  509. }
  510. .dark .mp_input {
  511. background-color: rgba(63, 72, 84, 0.6);
  512. }
  513. .dark .mp_mark ul li i {
  514. background-color: rgba(63, 72, 84, 0.6);
  515. }
  516. .dark .mp_tab_card .mp_tab_tit {
  517. background-color: rgba(63, 72, 84, 0.6);
  518. }
  519. .dark .mp_tab_card .mp_tab_tit li {
  520. color: #808080;
  521. }
  522. .dark .mp_tab_card .mp_tab_tit .cur {
  523. color: #ffffff;
  524. background-color: rgba(63, 72, 84, 0.6);
  525. }