map.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .rightArea {
  6. width: 225px;
  7. position: absolute;
  8. top: 80px;
  9. right: 40px;
  10. }
  11. .rightArea .w2 {
  12. letter-spacing: 2em;
  13. margin-right: -2em;
  14. }
  15. .rightArea .w3 {
  16. letter-spacing: .5em;
  17. margin-right: -.5em;
  18. }
  19. .rightArea .shadow {
  20. box-shadow: 0 0 12px #888;
  21. border-bottom-left-radius: 5px;
  22. border-bottom-right-radius: 5px;
  23. }
  24. .rightArea .pipelineEdit .rightTitle {
  25. width: 225px;
  26. height: 30px;
  27. background: #6a6a6a;
  28. opacity: .9;
  29. }
  30. .rightArea .pipelineEdit .rightTitle ul {
  31. list-style: none;
  32. margin: 0;
  33. padding: 0;
  34. }
  35. .rightArea .pipelineEdit .rightTitle ul li {
  36. width: 75px;
  37. line-height: 30px;
  38. text-align: center;
  39. color: #fff;
  40. cursor: pointer;
  41. float: left;
  42. }
  43. .rightArea .pipelineEdit .rightTitle ul li .aloneStyle {
  44. display: inline-block;
  45. width: 75px;
  46. height: 30px;
  47. border-left: 1px solid #fff;
  48. border-right: 1px solid #fff;
  49. }
  50. .rightArea .pipelineEdit .rightTitle ul .active {
  51. background: #505050;
  52. }
  53. .rightArea .pipelineEdit .right-content-attribute {
  54. width: 225px;
  55. height: 356px;
  56. background: #fff;
  57. position: relative;
  58. font-size: 12px;
  59. }
  60. .rightArea .pipelineEdit .right-content-attribute .modify-item {
  61. width: 205px;
  62. height: 52px;
  63. padding-top: 10px;
  64. margin-left: 10px;
  65. }
  66. .rightArea .pipelineEdit .right-content-attribute .modify-item .company {
  67. position: absolute;
  68. right: 20px;
  69. }
  70. .rightArea .pipelineEdit .right-content-attribute .modify-item p {
  71. line-height: 15px;
  72. margin: 0 0 2px 0;
  73. }
  74. .rightArea .pipelineEdit .right-content-attribute .modify-item p i {
  75. color: red;
  76. vertical-align: middle;
  77. margin-right: 5px;
  78. font-size: 20px;
  79. }
  80. .rightArea .pipelineEdit .right-content-attribute .modify-item input select {
  81. font-size: 12px;
  82. white-space: nowrap;
  83. text-overflow: ellipsis;
  84. overflow: hidden;
  85. }
  86. .rightArea .pipelineEdit .right-content-attribute .pipe-length span, .rightArea .pipelineEdit .right-content-attribute .pipe-line-code span {
  87. width: 205px;
  88. height: 25px;
  89. line-height: 15px;
  90. background: #eee;
  91. display: block;
  92. border: 1px solid #ccc;
  93. padding: 5px;
  94. border-radius: 5px;
  95. }
  96. .rightArea .pipelineEdit .right-content-attribute .piple-remarks {
  97. width: 205px;
  98. height: 82px;
  99. margin-top: 10px;
  100. margin-left: 10px;
  101. }
  102. .rightArea .pipelineEdit .right-content-attribute .piple-remarks p {
  103. line-height: 15px;
  104. margin: 0 0 2px 0;
  105. }
  106. .rightArea .pipelineEdit .right-content-attribute .piple-remarks textarea {
  107. font-size: 12px;
  108. }
  109. .rightArea .pipelineEdit .right-content-attribute #constructionDate[readonly] {
  110. background: #fff;
  111. cursor: pointer;
  112. }
  113. .rightArea .pipelineEdit .right-content-attribute #constructionDate[readonly][disabled] {
  114. background: #eee;
  115. }
  116. .rightArea .pipelineEdit .right-content-style {
  117. width: 225px;
  118. height: 356px;
  119. background: #fff;
  120. position: relative;
  121. }
  122. .rightArea .pipelineEdit .right-content-style .title {
  123. padding-top: 10px;
  124. margin-left: 8px;
  125. }
  126. .rightArea .pipelineEdit .right-content-style .title p {
  127. line-height: 15px;
  128. font-size: 12px;
  129. }
  130. .rightArea .pipelineEdit .right-content-style .bgcolor {
  131. width: 95px;
  132. height: 27px;
  133. margin-top: 10px;
  134. border: 1px solid #e4e4e4;
  135. }
  136. .rightArea .pipelineEdit .right-content-style .bgColorStyle {
  137. display: block;
  138. width: 64px;
  139. height: 21px;
  140. float: left;
  141. background: #59b6fc;
  142. margin: 2px;
  143. }
  144. .rightArea .pipelineEdit .right-content-style .chooseColor {
  145. display: block;
  146. width: 25px;
  147. height: 25px;
  148. float: left;
  149. cursor: pointer;
  150. background: #e4e4e4 url(/src/images/pipeline_map/triangle.png) no-repeat center;
  151. }
  152. .rightArea .pipelineEdit .right-content-style .bordercolor {
  153. width: 206px;
  154. height: 25px;
  155. margin-top: 10px;
  156. border: 1px solid #e4e4e4;
  157. }
  158. .rightArea .pipelineEdit .right-content-style .borderColorStyle {
  159. display: block;
  160. width: 106px;
  161. border: 1px solid #59b6fc;
  162. margin-top: 12px;
  163. margin-left: 20px;
  164. margin-right: 20px;
  165. float: left;
  166. }
  167. .rightArea .pipelineEdit .right-content-style .chooseStyle {
  168. display: block;
  169. width: 58px;
  170. height: 25px;
  171. background: #e4e4e4;
  172. float: left;
  173. border: none;
  174. outline: 0;
  175. cursor: pointer;
  176. }
  177. .rightArea .pipelineEdit .right-content-style .borderWidth {
  178. width: 206px;
  179. height: 25px;
  180. margin: 5px 0;
  181. background: #e4e4e4;
  182. }
  183. .rightArea .pipelineEdit .right-content-style .chooseSize {
  184. display: block;
  185. width: 60px;
  186. height: 25px;
  187. float: right;
  188. margin-top: -34px;
  189. }
  190. .rightArea .pipelineEdit .right-content-style .chooseSize input {
  191. width: 35px;
  192. margin-right: 2px;
  193. text-align: center;
  194. }
  195. .rightArea .pipelineEdit .right-content-style .preview {
  196. width: 150px;
  197. margin-top: 20px;
  198. background: #59b6fc;
  199. }
  200. .rightArea .pipelineEdit .right-content-style .scale_panel {
  201. color: #999;
  202. position: absolute;
  203. line-height: 18px;
  204. left: 10px;
  205. top: 12px;
  206. }
  207. .rightArea .pipelineEdit .right-content-style .scale_panel .r {
  208. float: right;
  209. }
  210. .rightArea .pipelineEdit .right-content-style .scale span {
  211. background: url(/src/images/pipeline_map/scroll.png) no-repeat center;
  212. width: 8px;
  213. height: 16px;
  214. position: absolute;
  215. left: 12px;
  216. top: -7px;
  217. cursor: pointer;
  218. }
  219. .rightArea .pipelineEdit .right-content-style .scale {
  220. background-repeat: repeat-x;
  221. background-position: 0 100%;
  222. background-color: #999;
  223. width: 126px;
  224. height: 3px;
  225. position: relative;
  226. font-size: 0;
  227. border-radius: 3px;
  228. box-sizing: border-box;
  229. }
  230. .rightArea .pipelineEdit .right-content-style .scale div {
  231. background-repeat: repeat-x;
  232. background-color: #59b6fc;
  233. width: 0;
  234. position: absolute;
  235. height: 3px;
  236. width: 0;
  237. left: 0;
  238. bottom: 0;
  239. width: 18px;
  240. }
  241. .rightArea .pipelineEdit .right-content-style .lanren {
  242. width: 146px;
  243. height: 25px;
  244. }
  245. .rightArea .pipelineEdit .right-content-style .lanren li {
  246. width: 146px;
  247. height: 25px;
  248. font-size: 12px;
  249. position: relative;
  250. list-style: none;
  251. }
  252. .rightArea .pipelineEdit .right-content-point {
  253. width: 225px;
  254. height: 356px;
  255. background: #fff;
  256. position: relative;
  257. }
  258. .rightArea .pipelineEdit .right-content-point .point {
  259. height: 50px;
  260. overflow: hidden;
  261. border: 2px solid #fff;
  262. border-bottom: 1px solid #e4e4e4;
  263. }
  264. .rightArea .pipelineEdit .right-content-point .point .point-left {
  265. width: 35px;
  266. line-height: 50px;
  267. text-align: center;
  268. float: left;
  269. }
  270. .rightArea .pipelineEdit .right-content-point .point .point-center {
  271. width: 140px;
  272. height: 45px;
  273. margin-top: 5px;
  274. float: left;
  275. }
  276. .rightArea .pipelineEdit .right-content-point .point .point-center p {
  277. line-height: 20px;
  278. margin: 0;
  279. white-space: nowrap;
  280. overflow: hidden;
  281. text-overflow: ellipsis;
  282. }
  283. .rightArea .pipelineEdit .right-content-point .point .point-right {
  284. width: 35px;
  285. height: 50px;
  286. float: left;
  287. cursor: pointer;
  288. background: url(/src/images/security/delete.png) no-repeat center;
  289. }
  290. .rightArea .pipelineEdit .right-content-point .point .point-right:hover {
  291. background: url(/src/images/pipeline_map/delete.png) no-repeat center;
  292. }
  293. .rightArea .pipelineEdit .right-content-point .nullData {
  294. text-align: center;
  295. padding-top: 110px;
  296. }
  297. .rightArea .pipelineEdit .right-content-point .clickpoint {
  298. background: rgba(237,247,255,.5);
  299. border: 2px solid #59b6fc;
  300. }
  301. .rightArea .pipelineEdit .left-edit-close {
  302. width: 18px;
  303. height: 18px;
  304. background: #6a6a6a;
  305. text-align: center;
  306. line-height: 18px;
  307. color: #fff;
  308. position: absolute;
  309. top: 0;
  310. right: -20px;
  311. cursor: pointer;
  312. }
  313. .rightArea .pipelineEdit .left-edit-shrink {
  314. width: 18px;
  315. height: 18px;
  316. background: #6a6a6a;
  317. text-align: center;
  318. line-height: 18px;
  319. color: #fff;
  320. position: absolute;
  321. top: 20px;
  322. right: -20px;
  323. cursor: pointer;
  324. }
  325. .rightArea .pipelineEdit .footer {
  326. width: 100%;
  327. position: absolute;
  328. height: 40px;
  329. background: #fff;
  330. border-radius: 5px;
  331. bottom: 0;
  332. text-align: center;
  333. }
  334. .rightArea .pipelineEdit .footer button {
  335. font-size: 14px;
  336. display: inline-block;
  337. width: 90px;
  338. height: 30px;
  339. border: none;
  340. outline: 0;
  341. color: #fff;
  342. margin: 5px 5px 0 5px;
  343. cursor: default;
  344. border-radius: 5px;
  345. }
  346. .rightArea .pipelineEdit .footer button.btnBgcolor {
  347. background: #59b6fc;
  348. cursor: pointer;
  349. }
  350. .rightArea input, .rightArea select {
  351. padding: 5px;
  352. width: 100%;
  353. height: 25px;
  354. font-size: 12px;
  355. white-space: nowrap;
  356. text-overflow: ellipsis;
  357. overflow: hidden;
  358. }
  359. .rightArea select {
  360. padding: 0;
  361. outline: 0;
  362. border-radius: 4px;
  363. border: 1px solid #ccc;
  364. }
  365. .rightArea textarea {
  366. padding: 5px;
  367. width: 100%;
  368. height: 60px;
  369. resize: none;
  370. }
  371. .rightArea .tablevue {
  372. height: auto !important;
  373. min-height: 274px !important;
  374. }
  375. .rightArea .modal_table .content {
  376. max-height: 294px;
  377. }
  378. .rightArea .borderRadius {
  379. border-bottom-left-radius: 5px;
  380. border-bottom-right-radius: 5px;
  381. }
  382. .rightArea .overAuto {
  383. overflow: auto;
  384. }
  385. .importInputLine {
  386. margin-top: 30px;
  387. }
  388. .formImportList p {
  389. line-height: 36px;
  390. padding-left: 23px;
  391. margin: 0;
  392. }
  393. .formImportList p i {
  394. color: red;
  395. vertical-align: middle;
  396. margin-right: 5px;
  397. font-size: 20px;
  398. }
  399. .formImportList .feedback_img_file {
  400. display: none;
  401. }
  402. .formImportList .batchImport {
  403. line-height: 36px;
  404. position: relative;
  405. padding-left: 35px;
  406. padding-right: 20px;
  407. }
  408. .formImportList .batchImport .batchImportInput {
  409. height: 36px;
  410. background: #e4e4e4;
  411. border: 1px solid #999;
  412. cursor: pointer;
  413. }
  414. .formImportList .batchImport .submitFile {
  415. width: 100px;
  416. height: 34px;
  417. text-align: center;
  418. line-height: 36px;
  419. cursor: pointer;
  420. position: absolute;
  421. top: 1px;
  422. right: 20px;
  423. border: none;
  424. border-left: 1px solid #fff;
  425. }
  426. .formImportList p.importTxt {
  427. color: red;
  428. padding-left: 35px;
  429. }
  430. .hintsMain {
  431. background: #fff;
  432. border-radius: 6px;
  433. }
  434. .hintsMain .hintsMainTitle p {
  435. margin: 0;
  436. line-height: 20px;
  437. text-align: center;
  438. font-size: 14px;
  439. }
  440. .hintsMain .hintsMainTitle p i {
  441. color: red;
  442. font-style: normal;
  443. }
  444. .hintsMain .hintsMainList {
  445. padding: 20px 15px 0;
  446. }
  447. .hintsMain .hintsMainList p {
  448. margin: 0;
  449. font-size: 14px;
  450. border: 1px solid #ddd;
  451. background: #f7f7f7;
  452. height: 40px;
  453. text-align: center;
  454. }
  455. .hintsMain .hintsMainList p span {
  456. line-height: 22px;
  457. padding: 7px 0;
  458. }
  459. .hintsMain .hintsMainList ul {
  460. list-style: none;
  461. padding: 0;
  462. margin: 0;
  463. border-right: 1px solid #ddd;
  464. border-left: 1px solid #ddd;
  465. }
  466. .hintsMain .hintsMainList ul li {
  467. border-bottom: 1px solid #ddd;
  468. overflow: hidden;
  469. }
  470. .hintsMain .hintsMainList ul li span {
  471. line-height: 22px;
  472. padding: 7px 0;
  473. }
  474. .hintsMain .hintsMainList ul li:nth-child(2n+0) {
  475. background: #f7f7f7;
  476. }
  477. .hintsMain .hintsMainList .listLeft {
  478. width: 70px;
  479. float: left;
  480. text-align: center;
  481. }
  482. .hintsMain .hintsMainList .listRight {
  483. width: 140px;
  484. float: left;
  485. text-align: center;
  486. }