basic.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100
  1. html,
  2. body {
  3. /* background: #e5e9ec url(img/preloader.gif) no-repeat center center; */
  4. overflow: hidden;
  5. width: 100%;
  6. height: 100%;
  7. font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Lantinghei SC', 'Hiragino Sans GB', sans-serif;
  8. color: #6f7b8a;
  9. font-size: 14px;
  10. }
  11. .main {
  12. width: 100%;
  13. height: 100%;
  14. position: absolute;
  15. z-index: 99999;
  16. }
  17. .main iframe {
  18. width: 100%;
  19. height: 100%;
  20. background: #fff;
  21. }
  22. .main .bk {
  23. font-size: 14px;
  24. color: #fff;
  25. background: #088EE6;
  26. border-radius: 5px;
  27. text-align: center;
  28. padding: 2px 16px;
  29. position: fixed;
  30. right: 268px;
  31. top: 5px;
  32. z-index: 9999999;
  33. cursor: pointer;
  34. }
  35. .layout-split-north {
  36. display: none;
  37. }
  38. hr {
  39. width: 100%;
  40. height: 1px;
  41. border: 0px;
  42. background: url(../images/layout/bg-sideBar-line.png) no-repeat center center;
  43. }
  44. /* S reset */
  45. .menu-tabs .menu a:hover {
  46. /*background: #378BE0;*/
  47. }
  48. /*::selection {
  49. background: #098e83;
  50. }
  51. ::-moz-selection {
  52. background: #098e83;
  53. }*/
  54. select:focus,
  55. input:focus,
  56. textarea:focus {
  57. border-color: #378BE0;
  58. }
  59. a {
  60. /*-webkit-tap-highlight-color: #098e83;*/
  61. }
  62. .menu-tabs .menu a:hover {
  63. /*background: #378BE0;*/
  64. }
  65. table.box-header th {
  66. background-color: #378BE0;
  67. color: #fff;
  68. }
  69. .masthead,
  70. .menu a:hover,
  71. .menu-tabs .menu .nav,
  72. .menu-tabs .active a,
  73. .menu-tabs .tabs .nav .active a,
  74. .menu-tabs .active a:hover,
  75. .menu-tabs .tabs .active a:hover {
  76. /*background: #378BE0;*/
  77. }
  78. .menu .links a,
  79. .pipes a,
  80. .menu .stat a {
  81. color: #378BE0;
  82. }
  83. .menu .links a:hover,
  84. .pipes a:hover,
  85. .menu .stat a:hover,
  86. .tags .cloud a:hover {
  87. color: #378BE0;
  88. }
  89. .lit {
  90. color: #378BE0;
  91. }
  92. .panel {
  93. border: none;
  94. background: rgba(45, 53, 68, 1);
  95. }
  96. .panel .header {}
  97. .panel .body {
  98. border: none;
  99. }
  100. .panel .footer {
  101. border: none;
  102. }
  103. .cell {
  104. margin: 20px;
  105. }
  106. /* E reset */
  107. h1,
  108. h2,
  109. h3,
  110. h4,
  111. h5,
  112. h6 {
  113. font-family: ' Microsoft Yahei', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Lantinghei SC', 'Hiragino Sans GB', sans-serif;
  114. }
  115. #appMain {
  116. width: 100%;
  117. height: 100%;
  118. position: relative;
  119. }
  120. input,
  121. button,
  122. select,
  123. textarea {
  124. outline: none;
  125. font-family: ' Microsoft Yahei', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Lantinghei SC', 'Hiragino Sans GB', sans-serif;
  126. }
  127. input::-ms-clear {
  128. display: none;
  129. }
  130. img {
  131. border: none;
  132. }
  133. li {
  134. list-style-type: none;
  135. }
  136. a {
  137. color: #fff;
  138. text-decoration: none;
  139. cursor: pointer;
  140. }
  141. a:hover {
  142. color: #378BE0;
  143. text-decoration: none;
  144. }
  145. a:active {
  146. outline: none;
  147. blr: expression(this.onFocus=this.blur());
  148. }
  149. a:visited {}
  150. a:focus {
  151. outline: none;
  152. }
  153. button:focus {
  154. outline: none;
  155. }
  156. .text-left {
  157. text-align: left;
  158. }
  159. .text-right {
  160. text-align: right;
  161. }
  162. .text-center {
  163. text-align: center;
  164. }
  165. .btn {
  166. position: relative;
  167. cursor: pointer;
  168. background: #ffffff;
  169. color: #666666;
  170. text-align: center;
  171. font-size: 14px;
  172. border: 0px;
  173. }
  174. .btn8 {
  175. width: 125px;
  176. }
  177. .btn6 {
  178. width: 105px;
  179. }
  180. .btn5 {
  181. width: 90px;
  182. }
  183. .btn4 {
  184. width: 75px;
  185. }
  186. .btn3 {
  187. width: 60px;
  188. }
  189. .btn2 {
  190. width: 45px;
  191. }
  192. .btn1 {
  193. width: 30px;
  194. }
  195. .t-l {
  196. text-align: left !important;
  197. }
  198. .t-r {
  199. text-align: right !important;
  200. }
  201. .t-c {
  202. text-align: center !important;
  203. }
  204. .f-l {
  205. float: left !important;
  206. }
  207. .f-r {
  208. float: right !important;
  209. }
  210. .f-n {
  211. float: none !important;
  212. }
  213. .form .verify {
  214. display: inline-block;
  215. line-height: 33px;
  216. padding: 0 0 0 10px;
  217. }
  218. .background-none {
  219. background: none !important;
  220. }
  221. .background-note {
  222. color: #ffffff !important;
  223. background: #62707D !important;
  224. }
  225. .background-success {
  226. color: #ffffff !important;
  227. background: #0AA699 !important;
  228. }
  229. .background-warning {
  230. color: #ffffff !important;
  231. background: #FFCC33 !important;
  232. }
  233. .background-error {
  234. color: #ffffff !important;
  235. background: #F35958 !important;
  236. }
  237. .btn-default {
  238. width: 64px;
  239. height: 34px;
  240. border: 2px solid #aaa;
  241. border-radius: 4px;
  242. margin: 0 48px;
  243. color: #666;
  244. background: #fff;
  245. font-size: 16px;
  246. line-height: 32px;
  247. }
  248. .btn-default:hover,
  249. .btn-default:focus,
  250. .btn-default:active,
  251. .btn-default.active {
  252. color: #378BE0;
  253. }
  254. .btn-default.disabled,
  255. .btn-default[disabled],
  256. fieldset[disabled] .btn-default,
  257. .btn-default.disabled:hover,
  258. .btn-default[disabled]:hover,
  259. fieldset[disabled] .btn-default:hover,
  260. .btn-default.disabled:focus,
  261. .btn-default[disabled]:focus,
  262. fieldset[disabled] .btn-default:focus,
  263. .btn-default.disabled:active,
  264. .btn-default[disabled]:active,
  265. fieldset[disabled] .btn-default:active,
  266. .btn-default.disabled.active,
  267. .btn-default[disabled].active,
  268. fieldset[disabled] .btn-default.active {
  269. background-color: #ffffff;
  270. border-color: #cccccc;
  271. }
  272. .btn-primary {
  273. color: white;
  274. background-color: #0090d9;
  275. border-color: #0090d9;
  276. }
  277. .btn-primary:hover,
  278. .btn-primary:focus,
  279. .btn-primary:active,
  280. .btn-primary.active {
  281. color: white;
  282. background-color: #0075b0;
  283. border-color: #0075b0;
  284. }
  285. .btn-primary:active,
  286. .btn-primary.active {
  287. background-image: none;
  288. }
  289. .btn-primary.disabled,
  290. .btn-primary.disabled:hover,
  291. .btn-primary.disabled:focus,
  292. .btn-primary.disabled:active,
  293. .btn-primary.disabled.active,
  294. .btn-primary[disabled],
  295. .btn-primary[disabled]:hover,
  296. .btn-primary[disabled]:focus,
  297. .btn-primary[disabled]:active,
  298. .btn-primary[disabled].active,
  299. fieldset[disabled] .btn-primary,
  300. fieldset[disabled] .btn-primary:hover,
  301. fieldset[disabled] .btn-primary:focus,
  302. fieldset[disabled] .btn-primary:active,
  303. fieldset[disabled] .btn-primary.active {
  304. background-color: #0090d9;
  305. border-color: #0090d9;
  306. }
  307. .btn-primary.btn-transparent {
  308. color: #AAA;
  309. border-color: #0090d9;
  310. }
  311. .btn-primary.btn-transparent:hover,
  312. .btn-primary.btn-transparent:focus,
  313. .btn-primary.btn-transparent:active,
  314. .btn-primary.btn-transparent.active {
  315. background-color: #0090d9;
  316. color: white;
  317. }
  318. .btn-primary .badge {
  319. color: #0090d9;
  320. background-color: white;
  321. }
  322. .btn-success {
  323. color: white;
  324. background-color: #0b4496;
  325. border-color: #0b4496;
  326. }
  327. .btn-success:hover,
  328. .btn-success:focus,
  329. .btn-success:active,
  330. .btn-success.active {
  331. color: white;
  332. background-color: #1b67d5;
  333. border-color: #1b67d5;
  334. }
  335. .btn-success:active,
  336. .btn-success.active {
  337. background-image: none;
  338. }
  339. .btn-success.disabled,
  340. .btn-success.disabled:hover,
  341. .btn-success.disabled:focus,
  342. .btn-success.disabled:active,
  343. .btn-success.disabled.active,
  344. .btn-success[disabled],
  345. .btn-success[disabled]:hover,
  346. .btn-success[disabled]:focus,
  347. .btn-success[disabled]:active,
  348. .btn-success[disabled].active,
  349. fieldset[disabled] .btn-success,
  350. fieldset[disabled] .btn-success:hover,
  351. fieldset[disabled] .btn-success:focus,
  352. fieldset[disabled] .btn-success:active,
  353. fieldset[disabled] .btn-success.active {
  354. background-color: #0aa699;
  355. border-color: #0aa699;
  356. }
  357. .btn-success.btn-transparent {
  358. color: #AAA;
  359. border-color: #0aa699;
  360. }
  361. .btn-success.btn-transparent:hover,
  362. .btn-success.btn-transparent:focus,
  363. .btn-success.btn-transparent:active,
  364. .btn-success.btn-transparent.active {
  365. background-color: #0aa699;
  366. color: white;
  367. }
  368. .btn-success .badge {
  369. color: #0aa699;
  370. background-color: white;
  371. }
  372. .btn-warning {
  373. color: white;
  374. background-color: #ffcc33;
  375. border-color: #ffcc33;
  376. }
  377. .btn-warning:hover,
  378. .btn-warning:focus,
  379. .btn-warning:active,
  380. .btn-warning.active {
  381. color: white;
  382. background-color: #ffc20a;
  383. border-color: #ffc20a;
  384. }
  385. .btn-warning:active,
  386. .btn-warning.active {
  387. background-image: none;
  388. }
  389. .btn-warning.disabled,
  390. .btn-warning.disabled:hover,
  391. .btn-warning.disabled:focus,
  392. .btn-warning.disabled:active,
  393. .btn-warning.disabled.active,
  394. .btn-warning[disabled],
  395. .btn-warning[disabled]:hover,
  396. .btn-warning[disabled]:focus,
  397. .btn-warning[disabled]:active,
  398. .btn-warning[disabled].active,
  399. fieldset[disabled] .btn-warning,
  400. fieldset[disabled] .btn-warning:hover,
  401. fieldset[disabled] .btn-warning:focus,
  402. fieldset[disabled] .btn-warning:active,
  403. fieldset[disabled] .btn-warning.active {
  404. background-color: #ffcc33;
  405. border-color: #ffcc33;
  406. }
  407. .btn-warning.btn-transparent {
  408. color: #AAA;
  409. border-color: #ffcc33;
  410. }
  411. .btn-warning.btn-transparent:hover,
  412. .btn-warning.btn-transparent:focus,
  413. .btn-warning.btn-transparent:active,
  414. .btn-warning.btn-transparent.active {
  415. background-color: #ffcc33;
  416. color: white;
  417. }
  418. .btn-warning .badge {
  419. color: #ffcc33;
  420. background-color: white;
  421. }
  422. .btn-danger {
  423. color: white;
  424. background-color: #d9534f;
  425. border-color: #d9534f;
  426. }
  427. .btn-danger:hover,
  428. .btn-danger:focus,
  429. .btn-danger:active,
  430. .btn-danger.active {
  431. color: white;
  432. background-color: #d2322d;
  433. border-color: #d2322d;
  434. }
  435. .btn-danger:active,
  436. .btn-danger.active {
  437. background-image: none;
  438. }
  439. .btn-danger.disabled,
  440. .btn-danger.disabled:hover,
  441. .btn-danger.disabled:focus,
  442. .btn-danger.disabled:active,
  443. .btn-danger.disabled.active,
  444. .btn-danger[disabled],
  445. .btn-danger[disabled]:hover,
  446. .btn-danger[disabled]:focus,
  447. .btn-danger[disabled]:active,
  448. .btn-danger[disabled].active,
  449. fieldset[disabled] .btn-danger,
  450. fieldset[disabled] .btn-danger:hover,
  451. fieldset[disabled] .btn-danger:focus,
  452. fieldset[disabled] .btn-danger:active,
  453. fieldset[disabled] .btn-danger.active {
  454. background-color: #d9534f;
  455. border-color: #d9534f;
  456. }
  457. .btn-danger.btn-transparent {
  458. color: #AAA;
  459. border-color: #d9534f;
  460. }
  461. .btn-danger.btn-transparent:hover,
  462. .btn-danger.btn-transparent:focus,
  463. .btn-danger.btn-transparent:active,
  464. .btn-danger.btn-transparent.active {
  465. background-color: #d9534f;
  466. color: white;
  467. }
  468. .btn-danger .badge {
  469. color: #d9534f;
  470. background-color: white;
  471. }
  472. .btn-info {
  473. color: white;
  474. background-color: #b5d1d8;
  475. border-color: #b5d1d8;
  476. }
  477. .btn-info:hover,
  478. .btn-info:focus,
  479. .btn-info:active,
  480. .btn-info.active {
  481. color: white;
  482. background-color: #9ac0ca;
  483. border-color: #9ac0ca;
  484. }
  485. .btn-info:active,
  486. .btn-info.active {
  487. background-image: none;
  488. }
  489. .btn-info.disabled,
  490. .btn-info.disabled:hover,
  491. .btn-info.disabled:focus,
  492. .btn-info.disabled:active,
  493. .btn-info.disabled.active,
  494. .btn-info[disabled],
  495. .btn-info[disabled]:hover,
  496. .btn-info[disabled]:focus,
  497. .btn-info[disabled]:active,
  498. .btn-info[disabled].active,
  499. fieldset[disabled] .btn-info,
  500. fieldset[disabled] .btn-info:hover,
  501. fieldset[disabled] .btn-info:focus,
  502. fieldset[disabled] .btn-info:active,
  503. fieldset[disabled] .btn-info.active {
  504. background-color: #b5d1d8;
  505. border-color: #b5d1d8;
  506. }
  507. .btn-info.btn-transparent {
  508. color: #AAA;
  509. border-color: #b5d1d8;
  510. }
  511. .btn-info.btn-transparent:hover,
  512. .btn-info.btn-transparent:focus,
  513. .btn-info.btn-transparent:active,
  514. .btn-info.btn-transparent.active {
  515. background-color: #b5d1d8;
  516. color: white;
  517. }
  518. .btn-info .badge {
  519. color: #b5d1d8;
  520. background-color: white;
  521. }
  522. .btn-white {
  523. color: #777;
  524. background-color: white;
  525. border-color: white;
  526. }
  527. .btn-white:hover,
  528. .btn-white:focus,
  529. .btn-white:active,
  530. .btn-white.active {
  531. color: #777;
  532. background-color: #ebebeb;
  533. border-color: #ebebeb;
  534. }
  535. .btn-white:active,
  536. .btn-white.active {
  537. background-image: none;
  538. }
  539. .btn-white.disabled,
  540. .btn-white.disabled:hover,
  541. .btn-white.disabled:focus,
  542. .btn-white.disabled:active,
  543. .btn-white.disabled.active,
  544. .btn-white[disabled],
  545. .btn-white[disabled]:hover,
  546. .btn-white[disabled]:focus,
  547. .btn-white[disabled]:active,
  548. .btn-white[disabled].active,
  549. fieldset[disabled] .btn-white,
  550. fieldset[disabled] .btn-white:hover,
  551. fieldset[disabled] .btn-white:focus,
  552. fieldset[disabled] .btn-white:active,
  553. fieldset[disabled] .btn-white.active {
  554. background-color: white;
  555. border-color: white;
  556. }
  557. .btn-white.btn-transparent {
  558. color: #AAA;
  559. border-color: white;
  560. }
  561. .btn-white.btn-transparent:hover,
  562. .btn-white.btn-transparent:focus,
  563. .btn-white.btn-transparent:active,
  564. .btn-white.btn-transparent.active {
  565. background-color: white;
  566. color: #777;
  567. }
  568. .btn-white .badge {
  569. color: white;
  570. background-color: #777;
  571. }
  572. .btn-inverse {
  573. color: white;
  574. background-color: #62707d;
  575. border-color: #62707d;
  576. }
  577. .btn-inverse:hover,
  578. .btn-inverse:focus,
  579. .btn-inverse:active,
  580. .btn-inverse.active {
  581. color: white;
  582. background-color: #505c66;
  583. border-color: #505c66;
  584. }
  585. .btn-inverse:active,
  586. .btn-inverse.active {
  587. background-image: none;
  588. }
  589. .btn-inverse.disabled,
  590. .btn-inverse.disabled:hover,
  591. .btn-inverse.disabled:focus,
  592. .btn-inverse.disabled:active,
  593. .btn-inverse.disabled.active,
  594. .btn-inverse[disabled],
  595. .btn-inverse[disabled]:hover,
  596. .btn-inverse[disabled]:focus,
  597. .btn-inverse[disabled]:active,
  598. .btn-inverse[disabled].active,
  599. fieldset[disabled] .btn-inverse,
  600. fieldset[disabled] .btn-inverse:hover,
  601. fieldset[disabled] .btn-inverse:focus,
  602. fieldset[disabled] .btn-inverse:active,
  603. fieldset[disabled] .btn-inverse.active {
  604. background-color: #62707d;
  605. border-color: #62707d;
  606. }
  607. .btn-inverse.btn-transparent {
  608. color: #AAA;
  609. border-color: #62707d;
  610. }
  611. .btn-inverse.btn-transparent:hover,
  612. .btn-inverse.btn-transparent:focus,
  613. .btn-inverse.btn-transparent:active,
  614. .btn-inverse.btn-transparent.active {
  615. background-color: #62707d;
  616. color: white;
  617. }
  618. .btn-inverse .badge {
  619. color: #62707d;
  620. background-color: white;
  621. }
  622. /*S================================= filterCover*/
  623. #filterCover {
  624. background: url(img/alpha-50.png);
  625. width: 100%;
  626. height: 100%;
  627. position: fixed;
  628. _position: absolute;
  629. left: 0px;
  630. top: 0px;
  631. right: 0px;
  632. bottom: 0px;
  633. z-index: 10049;
  634. display: none;
  635. }
  636. .modal-filter-cover {
  637. background: url(img/alpha-50.png);
  638. width: 100%;
  639. height: 100%;
  640. position: fixed;
  641. _position: absolute;
  642. left: 0px;
  643. top: 0px;
  644. right: 0px;
  645. bottom: 0px;
  646. z-index: 900000;
  647. }
  648. /*E================================= filterCover*/
  649. .cover-panel {
  650. position: relative;
  651. }
  652. .cover-iframe {
  653. position: absolute;
  654. width: 100%;
  655. height: 100%;
  656. left: 0px;
  657. right: 0px;
  658. top: 0px;
  659. bottom: 0px;
  660. z-index: 0;
  661. opacity: 0;
  662. visibility: visibility;
  663. background: #000;
  664. border: 0px solid #01b7ff;
  665. }
  666. .cover-content {
  667. position: relative;
  668. width: 100%;
  669. height: 100%;
  670. left: 0px;
  671. right: 0px;
  672. top: 0px;
  673. bottom: 0px;
  674. z-index: 1;
  675. }
  676. .popup-lt {
  677. position: absolute;
  678. top: 0px;
  679. left: -20px;
  680. bottom: 19px;
  681. width: 20px;
  682. /* background: url(../images/popup/bg-pp-2d-lt.png) top left no-repeat; */
  683. }
  684. .popup-lb {
  685. position: absolute;
  686. left: -20px;
  687. bottom: 0px;
  688. width: 42px;
  689. height: 19px;
  690. /* background: url(../images/popup/bg-pp-2d-lb.png) top left no-repeat; */
  691. }
  692. .popup-rt {
  693. position: absolute;
  694. right: -8px;
  695. top: 0px;
  696. bottom: 19px;
  697. width: 8px;
  698. /* background: url(../images/popup/bg-pp-2d-rt.png) top left no-repeat; */
  699. }
  700. .popup-rb {
  701. position: absolute;
  702. right: -8px;
  703. bottom: 0px;
  704. height: 19px;
  705. left: 22px;
  706. /* background: url(../images/popup/bg-pp-2d-rb.png) top right no-repeat; */
  707. }
  708. .popup-ct {
  709. cursor: move;
  710. height: 48px;
  711. /* background: url(../images/popup/bg-pp-23d-ct.png) top left repeat-x; */
  712. }
  713. .popup-cb {
  714. background: #ffffff;
  715. }
  716. /*E================================= Scrollbox*/
  717. .modal .cover-content {
  718. /*border: 2px solid #01b7ff;*/
  719. /*background: url(../images/layout/bg-normal.png);*/
  720. }
  721. .modal .modal-header {
  722. background: #378BE0;
  723. font-size: 18px;
  724. font-weight: normal;
  725. color: #fff;
  726. padding: 12px 20px;
  727. }
  728. .modal .modal-body {
  729. position: relative;
  730. padding: 15px 30px 0;
  731. overflow-y: auto;
  732. background: #fefefe;
  733. }
  734. .modal .modal-header .close {
  735. position: absolute;
  736. right: 15px;
  737. top: 10px;
  738. text-indent: -999999px;
  739. overflow: hidden;
  740. background: url(../images/layout/bg_close.gif) no-repeat center 7px;
  741. border: none;
  742. width: 30px;
  743. height: 30px;
  744. }
  745. .modal .modal-header h3 {
  746. font-size: 18px;
  747. font-weight: normal;
  748. /*line-height: 25px;*/
  749. color: #fff;
  750. }
  751. .modal .modal-footer {
  752. padding: 15px;
  753. margin-bottom: 0;
  754. text-align: center;
  755. background: #fff;
  756. }
  757. .input {
  758. border: 0px solid #dcdcdc;
  759. height: 28px;
  760. display: inline-block;
  761. line-height: 28px;
  762. color: #666;
  763. padding: 0 8px;
  764. border: 1px solid #aaa;
  765. /*background: #3371c8;*/
  766. }
  767. .item-form .btn2 {
  768. width: 57px !important;
  769. }
  770. .btn-small {
  771. height: 22px;
  772. line-height: 22px;
  773. font-size: 12px;
  774. font-weight: normal;
  775. }
  776. /*S leaflet*/
  777. .leaflet-bottom {
  778. margin-bottom: 30px;
  779. }
  780. /*E leaflet*/
  781. .downloadIEUpdata {
  782. position: absolute;
  783. top: 0px;
  784. left: 0px;
  785. width: 100%;
  786. height: 100%;
  787. z-index: 999999999999999999999999;
  788. background: #000 url(../images/layout/bg_body.jpg) no-repeat center center;
  789. }
  790. .downloadIEUpdata p {
  791. position: absolute;
  792. font-size: 20px;
  793. top: 50%;
  794. left: 0;
  795. margin-top: -15px;
  796. margin-left: 0;
  797. color: #fff;
  798. width: 100%;
  799. text-align: center;
  800. }
  801. .versionControl {
  802. position: absolute;
  803. z-index: 99999999999;
  804. left: 0;
  805. right: 0;
  806. top: 0;
  807. bottom: 0;
  808. width: 50%;
  809. height: 50%;
  810. margin: auto;
  811. /*padding: 0 5%;*/
  812. overflow: hidden;
  813. display: none;
  814. }
  815. .versionControl ul li {
  816. line-height: 35px;
  817. font-size: 16px;
  818. }
  819. .versionControl p {
  820. font-size: 16px;
  821. line-height: 40px;
  822. margin: 20px 0 10px;
  823. }
  824. .versionControl .close {
  825. position: absolute;
  826. right: 20px;
  827. font-size: 36px;
  828. top: 0;
  829. cursor: pointer;
  830. }
  831. .versionControl .cover-content {
  832. background: #fff;
  833. }
  834. .versionControl .popup-ct {
  835. line-height: 48px;
  836. padding-left: 20px;
  837. }
  838. .versionControl .popup-cb {
  839. padding: 4% 20px;
  840. overflow-y: scroll;
  841. height: 70%;
  842. overflow-x: hidden;
  843. }
  844. .versionHide {
  845. width: 200px;
  846. height: 80px;
  847. text-align: center;
  848. border-radius: 10px;
  849. border: 1px solid #ccc;
  850. background: #fff;
  851. font-size: 16px;
  852. position: absolute;
  853. z-index: 99999999999;
  854. left: 0;
  855. right: 0;
  856. top: 0;
  857. bottom: 0;
  858. margin: auto;
  859. padding: 30px;
  860. display: none;
  861. }
  862. .versionHide p.choose {
  863. margin-top: 20px;
  864. }
  865. .versionHide button {
  866. border: 1px solid #ccc;
  867. border-radius: 5px;
  868. padding: 5px 12px;
  869. background: #eee;
  870. color: #111;
  871. margin: 5px;
  872. }
  873. #tufuTips {
  874. position: absolute;
  875. z-index: 19;
  876. display: none;
  877. margin-top: -20px;
  878. margin-left: 15px;
  879. font-size: 30px;
  880. text-shadow: 0 0 5px #fff;
  881. color: #332;
  882. }
  883. .boldicon {
  884. color: yellow;
  885. }
  886. .emptyicon {
  887. color: yellow;
  888. width: 80px !important;
  889. text-align: center;
  890. margin-left: -40px !important;
  891. margin-top: 0px !important
  892. }
  893. .emptyiconx {
  894. color: yellow;
  895. width: 80px !important;
  896. text-align: center;
  897. margin-left: 40px !important;
  898. margin-top: 0px !important
  899. }
  900. #xieyi {
  901. position: absolute;
  902. z-index: 9992;
  903. left: 50%;
  904. top: 50%;
  905. margin-top: -250px;
  906. margin-left: -400px;
  907. background: #fff;
  908. display: none;
  909. }
  910. #xieyi.active {
  911. display: block;
  912. }
  913. #xieyi iframe {
  914. border: none;
  915. }
  916. #xieyi .title {
  917. position: relative;
  918. font-size: 20px;
  919. text-align: center;
  920. padding: 20px 0;
  921. }
  922. #xieyi .close {
  923. position: absolute;
  924. right: 10px;
  925. top: 10px;
  926. font-size: 40px;
  927. margin: 0;
  928. cursor: pointer;
  929. }
  930. .leaflet-draw-tooltip-single{
  931. color: rgb(255, 255, 255);
  932. background: rgba(0, 0, 0, 0.3);
  933. padding: 5px 10px;
  934. min-width: 120px;
  935. }