Keine Beschreibung

details.css 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951
  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, .mui-input-row label~select, .mui-input-row label~textarea{
  32. float: left;
  33. color: #222222;
  34. }
  35. .mui-input-row label~input:-webkit-input-placeholder {
  36. color:#222222; /* WebKit browsers */
  37. }
  38. .mui-input-row label~input:-moz-placeholder {
  39. color: #222222; /* Mozilla Firefox 4 to 18 */
  40. }
  41. .mui-input-row label~input:-moz-placeholder {
  42. color: #222222; /* Mozilla Firefox 19+ */
  43. }
  44. .mui-input-row label~input:-ms-input-placeholder {
  45. color: #222222; /* Internet Explorer 10+ */
  46. }
  47. .mui-table-view-cell {
  48. padding: 0px!important;
  49. }
  50. .mui-table-view-cell:after{
  51. left: 0px;
  52. background-color: #f5f5f6;
  53. }
  54. .radio_box {
  55. display: inline-block;
  56. }
  57. .mui-radio input[type=radio]:before {
  58. font-size: 20px;
  59. vertical-align: middle;
  60. }
  61. .mui-radio.mui-left input[type=radio] {
  62. line-height: 24px!important;
  63. }
  64. .mui-radio.mui-left label {
  65. padding-right: 1px!important;
  66. padding-left: 51px!important;
  67. color: #222222;
  68. }
  69. .mui-input-row font{
  70. padding: 10px 20px;
  71. float: left;
  72. color: #222222;}
  73. .ztext {
  74. width: 100%;
  75. margin: 0;
  76. border: 0;
  77. }
  78. .action {
  79. padding: 5px 15px;
  80. }
  81. .type_down {
  82. float: right!important;
  83. display: inline-block!important;
  84. vertical-align: middle!important;
  85. line-height: 42px;
  86. margin-right: 10px;
  87. }
  88. .type_con {
  89. width: 55%!important;
  90. float: left!important;
  91. vertical-align: middle!important;
  92. display: inline-block!important;
  93. padding: 10px 0!important;
  94. }
  95. .label {
  96. width: 28%!important;
  97. padding:14px 5px 14px 10px!important;
  98. text-align: left !important;
  99. }
  100. .get_yzm {
  101. padding: 5px!important;
  102. width: auto!important;
  103. }
  104. .yzm_con {
  105. float: left!important;
  106. width: 40%!important;
  107. }
  108. .mui-bar-nav {
  109. background-color: #393a3f;
  110. }
  111. .mui-title{color: #FFFFFF;}
  112. .mui-input-row label {
  113. text-align: -webkit-right;
  114. color: #595959;
  115. }
  116. .mui-btn-block {
  117. padding: 10px;
  118. width: 100%;
  119. }
  120. a {
  121. color: #000;
  122. }
  123. .size-14 {
  124. font-size: 14px;
  125. }
  126. .mui-input-row label~input,
  127. .mui-input-row label~select,
  128. {
  129. line-height: 1.1;
  130. font-size: 14px;
  131. }
  132. .submit-btn{
  133. width: 100%;
  134. position: fixed;
  135. bottom: 0px;
  136. overflow: hidden;
  137. z-index: 3;
  138. -moz-box-shadow: 0px -1px 1px #d2d2d2; /* Firefox */
  139. -webkit-box-shadow: 0px -1px 1px #d2d2d2; /* Safari 和 Chrome */
  140. box-shadow: 0px -1px 1px #d2d2d2; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  141. }
  142. .submit-btn button{
  143. width: 50%;
  144. float: left;
  145. display: block;
  146. border: none;
  147. padding: 0;
  148. margin: 0;
  149. height: 50px;
  150. border-radius: 0px;
  151. background-color: #2cc6a7;}
  152. .submit-btn>button:first-child{
  153. background: #FFFFFF !important;
  154. color: #000000;
  155. }
  156. .mui-input-row .mui-right{
  157. text-align: right;
  158. width: 60%;
  159. float: right;
  160. }
  161. .mui-input-row .mui-right label{
  162. padding-right: 15px;
  163. }
  164. .mui-slider{
  165. background: #FFFFFF;
  166. }
  167. /*工单详情*/
  168. .mui-tail{
  169. padding: 15px;
  170. position: relative;
  171. padding-top: 0px;
  172. padding-left: 40px;
  173. padding-right: 10;
  174. }
  175. .mui-tail span{
  176. margin-right: 25px;
  177. font-size: 12px !important;
  178. }
  179. .mui-tail p{
  180. margin-top: 10px;
  181. font-size: 12px;
  182. }
  183. .mui-table-view-cell-pmargin p{
  184. padding: 14px 10px;
  185. border-top: 1px solid #f5f5f6;
  186. }
  187. .mui-tail .span3{
  188. position: absolute;
  189. right: 0px;
  190. top: 0px;
  191. }
  192. .mui-tail span{display: inline;}
  193. .mui-tail-contail:first-child{
  194. padding-top: 15px !important;
  195. }
  196. .mui-table-view-li:after{
  197. position: absolute;
  198. right: 0;
  199. bottom: 0;
  200. left: 0px;
  201. height: 0px;
  202. content: '';
  203. -webkit-transform: scaleY(.5);
  204. transform: scaleY(.5);
  205. background-color: #f5f5f6;
  206. }
  207. .mui-table-view-li label{
  208. padding:7px 10px 7px 10px!important;
  209. }
  210. .mui-tail-contail{
  211. position: relative;
  212. }
  213. .mui-tail-contail .circular{
  214. position: absolute;
  215. background: #2cc6a7;
  216. left: 15px;
  217. top: 20px;
  218. width: 12px;
  219. height: 12px;
  220. -moz-border-radius: 6px; /* Firefox */
  221. -webkit-border-radius: 6px; /* Safari 和 Chrome */
  222. border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  223. z-index: 3;
  224. }
  225. .mui-tail-contail .circular_h{
  226. position: absolute;
  227. background: #e1e1e1;
  228. left: 16px;
  229. top: 5px;
  230. width: 10px;
  231. height: 10px;
  232. -moz-border-radius: 5px; /* Firefox */
  233. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  234. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  235. z-index: 3;
  236. }
  237. .mui-tail-contail .circular_hd{
  238. position: absolute;
  239. background: #e1e1e1;
  240. left: 15px;
  241. top: 5px;
  242. width: 12px;
  243. height: 12px;
  244. -moz-border-radius: 6px; /* Firefox */
  245. -webkit-border-radius: 6px; /* Safari 和 Chrome */
  246. border-radius: 6px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  247. z-index: 3;
  248. }
  249. /*.mui-tail-contail .string1{
  250. position: absolute;
  251. background: #e1e1e1;
  252. left: 20px;
  253. top: 20px;
  254. width: 2px;
  255. height: 70px;
  256. z-index: 1;
  257. }*/
  258. .mui-tail-contail .string{
  259. position: absolute;
  260. background: #e1e1e1;
  261. left: 20px;
  262. top: 0px;
  263. width: 2px;
  264. height: 120px;
  265. z-index: 1;
  266. }
  267. /*.mui-tail-contail .string3{
  268. position: absolute;
  269. background: #e1e1e1;
  270. left: 20px;
  271. top: 0px;
  272. width: 2px;
  273. height: 5px;
  274. z-index: 1;
  275. }*/
  276. .mui-tail-contail> .string:first-child{
  277. top: 20px;
  278. width: 2px;
  279. height: 70px;
  280. z-index: 1;
  281. }
  282. .mui-tail-contail> .string:last-child{
  283. top: 0px;
  284. width: 2px;
  285. height: 5px;
  286. z-index: 1;
  287. }
  288. .mui-table-view-ul:after{
  289. position: absolute;
  290. right: 0;
  291. bottom: 0;
  292. left: 0px;
  293. height: 5px;
  294. content: '';
  295. -webkit-transform: scaleY(.5);
  296. transform: scaleY(.5);
  297. background-color: #f5f5f6;
  298. }
  299. .mui-table-view-ul-1:after{
  300. position: absolute;
  301. right: 0;
  302. bottom: 0;
  303. left: 0px;
  304. height: 1px;
  305. content: '';
  306. -webkit-transform: scaleY(.5);
  307. transform: scaleY(.5);
  308. background-color: #f5f5f6;
  309. }
  310. .mui-nav{
  311. position: fixed;
  312. width: 100%;
  313. top: 0px;
  314. height: 44px;
  315. line-height: 44px;
  316. text-align: center;
  317. background: #22c9a8;
  318. z-index: 333;
  319. color: #FFFFFF;
  320. font-size: 17px;}
  321. .mui-nav a{
  322. position: absolute;
  323. left: 15px;
  324. line-height: 44px;
  325. color: #FFFFFF;
  326. }
  327. .mui-nav span{
  328. position: absolute;
  329. right: 15px;
  330. line-height: 44px;
  331. font-size: 13px;
  332. }
  333. /*弹框1*/
  334. .pop_up_bj{
  335. top: 0px;
  336. background: #000000;
  337. filter:alpha(opacity=50);
  338. -moz-opacity:0.5;
  339. -khtml-opacity: 0.5;
  340. opacity: 0.5;
  341. position: fixed;
  342. z-index: 333;
  343. width: 100%;
  344. height: 100%;
  345. display: none;
  346. }
  347. .mui_btn1{display: none;}
  348. .mui_btn1_tit{
  349. padding: 10px 0 0 10px;
  350. font-size: 14px;
  351. }
  352. .mui_btn1{
  353. overflow: hidden;
  354. }
  355. .mui_btn1 li{
  356. float: left;
  357. margin: 10px 4% 0 4%;
  358. }
  359. .mui_btn1 .tit{
  360. font-size: 14px;
  361. padding: 10px 0px 0px 10px;
  362. margin: 0px;
  363. }
  364. .mui-btn-block{
  365. padding: 5px 10px;
  366. font-size: 14px;
  367. }
  368. .pop_up_div1{
  369. margin: auto;
  370. position: fixed;
  371. top: 0;
  372. left: 0;
  373. bottom: 0;
  374. right: 0;
  375. width: 80%;
  376. height:185px;
  377. background: #FFFFFF;
  378. z-index: 334;
  379. -moz-border-radius: 5px; /* Firefox */
  380. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  381. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  382. display: none;
  383. }
  384. .pop_up_div1 .tit{
  385. width: 100%;
  386. line-height: 44px;
  387. height: 44px;
  388. text-align: center;
  389. font-size: 13px;
  390. color: #666666;
  391. }
  392. .pop_up_div1 .contain{
  393. width: 90%;
  394. margin: 0 auto;
  395. }
  396. .pop_up_div1 .contain textarea{
  397. width:100%;
  398. height: 102px;
  399. background: #f5f5f6;
  400. text-indent: 2em;
  401. font-size: 12px;
  402. padding: 5px;
  403. line-height: 20px;
  404. margin: 0;
  405. border: none;
  406. }
  407. .pop_up_div1 .btn{
  408. width: 65%;
  409. margin: 0 auto;
  410. overflow: hidden;
  411. }
  412. .pop_up_div1 .btn button{
  413. padding:3px 25px !important;
  414. }
  415. .pop_up_div1 .btn .fl{
  416. float: left;
  417. color: #666666;
  418. }
  419. .pop_up_div1 .btn .fr{
  420. float: right;
  421. }
  422. /*弹框2*/
  423. .pop_up_div2{
  424. margin: auto;
  425. position: fixed;
  426. top: 0;
  427. left: 0;
  428. bottom: 0;
  429. right: 0;
  430. width: 80%;
  431. height:185px;
  432. background: #FFFFFF;
  433. z-index: 334;
  434. -moz-border-radius: 5px; /* Firefox */
  435. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  436. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  437. display: none;
  438. }
  439. .pop_up_div2 .tit{
  440. width: 100%;
  441. line-height: 44px;
  442. height: 44px;
  443. text-align: center;
  444. font-size: 13px;
  445. color: #666666;
  446. }
  447. .pop_up_div2 .contain{
  448. width: 90%;
  449. margin: 0 auto;
  450. }
  451. .pop_up_div2 .contain textarea{
  452. width:100%;
  453. height: 102px;
  454. background: #f5f5f6;
  455. text-indent: 2em;
  456. font-size: 12px;
  457. padding: 5px;
  458. line-height: 20px;
  459. margin: 0;
  460. border: none;
  461. }
  462. .pop_up_div2 .btn{
  463. width: 65%;
  464. margin: 0 auto;
  465. overflow: hidden;
  466. }
  467. .pop_up_div2 .btn button{
  468. padding:3px 25px !important;
  469. }
  470. .pop_up_div2 .btn .fl{
  471. float: left;
  472. color: #666666;
  473. }
  474. .pop_up_div2 .btn .fr{
  475. float: right;
  476. }
  477. /*弹框3*/
  478. .pop_up_div3{
  479. margin: auto;
  480. position: fixed;
  481. bottom: 0;
  482. width: 100%;
  483. height:242px;
  484. background: #FFFFFF;
  485. z-index: 334;
  486. -moz-border-radius: 5px; /* Firefox */
  487. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  488. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  489. display: none;
  490. }
  491. .pop_up_div3 .tit{
  492. width: 100%;
  493. line-height: 44px;
  494. height: 44px;
  495. text-align: center;
  496. font-size: 13px;
  497. color: #666666;
  498. }
  499. .pop_up_div3 .contain{
  500. width: 90%;
  501. margin: 0 auto;
  502. }
  503. .pop_up_div3 .contain textarea{
  504. width:100%;
  505. height: 180px;
  506. background: #f5f5f6;
  507. text-indent: 2em;
  508. font-size: 12px;
  509. padding: 5px;
  510. line-height: 20px;
  511. margin: 0;
  512. border: none;
  513. }
  514. .pop_up_div3 .btn{
  515. width: 65%;
  516. margin: 0 auto;
  517. overflow: hidden;
  518. }
  519. .pop_up_div3 .btn button{
  520. padding:3px 25px !important;
  521. }
  522. .pop_up_div3 .btn .fl{
  523. position: absolute;
  524. top: 10px;
  525. left: 5%;
  526. color: #666666;
  527. }
  528. .pop_up_div3 .btn .fr{
  529. position: absolute;
  530. top: 10px;
  531. right: 5%;
  532. }
  533. /*申请延时*/
  534. .pop_up_div8{
  535. margin: auto;
  536. position: fixed;
  537. bottom: 30%;
  538. width: 100%;
  539. height:300px;
  540. background: #FFFFFF;
  541. z-index: 334;
  542. -moz-border-radius: 5px; /* Firefox */
  543. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  544. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  545. display: none;
  546. }
  547. .pop_up_div8 .tit{
  548. width: 100%;
  549. line-height: 44px;
  550. height: 44px;
  551. text-align: center;
  552. font-size: 13px;
  553. color: #666666;
  554. }
  555. .pop_up_div8 .contain{
  556. width: 90%;
  557. margin: 0 auto;
  558. }
  559. .pop_up_div8 .contain textarea{
  560. width:100%;
  561. height: 180px;
  562. background: #f5f5f6;
  563. text-indent: 2em;
  564. font-size: 12px;
  565. padding: 5px;
  566. line-height: 20px;
  567. margin: 0;
  568. border: none;
  569. }
  570. .pop_up_div8 .btn{
  571. width: 65%;
  572. margin: 0 auto;
  573. /*overflow: hidden;*/
  574. position: absolute;
  575. left:20%;
  576. bottom:60px;
  577. }
  578. .pop_up_div8 .btn button{
  579. padding:3px 25px !important;
  580. }
  581. .pop_up_div8 .btn .fl{
  582. position: absolute;
  583. top: 10px;
  584. left: 5%;
  585. color: #666666;
  586. }
  587. .pop_up_div8 .btn .fr{
  588. position: absolute;
  589. top: 10px;
  590. right: 5%;
  591. }
  592. /*弹框4*/
  593. .pop_up_div4{
  594. margin: auto;
  595. position: fixed;
  596. top: 0;
  597. left: 0;
  598. bottom: 0;
  599. right: 0;
  600. width: 80%;
  601. height:185px;
  602. background: #FFFFFF;
  603. z-index: 334;
  604. -moz-border-radius: 5px; /* Firefox */
  605. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  606. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  607. display: none;
  608. }
  609. .pop_up_div4 .tit{
  610. width: 100%;
  611. line-height: 44px;
  612. height: 44px;
  613. text-align: center;
  614. font-size: 13px;
  615. color: #666666;
  616. }
  617. .pop_up_div4 .contain{
  618. width: 90%;
  619. margin: 0 auto;
  620. }
  621. .pop_up_div4 .contain textarea{
  622. width:100%;
  623. height: 102px;
  624. background: #f5f5f6;
  625. text-indent: 2em;
  626. font-size: 12px;
  627. padding: 5px;
  628. line-height: 20px;
  629. margin: 0;
  630. border: none;
  631. }
  632. .pop_up_div4 .btn{
  633. width: 65%;
  634. margin: 0 auto;
  635. overflow: hidden;
  636. }
  637. .pop_up_div4 .btn button{
  638. padding:3px 25px !important;
  639. }
  640. .pop_up_div4 .btn .fl{
  641. float: left;
  642. color: #666666;
  643. }
  644. .pop_up_div4 .btn .fr{
  645. float: right;
  646. }
  647. /*弹框6*/
  648. .pop_up_div6{
  649. margin: auto;
  650. position: fixed;
  651. top: 0;
  652. left: 0;
  653. bottom: 0;
  654. right: 0;
  655. width: 80%;
  656. height:185px;
  657. background: #FFFFFF;
  658. z-index: 334;
  659. -moz-border-radius: 5px; /* Firefox */
  660. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  661. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  662. display: none;
  663. }
  664. .pop_up_div6 .tit{
  665. width: 100%;
  666. line-height: 44px;
  667. height: 44px;
  668. text-align: center;
  669. font-size: 13px;
  670. color: #666666;
  671. }
  672. .pop_up_div6 .contain{
  673. width: 90%;
  674. margin: 0 auto;
  675. }
  676. .pop_up_div6 .contain textarea{
  677. width:100%;
  678. height: 102px;
  679. background: #f5f5f6;
  680. text-indent: 2em;
  681. font-size: 12px;
  682. padding: 5px;
  683. line-height: 20px;
  684. margin: 0;
  685. border: none;
  686. }
  687. .pop_up_div6 .btn{
  688. width: 65%;
  689. margin: 0 auto;
  690. overflow: hidden;
  691. }
  692. .pop_up_div6 .btn button{
  693. padding:3px 25px !important;
  694. }
  695. .pop_up_div6 .btn .fl{
  696. float: left;
  697. color: #666666;
  698. }
  699. .pop_up_div6 .btn .fr{
  700. float: right;
  701. }
  702. /*弹框5*/
  703. .pop_up_div5{
  704. margin: auto;
  705. position: fixed;
  706. top: 0;
  707. left: 0;
  708. bottom: 0;
  709. right: 0;
  710. width: 80%;
  711. height:185px;
  712. background: #FFFFFF;
  713. z-index: 334;
  714. -moz-border-radius: 5px; /* Firefox */
  715. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  716. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  717. display: none;
  718. }
  719. .pop_up_div5 .tit{
  720. width: 100%;
  721. line-height: 44px;
  722. height: 44px;
  723. text-align: center;
  724. font-size: 13px;
  725. color: #666666;
  726. }
  727. .pop_up_div5 .contain{
  728. width: 90%;
  729. margin: 0 auto;
  730. }
  731. .pop_up_div5 .contain textarea{
  732. width:100%;
  733. height: 102px;
  734. background: #f5f5f6;
  735. text-indent: 2em;
  736. font-size: 12px;
  737. padding: 5px;
  738. line-height: 20px;
  739. margin: 0;
  740. border: none;
  741. }
  742. .pop_up_div5 .btn{
  743. width: 65%;
  744. margin: 0 auto;
  745. overflow: hidden;
  746. }
  747. .pop_up_div5 .btn button{
  748. padding:3px 25px !important;
  749. }
  750. .pop_up_div5 .btn .fl{
  751. float: left;
  752. color: #666666;
  753. }
  754. .pop_up_div5 .btn .fr{
  755. float: right;
  756. }
  757. .btn_reply{
  758. display: none;
  759. }
  760. #mContent{
  761. margin-top: 44px;
  762. }
  763. .type1,.type2,.type3,.type4,.type5{
  764. display: none;
  765. }
  766. .pop_up_div9{
  767. margin:0 auto;
  768. position: fixed;
  769. left:10%;
  770. bottom: 30%;
  771. width: 80%;
  772. height:300px;
  773. background: #FFFFFF;
  774. z-index: 334;
  775. -moz-border-radius: 5px; /* Firefox */
  776. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  777. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  778. display: none;
  779. }
  780. .pop_up_div9 .tit{
  781. width: 100%;
  782. line-height: 44px;
  783. height: 44px;
  784. text-align: center;
  785. font-size: 13px;
  786. color: #666666;
  787. }
  788. .pop_up_div9 .contain{
  789. width: 90%;
  790. margin: 0 auto;
  791. }
  792. .pop_up_div9 .contain textarea{
  793. width:100%;
  794. height: 180px;
  795. background: #f5f5f6;
  796. text-indent: 2em;
  797. font-size: 12px;
  798. padding: 5px;
  799. line-height: 20px;
  800. margin: 0;
  801. border: none;
  802. }
  803. .pop_up_div9 .btn{
  804. width: 65%;
  805. margin: 0 auto;
  806. /*overflow: hidden;*/
  807. position: absolute;
  808. left:20%;
  809. bottom:60px;
  810. }
  811. .pop_up_div9 .btn button{
  812. padding:3px 25px !important;
  813. }
  814. .pop_up_div9 .btn .fl{
  815. position: absolute;
  816. top: 10px;
  817. left: 5%;
  818. color: #666666;
  819. }
  820. .pop_up_div9 .btn .fr{
  821. position: absolute;
  822. top: 10px;
  823. right: 5%;
  824. }
  825. .pop_up_div10{
  826. margin:0 auto;
  827. position: fixed;
  828. left:10%;
  829. bottom: 30%;
  830. width: 80%;
  831. height:180px;
  832. background: #FFFFFF;
  833. z-index: 334;
  834. -moz-border-radius: 5px; /* Firefox */
  835. -webkit-border-radius: 5px; /* Safari 和 Chrome */
  836. border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  837. display: none;
  838. }
  839. .pop_up_div10 .tit{
  840. width: 100%;
  841. line-height: 44px;
  842. height: 44px;
  843. text-align: center;
  844. font-size: 13px;
  845. color: #666666;
  846. }
  847. .pop_up_div10 .contain{
  848. width: 90%;
  849. margin: 0 auto;
  850. }
  851. .pop_up_div10 .contain textarea{
  852. width:100%;
  853. height: 180px;
  854. background: #f5f5f6;
  855. text-indent: 2em;
  856. font-size: 12px;
  857. padding: 5px;
  858. line-height: 20px;
  859. margin: 0;
  860. border: none;
  861. }
  862. .pop_up_div10 .btn{
  863. width: 65%;
  864. margin: 0 auto;
  865. /*overflow: hidden;*/
  866. position: absolute;
  867. left:20%;
  868. bottom:60px;
  869. }
  870. .pop_up_div10 .btn button{
  871. padding:3px 25px !important;
  872. }
  873. .pop_up_div10 .btn .fl{
  874. position: absolute;
  875. top: 10px;
  876. left: 5%;
  877. color: #666666;
  878. }
  879. .pop_up_div10 .btn .fr{
  880. position: absolute;
  881. top: 10px;
  882. right: 5%;
  883. }