index.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187
  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. }
  575. #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.xh {
  576. width: 50px;
  577. }
  578. #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.date {
  579. width: 150px;
  580. }
  581. #pop1 .pop1-hd .pop1-hd__item:first-child {
  582. border-top: none;
  583. }
  584. #pop1 .pop1-hd .pop1-hd__item .pop1-hd__itemBlock {
  585. padding-top: 16px;
  586. }
  587. #pop1 .pop1-hd h3 {
  588. font-size: 16px;
  589. font-weight: bold;
  590. }
  591. #pop1 .pop1-hd .pop1-hd__itemList {
  592. width: 100%;
  593. float: left;
  594. margin-top: 4px;
  595. }
  596. #pop1 .pop1-hd .pop1-hd__itemList.pop1-hd__itemList--five {
  597. width: 50%;
  598. }
  599. #pop1
  600. .pop1-hd
  601. .pop1-hd__itemList.pop1-hd__itemList--five.pop1-hd__itemList--tag {
  602. padding-left: 125px;
  603. }
  604. #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListImgs {
  605. display: inline-block;
  606. vertical-align: top;
  607. }
  608. #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListImgs img {
  609. width: 50px;
  610. height: 51px;
  611. float: left;
  612. margin-left: 16px;
  613. }
  614. #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListImgs img:first-child {
  615. margin-left: 0;
  616. }
  617. #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListProcess {
  618. font-size: 12px;
  619. color: #999;
  620. }
  621. #pop1
  622. .pop1-hd
  623. .pop1-hd__itemList
  624. .pop1-hd__itemListProcess
  625. .pop1-hd__processRight {
  626. width: 460px;
  627. }
  628. #pop1
  629. .pop1-hd
  630. .pop1-hd__itemList
  631. .pop1-hd__itemListProcess
  632. .pop1-hd__processRight
  633. .pop1-hd__processRightItem {
  634. margin-top: 8px;
  635. position: relative;
  636. }
  637. #pop1
  638. .pop1-hd
  639. .pop1-hd__itemList
  640. .pop1-hd__itemListProcess
  641. .pop1-hd__processRight
  642. .pop1-hd__processRightItem
  643. span {
  644. display: inline-block;
  645. height: 16px;
  646. }
  647. #pop1
  648. .pop1-hd
  649. .pop1-hd__itemList
  650. .pop1-hd__itemListProcess
  651. .pop1-hd__processRight
  652. .pop1-hd__processRightItem
  653. h4 {
  654. position: absolute;
  655. left: -74px;
  656. top: 8px;
  657. width: 76px;
  658. }
  659. #pop1
  660. .pop1-hd
  661. .pop1-hd__itemList
  662. .pop1-hd__itemListProcess
  663. .pop1-hd__processRight
  664. .pop1-hd__processRightItem
  665. h4.end {
  666. color: #333;
  667. }
  668. #pop1
  669. .pop1-hd
  670. .pop1-hd__itemList
  671. .pop1-hd__itemListProcess
  672. .pop1-hd__processRight
  673. .pop1-hd__processRightItem
  674. .pop1-hd__processCircle {
  675. position: absolute;
  676. left: -30px;
  677. top: 12px;
  678. width: 8px;
  679. height: 8px;
  680. background-color: #79a3c4;
  681. border-radius: 50%;
  682. behavior: url(PIE.htc);
  683. z-index: 9;
  684. }
  685. #pop1
  686. .pop1-hd
  687. .pop1-hd__itemList
  688. .pop1-hd__itemListProcess
  689. .pop1-hd__processRight
  690. .pop1-hd__processRightItem
  691. .pop1-hd__processCircle.end {
  692. background-color: #00437a;
  693. }
  694. #pop1
  695. .pop1-hd
  696. .pop1-hd__itemList
  697. .pop1-hd__itemListProcess
  698. .pop1-hd__processRight
  699. .pop1-hd__processRightItem
  700. .pop1-hd__processCircle:before {
  701. content: "";
  702. height: 38px;
  703. width: 0;
  704. border-left: 2px dashed #ddd;
  705. position: absolute;
  706. left: 50%;
  707. bottom: 8px;
  708. margin-left: -1px;
  709. }
  710. #pop1
  711. .pop1-hd
  712. .pop1-hd__itemList
  713. .pop1-hd__itemListProcess
  714. .pop1-hd__processRight
  715. .pop1-hd__processRightItem:first-child
  716. .pop1-hd__processCircle:before {
  717. display: none;
  718. }
  719. #pop1
  720. .pop1-hd
  721. .pop1-hd__itemList
  722. .pop1-hd__itemListProcess
  723. .pop1-hd__processRight
  724. .pop1-hd__processRightItem
  725. .pop1-hd__processCircle:after {
  726. content: "";
  727. height: 0;
  728. width: 12px;
  729. border-top: 1px dashed #ddd;
  730. position: absolute;
  731. left: 8px;
  732. top: 50%;
  733. }
  734. #pop1
  735. .pop1-hd
  736. .pop1-hd__itemList
  737. .pop1-hd__itemListProcess
  738. .pop1-hd__processRight
  739. .pop1-hd__processRightItem
  740. p {
  741. word-break: break-all;
  742. line-height: 18px;
  743. margin-top: 4px;
  744. }
  745. #pop1 .pop1-tips .pop1-tipsBd {
  746. font-size: 12px;
  747. color: #666;
  748. margin-top: 8px;
  749. text-align: left;
  750. }
  751. /* 评价 start */
  752. #pop1 .pop1-evaluate .pop1-evaluateWrap {
  753. margin-top: 16px;
  754. }
  755. #pop1 .pop1-evaluate .pop1-evaluateOperate #evaluate .star-text {
  756. color: #79a3c4;
  757. }
  758. #pop1 .pop1-evaluate .pop1-evaluateOperate .star {
  759. font-size: 0;
  760. }
  761. #pop1 .pop1-evaluate .pop1-evaluateOperate .star i {
  762. font-size: 14px;
  763. color: #eaeaea;
  764. cursor: pointer;
  765. margin-right: 8px;
  766. }
  767. #pop1 .pop1-evaluate .pop1-evaluateOperate .star i.active {
  768. color: #005395;
  769. }
  770. #pop1 .pop1-evaluate .evaluate-textareaWrap {
  771. margin-top: 8px;
  772. }
  773. #pop1 .pop1-evaluate .evaluate-textarea {
  774. height: 216px;
  775. width: 100%;
  776. resize: none;
  777. padding: 16px;
  778. }
  779. /* 评价 end */
  780. /* 撤回 start */
  781. #pop1 .pop1-back {
  782. padding-top: 0 !important;
  783. padding-bottom: 8px !important;
  784. }
  785. #pop1 .pop1-back h3 {
  786. color: #333;
  787. font-size: 14px;
  788. font-weight: normal;
  789. margin: 3px 0;
  790. }
  791. #pop1 .pop1-back h3 span {
  792. color: #fd3d55;
  793. }
  794. #pop1 .pop1-back .back-textarea {
  795. width: 100%;
  796. height: 80px;
  797. border: 1px solid #d1d1d1;
  798. resize: none;
  799. padding-left: 16px;
  800. padding-top: 16px;
  801. }
  802. /* 撤回 end */
  803. /* 提示 start */
  804. #pop1 .pop1-tips {
  805. text-align: center;
  806. }
  807. #pop1 .pop1-tips i {
  808. font-size: 26px;
  809. color: #a2d516;
  810. }
  811. #pop1 .pop1-tips p {
  812. color: #333;
  813. text-align: center;
  814. }
  815. /* 提示 end */
  816. /* 公告详情 start */
  817. #pop1 .notice .notice-dept {
  818. margin-top: 16px;
  819. }
  820. #pop1 .notice .notice-content {
  821. margin-top: 16px;
  822. }
  823. #pop1 .notice .notice-content img {
  824. margin-top: 16px;
  825. margin-bottom: 16px;
  826. width: 100%;
  827. }
  828. /* 公告详情 end */
  829. /* 常见问题详情 start */
  830. #pop1 .solution .solution-createUser {
  831. margin-top: 16px;
  832. }
  833. #pop1 .solution .solution-content {
  834. margin-top: 16px;
  835. }
  836. #pop1 .solution .solution-content img {
  837. margin-top: 16px;
  838. margin-bottom: 16px;
  839. width: 100%;
  840. }
  841. /* 常见问题详情 end */
  842. #pop1 .pop1-operate {
  843. margin-top: 14px;
  844. }
  845. #pop1 .pop1-operate .pop1-oneBtn,
  846. #pop1 .pop1-operate .pop1-twoBtn {
  847. text-align: center;
  848. font-size: 0;
  849. }
  850. #pop1 .pop1-operate .pop1-twoBtn {
  851. display: none;
  852. }
  853. #pop1 .pop1-operate .pop1-oneBtn .pop1-operateBtn {
  854. width: 120px;
  855. height: 34px;
  856. text-align: center;
  857. line-height: 32px;
  858. border-radius: 2px;
  859. display: inline-block;
  860. cursor: pointer;
  861. border: 1px solid #005395;
  862. }
  863. #pop1 .pop1-operate .pop1-twoBtn .pop1-operateBtn {
  864. width: 80px;
  865. height: 34px;
  866. text-align: center;
  867. line-height: 34px;
  868. border-radius: 2px;
  869. display: inline-block;
  870. cursor: pointer;
  871. }
  872. #pop1 .pop1-operate .pop1-operateBtn.oneConfirm {
  873. background-color: #e6eef4;
  874. font-size: 14px;
  875. color: #005395;
  876. }
  877. #pop1 .pop1-operate .pop1-operateBtn.oneConfirm:hover {
  878. background-color: #79a3c4;
  879. border-color: #79a3c4;
  880. }
  881. #pop1 .pop1-operate .pop1-operateBtn.twoConfirm {
  882. background-color: #005395;
  883. color: #fff;
  884. font-size: 14px;
  885. }
  886. #pop1 .pop1-operate .pop1-operateBtn.twoConfirm:hover {
  887. background-color: #00437a;
  888. }
  889. #pop1 .pop1-operate .pop1-operateBtn.twoCancel {
  890. background-color: #fff;
  891. color: #666;
  892. border: 1px solid #ddd;
  893. font-size: 14px;
  894. margin-left: 8px;
  895. line-height: 32px;
  896. }
  897. #pop1 .pop1-operate .pop1-operateBtn.twoCancel:hover {
  898. border: 1px solid #999;
  899. }
  900. /* 遮罩 */
  901. #mask {
  902. display: none;
  903. position: absolute;
  904. top: 0;
  905. right: 0;
  906. bottom: 0;
  907. left: 0;
  908. background: rgba(0, 0, 0, 0.5);
  909. -pie-background: rgba(0, 0, 0, 0.5);
  910. behavior: url(PIE.htc);
  911. z-index: 998;
  912. }
  913. /* 无内容 */
  914. #notice_list {
  915. position: relative;
  916. height: 175px;
  917. }
  918. .noContent {
  919. width: 156px;
  920. height: 110px;
  921. position: absolute;
  922. left: 50%;
  923. top: 50%;
  924. margin-left: -78px;
  925. margin-top: -55px;
  926. }
  927. .noContent p {
  928. text-align: center;
  929. font-size: 12px;
  930. color: #666;
  931. }
  932. /* loading */
  933. .loading {
  934. width: 35px;
  935. height: 35px;
  936. background: url(./../imgs/loading.gif) no-repeat;
  937. position: absolute;
  938. left: 0;
  939. top: 0;
  940. right: 0;
  941. bottom: 0;
  942. margin: auto;
  943. display: none;
  944. }
  945. /* 图片点击放大预览 */
  946. .pop1-hd__itemBxImgsMask {
  947. position: fixed;
  948. left: 0;
  949. top: 0;
  950. right: 0;
  951. bottom: 0;
  952. background: rgba(0, 0, 0, 0.5);
  953. -pie-background: rgba(0, 0, 0, 0.5);
  954. behavior: url(PIE.htc);
  955. z-index: 99999;
  956. }
  957. .pop1-hd__itemBxImgsMask img {
  958. width: 500px;
  959. position: absolute;
  960. left: 0;
  961. top: 0;
  962. right: 0;
  963. bottom: 0;
  964. margin: auto;
  965. background: #000;
  966. }
  967. /* 故障地点 */
  968. .address,
  969. .ks {
  970. position: relative;
  971. }
  972. #bx_address,
  973. #bx_ks {
  974. width: 100%;
  975. height: 34px;
  976. padding: 5px 16px;
  977. background: #fff;
  978. border: 1px solid #d1d1d1;
  979. border-radius: 2px;
  980. }
  981. #bx_address_ul,
  982. #bx_ks_ul {
  983. position: absolute;
  984. top: 34px;
  985. left: 0;
  986. width: 100%;
  987. max-height: 136px;
  988. overflow-y: auto;
  989. background-color: #fff;
  990. border: 1px solid #d1d1d1;
  991. border-top: none;
  992. z-index: 9999;
  993. display: none;
  994. }
  995. #bx_address_ul li,
  996. #bx_ks_ul li {
  997. height: 34px;
  998. border-bottom: 1px solid #d1d1d1;
  999. line-height: 32px;
  1000. padding: 0 16px;
  1001. cursor: pointer;
  1002. }
  1003. #bx_address_ul li:hover,
  1004. #bx_ks_ul li:hover {
  1005. /* background-color: #005395; */
  1006. /* color: #fff; */
  1007. }
  1008. #bx_address_ul li:last-child,
  1009. #bx_ks_ul li:last-child {
  1010. border-bottom: none;
  1011. }
  1012. /* 自动建单 */
  1013. #bx_eventClass {
  1014. width: 100%;
  1015. height: 100%;
  1016. border: 0 none;
  1017. padding: 5px 16px;
  1018. color: #999;
  1019. }
  1020. .bx_eventClass {
  1021. padding: 0 !important;
  1022. }