| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443 |
- 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%;
- }
- /*弹框11*/
- .pop_up_div11 {
- 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_div11 .tit {
- width: 100%;
- line-height: 44px;
- height: 44px;
- text-align: center;
- font-size: 13px;
- color: #666666;
- }
- .pop_up_div11 .contain {
- width: 90%;
- margin: 0 auto;
- }
- .pop_up_div11 .contain textarea {
- width: 100%;
- height: 70px;
- background: #f5f5f6;
- text-indent: 2em;
- font-size: 12px;
- padding: 5px;
- line-height: 20px;
- margin: 0;
- border: none;
- }
- .pop_up_div11 .btn {
- width: 65%;
- margin: 0 auto;
- /*overflow: hidden;*/
- position: absolute;
- left: 20%;
- bottom: 60px;
- }
- .pop_up_div11 .btn button {
- padding: 3px 25px !important;
- }
- .pop_up_div11 .btn .fl {
- position: absolute;
- top: 10px;
- left: 5%;
- color: #666666;
- }
- .pop_up_div11 .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;
- }
- }
|