| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372 |
- body {
- font-size: 14px;
- }
- .font-color1 {
- color: #e03636 !important;
- }
- .font-color2 {
- color: #303030 !important;
- }
- .font-color3 {
- color: #999999 !important;
- }
- .font-color4 {
- color: #2cc6a7;
- }
- .font-color5 {
- color: #595959 !important;
- }
- .font-color6 {
- color: #222222 !important;
- }
- .mui-bar-popover {
- width: 30%;
- }
- .mui-popover.mui-bar-popover .mui-table-view {
- width: 100%;
- }
- .mui-table-view .mui-table-view-cell>a:not(.mui-btn) {
- text-align: center;
- }
- .mui-input-row label~input,
- .mui-input-row label~select,
- .mui-input-row label~textarea {
- float: left;
- color: #222222;
- }
- .mui-input-row label~input:-webkit-input-placeholder {
- color: #222222;
- /* WebKit browsers */
- }
- .mui-input-row label~input:-moz-placeholder {
- color: #222222;
- /* Mozilla Firefox 4 to 18 */
- }
- .mui-input-row label~input:-moz-placeholder {
- color: #222222;
- /* Mozilla Firefox 19+ */
- }
- .mui-input-row label~input:-ms-input-placeholder {
- color: #222222;
- /* Internet Explorer 10+ */
- }
- .mui-table-view-cell {
- padding: 0px!important;
- }
- .mui-table-view-cell:after {
- left: 0px;
- background-color: #f5f5f6;
- }
- .radio_box {
- display: inline-block;
- }
- .mui-radio input[type=radio]:before {
- font-size: 20px;
- vertical-align: middle;
- }
- .mui-radio.mui-left input[type=radio] {
- line-height: 24px!important;
- }
- .mui-radio.mui-left label {
- padding-right: 1px!important;
- padding-left: 51px!important;
- color: #222222;
- }
- .mui-input-row font {
- padding: 10px 20px;
- float: left;
- color: #222222;
- }
- .ztext {
- width: 100%;
- margin: 0;
- border: 0;
- }
- .action {
- padding: 5px 15px;
- }
- .type_down {
- float: right!important;
- display: inline-block!important;
- vertical-align: middle!important;
- line-height: 42px;
- margin-right: 10px;
- }
- .type_con {
- width: 55%!important;
- float: left!important;
- vertical-align: middle!important;
- display: inline-block!important;
- padding: 10px 0!important;
- }
- .label {
- width: 28%!important;
- padding: 14px 5px 14px 10px!important;
- text-align: left !important;
- }
- .get_yzm {
- padding: 5px!important;
- width: auto!important;
- }
- .yzm_con {
- float: left!important;
- width: 40%!important;
- }
- .mui-bar-nav {
- background-color: #393a3f;
- }
- .mui-title {
- color: #FFFFFF;
- }
- .mui-input-row label {
- text-align: -webkit-right;
- color: #595959;
- }
- .mui-btn-block {
- padding: 10px;
- width: 100%;
- }
- a {
- color: #000;
- }
- .size-14 {
- font-size: 14px;
- }
- .mui-input-row label~input,
- .mui-input-row label~select,
- {
- line-height: 1.1;
- font-size: 14px;
- }
- .submit-btn {
- width: 100%;
- position: fixed;
- bottom: 0px;
- overflow: hidden;
- z-index: 3;
- -moz-box-shadow: 0px -1px 1px #d2d2d2;
- /* Firefox */
- -webkit-box-shadow: 0px -1px 1px #d2d2d2;
- /* Safari 和 Chrome */
- box-shadow: 0px -1px 1px #d2d2d2;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- }
- .submit-btn button {
- width: 50%;
- float: left;
- display: block;
- border: none;
- padding: 0;
- margin: 0;
- height: 50px;
- border-radius: 0px;
- background-color: #2cc6a7;
- }
- .submit-btn>button:first-child {
- background: #FFFFFF !important;
- color: #000000;
- }
- .mui-input-row .mui-right {
- text-align: right;
- width: 60%;
- float: right;
- }
- .mui-input-row .mui-right label {
- padding-right: 15px;
- }
- .mui-slider {
- background: #FFFFFF;
- }
- /*工单详情*/
- .mui-tail {
- padding: 15px;
- position: relative;
- padding-top: 0px;
- padding-left: 40px;
- padding-right: 10;
- }
- .mui-tail span {
- margin-right: 25px;
- font-size: 12px !important;
- }
- .mui-tail p {
- margin-top: 10px;
- font-size: 12px;
- }
- .mui-table-view-cell-pmargin p {
- padding: 14px 10px;
- border-top: 1px solid #f5f5f6;
- }
- .mui-tail .span3 {
- position: absolute;
- right: 0px;
- top: 0px;
- }
- .mui-tail span {
- display: inline;
- }
- .mui-tail-contail:first-child {
- padding-top: 15px !important;
- }
- .mui-table-view-li:after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0px;
- height: 0px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #f5f5f6;
- }
- .mui-table-view-li label {
- padding: 7px 10px 7px 10px!important;
- }
- .mui-tail-contail {
- position: relative;
- }
- .mui-tail-contail .circular {
- position: absolute;
- background: #2cc6a7;
- left: 15px;
- top: 20px;
- width: 12px;
- height: 12px;
- -moz-border-radius: 6px;
- /* Firefox */
- -webkit-border-radius: 6px;
- /* Safari 和 Chrome */
- border-radius: 6px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- z-index: 3;
- }
- .mui-tail-contail .circular_h {
- position: absolute;
- background: #e1e1e1;
- left: 16px;
- top: 5px;
- width: 10px;
- height: 10px;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- z-index: 3;
- }
- .mui-tail-contail .circular_hd {
- position: absolute;
- background: #e1e1e1;
- left: 15px;
- top: 5px;
- width: 12px;
- height: 12px;
- -moz-border-radius: 6px;
- /* Firefox */
- -webkit-border-radius: 6px;
- /* Safari 和 Chrome */
- border-radius: 6px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- z-index: 3;
- }
- /*.mui-tail-contail .string1{
- position: absolute;
- background: #e1e1e1;
- left: 20px;
- top: 20px;
- width: 2px;
- height: 70px;
- z-index: 1;
- }*/
- .mui-tail-contail .string {
- position: absolute;
- background: #e1e1e1;
- left: 20px;
- top: 0px;
- width: 2px;
- height: 120px;
- z-index: 1;
- }
- /*.mui-tail-contail .string3{
- position: absolute;
- background: #e1e1e1;
- left: 20px;
- top: 0px;
- width: 2px;
- height: 5px;
- z-index: 1;
- }*/
- .mui-tail-contail>.string:first-child {
- top: 20px;
- width: 2px;
- height: 70px;
- z-index: 1;
- }
- .mui-tail-contail>.string:last-child {
- top: 0px;
- width: 2px;
- height: 5px;
- z-index: 1;
- }
- .mui-table-view-ul:after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0px;
- height: 5px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #f5f5f6;
- }
- .mui-table-view-ul-1:after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0px;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #f5f5f6;
- }
- .mui-nav {
- position: fixed;
- width: 100%;
- top: 0px;
- height: 44px;
- line-height: 44px;
- text-align: center;
- background: #22c9a8;
- z-index: 333;
- color: #FFFFFF;
- font-size: 17px;
- }
- .mui-nav a {
- position: absolute;
- left: 15px;
- line-height: 44px;
- color: #FFFFFF;
- }
- .mui-nav span {
- position: absolute;
- right: 15px;
- line-height: 44px;
- font-size: 13px;
- }
- /*弹框1*/
- .pop_up_bj {
- top: 0px;
- background: #000000;
- filter: alpha(opacity=50);
- -moz-opacity: 0.5;
- -khtml-opacity: 0.5;
- opacity: 0.5;
- position: fixed;
- z-index: 333;
- width: 100%;
- height: 100%;
- display: none;
- }
- .mui_btn1 {
- display: none;
- }
- .mui_btn1_tit {
- padding: 10px 0 0 10px;
- font-size: 14px;
- }
- .mui_btn1 {
- overflow: hidden;
- }
- .mui_btn1 li {
- float: left;
- margin: 10px 4% 0 4%;
- }
- .mui_btn1 .tit {
- font-size: 14px;
- padding: 10px 0px 0px 10px;
- margin: 0px;
- }
- .mui-btn-block {
- padding: 5px 10px;
- font-size: 14px;
- }
- .pop_up_div1 {
- margin: auto;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- width: 80%;
- height: 185px;
- background: #FFFFFF;
- z-index: 334;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- display: none;
- }
- .pop_up_div1 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div1 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div1 .contain textarea {
- width: 100%;
- height: 102px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div1 .btn {
- width: 65%;
- margin: 0 auto;
- overflow: hidden;
- }
- .pop_up_div1 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div1 .btn .fl {
- float: left;
- color: #666666;
- }
- .pop_up_div1 .btn .fr {
- float: right;
- }
- /*弹框2*/
- .pop_up_div2 {
- margin: auto;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- width: 80%;
- height: 185px;
- background: #FFFFFF;
- z-index: 334;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- display: none;
- }
- .pop_up_div2 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div2 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div2 .contain textarea {
- width: 100%;
- height: 102px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div2 .btn {
- width: 65%;
- margin: 0 auto;
- overflow: hidden;
- }
- .pop_up_div2 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div2 .btn .fl {
- float: left;
- color: #666666;
- }
- .pop_up_div2 .btn .fr {
- float: right;
- }
- /*弹框3*/
- .pop_up_div3 {
- margin: auto;
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 242px;
- background: #FFFFFF;
- z-index: 334;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- display: none;
- }
- .pop_up_div3 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div3 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div3 .contain textarea {
- width: 100%;
- height: 180px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div3 .btn {
- width: 65%;
- margin: 0 auto;
- overflow: hidden;
- }
- .pop_up_div3 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div3 .btn .fl {
- position: absolute;
- top: 10px;
- left: 5%;
- color: #666666;
- }
- .pop_up_div3 .btn .fr {
- position: absolute;
- top: 10px;
- right: 5%;
- }
- /*申请延时*/
- .pop_up_div8 {
- margin: auto;
- position: fixed;
- bottom: 30%;
- width: 100%;
- height: 300px;
- background: #FFFFFF;
- z-index: 334;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- display: none;
- }
- .pop_up_div8 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div8 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div8 .contain textarea {
- width: 100%;
- height: 180px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div8 .btn {
- width: 65%;
- margin: 0 auto;
- /*overflow: hidden;*/
- position: absolute;
- left: 20%;
- bottom: 60px;
- }
- .pop_up_div8 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div8 .btn .fl {
- position: absolute;
- top: 10px;
- left: 5%;
- color: #666666;
- }
- .pop_up_div8 .btn .fr {
- position: absolute;
- top: 10px;
- right: 5%;
- }
- /*弹框4*/
- .pop_up_div4 {
- margin: auto;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- width: 80%;
- height: 185px;
- background: #FFFFFF;
- z-index: 334;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- display: none;
- }
- .pop_up_div4 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div4 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div4 .contain textarea {
- width: 100%;
- height: 102px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div4 .btn {
- width: 65%;
- margin: 0 auto;
- overflow: hidden;
- }
- .pop_up_div4 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div4 .btn .fl {
- float: left;
- color: #666666;
- }
- .pop_up_div4 .btn .fr {
- float: right;
- }
- /*弹框6*/
- .pop_up_div6 {
- margin: auto;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- width: 80%;
- height: 185px;
- background: #FFFFFF;
- z-index: 334;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- display: none;
- }
- .pop_up_div6 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div6 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div6 .contain textarea {
- width: 100%;
- height: 102px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div6 .btn {
- width: 65%;
- margin: 0 auto;
- overflow: hidden;
- }
- .pop_up_div6 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div6 .btn .fl {
- float: left;
- color: #666666;
- }
- .pop_up_div6 .btn .fr {
- float: right;
- }
- /*弹框5*/
- .pop_up_div5 {
- margin: auto;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- width: 80%;
- height: 185px;
- background: #FFFFFF;
- z-index: 334;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- display: none;
- }
- .pop_up_div5 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div5 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div5 .contain textarea {
- width: 100%;
- height: 102px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div5 .btn {
- width: 65%;
- margin: 0 auto;
- overflow: hidden;
- }
- .pop_up_div5 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div5 .btn .fl {
- float: left;
- color: #666666;
- }
- .pop_up_div5 .btn .fr {
- float: right;
- }
- .btn_reply {
- display: none;
- }
- #mContent {
- margin-top: 44px;
- }
- .type1,
- .type2,
- .type3,
- .type4,
- .type5 {
- display: none;
- }
- .pop_up_div9 {
- margin: 0 auto;
- position: fixed;
- left: 10%;
- bottom: 30%;
- width: 80%;
- height: 300px;
- background: #FFFFFF;
- z-index: 334;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- display: none;
- }
- .pop_up_div9 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div9 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div9 .contain textarea {
- width: 100%;
- height: 180px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div9 .btn {
- width: 65%;
- margin: 0 auto;
- /*overflow: hidden;*/
- position: absolute;
- left: 20%;
- bottom: 60px;
- }
- .pop_up_div9 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div9 .btn .fl {
- position: absolute;
- top: 10px;
- left: 5%;
- color: #666666;
- }
- .pop_up_div9 .btn .fr {
- position: absolute;
- top: 10px;
- right: 5%;
- }
- .pop_up_div10 {
- margin: 0 auto;
- position: fixed;
- left: 10%;
- bottom: 30%;
- width: 80%;
- height: 180px;
- background: #FFFFFF;
- z-index: 334;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- display: none;
- }
- .pop_up_div10 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div10 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div10 .contain textarea {
- width: 100%;
- height: 180px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div10 .btn {
- width: 65%;
- margin: 0 auto;
- /*overflow: hidden;*/
- position: absolute;
- left: 20%;
- bottom: 60px;
- }
- .pop_up_div10 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div10 .btn .fl {
- position: absolute;
- top: 10px;
- left: 5%;
- color: #666666;
- }
- .pop_up_div10 .btn .fr {
- position: absolute;
- top: 10px;
- right: 5%;
- }
- /*退回*/
- /*申请延时*/
- .pop_up_div7 {
- margin: auto;
- position: fixed;
- left: 10%;
- bottom: 30%;
- width: 80%;
- height: 240px;
- background: #FFFFFF;
- z-index: 334;
- -moz-border-radius: 5px;
- /* Firefox */
- -webkit-border-radius: 5px;
- /* Safari 和 Chrome */
- border-radius: 5px;
- /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
- display: none;
- }
- .pop_up_div7 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div7 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div7 .contain textarea {
- width: 100%;
- height: 120px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div7 .btn {
- width: 65%;
- margin: 0 auto;
- /*overflow: hidden;*/
- position: absolute;
- left: 20%;
- bottom: 60px;
- }
- .pop_up_div7 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div7 .btn .fl {
- position: absolute;
- top: 10px;
- left: 5%;
- color: #666666;
- }
- .pop_up_div7 .btn .fr {
- position: absolute;
- top: 10px;
- right: 5%;
- }
- /*图片*/
- .img-box {
- float: left;
- width: 20%;
- height: 60px;
- margin: 2%;
- text-align: center;
- }
- .img-box img {
- width: 100%;
- height: 100%;
- }
- .image-list {
- /*display: none;*/
- overflow: hidden;
- }
- .mui-preview-image.mui-fullscreen {
- position: fixed;
- z-index: 20;
- background-color: #000;
- }
- .mui-preview-header,
- .mui-preview-footer {
- position: absolute;
- width: 100%;
- left: 0;
- z-index: 10;
- }
- .mui-preview-header {
- height: 44px;
- top: 0;
- }
- .mui-preview-footer {
- height: 50px;
- bottom: 0px;
- }
- .mui-preview-header .mui-preview-indicator {
- display: block;
- line-height: 25px;
- color: #fff;
- text-align: center;
- margin: 15px auto 4;
- width: 70px;
- background-color: rgba(0, 0, 0, 0.4);
- border-radius: 12px;
- font-size: 16px;
- }
- .mui-preview-image {
- display: none;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- .mui-preview-image.mui-preview-in {
- -webkit-animation-name: fadeIn;
- animation-name: fadeIn;
- }
- .mui-preview-image.mui-preview-out {
- background: none;
- -webkit-animation-name: fadeOut;
- animation-name: fadeOut;
- }
- .mui-preview-image.mui-preview-out .mui-preview-header,
- .mui-preview-image.mui-preview-out .mui-preview-footer {
- display: none;
- }
- .mui-zoom-scroller {
- position: absolute;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- width: 100%;
- height: 100%;
- margin: 0;
- -webkit-backface-visibility: hidden;
- }
- .mui-zoom {
- -webkit-transform-style: preserve-3d;
- transform-style: preserve-3d;
- }
- .mui-slider .mui-slider-group .mui-slider-item img {
- width: auto;
- height: auto;
- max-width: 100%;
- max-height: 100%;
- }
- .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
- width: 100%;
- }
- .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
- display: inline-table;
- }
- .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
- display: table-cell;
- vertical-align: middle;
- }
- .mui-preview-loading {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- display: none;
- }
- .mui-preview-loading.mui-active {
- display: block;
- }
- .mui-preview-loading .mui-spinner-white {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -25px;
- margin-top: -25px;
- height: 50px;
- width: 50px;
- }
- .mui-preview-image img.mui-transitioning {
- -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
- transition: transform 0.5s ease, opacity 0.5s ease;
- }
- @-webkit-keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @-webkit-keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
|