index.css 19 KB

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