index.css 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192
  1. header {
  2. width: 100%;
  3. padding: 15px 50px 15px 15px;
  4. background-color: #005395;
  5. line-height: 66px;
  6. color: #fff;
  7. font-size: 18px;
  8. position: relative;
  9. z-index: 1;
  10. }
  11. .logo .line {
  12. margin: 0 16px;
  13. }
  14. .logo img {
  15. height: 36px;
  16. }
  17. .logOut {
  18. line-height: 36px;
  19. cursor: pointer;
  20. position: relative;
  21. }
  22. .logOut .down {
  23. display: inline-block;
  24. width: 14px;
  25. height: 9px;
  26. background: url(../imgs/icon_xiala.png) center no-repeat;
  27. -ms-behavior: url(backgroundsize.min.htc);
  28. behavior: url(backgroundsize.min.htc);
  29. background-size: cover;
  30. }
  31. .logOut .up {
  32. display: inline-block;
  33. width: 14px;
  34. height: 9px;
  35. background: url(../imgs/icon_shangla.png) center no-repeat;
  36. -ms-behavior: url(backgroundsize.min.htc);
  37. behavior: url(backgroundsize.min.htc);
  38. background-size: cover;
  39. }
  40. .logOut .logOutWrap {
  41. display: none;
  42. width: 100%;
  43. position: absolute;
  44. top: 40px;
  45. left: 0;
  46. height: 34px;
  47. text-align: center;
  48. z-index: 9;
  49. overflow: hidden;
  50. border-radius: 6px;
  51. behavior: url(PIE.htc);
  52. font-size: 14px;
  53. }
  54. .logOut .logOutWrap li {
  55. height: 34px;
  56. line-height: 34px;
  57. background-color: #fff;
  58. color: #333;
  59. padding-left: 16px;
  60. }
  61. .logOut .logOutWrap li:hover {
  62. background-color: #e6eef4;
  63. }
  64. .bg {
  65. position: absolute;
  66. left: 0;
  67. bottom: 0;
  68. width: 100%;
  69. min-width: 1300px;
  70. }
  71. article {
  72. width: 100%;
  73. position: absolute;
  74. top: 66px;
  75. left: 0;
  76. right: 0;
  77. bottom: 0;
  78. background: url(../imgs/BG_web.png) center no-repeat;
  79. -ms-behavior: url(backgroundsize.min.htc);
  80. behavior: url(backgroundsize.min.htc);
  81. background-size: cover;
  82. padding: 16px 0;
  83. }
  84. article > .content {
  85. width: 1020px;
  86. height: 100%;
  87. margin: 0 auto;
  88. }
  89. article > .content .left,
  90. article > .content .right {
  91. width: 300px;
  92. height: 100%;
  93. display: inline-block;
  94. overflow: hidden;
  95. }
  96. article > .content .center {
  97. width: 400px;
  98. height: 100%;
  99. margin: 0 10px;
  100. position: relative;
  101. }
  102. article > .content .left {
  103. position: relative;
  104. }
  105. .left .top {
  106. width: 100%;
  107. height: 216px;
  108. position: absolute;
  109. overflow: hidden;
  110. }
  111. .left .bottom {
  112. width: 100%;
  113. height: 100%;
  114. padding-top: 226px;
  115. }
  116. .left .bottom .con {
  117. width: 100%;
  118. height: 100%;
  119. position: relative;
  120. }
  121. .left .bottom .con .con-wrap {
  122. width: 100%;
  123. overflow-y: auto;
  124. position: absolute;
  125. top: 41px;
  126. left: 0;
  127. right: 0;
  128. bottom: 0;
  129. }
  130. .opcBg {
  131. border-radius: 8px;
  132. background: #fff;
  133. background: rgba(255, 255, 255, 0.85);
  134. filter: alpha(opacity=85);
  135. }
  136. .opcBg .opcBg_searchBox {
  137. width: 100%;
  138. top: 41px;
  139. right: 0;
  140. margin-top: 0;
  141. display: none;
  142. }
  143. .opcBg .opcBg_title {
  144. height: 40px;
  145. padding-left: 0;
  146. }
  147. .opcBg .opcBg_item {
  148. height: 100%;
  149. line-height: 40px;
  150. width: 50%;
  151. text-align: center;
  152. border-right: 1px solid #fff;
  153. cursor: pointer;
  154. }
  155. .opcBg .opcBg_item:last-of-type {
  156. border-right: none;
  157. }
  158. .opcBg .opcBg_item.active {
  159. background-color: #005395;
  160. color: #fff;
  161. }
  162. .opcBg .opcBg_item.active .iconfont {
  163. color: #fff;
  164. }
  165. .title {
  166. font-size: 16px;
  167. line-height: 40px;
  168. padding-left: 16px;
  169. border-bottom: 1px solid #f9f9f9;
  170. position: relative;
  171. color: #333;
  172. }
  173. .infoItem {
  174. padding: 8px 16px;
  175. border-bottom: 1px solid #f3f3f3;
  176. }
  177. .infoItem .time {
  178. font-size: 12px;
  179. color: #999;
  180. }
  181. .infoItem .time .fr {
  182. color: #666;
  183. }
  184. .infoItem .content {
  185. position: relative;
  186. height: 21px;
  187. overflow: hidden;
  188. }
  189. .infoItem .content.second {
  190. height: 42px;
  191. }
  192. .infoItem .content p {
  193. width: 85%;
  194. height: 100%;
  195. }
  196. .infoItem .detail {
  197. color: #005395;
  198. position: absolute;
  199. top: 0;
  200. right: 0;
  201. }
  202. .infoItem .detail:hover {
  203. text-decoration: underline;
  204. cursor: pointer;
  205. }
  206. .searchBox {
  207. width: 170px;
  208. height: 22px;
  209. border: 1px solid #d1d1d1;
  210. background: #fff;
  211. position: absolute;
  212. top: 50%;
  213. right: 8px;
  214. margin-top: -12px;
  215. }
  216. .searchBox input {
  217. width: 100%;
  218. height: 100%;
  219. border: none;
  220. padding-left: 10px;
  221. padding-right: 30px;
  222. vertical-align: top;
  223. }
  224. .searchBox input:focus {
  225. border: none;
  226. outline: none;
  227. }
  228. .searchBox .icon {
  229. display: inline-block;
  230. width: 30px;
  231. position: absolute;
  232. top: -1px;
  233. right: 0;
  234. color: #999;
  235. text-align: center;
  236. cursor: pointer;
  237. }
  238. .center .centerTitle {
  239. text-align: center;
  240. font-size: 18px;
  241. color: #333;
  242. font-weight: 800;
  243. padding-left: 18px;
  244. padding-right: 18px;
  245. }
  246. .form {
  247. padding-left: 18px;
  248. padding-right: 18px;
  249. overflow-y: auto;
  250. position: absolute;
  251. top: 41px;
  252. left: 0;
  253. right: 0;
  254. bottom: 27px;
  255. }
  256. .form .formItem {
  257. margin-bottom: 5px;
  258. }
  259. .form .formItem input,
  260. .form .formItem textarea {
  261. color: #999;
  262. }
  263. .form .formItem .label {
  264. line-height: 34px;
  265. }
  266. .form .formItem .label strong {
  267. line-height: 34px;
  268. color: #999;
  269. font-size: 12px;
  270. }
  271. .form .formItem .inpBox {
  272. width: 100%;
  273. height: 34px;
  274. padding: 5px 16px;
  275. background: #fff;
  276. border: 1px solid #d1d1d1;
  277. border-radius: 2px;
  278. }
  279. .form .formItem .inpBox input {
  280. width: 100%;
  281. height: 100%;
  282. vertical-align: top;
  283. border: none;
  284. font-size: 12px;
  285. }
  286. /* 区域地点 */
  287. .form .formItem .areaplace {
  288. width: 100%;
  289. height: 34px;
  290. }
  291. .form .formItem .areaplace .areaBox {
  292. width: 100%;
  293. height: 100%;
  294. }
  295. .form .formItem .areaplace .areaBox select {
  296. width: 173px;
  297. height: 100%;
  298. padding-bottom: 5px\9;
  299. }
  300. /* 详细地址&&报修内容 */
  301. .form .formItem .address textarea,
  302. .form .formItem .repair textarea {
  303. width: 100%;
  304. resize: none;
  305. height: 64px;
  306. padding: 9px 20px;
  307. font-size: 12px;
  308. }
  309. /* 报修图片 */
  310. .form .formItem .f-images-list .f-images-item {
  311. float: left;
  312. width: 50px;
  313. height: 51px;
  314. background-color: #fff;
  315. margin-left: 98px;
  316. position: relative;
  317. background: url(./../imgs/image_tiantjiatupian.png) no-repeat 0 0;
  318. z-index: 9;
  319. }
  320. .form .formItem .f-images-list .f-images-item .form-file {
  321. width: 100%;
  322. height: 100%;
  323. }
  324. .form .formItem .f-images-list .f-images-item:first-child {
  325. margin-left: 0;
  326. }
  327. .form .formItem .f-images-list .f-images-item input {
  328. width: 100%;
  329. height: 100%;
  330. opacity: 0;
  331. filter: alpha(opacity=0);
  332. }
  333. .form .formItem .f-images-list .f-images-item .f-thumb-wrap {
  334. width: 100%;
  335. height: 100%;
  336. position: absolute;
  337. left: 0;
  338. top: 0;
  339. }
  340. .form .formItem .f-images-list .f-images-item .f-thumb-wrap .f-thumb {
  341. width: 100%;
  342. height: 100%;
  343. display: inline-block;
  344. }
  345. .form .formItem .f-images-list .f-images-item .f-thumb-close {
  346. font-size: 22px;
  347. position: absolute;
  348. right: -7px;
  349. top: -13px;
  350. cursor: pointer;
  351. color: #991f00;
  352. z-index: 99999;
  353. }
  354. /* 提交 */
  355. .form .f-submit {
  356. display: block;
  357. width: 128px;
  358. height: 34px;
  359. background-color: #005395;
  360. border-radius: 2px;
  361. text-align: center;
  362. line-height: 34px;
  363. margin: 40px auto 0;
  364. cursor: pointer;
  365. color: #fff;
  366. border: 0 none;
  367. }
  368. .form .f-submit.f-submit--disable {
  369. cursor: not-allowed;
  370. }
  371. .form .f-submit:hover {
  372. background-color: #00437a;
  373. }
  374. .form .f-submit.f-submit--disable:hover {
  375. background-color: #005395;
  376. }
  377. /* 最新报修 */
  378. .right {
  379. position: relative;
  380. }
  381. .right .r-list {
  382. position: absolute;
  383. top: 41px;
  384. left: 0;
  385. right: 0;
  386. bottom: 0;
  387. overflow-y: auto;
  388. }
  389. .right .r-list .r-item {
  390. height: 165px;
  391. padding: 16px 8px 16px 16px;
  392. overflow: hidden;
  393. color: #333;
  394. margin-top: 1px;
  395. border-bottom: 1px solid #fff;
  396. }
  397. .right .r-list .r-item .r-item-title {
  398. font-weight: bold;
  399. height: 20px;
  400. line-height: 20px;
  401. }
  402. .right .r-list .r-item .r-item-content {
  403. line-height: 20px;
  404. height: 40px;
  405. margin-top: 4px;
  406. }
  407. .right .r-list .r-item .r-item-info {
  408. margin-top: 4px;
  409. }
  410. .right .r-list .r-item .r-item-info strong {
  411. font-size: 12px;
  412. color: #999;
  413. line-height: 22px;
  414. }
  415. .right .r-list .r-item .r-item-info a {
  416. color: #005395;
  417. margin-right: 8px;
  418. line-height: 22px;
  419. }
  420. .right .r-list .r-item .r-item-process {
  421. margin-top: 10px;
  422. margin-left: 7px;
  423. }
  424. .right .r-list .r-item .r-item-process .r-item-processitem {
  425. width: 61px;
  426. height: 40px;
  427. border-top: 2px solid #ddd;
  428. position: relative;
  429. }
  430. .right .r-list .r-item .r-item-process .r-item-processitem.active {
  431. border-top: 2px solid #005395;
  432. }
  433. .right .r-list .r-item .r-item-process .r-item-processitem .outerCircleEnd {
  434. display: none;
  435. }
  436. .right .r-list .r-item .r-item-process .r-item-processitem.end .outerCircleEnd {
  437. display: block;
  438. position: absolute;
  439. left: 0px;
  440. top: -12px;
  441. width: 20px;
  442. height: 20px;
  443. background-color: #fff;
  444. border-radius: 50%;
  445. behavior: url(PIE.htc);
  446. overflow: hidden;
  447. }
  448. .right .r-list .r-item .r-item-process .r-item-processitem.end .innerCircleEnd {
  449. width: 20px;
  450. height: 20px;
  451. position: relative;
  452. left: 0;
  453. top: -4px;
  454. top: -6px\9;
  455. color: #67a52a;
  456. font-size: 20px;
  457. background-color: #fff;
  458. border-radius: 50%;
  459. behavior: url(PIE.htc);
  460. }
  461. .right
  462. .r-list
  463. .r-item
  464. .r-item-process
  465. .r-item-processitem.r-item-processitem__last {
  466. width: 14px;
  467. }
  468. .right .r-list .r-item .r-item-process .r-item-processitem .outerCircle {
  469. position: absolute;
  470. left: 0px;
  471. top: -9px;
  472. width: 14px;
  473. height: 14px;
  474. border-radius: 50%;
  475. behavior: url(PIE.htc);
  476. border: 1px solid #ddd;
  477. background-color: #fff;
  478. }
  479. .right .r-list .r-item .r-item-process .r-item-processitem .innerCircle {
  480. width: 8px;
  481. height: 8px;
  482. background-color: #ddd;
  483. border-radius: 50%;
  484. behavior: url(PIE.htc);
  485. position: absolute;
  486. left: 2px;
  487. top: 2px;
  488. }
  489. .right .r-list .r-item .r-item-process .r-item-processitem.active .outerCircle {
  490. border: 1px solid #005395;
  491. background-color: #fff;
  492. }
  493. .right .r-list .r-item .r-item-process .r-item-processitem.active .innerCircle {
  494. background-color: #005395;
  495. }
  496. .right .r-list .r-item .r-item-process .r-item-processitem h3 {
  497. font-size: 12px;
  498. margin-top: 10px;
  499. position: relative;
  500. left: -7px;
  501. display: inline-block;
  502. }
  503. .right
  504. .r-list
  505. .r-item
  506. .r-item-process
  507. .r-item-processitem.r-item-processitem__last
  508. h3 {
  509. width: 30px;
  510. }
  511. /* pop1 */
  512. #pop1 {
  513. display: none;
  514. width: 600px;
  515. height: 730px;
  516. max-height: 100%;
  517. max-height: none\9;
  518. border-radius: 2px;
  519. background-color: #fff;
  520. position: absolute;
  521. top: 0;
  522. right: 0;
  523. bottom: 0;
  524. left: 0;
  525. margin: auto;
  526. z-index: 999;
  527. overflow: hidden;
  528. }
  529. #pop1 .pop1-title {
  530. font-size: 16px;
  531. color: #333;
  532. height: 40px;
  533. line-height: 40px;
  534. text-align: center;
  535. border-bottom: 2px solid #eee;
  536. position: relative;
  537. }
  538. #pop1 .pop1-title .pop1-title-icon {
  539. font-size: 16px;
  540. color: #666;
  541. position: absolute;
  542. top: 8px;
  543. right: 12px;
  544. cursor: pointer;
  545. }
  546. #pop1 .pop1-hd {
  547. margin-left: 16px;
  548. margin-right: 16px;
  549. height: 80%;
  550. background-color: #f5f5f5;
  551. border-radius: 2px;
  552. border: 1px solid #d1d1d1;
  553. margin-top: 16px;
  554. overflow-y: auto;
  555. }
  556. #pop1 .pop1-hd .pop1-hd__item {
  557. padding-top: 16px;
  558. padding-bottom: 18px;
  559. margin-left: 16px;
  560. margin-right: 16px;
  561. color: #333;
  562. border-top: 2px solid #ddd;
  563. }
  564. #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table {
  565. border-collapse: collapse;
  566. border: 1px solid #ccc;
  567. width: 100%;
  568. margin-top: 8px;
  569. }
  570. #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td {
  571. text-align: center;
  572. border: 1px solid #ccc;
  573. word-break: break-all;
  574. font-size: 12px;
  575. }
  576. #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.xh {
  577. width: 40px;
  578. }
  579. #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.clr {
  580. width: 60px;
  581. }
  582. #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.date {
  583. width: 130px;
  584. }
  585. #pop1 .pop1-hd .pop1-hd__item:first-child {
  586. border-top: none;
  587. }
  588. #pop1 .pop1-hd .pop1-hd__item .pop1-hd__itemBlock {
  589. padding-top: 16px;
  590. }
  591. #pop1 .pop1-hd h3 {
  592. font-size: 16px;
  593. font-weight: bold;
  594. }
  595. #pop1 .pop1-hd .pop1-hd__itemList {
  596. width: 100%;
  597. float: left;
  598. margin-top: 4px;
  599. }
  600. #pop1 .pop1-hd .pop1-hd__itemList.pop1-hd__itemList--five {
  601. width: 50%;
  602. }
  603. #pop1
  604. .pop1-hd
  605. .pop1-hd__itemList.pop1-hd__itemList--five.pop1-hd__itemList--tag {
  606. padding-left: 125px;
  607. }
  608. #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListImgs {
  609. display: inline-block;
  610. vertical-align: top;
  611. }
  612. #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListImgs img {
  613. width: 50px;
  614. height: 51px;
  615. float: left;
  616. margin-left: 16px;
  617. }
  618. #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListImgs img:first-child {
  619. margin-left: 0;
  620. }
  621. #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListProcess {
  622. font-size: 12px;
  623. color: #999;
  624. }
  625. #pop1
  626. .pop1-hd
  627. .pop1-hd__itemList
  628. .pop1-hd__itemListProcess
  629. .pop1-hd__processRight {
  630. width: 460px;
  631. }
  632. #pop1
  633. .pop1-hd
  634. .pop1-hd__itemList
  635. .pop1-hd__itemListProcess
  636. .pop1-hd__processRight
  637. .pop1-hd__processRightItem {
  638. margin-top: 8px;
  639. position: relative;
  640. }
  641. #pop1
  642. .pop1-hd
  643. .pop1-hd__itemList
  644. .pop1-hd__itemListProcess
  645. .pop1-hd__processRight
  646. .pop1-hd__processRightItem
  647. span {
  648. display: inline-block;
  649. height: 16px;
  650. }
  651. #pop1
  652. .pop1-hd
  653. .pop1-hd__itemList
  654. .pop1-hd__itemListProcess
  655. .pop1-hd__processRight
  656. .pop1-hd__processRightItem
  657. h4 {
  658. position: absolute;
  659. left: -74px;
  660. top: 8px;
  661. width: 76px;
  662. }
  663. #pop1
  664. .pop1-hd
  665. .pop1-hd__itemList
  666. .pop1-hd__itemListProcess
  667. .pop1-hd__processRight
  668. .pop1-hd__processRightItem
  669. h4.end {
  670. color: #333;
  671. }
  672. #pop1
  673. .pop1-hd
  674. .pop1-hd__itemList
  675. .pop1-hd__itemListProcess
  676. .pop1-hd__processRight
  677. .pop1-hd__processRightItem
  678. .pop1-hd__processCircle {
  679. position: absolute;
  680. left: -30px;
  681. top: 12px;
  682. width: 8px;
  683. height: 8px;
  684. background-color: #79a3c4;
  685. border-radius: 50%;
  686. behavior: url(PIE.htc);
  687. z-index: 9;
  688. }
  689. #pop1
  690. .pop1-hd
  691. .pop1-hd__itemList
  692. .pop1-hd__itemListProcess
  693. .pop1-hd__processRight
  694. .pop1-hd__processRightItem
  695. .pop1-hd__processCircle.end {
  696. background-color: #00437a;
  697. }
  698. #pop1
  699. .pop1-hd
  700. .pop1-hd__itemList
  701. .pop1-hd__itemListProcess
  702. .pop1-hd__processRight
  703. .pop1-hd__processRightItem
  704. .pop1-hd__processCircle:before {
  705. content: "";
  706. height: 38px;
  707. width: 0;
  708. border-left: 2px dashed #ddd;
  709. position: absolute;
  710. left: 50%;
  711. bottom: 8px;
  712. margin-left: -1px;
  713. }
  714. #pop1
  715. .pop1-hd
  716. .pop1-hd__itemList
  717. .pop1-hd__itemListProcess
  718. .pop1-hd__processRight
  719. .pop1-hd__processRightItem:first-child
  720. .pop1-hd__processCircle:before {
  721. display: none;
  722. }
  723. #pop1
  724. .pop1-hd
  725. .pop1-hd__itemList
  726. .pop1-hd__itemListProcess
  727. .pop1-hd__processRight
  728. .pop1-hd__processRightItem
  729. .pop1-hd__processCircle:after {
  730. content: "";
  731. height: 0;
  732. width: 12px;
  733. border-top: 1px dashed #ddd;
  734. position: absolute;
  735. left: 8px;
  736. top: 50%;
  737. }
  738. #pop1
  739. .pop1-hd
  740. .pop1-hd__itemList
  741. .pop1-hd__itemListProcess
  742. .pop1-hd__processRight
  743. .pop1-hd__processRightItem
  744. p {
  745. word-break: break-all;
  746. line-height: 18px;
  747. margin-top: 4px;
  748. }
  749. #pop1 .pop1-tips .pop1-tipsBd {
  750. font-size: 12px;
  751. color: #666;
  752. margin-top: 8px;
  753. text-align: left;
  754. }
  755. /* 评价 start */
  756. #pop1 .pop1-evaluate .pop1-evaluateWrap {
  757. margin-top: 16px;
  758. }
  759. #pop1 .pop1-evaluate .pop1-evaluateOperate #evaluate .star-text {
  760. color: #79a3c4;
  761. }
  762. #pop1 .pop1-evaluate .pop1-evaluateOperate .star {
  763. font-size: 0;
  764. }
  765. #pop1 .pop1-evaluate .pop1-evaluateOperate .star i {
  766. font-size: 14px;
  767. color: #eaeaea;
  768. cursor: pointer;
  769. margin-right: 8px;
  770. }
  771. #pop1 .pop1-evaluate .pop1-evaluateOperate .star i.active {
  772. color: #005395;
  773. }
  774. #pop1 .pop1-evaluate .evaluate-textareaWrap {
  775. margin-top: 8px;
  776. }
  777. #pop1 .pop1-evaluate .evaluate-textarea {
  778. height: 216px;
  779. width: 100%;
  780. resize: none;
  781. padding: 16px;
  782. }
  783. /* 评价 end */
  784. /* 撤回 start */
  785. #pop1 .pop1-back {
  786. padding-top: 0 !important;
  787. padding-bottom: 8px !important;
  788. }
  789. #pop1 .pop1-back h3 {
  790. color: #333;
  791. font-size: 14px;
  792. font-weight: normal;
  793. margin: 3px 0;
  794. }
  795. #pop1 .pop1-back h3 span {
  796. color: #fd3d55;
  797. }
  798. #pop1 .pop1-back .back-textarea {
  799. width: 100%;
  800. height: 80px;
  801. border: 1px solid #d1d1d1;
  802. resize: none;
  803. padding-left: 16px;
  804. padding-top: 16px;
  805. }
  806. /* 撤回 end */
  807. /* 提示 start */
  808. #pop1 .pop1-tips {
  809. text-align: center;
  810. }
  811. #pop1 .pop1-tips i {
  812. font-size: 26px;
  813. color: #a2d516;
  814. }
  815. #pop1 .pop1-tips p {
  816. color: #333;
  817. text-align: center;
  818. }
  819. /* 提示 end */
  820. /* 公告详情 start */
  821. #pop1 .notice .notice-dept {
  822. margin-top: 16px;
  823. }
  824. #pop1 .notice .notice-content {
  825. margin-top: 16px;
  826. }
  827. #pop1 .notice .notice-content img {
  828. margin-top: 16px;
  829. margin-bottom: 16px;
  830. width: 100%;
  831. }
  832. /* 公告详情 end */
  833. /* 常见问题详情 start */
  834. #pop1 .solution .solution-createUser {
  835. margin-top: 16px;
  836. }
  837. #pop1 .solution .solution-content {
  838. margin-top: 16px;
  839. }
  840. #pop1 .solution .solution-content img {
  841. margin-top: 16px;
  842. margin-bottom: 16px;
  843. width: 100%;
  844. }
  845. /* 常见问题详情 end */
  846. #pop1 .pop1-operate {
  847. margin-top: 14px;
  848. }
  849. #pop1 .pop1-operate .pop1-oneBtn,
  850. #pop1 .pop1-operate .pop1-twoBtn {
  851. text-align: center;
  852. font-size: 0;
  853. }
  854. #pop1 .pop1-operate .pop1-twoBtn {
  855. display: none;
  856. }
  857. #pop1 .pop1-operate .pop1-oneBtn .pop1-operateBtn {
  858. width: 120px;
  859. height: 34px;
  860. text-align: center;
  861. line-height: 32px;
  862. border-radius: 2px;
  863. display: inline-block;
  864. cursor: pointer;
  865. border: 1px solid #005395;
  866. }
  867. #pop1 .pop1-operate .pop1-twoBtn .pop1-operateBtn {
  868. width: 80px;
  869. height: 34px;
  870. text-align: center;
  871. line-height: 34px;
  872. border-radius: 2px;
  873. display: inline-block;
  874. cursor: pointer;
  875. }
  876. #pop1 .pop1-operate .pop1-operateBtn.oneConfirm {
  877. background-color: #e6eef4;
  878. font-size: 14px;
  879. color: #005395;
  880. }
  881. #pop1 .pop1-operate .pop1-operateBtn.oneConfirm:hover {
  882. background-color: #79a3c4;
  883. border-color: #79a3c4;
  884. }
  885. #pop1 .pop1-operate .pop1-operateBtn.twoConfirm {
  886. background-color: #005395;
  887. color: #fff;
  888. font-size: 14px;
  889. }
  890. #pop1 .pop1-operate .pop1-operateBtn.twoConfirm:hover {
  891. background-color: #00437a;
  892. }
  893. #pop1 .pop1-operate .pop1-operateBtn.twoCancel {
  894. background-color: #fff;
  895. color: #666;
  896. border: 1px solid #ddd;
  897. font-size: 14px;
  898. margin-left: 8px;
  899. line-height: 32px;
  900. }
  901. #pop1 .pop1-operate .pop1-operateBtn.twoCancel:hover {
  902. border: 1px solid #999;
  903. }
  904. /* 遮罩 */
  905. #mask {
  906. display: none;
  907. position: absolute;
  908. top: 0;
  909. right: 0;
  910. bottom: 0;
  911. left: 0;
  912. background: rgba(0, 0, 0, 0.5);
  913. -pie-background: rgba(0, 0, 0, 0.5);
  914. behavior: url(PIE.htc);
  915. z-index: 998;
  916. }
  917. /* 无内容 */
  918. #notice_list {
  919. position: relative;
  920. height: 175px;
  921. }
  922. .noContent {
  923. width: 156px;
  924. height: 110px;
  925. position: absolute;
  926. left: 50%;
  927. top: 50%;
  928. margin-left: -78px;
  929. margin-top: -55px;
  930. }
  931. .noContent p {
  932. text-align: center;
  933. font-size: 12px;
  934. color: #666;
  935. }
  936. /* loading */
  937. .loading {
  938. width: 35px;
  939. height: 35px;
  940. background: url(./../imgs/loading.gif) no-repeat;
  941. position: absolute;
  942. left: 0;
  943. top: 0;
  944. right: 0;
  945. bottom: 0;
  946. margin: auto;
  947. display: none;
  948. }
  949. /* 图片点击放大预览 */
  950. .pop1-hd__itemBxImgsMask {
  951. position: fixed;
  952. left: 0;
  953. top: 0;
  954. right: 0;
  955. bottom: 0;
  956. background: rgba(0, 0, 0, 0.5);
  957. -pie-background: rgba(0, 0, 0, 0.5);
  958. behavior: url(PIE.htc);
  959. z-index: 99999;
  960. }
  961. .pop1-hd__itemBxImgsMask img {
  962. width: 500px;
  963. position: absolute;
  964. left: 0;
  965. top: 0;
  966. right: 0;
  967. bottom: 0;
  968. margin: auto;
  969. background: #000;
  970. }
  971. /* 故障地点 */
  972. .address,
  973. .ks {
  974. position: relative;
  975. }
  976. #bx_address,
  977. #bx_ks {
  978. width: 100%;
  979. height: 34px;
  980. padding: 5px 16px;
  981. background: #fff;
  982. border: 1px solid #d1d1d1;
  983. border-radius: 2px;
  984. }
  985. #bx_address_ul,
  986. #bx_ks_ul {
  987. position: absolute;
  988. top: 34px;
  989. left: 0;
  990. width: 100%;
  991. max-height: 136px;
  992. overflow-y: auto;
  993. background-color: #fff;
  994. border: 1px solid #d1d1d1;
  995. border-top: none;
  996. z-index: 9999;
  997. display: none;
  998. }
  999. #bx_address_ul li,
  1000. #bx_ks_ul li {
  1001. height: 34px;
  1002. border-bottom: 1px solid #d1d1d1;
  1003. line-height: 32px;
  1004. padding: 0 16px;
  1005. cursor: pointer;
  1006. }
  1007. /* #bx_address_ul li:hover, */
  1008. /* #bx_ks_ul li:hover { */
  1009. /* background-color: #005395; */
  1010. /* color: #fff; */
  1011. /* } */
  1012. #bx_address_ul li:last-child,
  1013. #bx_ks_ul li:last-child {
  1014. border-bottom: none;
  1015. }
  1016. /* 自动建单 */
  1017. #bx_eventClass {
  1018. width: 100%;
  1019. height: 100%;
  1020. border: 0 none;
  1021. padding: 5px 16px;
  1022. color: #999;
  1023. }
  1024. .bx_eventClass {
  1025. padding: 0 !important;
  1026. }