Нет описания

details.css 20KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372
  1. body {
  2. font-size: 14px;
  3. }
  4. .font-color1 {
  5. color: #e03636 !important;
  6. }
  7. .font-color2 {
  8. color: #303030 !important;
  9. }
  10. .font-color3 {
  11. color: #999999 !important;
  12. }
  13. .font-color4 {
  14. color: #2cc6a7;
  15. }
  16. .font-color5 {
  17. color: #595959 !important;
  18. }
  19. .font-color6 {
  20. color: #222222 !important;
  21. }
  22. .mui-bar-popover {
  23. width: 30%;
  24. }
  25. .mui-popover.mui-bar-popover .mui-table-view {
  26. width: 100%;
  27. }
  28. .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
  29. text-align: center;
  30. }
  31. .mui-input-row label~input,
  32. .mui-input-row label~select,
  33. .mui-input-row label~textarea {
  34. float: left;
  35. color: #222222;
  36. }
  37. .mui-input-row label~input:-webkit-input-placeholder {
  38. color: #222222;
  39. /* WebKit browsers */
  40. }
  41. .mui-input-row label~input:-moz-placeholder {
  42. color: #222222;
  43. /* Mozilla Firefox 4 to 18 */
  44. }
  45. .mui-input-row label~input:-moz-placeholder {
  46. color: #222222;
  47. /* Mozilla Firefox 19+ */
  48. }
  49. .mui-input-row label~input:-ms-input-placeholder {
  50. color: #222222;
  51. /* Internet Explorer 10+ */
  52. }
  53. .mui-table-view-cell {
  54. padding: 0px!important;
  55. }
  56. .mui-table-view-cell:after {
  57. left: 0px;
  58. background-color: #f5f5f6;
  59. }
  60. .radio_box {
  61. display: inline-block;
  62. }
  63. .mui-radio input[type=radio]:before {
  64. font-size: 20px;
  65. vertical-align: middle;
  66. }
  67. .mui-radio.mui-left input[type=radio] {
  68. line-height: 24px!important;
  69. }
  70. .mui-radio.mui-left label {
  71. padding-right: 1px!important;
  72. padding-left: 51px!important;
  73. color: #222222;
  74. }
  75. .mui-input-row font {
  76. padding: 10px 20px;
  77. float: left;
  78. color: #222222;
  79. }
  80. .ztext {
  81. width: 100%;
  82. margin: 0;
  83. border: 0;
  84. }
  85. .action {
  86. padding: 5px 15px;
  87. }
  88. .type_down {
  89. float: right!important;
  90. display: inline-block!important;
  91. vertical-align: middle!important;
  92. line-height: 42px;
  93. margin-right: 10px;
  94. }
  95. .type_con {
  96. width: 55%!important;
  97. float: left!important;
  98. vertical-align: middle!important;
  99. display: inline-block!important;
  100. padding: 10px 0!important;
  101. }
  102. .label {
  103. width: 28%!important;
  104. padding: 14px 5px 14px 10px!important;
  105. text-align: left !important;
  106. }
  107. .get_yzm {
  108. padding: 5px!important;
  109. width: auto!important;
  110. }
  111. .yzm_con {
  112. float: left!important;
  113. width: 40%!important;
  114. }
  115. .mui-bar-nav {
  116. background-color: #393a3f;
  117. }
  118. .mui-title {
  119. color: #FFFFFF;
  120. }
  121. .mui-input-row label {
  122. text-align: -webkit-right;
  123. color: #595959;
  124. }
  125. .mui-btn-block {
  126. padding: 10px;
  127. width: 100%;
  128. }
  129. a {
  130. color: #000;
  131. }
  132. .size-14 {
  133. font-size: 14px;
  134. }
  135. .mui-input-row label~input,
  136. .mui-input-row label~select,
  137. {
  138. line-height: 1.1;
  139. font-size: 14px;
  140. }
  141. .submit-btn {
  142. width: 100%;
  143. position: fixed;
  144. bottom: 0px;
  145. overflow: hidden;
  146. z-index: 3;
  147. -moz-box-shadow: 0px -1px 1px #d2d2d2;
  148. /* Firefox */
  149. -webkit-box-shadow: 0px -1px 1px #d2d2d2;
  150. /* Safari 和 Chrome */
  151. box-shadow: 0px -1px 1px #d2d2d2;
  152. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  153. }
  154. .submit-btn button {
  155. width: 50%;
  156. float: left;
  157. display: block;
  158. border: none;
  159. padding: 0;
  160. margin: 0;
  161. height: 50px;
  162. border-radius: 0px;
  163. background-color: #2cc6a7;
  164. }
  165. .submit-btn>button:first-child {
  166. background: #FFFFFF !important;
  167. color: #000000;
  168. }
  169. .mui-input-row .mui-right {
  170. text-align: right;
  171. width: 60%;
  172. float: right;
  173. }
  174. .mui-input-row .mui-right label {
  175. padding-right: 15px;
  176. }
  177. .mui-slider {
  178. background: #FFFFFF;
  179. }
  180. /*工单详情*/
  181. .mui-tail {
  182. padding: 15px;
  183. position: relative;
  184. padding-top: 0px;
  185. padding-left: 40px;
  186. padding-right: 10;
  187. }
  188. .mui-tail span {
  189. margin-right: 25px;
  190. font-size: 12px !important;
  191. }
  192. .mui-tail p {
  193. margin-top: 10px;
  194. font-size: 12px;
  195. }
  196. .mui-table-view-cell-pmargin p {
  197. padding: 14px 10px;
  198. border-top: 1px solid #f5f5f6;
  199. }
  200. .mui-tail .span3 {
  201. position: absolute;
  202. right: 0px;
  203. top: 0px;
  204. }
  205. .mui-tail span {
  206. display: inline;
  207. }
  208. .mui-tail-contail:first-child {
  209. padding-top: 15px !important;
  210. }
  211. .mui-table-view-li:after {
  212. position: absolute;
  213. right: 0;
  214. bottom: 0;
  215. left: 0px;
  216. height: 0px;
  217. content: '';
  218. -webkit-transform: scaleY(.5);
  219. transform: scaleY(.5);
  220. background-color: #f5f5f6;
  221. }
  222. .mui-table-view-li label {
  223. padding: 7px 10px 7px 10px!important;
  224. }
  225. .mui-tail-contail {
  226. position: relative;
  227. }
  228. .mui-tail-contail .circular {
  229. position: absolute;
  230. background: #2cc6a7;
  231. left: 15px;
  232. top: 20px;
  233. width: 12px;
  234. height: 12px;
  235. -moz-border-radius: 6px;
  236. /* Firefox */
  237. -webkit-border-radius: 6px;
  238. /* Safari 和 Chrome */
  239. border-radius: 6px;
  240. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  241. z-index: 3;
  242. }
  243. .mui-tail-contail .circular_h {
  244. position: absolute;
  245. background: #e1e1e1;
  246. left: 16px;
  247. top: 5px;
  248. width: 10px;
  249. height: 10px;
  250. -moz-border-radius: 5px;
  251. /* Firefox */
  252. -webkit-border-radius: 5px;
  253. /* Safari 和 Chrome */
  254. border-radius: 5px;
  255. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  256. z-index: 3;
  257. }
  258. .mui-tail-contail .circular_hd {
  259. position: absolute;
  260. background: #e1e1e1;
  261. left: 15px;
  262. top: 5px;
  263. width: 12px;
  264. height: 12px;
  265. -moz-border-radius: 6px;
  266. /* Firefox */
  267. -webkit-border-radius: 6px;
  268. /* Safari 和 Chrome */
  269. border-radius: 6px;
  270. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  271. z-index: 3;
  272. }
  273. /*.mui-tail-contail .string1{
  274. position: absolute;
  275. background: #e1e1e1;
  276. left: 20px;
  277. top: 20px;
  278. width: 2px;
  279. height: 70px;
  280. z-index: 1;
  281. }*/
  282. .mui-tail-contail .string {
  283. position: absolute;
  284. background: #e1e1e1;
  285. left: 20px;
  286. top: 0px;
  287. width: 2px;
  288. height: 120px;
  289. z-index: 1;
  290. }
  291. /*.mui-tail-contail .string3{
  292. position: absolute;
  293. background: #e1e1e1;
  294. left: 20px;
  295. top: 0px;
  296. width: 2px;
  297. height: 5px;
  298. z-index: 1;
  299. }*/
  300. .mui-tail-contail>.string:first-child {
  301. top: 20px;
  302. width: 2px;
  303. height: 70px;
  304. z-index: 1;
  305. }
  306. .mui-tail-contail>.string:last-child {
  307. top: 0px;
  308. width: 2px;
  309. height: 5px;
  310. z-index: 1;
  311. }
  312. .mui-table-view-ul:after {
  313. position: absolute;
  314. right: 0;
  315. bottom: 0;
  316. left: 0px;
  317. height: 5px;
  318. content: '';
  319. -webkit-transform: scaleY(.5);
  320. transform: scaleY(.5);
  321. background-color: #f5f5f6;
  322. }
  323. .mui-table-view-ul-1:after {
  324. position: absolute;
  325. right: 0;
  326. bottom: 0;
  327. left: 0px;
  328. height: 1px;
  329. content: '';
  330. -webkit-transform: scaleY(.5);
  331. transform: scaleY(.5);
  332. background-color: #f5f5f6;
  333. }
  334. .mui-nav {
  335. position: fixed;
  336. width: 100%;
  337. top: 0px;
  338. height: 44px;
  339. line-height: 44px;
  340. text-align: center;
  341. background: #22c9a8;
  342. z-index: 333;
  343. color: #FFFFFF;
  344. font-size: 17px;
  345. }
  346. .mui-nav a {
  347. position: absolute;
  348. left: 15px;
  349. line-height: 44px;
  350. color: #FFFFFF;
  351. }
  352. .mui-nav span {
  353. position: absolute;
  354. right: 15px;
  355. line-height: 44px;
  356. font-size: 13px;
  357. }
  358. /*弹框1*/
  359. .pop_up_bj {
  360. top: 0px;
  361. background: #000000;
  362. filter: alpha(opacity=50);
  363. -moz-opacity: 0.5;
  364. -khtml-opacity: 0.5;
  365. opacity: 0.5;
  366. position: fixed;
  367. z-index: 333;
  368. width: 100%;
  369. height: 100%;
  370. display: none;
  371. }
  372. .mui_btn1 {
  373. display: none;
  374. }
  375. .mui_btn1_tit {
  376. padding: 10px 0 0 10px;
  377. font-size: 14px;
  378. }
  379. .mui_btn1 {
  380. overflow: hidden;
  381. }
  382. .mui_btn1 li {
  383. float: left;
  384. margin: 10px 4% 0 4%;
  385. }
  386. .mui_btn1 .tit {
  387. font-size: 14px;
  388. padding: 10px 0px 0px 10px;
  389. margin: 0px;
  390. }
  391. .mui-btn-block {
  392. padding: 5px 10px;
  393. font-size: 14px;
  394. }
  395. .pop_up_div1 {
  396. margin: auto;
  397. position: fixed;
  398. top: 0;
  399. left: 0;
  400. bottom: 0;
  401. right: 0;
  402. width: 80%;
  403. height: 185px;
  404. background: #FFFFFF;
  405. z-index: 334;
  406. -moz-border-radius: 5px;
  407. /* Firefox */
  408. -webkit-border-radius: 5px;
  409. /* Safari 和 Chrome */
  410. border-radius: 5px;
  411. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  412. display: none;
  413. }
  414. .pop_up_div1 .tit {
  415. width: 100%;
  416. line-height: 44px;
  417. height: 44px;
  418. text-align: center;
  419. font-size: 13px;
  420. color: #666666;
  421. }
  422. .pop_up_div1 .contain {
  423. width: 90%;
  424. margin: 0 auto;
  425. }
  426. .pop_up_div1 .contain textarea {
  427. width: 100%;
  428. height: 102px;
  429. background: #f5f5f6;
  430. text-indent: 2em;
  431. font-size: 12px;
  432. padding: 5px;
  433. line-height: 20px;
  434. margin: 0;
  435. border: none;
  436. }
  437. .pop_up_div1 .btn {
  438. width: 65%;
  439. margin: 0 auto;
  440. overflow: hidden;
  441. }
  442. .pop_up_div1 .btn button {
  443. padding: 3px 25px !important;
  444. }
  445. .pop_up_div1 .btn .fl {
  446. float: left;
  447. color: #666666;
  448. }
  449. .pop_up_div1 .btn .fr {
  450. float: right;
  451. }
  452. /*弹框2*/
  453. .pop_up_div2 {
  454. margin: auto;
  455. position: fixed;
  456. top: 0;
  457. left: 0;
  458. bottom: 0;
  459. right: 0;
  460. width: 80%;
  461. height: 185px;
  462. background: #FFFFFF;
  463. z-index: 334;
  464. -moz-border-radius: 5px;
  465. /* Firefox */
  466. -webkit-border-radius: 5px;
  467. /* Safari 和 Chrome */
  468. border-radius: 5px;
  469. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  470. display: none;
  471. }
  472. .pop_up_div2 .tit {
  473. width: 100%;
  474. line-height: 44px;
  475. height: 44px;
  476. text-align: center;
  477. font-size: 13px;
  478. color: #666666;
  479. }
  480. .pop_up_div2 .contain {
  481. width: 90%;
  482. margin: 0 auto;
  483. }
  484. .pop_up_div2 .contain textarea {
  485. width: 100%;
  486. height: 102px;
  487. background: #f5f5f6;
  488. text-indent: 2em;
  489. font-size: 12px;
  490. padding: 5px;
  491. line-height: 20px;
  492. margin: 0;
  493. border: none;
  494. }
  495. .pop_up_div2 .btn {
  496. width: 65%;
  497. margin: 0 auto;
  498. overflow: hidden;
  499. }
  500. .pop_up_div2 .btn button {
  501. padding: 3px 25px !important;
  502. }
  503. .pop_up_div2 .btn .fl {
  504. float: left;
  505. color: #666666;
  506. }
  507. .pop_up_div2 .btn .fr {
  508. float: right;
  509. }
  510. /*弹框3*/
  511. .pop_up_div3 {
  512. margin: auto;
  513. position: fixed;
  514. bottom: 0;
  515. width: 100%;
  516. height: 242px;
  517. background: #FFFFFF;
  518. z-index: 334;
  519. -moz-border-radius: 5px;
  520. /* Firefox */
  521. -webkit-border-radius: 5px;
  522. /* Safari 和 Chrome */
  523. border-radius: 5px;
  524. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  525. display: none;
  526. }
  527. .pop_up_div3 .tit {
  528. width: 100%;
  529. line-height: 44px;
  530. height: 44px;
  531. text-align: center;
  532. font-size: 13px;
  533. color: #666666;
  534. }
  535. .pop_up_div3 .contain {
  536. width: 90%;
  537. margin: 0 auto;
  538. }
  539. .pop_up_div3 .contain textarea {
  540. width: 100%;
  541. height: 180px;
  542. background: #f5f5f6;
  543. text-indent: 2em;
  544. font-size: 12px;
  545. padding: 5px;
  546. line-height: 20px;
  547. margin: 0;
  548. border: none;
  549. }
  550. .pop_up_div3 .btn {
  551. width: 65%;
  552. margin: 0 auto;
  553. overflow: hidden;
  554. }
  555. .pop_up_div3 .btn button {
  556. padding: 3px 25px !important;
  557. }
  558. .pop_up_div3 .btn .fl {
  559. position: absolute;
  560. top: 10px;
  561. left: 5%;
  562. color: #666666;
  563. }
  564. .pop_up_div3 .btn .fr {
  565. position: absolute;
  566. top: 10px;
  567. right: 5%;
  568. }
  569. /*申请延时*/
  570. .pop_up_div8 {
  571. margin: auto;
  572. position: fixed;
  573. bottom: 30%;
  574. width: 100%;
  575. height: 300px;
  576. background: #FFFFFF;
  577. z-index: 334;
  578. -moz-border-radius: 5px;
  579. /* Firefox */
  580. -webkit-border-radius: 5px;
  581. /* Safari 和 Chrome */
  582. border-radius: 5px;
  583. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  584. display: none;
  585. }
  586. .pop_up_div8 .tit {
  587. width: 100%;
  588. line-height: 44px;
  589. height: 44px;
  590. text-align: center;
  591. font-size: 13px;
  592. color: #666666;
  593. }
  594. .pop_up_div8 .contain {
  595. width: 90%;
  596. margin: 0 auto;
  597. }
  598. .pop_up_div8 .contain textarea {
  599. width: 100%;
  600. height: 180px;
  601. background: #f5f5f6;
  602. text-indent: 2em;
  603. font-size: 12px;
  604. padding: 5px;
  605. line-height: 20px;
  606. margin: 0;
  607. border: none;
  608. }
  609. .pop_up_div8 .btn {
  610. width: 65%;
  611. margin: 0 auto;
  612. /*overflow: hidden;*/
  613. position: absolute;
  614. left: 20%;
  615. bottom: 60px;
  616. }
  617. .pop_up_div8 .btn button {
  618. padding: 3px 25px !important;
  619. }
  620. .pop_up_div8 .btn .fl {
  621. position: absolute;
  622. top: 10px;
  623. left: 5%;
  624. color: #666666;
  625. }
  626. .pop_up_div8 .btn .fr {
  627. position: absolute;
  628. top: 10px;
  629. right: 5%;
  630. }
  631. /*弹框4*/
  632. .pop_up_div4 {
  633. margin: auto;
  634. position: fixed;
  635. top: 0;
  636. left: 0;
  637. bottom: 0;
  638. right: 0;
  639. width: 80%;
  640. height: 185px;
  641. background: #FFFFFF;
  642. z-index: 334;
  643. -moz-border-radius: 5px;
  644. /* Firefox */
  645. -webkit-border-radius: 5px;
  646. /* Safari 和 Chrome */
  647. border-radius: 5px;
  648. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  649. display: none;
  650. }
  651. .pop_up_div4 .tit {
  652. width: 100%;
  653. line-height: 44px;
  654. height: 44px;
  655. text-align: center;
  656. font-size: 13px;
  657. color: #666666;
  658. }
  659. .pop_up_div4 .contain {
  660. width: 90%;
  661. margin: 0 auto;
  662. }
  663. .pop_up_div4 .contain textarea {
  664. width: 100%;
  665. height: 102px;
  666. background: #f5f5f6;
  667. text-indent: 2em;
  668. font-size: 12px;
  669. padding: 5px;
  670. line-height: 20px;
  671. margin: 0;
  672. border: none;
  673. }
  674. .pop_up_div4 .btn {
  675. width: 65%;
  676. margin: 0 auto;
  677. overflow: hidden;
  678. }
  679. .pop_up_div4 .btn button {
  680. padding: 3px 25px !important;
  681. }
  682. .pop_up_div4 .btn .fl {
  683. float: left;
  684. color: #666666;
  685. }
  686. .pop_up_div4 .btn .fr {
  687. float: right;
  688. }
  689. /*弹框6*/
  690. .pop_up_div6 {
  691. margin: auto;
  692. position: fixed;
  693. top: 0;
  694. left: 0;
  695. bottom: 0;
  696. right: 0;
  697. width: 80%;
  698. height: 185px;
  699. background: #FFFFFF;
  700. z-index: 334;
  701. -moz-border-radius: 5px;
  702. /* Firefox */
  703. -webkit-border-radius: 5px;
  704. /* Safari 和 Chrome */
  705. border-radius: 5px;
  706. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  707. display: none;
  708. }
  709. .pop_up_div6 .tit {
  710. width: 100%;
  711. line-height: 44px;
  712. height: 44px;
  713. text-align: center;
  714. font-size: 13px;
  715. color: #666666;
  716. }
  717. .pop_up_div6 .contain {
  718. width: 90%;
  719. margin: 0 auto;
  720. }
  721. .pop_up_div6 .contain textarea {
  722. width: 100%;
  723. height: 102px;
  724. background: #f5f5f6;
  725. text-indent: 2em;
  726. font-size: 12px;
  727. padding: 5px;
  728. line-height: 20px;
  729. margin: 0;
  730. border: none;
  731. }
  732. .pop_up_div6 .btn {
  733. width: 65%;
  734. margin: 0 auto;
  735. overflow: hidden;
  736. }
  737. .pop_up_div6 .btn button {
  738. padding: 3px 25px !important;
  739. }
  740. .pop_up_div6 .btn .fl {
  741. float: left;
  742. color: #666666;
  743. }
  744. .pop_up_div6 .btn .fr {
  745. float: right;
  746. }
  747. /*弹框5*/
  748. .pop_up_div5 {
  749. margin: auto;
  750. position: fixed;
  751. top: 0;
  752. left: 0;
  753. bottom: 0;
  754. right: 0;
  755. width: 80%;
  756. height: 185px;
  757. background: #FFFFFF;
  758. z-index: 334;
  759. -moz-border-radius: 5px;
  760. /* Firefox */
  761. -webkit-border-radius: 5px;
  762. /* Safari 和 Chrome */
  763. border-radius: 5px;
  764. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  765. display: none;
  766. }
  767. .pop_up_div5 .tit {
  768. width: 100%;
  769. line-height: 44px;
  770. height: 44px;
  771. text-align: center;
  772. font-size: 13px;
  773. color: #666666;
  774. }
  775. .pop_up_div5 .contain {
  776. width: 90%;
  777. margin: 0 auto;
  778. }
  779. .pop_up_div5 .contain textarea {
  780. width: 100%;
  781. height: 102px;
  782. background: #f5f5f6;
  783. text-indent: 2em;
  784. font-size: 12px;
  785. padding: 5px;
  786. line-height: 20px;
  787. margin: 0;
  788. border: none;
  789. }
  790. .pop_up_div5 .btn {
  791. width: 65%;
  792. margin: 0 auto;
  793. overflow: hidden;
  794. }
  795. .pop_up_div5 .btn button {
  796. padding: 3px 25px !important;
  797. }
  798. .pop_up_div5 .btn .fl {
  799. float: left;
  800. color: #666666;
  801. }
  802. .pop_up_div5 .btn .fr {
  803. float: right;
  804. }
  805. .btn_reply {
  806. display: none;
  807. }
  808. #mContent {
  809. margin-top: 44px;
  810. }
  811. .type1,
  812. .type2,
  813. .type3,
  814. .type4,
  815. .type5 {
  816. display: none;
  817. }
  818. .pop_up_div9 {
  819. margin: 0 auto;
  820. position: fixed;
  821. left: 10%;
  822. bottom: 30%;
  823. width: 80%;
  824. height: 300px;
  825. background: #FFFFFF;
  826. z-index: 334;
  827. -moz-border-radius: 5px;
  828. /* Firefox */
  829. -webkit-border-radius: 5px;
  830. /* Safari 和 Chrome */
  831. border-radius: 5px;
  832. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  833. display: none;
  834. }
  835. .pop_up_div9 .tit {
  836. width: 100%;
  837. line-height: 44px;
  838. height: 44px;
  839. text-align: center;
  840. font-size: 13px;
  841. color: #666666;
  842. }
  843. .pop_up_div9 .contain {
  844. width: 90%;
  845. margin: 0 auto;
  846. }
  847. .pop_up_div9 .contain textarea {
  848. width: 100%;
  849. height: 180px;
  850. background: #f5f5f6;
  851. text-indent: 2em;
  852. font-size: 12px;
  853. padding: 5px;
  854. line-height: 20px;
  855. margin: 0;
  856. border: none;
  857. }
  858. .pop_up_div9 .btn {
  859. width: 65%;
  860. margin: 0 auto;
  861. /*overflow: hidden;*/
  862. position: absolute;
  863. left: 20%;
  864. bottom: 60px;
  865. }
  866. .pop_up_div9 .btn button {
  867. padding: 3px 25px !important;
  868. }
  869. .pop_up_div9 .btn .fl {
  870. position: absolute;
  871. top: 10px;
  872. left: 5%;
  873. color: #666666;
  874. }
  875. .pop_up_div9 .btn .fr {
  876. position: absolute;
  877. top: 10px;
  878. right: 5%;
  879. }
  880. .pop_up_div10 {
  881. margin: 0 auto;
  882. position: fixed;
  883. left: 10%;
  884. bottom: 30%;
  885. width: 80%;
  886. height: 180px;
  887. background: #FFFFFF;
  888. z-index: 334;
  889. -moz-border-radius: 5px;
  890. /* Firefox */
  891. -webkit-border-radius: 5px;
  892. /* Safari 和 Chrome */
  893. border-radius: 5px;
  894. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  895. display: none;
  896. }
  897. .pop_up_div10 .tit {
  898. width: 100%;
  899. line-height: 44px;
  900. height: 44px;
  901. text-align: center;
  902. font-size: 13px;
  903. color: #666666;
  904. }
  905. .pop_up_div10 .contain {
  906. width: 90%;
  907. margin: 0 auto;
  908. }
  909. .pop_up_div10 .contain textarea {
  910. width: 100%;
  911. height: 180px;
  912. background: #f5f5f6;
  913. text-indent: 2em;
  914. font-size: 12px;
  915. padding: 5px;
  916. line-height: 20px;
  917. margin: 0;
  918. border: none;
  919. }
  920. .pop_up_div10 .btn {
  921. width: 65%;
  922. margin: 0 auto;
  923. /*overflow: hidden;*/
  924. position: absolute;
  925. left: 20%;
  926. bottom: 60px;
  927. }
  928. .pop_up_div10 .btn button {
  929. padding: 3px 25px !important;
  930. }
  931. .pop_up_div10 .btn .fl {
  932. position: absolute;
  933. top: 10px;
  934. left: 5%;
  935. color: #666666;
  936. }
  937. .pop_up_div10 .btn .fr {
  938. position: absolute;
  939. top: 10px;
  940. right: 5%;
  941. }
  942. /*退回*/
  943. /*申请延时*/
  944. .pop_up_div7 {
  945. margin: auto;
  946. position: fixed;
  947. left: 10%;
  948. bottom: 30%;
  949. width: 80%;
  950. height: 240px;
  951. background: #FFFFFF;
  952. z-index: 334;
  953. -moz-border-radius: 5px;
  954. /* Firefox */
  955. -webkit-border-radius: 5px;
  956. /* Safari 和 Chrome */
  957. border-radius: 5px;
  958. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  959. display: none;
  960. }
  961. .pop_up_div7 .tit {
  962. width: 100%;
  963. line-height: 44px;
  964. height: 44px;
  965. text-align: center;
  966. font-size: 13px;
  967. color: #666666;
  968. }
  969. .pop_up_div7 .contain {
  970. width: 90%;
  971. margin: 0 auto;
  972. }
  973. .pop_up_div7 .contain textarea {
  974. width: 100%;
  975. height: 120px;
  976. background: #f5f5f6;
  977. text-indent: 2em;
  978. font-size: 12px;
  979. padding: 5px;
  980. line-height: 20px;
  981. margin: 0;
  982. border: none;
  983. }
  984. .pop_up_div7 .btn {
  985. width: 65%;
  986. margin: 0 auto;
  987. /*overflow: hidden;*/
  988. position: absolute;
  989. left: 20%;
  990. bottom: 60px;
  991. }
  992. .pop_up_div7 .btn button {
  993. padding: 3px 25px !important;
  994. }
  995. .pop_up_div7 .btn .fl {
  996. position: absolute;
  997. top: 10px;
  998. left: 5%;
  999. color: #666666;
  1000. }
  1001. .pop_up_div7 .btn .fr {
  1002. position: absolute;
  1003. top: 10px;
  1004. right: 5%;
  1005. }
  1006. /*图片*/
  1007. .img-box {
  1008. float: left;
  1009. width: 20%;
  1010. height: 60px;
  1011. margin: 2%;
  1012. text-align: center;
  1013. }
  1014. .img-box img {
  1015. width: 100%;
  1016. height: 100%;
  1017. }
  1018. .image-list {
  1019. /*display: none;*/
  1020. overflow: hidden;
  1021. }
  1022. .mui-preview-image.mui-fullscreen {
  1023. position: fixed;
  1024. z-index: 20;
  1025. background-color: #000;
  1026. }
  1027. .mui-preview-header,
  1028. .mui-preview-footer {
  1029. position: absolute;
  1030. width: 100%;
  1031. left: 0;
  1032. z-index: 10;
  1033. }
  1034. .mui-preview-header {
  1035. height: 44px;
  1036. top: 0;
  1037. }
  1038. .mui-preview-footer {
  1039. height: 50px;
  1040. bottom: 0px;
  1041. }
  1042. .mui-preview-header .mui-preview-indicator {
  1043. display: block;
  1044. line-height: 25px;
  1045. color: #fff;
  1046. text-align: center;
  1047. margin: 15px auto 4;
  1048. width: 70px;
  1049. background-color: rgba(0, 0, 0, 0.4);
  1050. border-radius: 12px;
  1051. font-size: 16px;
  1052. }
  1053. .mui-preview-image {
  1054. display: none;
  1055. -webkit-animation-duration: 0.5s;
  1056. animation-duration: 0.5s;
  1057. -webkit-animation-fill-mode: both;
  1058. animation-fill-mode: both;
  1059. }
  1060. .mui-preview-image.mui-preview-in {
  1061. -webkit-animation-name: fadeIn;
  1062. animation-name: fadeIn;
  1063. }
  1064. .mui-preview-image.mui-preview-out {
  1065. background: none;
  1066. -webkit-animation-name: fadeOut;
  1067. animation-name: fadeOut;
  1068. }
  1069. .mui-preview-image.mui-preview-out .mui-preview-header,
  1070. .mui-preview-image.mui-preview-out .mui-preview-footer {
  1071. display: none;
  1072. }
  1073. .mui-zoom-scroller {
  1074. position: absolute;
  1075. display: -webkit-box;
  1076. display: -webkit-flex;
  1077. display: flex;
  1078. -webkit-box-align: center;
  1079. -webkit-align-items: center;
  1080. align-items: center;
  1081. -webkit-box-pack: center;
  1082. -webkit-justify-content: center;
  1083. justify-content: center;
  1084. left: 0;
  1085. right: 0;
  1086. bottom: 0;
  1087. top: 0;
  1088. width: 100%;
  1089. height: 100%;
  1090. margin: 0;
  1091. -webkit-backface-visibility: hidden;
  1092. }
  1093. .mui-zoom {
  1094. -webkit-transform-style: preserve-3d;
  1095. transform-style: preserve-3d;
  1096. }
  1097. .mui-slider .mui-slider-group .mui-slider-item img {
  1098. width: auto;
  1099. height: auto;
  1100. max-width: 100%;
  1101. max-height: 100%;
  1102. }
  1103. .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  1104. width: 100%;
  1105. }
  1106. .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  1107. display: inline-table;
  1108. }
  1109. .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  1110. display: table-cell;
  1111. vertical-align: middle;
  1112. }
  1113. .mui-preview-loading {
  1114. position: absolute;
  1115. width: 100%;
  1116. height: 100%;
  1117. top: 0;
  1118. left: 0;
  1119. display: none;
  1120. }
  1121. .mui-preview-loading.mui-active {
  1122. display: block;
  1123. }
  1124. .mui-preview-loading .mui-spinner-white {
  1125. position: absolute;
  1126. top: 50%;
  1127. left: 50%;
  1128. margin-left: -25px;
  1129. margin-top: -25px;
  1130. height: 50px;
  1131. width: 50px;
  1132. }
  1133. .mui-preview-image img.mui-transitioning {
  1134. -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  1135. transition: transform 0.5s ease, opacity 0.5s ease;
  1136. }
  1137. @-webkit-keyframes fadeIn {
  1138. 0% {
  1139. opacity: 0;
  1140. }
  1141. 100% {
  1142. opacity: 1;
  1143. }
  1144. }
  1145. @keyframes fadeIn {
  1146. 0% {
  1147. opacity: 0;
  1148. }
  1149. 100% {
  1150. opacity: 1;
  1151. }
  1152. }
  1153. @-webkit-keyframes fadeOut {
  1154. 0% {
  1155. opacity: 1;
  1156. }
  1157. 100% {
  1158. opacity: 0;
  1159. }
  1160. }
  1161. @keyframes fadeOut {
  1162. 0% {
  1163. opacity: 1;
  1164. }
  1165. 100% {
  1166. opacity: 0;
  1167. }
  1168. }