説明なし

details.css 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443
  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. /*弹框11*/
  943. .pop_up_div11 {
  944. margin: 0 auto;
  945. position: fixed;
  946. left: 10%;
  947. bottom: 30%;
  948. width: 80%;
  949. height: 180px;
  950. background: #FFFFFF;
  951. z-index: 334;
  952. -moz-border-radius: 5px;
  953. /* Firefox */
  954. -webkit-border-radius: 5px;
  955. /* Safari 和 Chrome */
  956. border-radius: 5px;
  957. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  958. display: none;
  959. }
  960. .pop_up_div11 .tit {
  961. width: 100%;
  962. line-height: 44px;
  963. height: 44px;
  964. text-align: center;
  965. font-size: 13px;
  966. color: #666666;
  967. }
  968. .pop_up_div11 .contain {
  969. width: 90%;
  970. margin: 0 auto;
  971. }
  972. .pop_up_div11 .contain textarea {
  973. width: 100%;
  974. height: 70px;
  975. background: #f5f5f6;
  976. text-indent: 2em;
  977. font-size: 12px;
  978. padding: 5px;
  979. line-height: 20px;
  980. margin: 0;
  981. border: none;
  982. }
  983. .pop_up_div11 .btn {
  984. width: 65%;
  985. margin: 0 auto;
  986. /*overflow: hidden;*/
  987. position: absolute;
  988. left: 20%;
  989. bottom: 60px;
  990. }
  991. .pop_up_div11 .btn button {
  992. padding: 3px 25px !important;
  993. }
  994. .pop_up_div11 .btn .fl {
  995. position: absolute;
  996. top: 10px;
  997. left: 5%;
  998. color: #666666;
  999. }
  1000. .pop_up_div11 .btn .fr {
  1001. position: absolute;
  1002. top: 10px;
  1003. right: 5%;
  1004. }
  1005. /*退回*/
  1006. /*申请延时*/
  1007. .pop_up_div7 {
  1008. margin: auto;
  1009. position: fixed;
  1010. left: 10%;
  1011. bottom: 30%;
  1012. width: 80%;
  1013. height: 240px;
  1014. background: #FFFFFF;
  1015. z-index: 334;
  1016. -moz-border-radius: 5px;
  1017. /* Firefox */
  1018. -webkit-border-radius: 5px;
  1019. /* Safari 和 Chrome */
  1020. border-radius: 5px;
  1021. /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  1022. display: none;
  1023. }
  1024. .pop_up_div7 .tit {
  1025. width: 100%;
  1026. line-height: 44px;
  1027. height: 44px;
  1028. text-align: center;
  1029. font-size: 13px;
  1030. color: #666666;
  1031. }
  1032. .pop_up_div7 .contain {
  1033. width: 90%;
  1034. margin: 0 auto;
  1035. }
  1036. .pop_up_div7 .contain textarea {
  1037. width: 100%;
  1038. height: 120px;
  1039. background: #f5f5f6;
  1040. text-indent: 2em;
  1041. font-size: 12px;
  1042. padding: 5px;
  1043. line-height: 20px;
  1044. margin: 0;
  1045. border: none;
  1046. }
  1047. .pop_up_div7 .btn {
  1048. width: 65%;
  1049. margin: 0 auto;
  1050. /*overflow: hidden;*/
  1051. position: absolute;
  1052. left: 20%;
  1053. bottom: 60px;
  1054. }
  1055. .pop_up_div7 .btn button {
  1056. padding: 3px 25px !important;
  1057. }
  1058. .pop_up_div7 .btn .fl {
  1059. position: absolute;
  1060. top: 10px;
  1061. left: 5%;
  1062. color: #666666;
  1063. }
  1064. .pop_up_div7 .btn .fr {
  1065. position: absolute;
  1066. top: 10px;
  1067. right: 5%;
  1068. }
  1069. /*图片*/
  1070. .img-box {
  1071. float: left;
  1072. width: 20%;
  1073. height: 60px;
  1074. margin: 2%;
  1075. text-align: center;
  1076. }
  1077. .img-box img {
  1078. width: 100%;
  1079. height: 100%;
  1080. }
  1081. .image-list {
  1082. /*display: none;*/
  1083. overflow: hidden;
  1084. }
  1085. .mui-preview-image.mui-fullscreen {
  1086. position: fixed;
  1087. z-index: 20;
  1088. background-color: #000;
  1089. }
  1090. .mui-preview-header,
  1091. .mui-preview-footer {
  1092. position: absolute;
  1093. width: 100%;
  1094. left: 0;
  1095. z-index: 10;
  1096. }
  1097. .mui-preview-header {
  1098. height: 44px;
  1099. top: 0;
  1100. }
  1101. .mui-preview-footer {
  1102. height: 50px;
  1103. bottom: 0px;
  1104. }
  1105. .mui-preview-header .mui-preview-indicator {
  1106. display: block;
  1107. line-height: 25px;
  1108. color: #fff;
  1109. text-align: center;
  1110. margin: 15px auto 4;
  1111. width: 70px;
  1112. background-color: rgba(0, 0, 0, 0.4);
  1113. border-radius: 12px;
  1114. font-size: 16px;
  1115. }
  1116. .mui-preview-image {
  1117. display: none;
  1118. -webkit-animation-duration: 0.5s;
  1119. animation-duration: 0.5s;
  1120. -webkit-animation-fill-mode: both;
  1121. animation-fill-mode: both;
  1122. }
  1123. .mui-preview-image.mui-preview-in {
  1124. -webkit-animation-name: fadeIn;
  1125. animation-name: fadeIn;
  1126. }
  1127. .mui-preview-image.mui-preview-out {
  1128. background: none;
  1129. -webkit-animation-name: fadeOut;
  1130. animation-name: fadeOut;
  1131. }
  1132. .mui-preview-image.mui-preview-out .mui-preview-header,
  1133. .mui-preview-image.mui-preview-out .mui-preview-footer {
  1134. display: none;
  1135. }
  1136. .mui-zoom-scroller {
  1137. position: absolute;
  1138. display: -webkit-box;
  1139. display: -webkit-flex;
  1140. display: flex;
  1141. -webkit-box-align: center;
  1142. -webkit-align-items: center;
  1143. align-items: center;
  1144. -webkit-box-pack: center;
  1145. -webkit-justify-content: center;
  1146. justify-content: center;
  1147. left: 0;
  1148. right: 0;
  1149. bottom: 0;
  1150. top: 0;
  1151. width: 100%;
  1152. height: 100%;
  1153. margin: 0;
  1154. -webkit-backface-visibility: hidden;
  1155. }
  1156. .mui-zoom {
  1157. -webkit-transform-style: preserve-3d;
  1158. transform-style: preserve-3d;
  1159. }
  1160. .mui-slider .mui-slider-group .mui-slider-item img {
  1161. width: auto;
  1162. height: auto;
  1163. max-width: 100%;
  1164. max-height: 100%;
  1165. }
  1166. .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  1167. width: 100%;
  1168. }
  1169. .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  1170. display: inline-table;
  1171. }
  1172. .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  1173. display: table-cell;
  1174. vertical-align: middle;
  1175. }
  1176. .mui-preview-loading {
  1177. position: absolute;
  1178. width: 100%;
  1179. height: 100%;
  1180. top: 0;
  1181. left: 0;
  1182. display: none;
  1183. }
  1184. .mui-preview-loading.mui-active {
  1185. display: block;
  1186. }
  1187. .mui-preview-loading .mui-spinner-white {
  1188. position: absolute;
  1189. top: 50%;
  1190. left: 50%;
  1191. margin-left: -25px;
  1192. margin-top: -25px;
  1193. height: 50px;
  1194. width: 50px;
  1195. }
  1196. .mui-preview-image img.mui-transitioning {
  1197. -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  1198. transition: transform 0.5s ease, opacity 0.5s ease;
  1199. }
  1200. @-webkit-keyframes fadeIn {
  1201. 0% {
  1202. opacity: 0;
  1203. }
  1204. 100% {
  1205. opacity: 1;
  1206. }
  1207. }
  1208. @keyframes fadeIn {
  1209. 0% {
  1210. opacity: 0;
  1211. }
  1212. 100% {
  1213. opacity: 1;
  1214. }
  1215. }
  1216. @-webkit-keyframes fadeOut {
  1217. 0% {
  1218. opacity: 1;
  1219. }
  1220. 100% {
  1221. opacity: 0;
  1222. }
  1223. }
  1224. @keyframes fadeOut {
  1225. 0% {
  1226. opacity: 1;
  1227. }
  1228. 100% {
  1229. opacity: 0;
  1230. }
  1231. }