1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246 |
- @charset "UTF-8";
- /* http://meyerweb.com/eric/tools/css/reset/
- v2.0 | 20110126
- License: none (public domain)
- */
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- /* HTML5 display-role reset for older browsers */
- article, aside, details, figcaption, figure,
- footer, header, hgroup, menu, nav, section {
- display: block;
- }
- ol, ul {
- list-style: none;
- }
- blockquote, q {
- quotes: none;
- }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: '';
- content: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- input {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .loading {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 9995;
- }
- .loading .content {
- color: rgba(255, 255, 255, 0.6);
- margin-top: 4rem;
- text-align: center;
- font-size: 0.3rem;
- }
- .lockScroll {
- overflow: hidden;
- }
- .dialog-alert {
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- left: 1.2rem;
- right: 1.2rem;
- z-index: 9998;
- position: fixed;
- -webkit-animation: frames-top-center-01 300ms;
- animation: frames-top-center-01 300ms;
- border-radius: 0.1rem;
- min-height: auto;
- height: auto;
- background: white;
- color: black;
- }
- .dialog-alert h1 {
- font-size: 0.36rem;
- font-weight: bold;
- text-align: center;
- margin-top: 0.5rem;
- }
- .dialog-alert .content {
- min-height: 0.8rem;
- margin: 0.2rem 0.6rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-size: 0.3rem;
- }
- .dialog-alert .actions {
- height: 1rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .dialog-alert .actions .btn {
- color: white;
- font-size: 0.36rem;
- background: -webkit-gradient(linear, right top, left top, from(#fa382f), to(#ff7453));
- background: linear-gradient(-90deg, #fa382f, #ff7453);
- height: 0.7rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- width: 2rem;
- border-radius: 0.4rem;
- padding: 0;
- margin: 0;
- }
- @-webkit-keyframes frames-top-center-01 {
- 0% {
- top: -10%;
- }
- 100% {
- top: 50%;
- }
- }
- @keyframes frames-top-center-01 {
- 0% {
- top: -10%;
- }
- 100% {
- top: 50%;
- }
- }
- @-webkit-keyframes frames-top-center-02 {
- 0% {
- top: 0%;
- }
- 92% {
- top: 50%;
- }
- 100% {
- top: 40%;
- }
- }
- @keyframes frames-top-center-02 {
- 0% {
- top: 0%;
- }
- 92% {
- top: 50%;
- }
- 100% {
- top: 40%;
- }
- }
- @-webkit-keyframes capauth-zoom-in {
- 0% {
- opacity: 0;
- }
- 80% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes capauth-zoom-in {
- 0% {
- opacity: 0;
- }
- 80% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .overlay {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 9990;
- background-color: rgba(0, 0, 0, 0.7);
- min-height: 6.5rem;
- }
- .overlay-alert {
- z-index: 9995;
- }
- .overlay-loading {
- z-index: 9995;
- }
- #uniauthframe {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0px;
- left: 0px;
- margin: 0px;
- padding: 0px;
- border: 0px;
- -webkit-animation: capauth-zoom-in 600ms;
- animation: capauth-zoom-in 600ms;
- z-index: 9990;
- }
- /*
- .dialog-alert .content {
- min-height: 1.2rem;
- margin: 0.2rem 0.6rem;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .actions {
- height: 1rem;
- display: flex;
- justify-content: center;
- .btn {
- background: red;
- height: 0.7rem;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 2rem;
- border-radius: 0.4rem;
- }
- }
- */
- @font-face {
- font-family: "SourceHanSansSC-Regular";
- src: url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.woff2") format("woff2"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.woff") format("woff"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.ttf") format("truetype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.eot") format("embedded-opentype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Regular.svg") format("svg");
- }
- @font-face {
- font-family: "SourceHanSansSC-Medium";
- src: url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.woff2") format("woff2"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.woff") format("woff"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.ttf") format("truetype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.eot") format("embedded-opentype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Medium.svg") format("svg");
- }
- @font-face {
- font-family: "SourceHanSansSC-Light";
- src: url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.woff2") format("woff2"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.woff") format("woff"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.ttf") format("truetype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.eot") format("embedded-opentype"), url("../../../../public/fonts/SourceHanSansSC/SourceHanSansSC-Light.svg") format("svg");
- }
- html,
- body {
- margin: 0;
- padding: 0;
- }
- body {
- font-size: 0.3rem;
- color: white;
- font-family: PingFangSC-Regular, sans-serif, "SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
- }
- .main {
- min-height: 22.16rem;
- background: url("../images/bg.png") no-repeat;
- background-size: 100%;
- }
- .float-business-button {
- position: fixed;
- top: 2rem;
- left: 0;
- width: 0.6rem;
- height: 2rem;
- background-color: #FF0082;
- border-radius: 0 0.2rem 0.2rem 0;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- z-index: 100;
- }
- .float-business-button .question {
- width: 0.34rem;
- height: 0.34rem;
- margin-left: 0.05rem;
- background: url(../images/question.png) no-repeat;
- background-size: 100% 100%;
- }
- .float-business-button .name {
- line-height: 0.32rem;
- margin-left: 0.05rem;
- padding: 0.1rem 0.15rem 0;
- }
- .section-order {
- padding-top: 6.13rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .section-order .btn-order {
- width: 5.59rem;
- height: 1.35rem;
- background: url(../images/btn-order.png) no-repeat;
- background-size: 100% 100%;
- }
- .section-explain-flow {
- width: 7.32rem;
- height: 3.28rem;
- margin: -0.1rem auto 0;
- background: url(../images/bg-freeflow.png) no-repeat;
- background-size: 100% 100%;
- }
- .section-explain-flow .title {
- height: 0.65rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .section-explain-flow .content {
- font-weight: 400;
- font-size: 0.24rem;
- line-height: 0.4rem;
- padding: 0.35rem 0.5rem 0;
- }
- .section-rbt {
- width: 6.9rem;
- height: 11.137rem;
- margin: 0 auto;
- border-radius: 0.15rem;
- }
- .section-rbt .rbt-list-box .rbt-box-head {
- height: 0.58rem;
- overflow-x: scroll;
- }
- .section-rbt .rbt-list-box .rbt-box-head .rbt-item-box {
- width: 12.483rem;
- font-size: 0.28rem;
- }
- .section-rbt .rbt-list-box .rbt-box-head .rbt-item-box .item {
- float: left;
- width: 1.347rem;
- height: 0.58rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- background: #8558FF;
- margin-right: 0.04rem;
- border-radius: 0.1rem 0.1rem 0 0;
- }
- .section-rbt .rbt-list-box .rbt-box-head .rbt-item-box .item-active {
- color: #227EE3;
- background: #CAECFF;
- }
- .section-rbt .rbt-list-box .rbt-box-body-container {
- background: #FFF;
- border-radius: 0 0 0.1rem 0.1rem;
- }
- .section-rbt .rbt-list-box .rbt-box-body-container .flip-for-more {
- color: #3783FB;
- font-size: 0.3rem;
- padding: 0.43rem 0 0.48rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .section-rbt .rbt-list-box .rbt-box-body-container .flip-for-more img {
- width: 0.22rem;
- height: 0.26rem;
- margin: 0 0.11rem;
- }
- .section-rbt .rbt-list-box .rbt-box-body {
- height: 10.5rem;
- overflow-x: scroll;
- }
- .section-rbt .rbt-list-box .rbt-box-body .rbt-item {
- width: 3.12rem;
- height: 6.216rem;
- float: left;
- margin: 0.27rem 0 0 0.22rem;
- }
- .section-rbt .rbt-list-box .rbt-box-body .rbt-item .rbt-main {
- font-size: 0;
- position: relative;
- border-radius: 0.1rem;
- }
- .section-rbt .rbt-list-box .rbt-box-body .rbt-item .rbt-main .rbt-cover {
- width: 3.12rem;
- border-radius: 0.1rem;
- }
- .section-rbt .rbt-list-box .rbt-box-body .rbt-item .rbt-main .rbt-play {
- width: 0.67rem;
- height: 0.67rem;
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%);
- transform: translate(-50%);
- }
- .section-rbt .rbt-list-box .rbt-box-body .rbt-item .rbt-main .btn {
- position: absolute;
- bottom: 0;
- right: 0;
- width: 1.52rem;
- height: 0.5rem;
- font-size: 0.3rem;
- border-radius: 0.1rem;
- background: #FF0082;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .section-rbt .rbt-list-box .rbt-box-body .rbt-item .rbt-title {
- color: #010101;
- font-size: 0.3rem;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 1rem;
- }
- .section-rbt .rbt-list-box .rbt-box-body .no-more {
- float: left;
- height: 1rem;
- width: 100%;
- color: #aaa9a9;
- text-align: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- font-size: 0.3rem;
- }
- .section-rbt .rbt-list-box .rbt-box-body .no-more .line {
- height: 1px;
- width: 2rem;
- border-bottom: 1px solid #aaa9a9;
- }
- .section-rbt .rbt-list-box .rbt-box-body .no-more .title {
- margin: 0 0.2rem;
- }
- .section-agr {
- width: 6.86rem;
- height: 10.86rem;
- position: fixed;
- top: 50%;
- left: 50%;
- color: #333;
- font-size: 0.24rem;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- background: #FFF5E5;
- border-radius: 0.16rem;
- z-index: 9991;
- }
- .section-agr .agr-title {
- height: 0.48rem;
- }
- .section-agr .agr-title .close {
- position: absolute;
- top: 0.22rem;
- right: 0.22rem;
- width: 0.26rem;
- height: 0.25rem;
- background: url(../images/close.png) no-repeat;
- background-size: 100% 100%;
- }
- .section-agr .agr-content {
- height: 9rem;
- position: relative;
- overflow-x: scroll;
- }
- .section-agr .agr-content .title {
- font-size: 0.36rem;
- text-align: center;
- margin: 0 auto 0.36rem;
- }
- .section-agr .agr-content .content {
- margin: 0 0.4rem 0.36rem;
- }
- .section-agr .agr-content .content ul li {
- line-height: 0.45rem;
- text-align: justify;
- }
- .section-agr .action {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- margin-top: 0.28rem;
- }
- .section-agr .action .btn {
- width: 3.36rem;
- height: 0.64rem;
- background: #FF0083;
- border-radius: 0.32rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- color: #FFFFFF;
- }
- .section-preview {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 9990;
- background: red;
- }
- .section-preview .content {
- width: 100%;
- height: 100%;
- position: relative;
- }
- .section-preview .content .close {
- width: 1.2rem;
- height: 0.5rem;
- position: absolute;
- top: 0.39rem;
- left: 0.3rem;
- color: #FFF;
- font-size: 0.3rem;
- background: #FF0081;
- border-radius: 0.1rem;
- z-index: 9992;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .section-preview .content .close:hover {
- opacity: 1;
- }
- .section-preview .content .close span {
- font-size: 0.24rem;
- margin-right: 0.05rem;
- margin-left: -0.1rem;
- }
- .section-preview .content video {
- width: 100%;
- height: 100%;
- background: black;
- }
- .section-preview .content .play {
- width: 1.35rem;
- height: 1.35rem;
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- background: url(../images/icon-play.png) no-repeat;
- background-size: 100% 100%;
- }
- .section-preview .content .dail {
- width: 5.48rem;
- height: 3rem;
- position: absolute;
- bottom: 2.39rem;
- left: 50%;
- -webkit-transform: translate(-50%);
- transform: translate(-50%);
- background: url(../images/dail.png) no-repeat;
- background-size: 100% 100%;
- }
- .section-preview .content .setting {
- width: 3rem;
- height: 0.6rem;
- background: #FF0081;
- border-radius: 0.1rem;
- position: absolute;
- bottom: 1.3rem;
- left: 50%;
- -webkit-transform: translate(-50%);
- transform: translate(-50%);
- border-radius: 0.1rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .section-preview .content .must-know {
- width: 1.24rem;
- height: 0.42rem;
- font-size: 0.28rem;
- font-weight: 500;
- color: #FFFFFF;
- position: absolute;
- bottom: 0.5rem;
- left: 50%;
- -webkit-transform: translate(-50%);
- transform: translate(-50%);
- border-bottom: 0.01rem solid #FFFFFF;
- padding-bottom: 0.01rem;
- text-align: center;
- }
- .absolute-center {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- z-index: 9991;
- }
- .fixed-center {
- position: fixed;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- z-index: 9991;
- background: #FFF5E5;
- border-radius: 0.16rem;
- }
- input::-webkit-input-placeholder {
- color: #999999;
- font-size: 0.28rem;
- }
- input::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #999999;
- font-size: 0.28rem;
- }
- input:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #999999;
- font-size: 0.28rem;
- }
- input:-ms-input-placeholder {
- /* Internet Explorer 10-11 */
- color: #999999;
- font-size: 0.28rem;
- }
- .sms-form .form-group {
- border-radius: 0.18rem;
- padding: 0.35rem 0.3rem;
- }
- .sms-form .form-group .input-row {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -ms-flex-line-pack: justify;
- align-content: space-between;
- margin-bottom: 0.16rem;
- background: #FFFFFF;
- border-radius: 0.08rem;
- }
- .sms-form .form-group .input-row .smscode {
- width: 100%;
- }
- .sms-form .form-group .input-row .sendcode {
- height: .64rem;
- min-width: 1.1rem;
- color: #FFFFFF;
- font-size: 0.24rem;
- padding: 0 0.2rem;
- word-break: keep-all;
- white-space: nowrap;
- border-radius: 0.1rem;
- background: #FF0083;
- margin-right: 0.04rem;
- outline: none;
- -webkit-appearance: none;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .sms-form .form-group .input-row:last-child {
- margin-bottom: 0rem;
- }
- .sms-form .form-group input {
- width: 100%;
- height: 0.72rem;
- line-height: 0.72rem;
- color: #333333;
- font-size: 0.3rem;
- outline: none;
- -webkit-appearance: none;
- min-width: 2.4rem;
- margin-bottom: 0.01rem;
- border: 0 solid #FFFFFF;
- border-radius: 0.1rem;
- padding-left: 0.3rem;
- background: none;
- }
- .sms-form .actions {
- width: 4.46rem;
- margin: 0 auto;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .sms-form .actions .btn {
- width: 2.16rem;
- height: 0.64rem;
- font-size: 0.28rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- border-radius: 0.32rem;
- }
- .sms-form .actions .btn-primary {
- color: white;
- background: #FAABD3;
- }
- .sms-form .actions .btn-info {
- color: white;
- background: #FF0083;
- }
- .section-login {
- width: 5.4rem;
- height: 3.31rem;
- background: #FFF5E5;
- border-radius: 0.16rem;
- }
- .section-message {
- width: 4.2rem;
- min-height: 2.58rem;
- background: #FFF5E5;
- border-radius: 0.16rem;
- }
- .section-message .content {
- font-size: 0.28rem;
- color: #333333;
- min-height: 1rem;
- padding: 0.3rem;
- text-align: center;
- word-break: break-all;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .section-message .actions {
- width: 3.36rem;
- margin: 0 auto 0.3rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .section-message .actions .btn {
- width: 1.6rem;
- height: 0.64rem;
- font-size: 0.28rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- border-radius: 0.32rem;
- }
- .section-message .actions .btn-primary {
- color: white;
- background: #FAABD3;
- }
- .section-message .actions .btn-info {
- color: white;
- background: #FF0083;
- }
- .section-setting {
- width: 5.4rem;
- background: #FFF5E5;
- border-radius: 0.16rem;
- }
- .section-setting .content {
- color: #333333;
- padding: 0 0.3rem;
- text-align: center;
- word-break: break-all;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .section-setting .content .form-group {
- margin: 0.36rem auto;
- background: #FFFFFF;
- border-radius: 0.08rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .section-setting .content .form-group input {
- height: 0.72rem;
- line-height: 0.72rem;
- background: none;
- border-radius: 0.08rem;
- padding: 0 0 0 0.2rem;
- border: none;
- }
- .section-setting .content .form-group .mobile {
- width: 4.80rem;
- }
- .section-setting .content .form-group .code {
- width: 3.26rem;
- }
- .section-setting .content .form-group .send {
- font-size: 0.24rem;
- min-width: 1.5rem;
- height: 0.64rem;
- color: white;
- background: #FF0083;
- border-radius: 0.08rem;
- margin-right: 0.04rem;
- padding: 0 0.2rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .section-setting .content .form-group .sendcode-wait {
- background: #B5B5B5;
- }
- .section-setting .content .status {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- margin: 0.45rem auto 0.35rem;
- }
- .section-setting .content .status .status-icon {
- width: 0.84rem;
- height: 0.84rem;
- background: url(../images/success.png) no-repeat;
- background-size: 100% 100%;
- }
- .section-setting .content .status .status-name {
- margin-top: 0.24rem;
- }
- .section-setting .actions {
- width: 4.46rem;
- margin: 0 auto;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin-bottom: 0.39rem;
- }
- .section-setting .actions .btn {
- width: 2.16rem;
- height: 0.64rem;
- font-size: 0.28rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- border-radius: 0.32rem;
- background: #FAABD3;
- }
- .section-setting .actions .btn-primary {
- color: white;
- background: #FF0083;
- }
- .section-setting .actions .btn-lg {
- width: 3.36rem;
- margin: 0 auto;
- }
- .section-alert {
- width: unset;
- }
- .dialog-alert {
- width: 4.2rem;
- top: 50%;
- left: 50%;
- right: unset;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- z-index: 9998;
- position: fixed;
- -webkit-animation: frames-top-center-01 300ms;
- animation: frames-top-center-01 300ms;
- min-height: auto;
- height: auto;
- color: #333;
- background: #FFF5E5;
- border-radius: 0.16rem;
- }
- .dialog-alert h1 {
- font-size: 0.3rem;
- margin-top: 0.4rem;
- }
- .dialog-alert .content {
- font-size: 0.28rem;
- min-height: 0.8rem;
- margin: 0.1rem 0.5rem;
- word-break: break-all;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .dialog-alert .actions .btn {
- width: 3.36rem;
- height: 0.64rem;
- font-size: 0.28rem;
- background: #FF0083;
- border-radius: 0.32rem;
- }
- .overlaycsr {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 9990;
- background-color: #000000ab;
- min-height: 6.5rem;
- }
- .dialog-alertsrc {
- width: 7.49rem;
- height: 4.57rem;
- position: fixed;
- top: 3.05rem;
- z-index: 9998;
- -webkit-animation: frames-top-center-01 300ms;
- animation: frames-top-center-01 300ms;
- border-radius: 0.1rem;
- background: url(../images/弹窗bgg.png) no-repeat;
- background-size: 100% 100%;
- }
- .dialog-alertsrc .guanbi {
- background: url(../images/关闭bgg.png) no-repeat;
- background-size: 100% 100%;
- width: 0.41rem;
- height: 0.41rem;
- margin-left: 6.22rem;
- margin-top: 0.88rem;
- }
- .dialog-alertsrc .content {
- margin: 1rem 1.9rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-size: 0.26rem;
- color: #ffffff;
- letter-spacing: 0.03rem;
- }
- .dialog-alertsrc .actions {
- height: 1rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- }
- .dialog-alertsrc .actions .img_btn {
- background: url(../images/按钮bgg.png) no-repeat;
- background-size: 100% 100%;
- width: 4.51rem;
- height: 0.97rem;
- margin-top: -0.02rem;
- }
- .dialog-alertsrc .actions .btn {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- border-radius: 0.4rem;
- padding: 0;
- }
- /*# sourceMappingURL=main.css.map */
|