disposalMap.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841
  1. @CHARSET "UTF-8";
  2. .dock_center {
  3. width: 474px;
  4. height: 50px;
  5. background-image: url('../../images/business/he/desktop-small.png') !important;
  6. background-repeat: no-repeat;
  7. }
  8. a.dock-item {
  9. width: 60px;
  10. bottom: 30px;
  11. text-align: center;
  12. text-decoration: none;
  13. color: #333;
  14. }
  15. .dock-item img {
  16. margin: 5px 10px 0px;
  17. width: 80%;
  18. height: 80%;
  19. }
  20. .dock-container {
  21. position: relative;
  22. top: -8px;
  23. height: 50px;
  24. width : 420px;
  25. }
  26. .dockTable {
  27. width : 100%;
  28. border: 0px solid #509BCB;
  29. border-collapse: collapse;
  30. border-spacing: 0;
  31. margin-left : 50px;
  32. }
  33. .buttonPan {
  34. margin : 0px!important;
  35. padding-top : 5px;
  36. padding-bottom : 5px;
  37. background-color : #F6F6F6;
  38. border-top : 1px solid #DADEE5;
  39. }
  40. /***地图基本工具****/
  41. #basicToolBox_content div {
  42. width : 24px;
  43. height : 24px;
  44. margin-left : 10px;
  45. margin-top : 5px;
  46. cursor : pointer;
  47. float : left;
  48. }
  49. #clear {
  50. background: url('../../images/business/he/mapTool/clear.png') no-repeat;
  51. }
  52. #zoomin {
  53. background: url('../../images/business/he/mapTool/amplification.png') no-repeat;
  54. }
  55. #zoomout {
  56. background: url('../../images/business/he/mapTool/narrow.png') no-repeat;
  57. }
  58. #move {
  59. background: url('../../images/business/he/mapTool/translation.png') no-repeat;
  60. }
  61. #zoomFull {
  62. background: url('../../images/business/he/mapTool/fullmap.png') no-repeat;
  63. }
  64. #measureByPolygon {
  65. background: url('../../images/business/he/mapTool/measuringsurface.png') no-repeat;
  66. }
  67. #measureByLine {
  68. background: url('../../images/business/he/mapTool/ranging.png') no-repeat;
  69. }
  70. #symbolLegend {
  71. background: url('../../images/business/he/mapTool/graphicSymbol.png') no-repeat;
  72. }
  73. /***********************/
  74. #disposalBox_content {
  75. text-align : center;
  76. }
  77. #disposalBox_content div {
  78. width : 32px;
  79. height : 32px;
  80. margin : 0px auto;
  81. margin-top : 3px;
  82. cursor : pointer;
  83. }
  84. #disposalBox_content div#squareMenu {
  85. background-image: url('../../images/business/he/disposalTools/m2.png') !important;
  86. background-repeat: no-repeat;
  87. }
  88. #disposalBox_content div#squareMenu:hover {
  89. background-image: url('../../images/business/he/disposalTools/m2_over.png') !important;
  90. background-repeat: no-repeat;
  91. }
  92. .op {
  93. border : 1px solid #6C7A8A;
  94. background : #ffffff;
  95. }
  96. .op span.oo {
  97. width : 32px;
  98. height : 32px;
  99. margin : 3px;
  100. display : block;
  101. float : left;
  102. cursor : pointer;
  103. }
  104. #squarePan #sq1 {
  105. background-image: url('../../images/business/he/disposalTools/m1.png') !important;
  106. background-repeat: no-repeat;
  107. }
  108. #squarePan #sq2 {
  109. background-image: url('../../images/business/he/disposalTools/m2.png') !important;
  110. background-repeat: no-repeat;
  111. }
  112. #squarePan #sq3 {
  113. background-image: url('../../images/business/he/disposalTools/m3.png') !important;
  114. background-repeat: no-repeat;
  115. }
  116. #squarePan #sq4 {
  117. background-image: url('../../images/business/he/disposalTools/m4.png') !important;
  118. background-repeat: no-repeat;
  119. }
  120. #squarePan #sq5 {
  121. background-image: url('../../images/business/he/disposalTools/m5.png') !important;
  122. background-repeat: no-repeat;
  123. }
  124. #squarePan #sq6 {
  125. background-image: url('../../images/business/he/disposalTools/m6.png') !important;
  126. background-repeat: no-repeat;
  127. }
  128. #squarePan #sq7 {
  129. background-image: url('../../images/business/he/disposalTools/m7.png') !important;
  130. background-repeat: no-repeat;
  131. }
  132. #squarePan #sq8 {
  133. background-image: url('../../images/business/he/disposalTools/m7.png') !important;
  134. background-repeat: no-repeat;
  135. }
  136. #squarePan #sq9 {
  137. background-image: url('../../images/business/he/disposalTools/m1.png') !important;
  138. background-repeat: no-repeat;
  139. }
  140. #squarePan #sq1:hover {
  141. background-image: url('../../images/business/he/disposalTools/m1_over.png') !important;
  142. background-repeat: no-repeat;
  143. }
  144. #squarePan #sq2:hover {
  145. background-image: url('../../images/business/he/disposalTools/m2_over.png') !important;
  146. background-repeat: no-repeat;
  147. }
  148. #squarePan #sq3:hover {
  149. background-image: url('../../images/business/he/disposalTools/m3_over.png') !important;
  150. background-repeat: no-repeat;
  151. }
  152. #squarePan #sq4:hover {
  153. background-image: url('../../images/business/he/disposalTools/m4_over.png') !important;
  154. background-repeat: no-repeat;
  155. }
  156. #squarePan #sq5:hover {
  157. background-image: url('../../images/business/he/disposalTools/m5_over.png') !important;
  158. background-repeat: no-repeat;
  159. }
  160. #squarePan #sq6:hover {
  161. background-image: url('../../images/business/he/disposalTools/m6_over.png') !important;
  162. background-repeat: no-repeat;
  163. }
  164. #squarePan #sq7:hover {
  165. background-image: url('../../images/business/he/disposalTools/m7_over.png') !important;
  166. background-repeat: no-repeat;
  167. }
  168. #squarePan #sq8:hover {
  169. background-image: url('../../images/business/he/disposalTools/m7_over.png') !important;
  170. background-repeat: no-repeat;
  171. }
  172. #squarePan #sq9:hover {
  173. background-image: url('../../images/business/he/disposalTools/m1_over.png') !important;
  174. background-repeat: no-repeat;
  175. }
  176. #disposalBox_content div#curveMenu {
  177. background-image: url('../../images/business/he/disposalTools/j1.png') !important;
  178. background-repeat: no-repeat;
  179. }
  180. #disposalBox_content div#curveMenu:hover {
  181. background-image: url('../../images/business/he/disposalTools/j1_over.png') !important;
  182. background-repeat: no-repeat;
  183. }
  184. #curvePan #curve1 {
  185. background-image: url('../../images/business/he/disposalTools/j6.png') !important;
  186. background-repeat: no-repeat;
  187. }
  188. #curvePan #curve2 {
  189. background-image: url('../../images/business/he/disposalTools/j2.png') !important;
  190. background-repeat: no-repeat;
  191. }
  192. #curvePan #curve3 {
  193. background-image: url('../../images/business/he/disposalTools/j1.png') !important;
  194. background-repeat: no-repeat;
  195. }
  196. #curvePan #curve4 {
  197. background-image: url('../../images/business/he/disposalTools/j4.png') !important;
  198. background-repeat: no-repeat;
  199. }
  200. #curvePan #curve5 {
  201. background-image: url('../../images/business/he/disposalTools/j5.png') !important;
  202. background-repeat: no-repeat;
  203. }
  204. #curvePan #curve6 {
  205. background-image: url('../../images/business/he/disposalTools/j1.png') !important;
  206. background-repeat: no-repeat;
  207. }
  208. #curvePan #curve7 {
  209. background-image: url('../../images/business/he/disposalTools/j7.png') !important;
  210. background-repeat: no-repeat;
  211. }
  212. #curvePan #curve1:hover {
  213. background-image: url('../../images/business/he/disposalTools/j6_over.png') !important;
  214. background-repeat: no-repeat;
  215. }
  216. #curvePan #curve2:hover {
  217. background-image: url('../../images/business/he/disposalTools/j2_over.png') !important;
  218. background-repeat: no-repeat;
  219. }
  220. #curvePan #curve3:hover {
  221. background-image: url('../../images/business/he/disposalTools/j1_over.png') !important;
  222. background-repeat: no-repeat;
  223. }
  224. #curvePan #curve4:hover {
  225. background-image: url('../../images/business/he/disposalTools/j4_over.png') !important;
  226. background-repeat: no-repeat;
  227. }
  228. #curvePan #curve5:hover {
  229. background-image: url('../../images/business/he/disposalTools/j5_over.png') !important;
  230. background-repeat: no-repeat;
  231. }
  232. #curvePan #curve6:hover {
  233. background-image: url('../../images/business/he/disposalTools/j1_over.png') !important;
  234. background-repeat: no-repeat;
  235. }
  236. #curvePan #curve7:hover {
  237. background-image: url('../../images/business/he/disposalTools/j7_over.png') !important;
  238. background-repeat: no-repeat;
  239. }
  240. #disposalBox_content div#wordMenu {
  241. background-image: url('../../images/business/he/disposalTools/t.png') !important;
  242. background-repeat: no-repeat;
  243. }
  244. #disposalBox_content div#wordMenu:hover {
  245. background-image: url('../../images/business/he/disposalTools/t_over.png') !important;
  246. background-repeat: no-repeat;
  247. }
  248. #disposalBox_content div#colorMenu {
  249. border : 1px solid #000000;
  250. background : #ffffff;
  251. position : relative;
  252. }
  253. #disposalBox_content div#colorMenu .colorExpand {
  254. background : #ffffff;
  255. background-image: url('../../images/business/he/disposalTools/toolbar.expand.gif') !important;
  256. background-repeat: no-repeat;
  257. background-position: 50% 50%;
  258. width : 12px;
  259. height : 8px;
  260. display : block;
  261. position : absolute;
  262. bottom : 0px;
  263. right : 0px;
  264. }
  265. #disposalBox_content div#colorMenu .colorPan{
  266. border : 1px solid #000000;
  267. width : 26px;
  268. height : 26px;
  269. display : block;
  270. margin : 0px auto;
  271. margin-top :2px;
  272. background : #000000;
  273. }
  274. #color1 {
  275. position : absolute;
  276. top : 0px;
  277. left : 0px;
  278. width : 28px;
  279. height : 28px;
  280. filter:alpha(opacity=0);
  281. -moz-opacity:0;
  282. -khtml-opacity: 0;
  283. opacity: 0;
  284. cursor : pointer;
  285. }
  286. #wordPan {
  287. background-color : #fff;
  288. width : 442px;
  289. }
  290. #wordTitle {
  291. width : 442px!important;
  292. }
  293. #wordPan div {
  294. float : left;
  295. }
  296. #wordPan .moreOptions {
  297. width : 50px;
  298. padding-left :5px;
  299. display : block;
  300. height : 30px;
  301. border : 1px solid #E3E0D5;
  302. cursor : pointer;
  303. background : url('../../images/business/he/icon-sort-desc.gif') no-repeat;
  304. background-position : 80% 50%;
  305. }
  306. #wordPan .moreOptionsOpened {
  307. width : 50px;
  308. padding-left :5px;
  309. display : block;
  310. height : 30px;
  311. border : 1px solid #E3E0D5;
  312. cursor : pointer;
  313. background : url('../../images/business/he/icon-sort-asc.gif') no-repeat;
  314. background-position : 80% 50%;
  315. }
  316. #wordPan div.wordContent {
  317. margin : 5px;
  318. vertical-align : top;
  319. }
  320. #wordPan div.wordMore {
  321. margin : 5px;
  322. width : 420px;
  323. }
  324. #wordPan div#wordControl {
  325. margin : 5px;
  326. width : 100%;
  327. text-align : center;
  328. }
  329. #wordPan .leftWord {
  330. width:80px;
  331. height:60px;
  332. }
  333. #wordPan div{
  334. float : left;
  335. }
  336. #wordPan #markWord {
  337. width:330px;
  338. height:60px;
  339. }
  340. #wordPan #moreOptions {
  341. width:100%;
  342. }
  343. #wordPan .moreOptionsTable {
  344. width:100%;
  345. border-collapse : collapse;
  346. border-spacing : 0;
  347. border : none;
  348. }
  349. /***颜色组件***/
  350. .colorTool {
  351. border : 1px solid #000000;
  352. background : #ffffff;
  353. position : relative;
  354. }
  355. .colorToolExpand {
  356. background : #ffffff;
  357. background-image: url('../../images/business/he/disposalTools/toolbar.expand.gif') !important;
  358. background-repeat: no-repeat;
  359. background-position: 50% 50%;
  360. width : 12px;
  361. height : 8px;
  362. display : block;
  363. position : absolute;
  364. bottom : 0px;
  365. right : 0px;
  366. }
  367. .colorToolPan {
  368. border : 1px solid #000000;
  369. width : 26px;
  370. height : 18px;
  371. display : block;
  372. margin :2px;
  373. background : #000000;
  374. }
  375. #colorFont,#colorBorder,#colorBackground {
  376. position : absolute;
  377. top : 0px;
  378. left : 0px;
  379. width : 28px;
  380. height : 28px;
  381. filter:alpha(opacity=0);
  382. -moz-opacity:0;
  383. -khtml-opacity: 0;
  384. opacity: 0;
  385. cursor : pointer;
  386. }
  387. .wordTitle .t {
  388. color : #fff;
  389. padding-left : 10px;
  390. font-weight : bold;
  391. width : 100px!important;
  392. cursor : default!important;
  393. height : 30px;
  394. line-height : 30px;
  395. }
  396. #disposalBox_content div#surroundMenu {
  397. background-image: url('../../images/business/he/disposalTools/aroundChoice.png') !important;
  398. background-repeat: no-repeat;
  399. }
  400. #surroundPan {
  401. background-color : #fff;
  402. width : 352px;
  403. }
  404. #surroundPan div {
  405. float : left;
  406. }
  407. .surroundTitle,.taskTitle,.wordTitle {
  408. height : 35px;
  409. line-height : 35px;
  410. background : #5C99D7;
  411. width : 352px;
  412. border-bottom : 1px solid #6C7A8A;
  413. cursor : move;
  414. }
  415. .surroundTitle .t,.taskTitle .t {
  416. color : #fff;
  417. padding-left : 10px;
  418. font-weight : bold;
  419. width : 80px!important;
  420. cursor : default!important;
  421. height : 30px;
  422. line-height : 30px;
  423. }
  424. /*************************/
  425. #surroundThings {
  426. width : 342px;
  427. height : 140px;
  428. float: left;
  429. }
  430. #surroundThings span.ss {
  431. width : 60px!important;
  432. height : 60px!important;
  433. display : block;
  434. float : left!important;
  435. margin-left : 14px!important;
  436. margin-right : 11px!important;
  437. margin-top : 3px!important;
  438. margin-bottom : 3px!important;
  439. cursor : pointer;
  440. }
  441. #surroundKeyword span,#surroundMileage span {
  442. display : block;
  443. float : left;
  444. cursor : default;
  445. }
  446. #surroundBtn span {
  447. display : block;
  448. float : left;
  449. cursor : pointer;
  450. }
  451. /*************/
  452. .sCar {
  453. background-image: url('../../images/business/he/surroundSearch/emergencies.png');
  454. background-repeat: no-repeat;
  455. }
  456. .sCarSelected {
  457. background-image: url('../../images/business/he/surroundSearch/emergencies-selected.png');
  458. background-repeat: no-repeat;
  459. }
  460. .sMaterial {
  461. background-image: url('../../images/business/he/surroundSearch/goods.png');
  462. background-repeat: no-repeat;
  463. }
  464. .sMaterialSelected {
  465. background-image: url('../../images/business/he/surroundSearch/goods-selected.png');
  466. background-repeat: no-repeat;
  467. }
  468. .sEquip {
  469. background-image: url('../../images/business/he/surroundSearch/device.png');
  470. background-repeat: no-repeat;
  471. }
  472. .sEquipSelected {
  473. background-image: url('../../images/business/he/surroundSearch/device-selected.png');
  474. background-repeat: no-repeat;
  475. }
  476. .sRank {
  477. background-image: url('../../images/business/he/surroundSearch/army.png');
  478. background-repeat: no-repeat;
  479. }
  480. .sRankSelected {
  481. background-image: url('../../images/business/he/surroundSearch/army-selected.png');
  482. background-repeat: no-repeat;
  483. }
  484. .sInfoBoard {
  485. background-image: url('../../images/business/he/surroundSearch/infoBoard.png');
  486. background-repeat: no-repeat;
  487. }
  488. .sInfoBoardSelected {
  489. background-image: url('../../images/business/he/surroundSearch/infoBoard-selected.png');
  490. background-repeat: no-repeat;
  491. }
  492. .sJiaodiao {
  493. background-image: url('../../images/business/he/surroundSearch/trafficflow.png');
  494. background-repeat: no-repeat;
  495. }
  496. .sJiaodiaoSelected {
  497. background-image: url('../../images/business/he/surroundSearch/trafficflow-selected.png');
  498. background-repeat: no-repeat;
  499. }
  500. .sVideo {
  501. background-image: url('../../images/business/he/surroundSearch/video1.png');
  502. background-repeat: no-repeat;
  503. }
  504. .sVideoSelected {
  505. background-image: url('../../images/business/he/surroundSearch/video1-selected.png');
  506. background-repeat: no-repeat;
  507. }
  508. .sApp {
  509. background-image: url('../../images/business/he/surroundSearch/app.png');
  510. background-repeat: no-repeat;
  511. }
  512. .sAppSelected {
  513. background-image: url('../../images/business/he/surroundSearch/app-selected.png');
  514. background-repeat: no-repeat;
  515. }
  516. /****************/
  517. #surroundKeyword,#surroundMileage {
  518. width : 352px;
  519. height : 34px;
  520. }
  521. #surroundPan div#surroundKeyword,#surroundPan div#surroundMileage{
  522. float : left;
  523. margin-bottom :3px;
  524. position : relative;
  525. }
  526. #surroundPan span.input1{
  527. width : 230px!important;
  528. height : 29px!important;
  529. }
  530. #surroundKeyword span.spane,#surroundMileage span.mileage{
  531. margin-left : 0px!important;
  532. position : absolute;
  533. left :115px;
  534. }
  535. #surroundPan .wordIn {
  536. padding-left :4px;
  537. }
  538. #surroundPan .keywordL {
  539. width : 99px!important;
  540. height : 31px!important;
  541. color : #fff;
  542. line-height : 31px!important;
  543. text-align :center;
  544. background-image: url('../../images/business/he/surroundSearch/2.png');
  545. background-repeat: no-repeat;
  546. margin-left : 10px;
  547. position : absolute;
  548. left :5px;
  549. }
  550. #surroundPan .input{
  551. background : #D8E0E8;
  552. width : 210px!important;
  553. height : 27px!important;
  554. line-height : 27px!important;
  555. }
  556. .closeSurround,.closeTask,.closeWord {
  557. background-image: url('../../images/business/he/popup/w_close.png');
  558. background-repeat: no-repeat;
  559. background-position: 0 50%;
  560. padding: 0px;
  561. display:inline-block;
  562. word-break: keep-all;
  563. word-wrap: normal;
  564. white-space:nowrap;
  565. width : 15px;
  566. height : 30px;
  567. float : right!important;
  568. }
  569. #surroundBtn {
  570. width : 100%;
  571. height : 35px!important;
  572. text-align : center;
  573. }
  574. #drawMark {
  575. background : url('../../images/business/he/surroundSearch/drawmark.png') no-repeat;
  576. width : 200px;
  577. height : 34px;
  578. }
  579. #search2 {
  580. background : url('../../images/business/he/surroundSearch/search.png') no-repeat;
  581. width : 200px;
  582. height : 34px;
  583. /*margin-left : 2px!important;*/
  584. margin-left : 100px!important;
  585. }
  586. #disposalBox_content div#showTask {
  587. background-image: url('../../images/business/he/disposalTools/searchScheme.png') !important;
  588. background-repeat: no-repeat;
  589. }
  590. #disposalBox_content div#newTask {
  591. background-image: url('../../images/business/he/disposalTools/makeScheme.png') !important;
  592. background-repeat: no-repeat;
  593. }
  594. #disposalBox_content div#saveTask {
  595. background-image: url('../../images/business/he/disposalTools/saveScheme.png') !important;
  596. background-repeat: no-repeat;
  597. }
  598. #taskPan .taskCont {
  599. width : 287px;
  600. height : 240px;
  601. padding:5px;
  602. }
  603. .taskTitle {
  604. width : 302px!important;
  605. }
  606. .showTask,.delTask {
  607. color : #343098;
  608. text-decoration:underline;
  609. cursor : pointer;
  610. }
  611. .showTask:hover,.delTask:hover {
  612. color : #F15133;
  613. }
  614. /*********窗口***********/
  615. .ttitle {
  616. width : 100%;
  617. height : 35px;
  618. line-height : 35px;
  619. background : #5C99D7;
  620. border-bottom : 1px solid #6C7A8A;
  621. cursor : move;
  622. }
  623. .ttitle .t {
  624. color : #fff;
  625. padding-left : 10px;
  626. font-weight : bold;
  627. width : 80px!important;
  628. cursor : default!important;
  629. height : 30px;
  630. line-height : 30px;
  631. }
  632. .ttitle .downPan {
  633. background-image: url('../../images/business/he/call/btn_expand.gif');
  634. background-repeat: no-repeat;
  635. background-position: 0 50%;
  636. padding: 0px;
  637. display:inline-block;
  638. word-break: keep-all;
  639. word-wrap: normal;
  640. white-space:nowrap;
  641. width : 15px;
  642. height : 30px;
  643. float : right!important;
  644. width : 32px;
  645. height : 32px;
  646. margin : 3px;
  647. cursor : pointer;
  648. }
  649. .ttitle .upPan {
  650. background-image: url('../../images/business/he/call/btn_collapse.gif');
  651. background-repeat: no-repeat;
  652. background-position: 0 50%;
  653. padding: 0px;
  654. display:inline-block;
  655. word-break: keep-all;
  656. word-wrap: normal;
  657. white-space:nowrap;
  658. width : 15px;
  659. height : 30px;
  660. float : right!important;
  661. width : 32px;
  662. height : 32px;
  663. margin : 3px;
  664. cursor : pointer;
  665. }
  666. .commonPan {
  667. background-color : #fff;
  668. border : 1px solid #6C7A8A;
  669. }
  670. #infoPan {
  671. position : fixed;
  672. bottom : 1px;
  673. right : 1px;
  674. width : 300px;
  675. height : 500px;
  676. }
  677. #infoCont {
  678. height : 450px;
  679. width : 290px;
  680. overflow : auto;
  681. margin : 5px;
  682. }
  683. .infoconti {
  684. word-break : break-all;
  685. word-wrap : normal;
  686. white-space : wrap;
  687. }
  688. #infoTitle {
  689. cursor : pointer!important;
  690. }
  691. /*******查看信息***********/
  692. #infoPan2 {
  693. padding-right : 2px!important;
  694. }
  695. #infoPan2 #searchBtn2 .searchBtnConBottom{
  696. border : 1px solid #6C7A8A!important;
  697. border-bottom : none;
  698. }
  699. /***********站点物资调用**************/
  700. #zddiaoyong {
  701. overflow-y : auto;
  702. }
  703. #reAbleCall {
  704. width : 100%;
  705. height : 290px;
  706. border-bottom : 1px solid #6C7A8A;
  707. }
  708. #reAbleCall .theTab {
  709. margin : 3px;
  710. }
  711. #reAbleCall .theTab .tt{
  712. margin-top : 2px;
  713. border-top : 2px solid #3C95C8;
  714. height : 200px;
  715. }
  716. #reCallControl {
  717. width : 98%;
  718. margin : 3px;
  719. height : 30px;
  720. line-height : 30px;
  721. cursor : pointer;
  722. border : 1px solid #6C7A8A;
  723. background-color : #3C95C8;
  724. color : #ffffff;
  725. font-weight : bold;
  726. padding-left : 5px;
  727. }
  728. .reCallControl {
  729. background : url('../../images/business/he/call/expanddown.png') no-repeat;
  730. background-position : 99% 50%;
  731. }
  732. .reCallControlSel {
  733. background : url('../../images/business/he/call/expandup.jpg') no-repeat;
  734. background-position : 99% 50%;
  735. }
  736. #reSeList #calledList{
  737. margin : 3px;
  738. }
  739. #reSeList{
  740. border-top : 1px solid #6C7A8A;
  741. }
  742. .searchpan {
  743. margin-top : 2px;
  744. margin-bottom : 2px;
  745. }
  746. #infoSub {
  747. color : red;
  748. font-size : 13px;
  749. font-weight : bold;
  750. }