123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614 |
- /***** 这里放页面样式 *****/
- // 登录页 padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
- .ezy-login-page {
- width:100%;height:100vh; background-color: #80dfff;position: relative;
- .ezy-login-wrap{width:100%;height: 1623.08rpx;background-image: url("@/static/images/login/login-bj.png");@include ezy-no-repeat-cover(top);}
- .login-e-img{
- width: 692rpx;height: 625rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/login/login-e-img.gif");
- position: absolute;top: -180rpx;left: -180rpx;
- }
- .login-body-box{
- display: flex;flex-direction: column;display: flex;box-sizing: border-box;
- position: absolute;top:690rpx;left: 50%;transform: translateX(-50%);
- }
- .index-title-img{
- width: 411rpx;height: 73rpx;@include ezy-no-repeat-cover;margin-right: auto;
- background-image: url("@/static/images/login/login-tel.png");
- }
- .login-btn{width: 644rpx;height: 106rpx;margin-top: 84rpx;@include ezy-no-repeat-cover;}
- /***** 输入手机号页面*****/
- .phone-input-box{
- width: 644rpx;height: 144rpx;box-sizing: border-box;padding-bottom: 20rpx;
- display: flex;align-items: center;margin-top: 50rpx;
- background-image: url("@/static/images/login/login-tel-bj.png");@include ezy-no-repeat-cover;
- .phone-prefix {
- width: 90rpx;margin-left:18rpx;font-size: 38rpx;color: #ffffffd9;
- font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
- }
- .phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ffffffd9;}
- .phone-input {font-size: 38rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
- .uni-input-placeholder {font-size: 34rpx;color: #ffffffd9;
- }
- .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
- }
-
- .agreement-checkbox-box {
- display: flex;justify-content: center;margin-top: 10rpx;
- uni-checkbox-group{font-size: 0;}
- .agreement-checkbox-input{width: 40rpx;height: 40rpx;border: 0;margin-right: 4rpx;font-size: 0;}
- .uni-checkbox-input{
- width: 40rpx;height: 40rpx;border: 0;background-color: unset;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/login/login-checked-bj.png");
- svg {width: 28;height: 28rpx;top: 48%;left: 50%;}
- }
- .agreement-text-box {
- color: #ffffffd9;font-size: 27rpx;
- flex-direction: row;display: flex;align-items: center;
- .agreement-text{color: #e3f524;display: contents;}
- }
- }
-
- .tel-btn-disabled{background-image: url("@/static/images/login/login-zym-bj-disabled.png");}
- .tel-btn-normal{background-image: url("@/static/images/login/login-zym-bj.png");}
- .bottom-btn-box{
- position: absolute;bottom:5%;left: 50%;transform: translateX(-50%);display: flex;
- .wx-btn,.yk-btn,.apple-btn{
- width: 125rpx;height: 144rpx;@include ezy-no-repeat-cover;margin: 0 20rpx;
- }
- .wx-btn{background-image: url("@/static/images/login/login-wx-btn.png");}
- .yk-btn{background-image: url("@/static/images/login/login-yk-btn.png");}
- .apple-btn{background-image: url("@/static/images/login/login-apple-btn.png");}
- }
-
- /***** 输入验证码页面*****/
- .login-title-img{
- width: 317rpx;height: 77rpx;@include ezy-no-repeat-cover;margin-right: auto;
- background-image: url("@/static/images/login/login-yzm.png");
- }
- .yzm-btn{margin-top: 42rpx;}
- .yzm-show{font-size: 28rpx;color: #ffffffd9;margin: 24rpx 0 0 20rpx;}
- .login-btn-disabled{background-image: url("@/static/images/login/login-btn-bj-disabled.png");}
- .login-btn-normal{background-image: url("@/static/images/login/login-btn-bj.png");}
- .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 20rpx auto 60rpx;}
- .cxfs-btn-disabled{color: #777;}
- .login-text{font-size: 28rpx;color: #3257b9;margin: 16rpx 0 0 20rpx;}
-
- /* 针对小屏幕设备 */
- @media (max-height: 800px) {
- .login-body-box{top:660rpx;}
- .bottom-btn-box{bottom:2%;}
- .login-btn{margin-top: 64rpx;}
- // 输入验证码页面
- .yzm-btn{margin-top: 32rpx;}
- .cxfs-btn{margin: 16rpx auto 30rpx;}
- }
- @media (max-height: 736px) {
- .login-btn{margin-top: 42rpx;}
- }
- @media (max-height: 700px) {
- .login-body-box{top:640rpx;}
- .login-btn{margin-top: 46rpx;}
- .phone-input-box{margin-top: 24rpx;}
-
- // 输入验证码页面
- .yzm-btn{margin-top: 24rpx;}
- .cxfs-btn{margin: 12rpx auto 20rpx;}
- }
- @media (max-height: 600px) {
- .bottom-btn-box{bottom:5%;}
- .login-btn{margin-top: 36rpx;}
- .ezy-login-wrap{height: 1360rpx;position: relative;}
- }
- }
- // 用户协议弹窗
- .agree-sections-dialog{
- width: 635rpx;height: 702rpx;padding: 350rpx 0 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
- background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
- .agree-title{color:#666;font-size: 32rpx;font-weight: 600;}
- .agree-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
- .confirm-btn{width: 538rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 46rpx auto 0;
- background-image: url("@/static/images/login/agree-confirm-btn.png");}
- .not-confirm-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
- @media (max-height: 700px) {margin-bottom: 16%;}
- @media (max-height: 600px) {margin-bottom: 0;}
- }
- // 第一次登录时隐私协议弹窗
- .agree-first-sections-dialog{
- width: 635rpx;height: 702rpx;padding: 300rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
- background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
- .agree-tip{
- color:#666;font-size: 28rpx;margin-top: 30rpx;text-align: justify;line-height: 40rpx;
- text{color: #66a2cb;}
- }
- .first-confirm-btn{width: 538rpx;height: 80rpx;@include ezy-no-repeat-cover;margin: 24rpx auto 0;font-size: 32rpx;
- background-color: #22c70a;border-radius: 8rpx;color: #fff;border: 1px solid #999;line-height: 80rpx;}
- .not-confirm-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
- @media (max-height: 700px) {margin-bottom: 16%;}
- @media (max-height: 600px) {margin-bottom: 0;}
- }
- // 用户协议详情弹窗
- .agree-content-dialog{
- width: 100%;height: 100vh;overflow: auto;
- .agree-content-box{
- width: 684rpx;height: 1308rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/login/agree-content-bj.png");
- padding: 120rpx 0 64rpx;box-sizing: border-box;margin-top: 36%;
- position: relative;text-align: justify;
- display: flex;flex-direction: column;
- }
- .agree-title{font-size: 42rpx;text-align: center;margin-bottom: 42rpx;flex-shrink: 0;}
- .agree-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;
- position: absolute;top: 64rpx;right: 44rpx;
- background-image: url("@/static/images/common/close-icon.png");}
- .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;word-break: break-all;}
- @media (max-height: 800px) {
- .agree-content-box{margin-top: 18%;}
- }
- @media (max-height: 700px) {
- .agree-content-box{margin-top: var(--status-bar-height);}
- }
- }
- // 滑块校验弹窗
- .slider-check-dialog{
- background-color: rgba(255, 255, 255, 0.6);
- position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
- justify-content: center;align-items: center;
- .slider-check-content{
- width: 635rpx;height: 423rpx;padding: 42rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
- background-image: url("@/static/images/login/slider-dialog-bj.png");@include ezy-no-repeat-cover;position: relative;
- }
- .slider-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
- background-image: url("@/static/images/common/close-icon.png");}
- .slider-check-tip{color:#777;font-size: 32rpx;margin-top: 30rpx;font-weight: 800;}
- .slider-check-btn{width: 208rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 32rpx auto 0;
- background-image: url("@/static/images/login/slider-confirm.png");display: block;}
- .nc-container{
- position: unset;border-bottom: 1px dashed #70cbf4;padding: 36rpx 0 54rpx;box-sizing: border-box;
- .nc_wrapper{width: 100%!important;}
- .nc_iconfont.btn_ok{font-family: unset;font-size: 0;}
- .nc_iconfont.btn_ok::before{content: '';width: 20px;height:20px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
- @include ezy-no-repeat-cover;background-image: url("@/static/images/login/slider-right-icon.png");z-index: 4;}
- }
- .slider-tip-red{color: red;}
- @media (max-height: 700px) {
- .slider-check-content{margin-bottom: 16%;}
- }
- @media (max-height: 600px) {
- .slider-check-content{margin-bottom: 0;}
- }
- }
- // 选择年级和学期
- .grades-terms-page{
- width:100%;height:100vh;background-color: #43c1f6;box-sizing: border-box;padding-top:var(--status-bar-height);
- background-image: url("@/static/images/grade/grades-terms-bj1.png");@include ezy-no-repeat-cover(top);
- // padding-top: 52%;
- position: relative;min-height: 1212rpx;
- .grade-item-box{
- display: flex;flex-wrap: wrap;justify-content: space-evenly;
- box-sizing: border-box;padding: calc(264rpx + var(--status-bar-height)) 4% 1%;}
- .grade-item {
- width: 277rpx;height: 87rpx;line-height: 82rpx;
- background-image: url("@/static/images/grade/grades-bj.png");@include ezy-no-repeat-cover;
- text-align: center;font-size: 36rpx;color: #fff;font-weight: 800;
- }
- .subject-body{
- width: 100%;height: calc(100vh - 540rpx - var(--status-bar-height));overflow-y: auto;display: flex;flex-direction: column;margin: 0 auto;
- box-sizing: border-box;padding: 80rpx 0;
-
- }
- .subject-content-box{
- width: 750rpx;height: auto;display: flex;flex-direction: row;flex-wrap: wrap;
- box-sizing: border-box;padding:0 20rpx;background-repeat: repeat-y;
- }
- .subject-item{
- margin:48rpx 8rpx 0 0;position: relative;
- .subject-item-img{width: 190rpx;height: 190rpx;margin: 20rpx auto 0;display: block;}
- // .subject-item-text{}
- }
- .subject-item-border{
- width: 231rpx;height: 288rpx;z-index: 2;position: relative;
- background-image: url("@/static/images/grade/grades-item.png");@include ezy-no-repeat-cover;}
- .subject-item:nth-child(3n+3){margin-right: 0;}
- .subject-item:nth-child(3n+1)::after{
- content: '';width: 750rpx;height: 327rpx;position: absolute;left: 0;bottom: 0;z-index: 1;
- background-image: url("@/static/images/grade/grades-row-bj.png");@include ezy-no-repeat-contain;}
- .grade-item.active{
- color: #fff;background-image: url("@/static/images/grade/grades-a-bj.png");
- }
- .grade-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 5% auto 4%;}
- .grade-confirm-btn{
- width: 644rpx;height: 108rpx;background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
- }
- .grade-confirm-btn:after{display: none;}
- /* 针对小屏幕设备 */
- @media (max-height: 800px) {
- min-height: 1300rpx;
- .grades-body{zoom:0.9;bottom: 1%;top: unset;}
- }
- @media (max-height: 700px) {
- min-height: 1200rpx;
- .grades-body{zoom:0.8;}
- }
- @media (max-height: 480px) {
- min-height: 1200rpx;
- .grades-body{zoom:0.75;}
- }
-
- }
- // 蛋
- .study-egg-dialog{
- .egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;}
- .egg-img{width: 769rpx;height: 769rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.gif");
- }
- .egg-btn{width: 644rpx;height: 106rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");}
- }
-
- //地图页
- .ezy-study-swiper{height: 100vh;overflow-y: auto;}
- .ezy-study-swiper1{
- @media (max-height: 700px) {min-height: 1260rpx;}
- @media (max-height: 600px) {min-height:1200rpx;}
- }
- .ezy-study-swiper2{
- @media (max-height: 800px) {min-height:1400rpx;}
- @media (max-height: 700px) {min-height:1300rpx;}
- }
- .ezy-study-page{
- width:100%;height: 100vh;display: flex;flex-direction: column;
- box-sizing: border-box;padding-top:var(--status-bar-height);justify-content: center;position: relative;
- .ezy-study-wrap{@include ezy-no-repeat-cover;position: relative;margin: 0 auto;}
- .study-school-year{
- width: 285rpx;height: 69rpx;line-height:65rpx;background-image: url("@/static/images/study/school-year-bj.png");
- color: #fff;@include ezy-no-repeat-cover;padding-left: 78rpx;font-size: 30rpx;font-weight: 600;
- position: absolute;left: 20rpx;top:var(--status-bar-height);z-index: 2;
- }
- // animal
- .animal-img{width:48rpx;height: 68rpx;@include ezy-no-repeat-cover;position: absolute;}
- .dan-img{background-image: url("@/static/images/study/animal-img1.gif");}
- .xiao-e-img{background-image: url("@/static/images/study/animal-img2.gif");}
- .zhong-e-img{background-image: url("@/static/images/study/animal-img3.gif");}
- .da-e-img{background-image: url("@/static/images/study/animal-img4.gif");}
- }
- // 数学
- .ezy-shuxue-study-page{
- @include ezy-no-repeat-cover(top);background-color: #43c1f6;background-image: url("@/static/images/study/shuxue/study-shuxue-bj.png");
-
- .ezy-study-wrap{width:750rpx;height:1394rpx;background-image: url("@/static/images/study/shuxue/study-wrap-bj.png");}
- .animal-img{left: 380rpx;top: 290rpx;}
- .chapter-box{
- width: 160rpx;text-align: center;font-weight: 800;color: #5c1a11;
- font-size: 30rpx;position: absolute;top:125rpx;left:316rpx;
- }
- .chapter-title-box{
- width: 330rpx;height: 80rpx;text-align: center;font-weight: 800;color: #fbb030;
- position: absolute;top:176rpx;left:232rpx;white-space: pre-wrap;
- }
- .chapter-small-title-box{line-height: 2;font-size: 38rpx;}
- .chapter-middle-title-box{line-height: 2.3;font-size: 34rpx;}
- .chapter-big-title-box{line-height: 1.2;font-size: 32rpx;}
-
- // brand-content
- .brand-content{margin: 0 auto;@include single-line-ellipsis;}
- .brand-icon,.brand-lock,.brand-finish-icon{
- width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
- position: absolute;top: -30rpx;left: 50%;transform: translateX(-50%);}
- .brand-icon{
- font-size: 36rpx;font-weight: 600;color: #ff6501;line-height: 70rpx;
- background-image: url("@/static/images/study/shuxue/number-bj.png");
- }
- .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
- .brand-lock::before{
- content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
- }
- .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
- .brand-arrow{
- width: 58rpx;height: 58rpx;left: 50%;top: 64%;position: absolute;opacity: 0.8;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/study/brand-arrow.gif");
- }
- // brand-item
- .brand-item{box-sizing: border-box;font-size: 24rpx;color: #fff;text-align: center;
- font-weight: 600;position: relative;position: absolute;@include ezy-no-repeat-cover;}
- .small-brand-item{width: 231rpx;height: 147rpx;padding: 40rpx 0 10rpx;
- background-image: url("@/static/images/study/shuxue/duan-pai-disabled.png");
- .brand-arrow{transform: translateX(-50%);}
- .brand-content{width: 90%;}
- }
- .small-brand-item.brand-active{background-image: url("@/static/images/study/shuxue/duan-pai-active.png");}
- .big-brand-item{
- width: 307.69rpx;height: 141.35rpx;padding: 40rpx 0 10rpx;
- background-image: url("@/static/images/study/shuxue/chang-pai-disabled.png");
- .brand-arrow{transform: translateX(-46%);}
- .brand-content{width: 94%;}
- }
- .big-brand-item.brand-active{background-image: url("@/static/images/study/shuxue/chang-pai-active.png");}
- .ceshi-brand-item{
- width: 185rpx;height: 121rpx;@include ezy-no-repeat-cover;
- padding: 16rpx 10rpx 10rpx 10rpx;position: absolute;top:1112rpx;right:140rpx;
- background-image: url("@/static/images/study/shuxue/ceshi-pai-disabled.png");
- .brand-arrow{top: 50%;left: 35%;transform: unset;}
- .brand-lock,.brand-icon,.brand-finish-icon{left: 0;top: -30rpx;}
- }
- .ceshi-brand-item.brand-active{background-image: url("@/static/images/study/shuxue/ceshi-pai-active.png");}
-
- // brand-item
- .small-brand-item:nth-child(1){top:330rpx;right:70rpx;}
- .small-brand-item:nth-child(2){top:540rpx;left:75rpx;}
- .small-brand-item:nth-child(3){top:692rpx;right:110rpx;}
- .small-brand-item:nth-child(4){top:1085rpx;right:165rpx}
- .big-brand-item:nth-child(1){top:328rpx;right:40rpx;}
- .big-brand-item:nth-child(2){top:540rpx;left:20rpx;}
- .big-brand-item:nth-child(3){top:692rpx;right:80rpx;}
- .big-brand-item:nth-child(4){top:1090rpx;right:130rpx;}
- @media (max-height: 800px) {
- // 0.92
- .ezy-study-wrap{width: 690rpx;height: 1284rpx;}
- .animal-img{left: 350rpx;top: 260rpx;}
- .chapter-box{width: 148rpx;top:118rpx;left:292rpx;font-size: 28rpx;}
- .chapter-title-box{width: 296rpx;height: 70rpx;top:163rpx;left:223rpx;font-size: 28rpx;}
- .chapter-small-title-box{line-height: 1.8;font-size: 36rpx;}
- .chapter-middle-title-box{line-height: 2.4;font-size: 30rpx;}
- .chapter-big-title-box{line-height: 1.3;font-size: 28rpx;}
- .small-brand-item:nth-child(1){top:290rpx;right:60rpx;}
- .small-brand-item:nth-child(2){top:480rpx;left:75rpx;}
- .small-brand-item:nth-child(3){top:630rpx;right:110rpx;}
- .small-brand-item:nth-child(4){top:990rpx;right:140rpx}
- .big-brand-item:nth-child(1){top:300rpx;right:24rpx;}
- .big-brand-item:nth-child(2){top:490rpx;left:24rpx;}
- .big-brand-item:nth-child(3){top:640rpx;right:80rpx;}
- .big-brand-item:nth-child(4){top:1000rpx;right:110rpx;}
- .ceshi-brand-item{top:1020rpx;right:140rpx;}
- }
- @media (max-height: 700px) {
- min-height: 1260rpx;
- //0.88
- .ezy-study-wrap{width: 645rpx;height: 1198rpx;}
- .animal-img{left: 280rpx;top: 240rpx;}
- .chapter-box{top:110rpx;left:266rpx;}
- .chapter-title-box{width: 286rpx;height: 66rpx;top:150rpx;left:200rpx;}
- .chapter-middle-title-box{line-height: 2.2;}
- .chapter-big-title-box{line-height: 1.2;}
- .small-brand-item:nth-child(1){top:260rpx;right:50rpx;}
- .small-brand-item:nth-child(2){top:445rpx;left:60rpx;}
- .small-brand-item:nth-child(3){top:580rpx;right:100rpx;}
- .small-brand-item:nth-child(4){top:920rpx;right:140rpx}
- .big-brand-item:nth-child(1){top:270rpx;right:0;}
- .big-brand-item:nth-child(2){top:450rpx;left:16rpx;}
- .big-brand-item:nth-child(3){top:590rpx;right:70rpx;}
- .big-brand-item:nth-child(4){top:925rpx;right:100rpx;}
- .ceshi-brand-item{top:940rpx;right:130rpx;}
- }
- @media (max-height: 600px) {
- //0.76
- min-height:1200rpx;
- .ezy-study-wrap{width: 577rpx;height: 1072rpx;}
- .animal-img{left: 280rpx;top: 210rpx;}
- .chapter-box{width: 120rpx;top:96rpx;left:245rpx;font-size: 26rpx;}
- .chapter-title-box{width: 255rpx;height: 60rpx;top:136rpx;left:178rpx;}
- .chapter-small-title-box{line-height: 1.6;font-size: 34rpx;}
- .chapter-middle-title-box{line-height: 2;font-size: 28rpx;}
- .chapter-big-title-box{line-height: 1.2;font-size: 26rpx;}
- .small-brand-item:nth-child(1){top:220rpx;right:24rpx;}
- .small-brand-item:nth-child(2){top:385rpx;left:42rpx;}
- .small-brand-item:nth-child(3){top:500rpx;right:65rpx;}
- .small-brand-item:nth-child(4){top:800rpx;right:100rpx}
- .big-brand-item:nth-child(1){top:220rpx;right:0;}
- .big-brand-item:nth-child(2){top:390rpx;left:0;}
- .big-brand-item:nth-child(3){top:510rpx;right:30rpx;}
- .big-brand-item:nth-child(4){top:810rpx;right:100rpx;}
- .ceshi-brand-item{top:835rpx;right:130rpx;}
- }
- }
- // 英语
- .ezy-yingyu-study-page{
- background-color: #00aeee;@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/study/yingyu/study-yingyu-bj.png");
- .ezy-study-wrap{
- width:750rpx;height:1365rpx;position: absolute;top:calc(var(--status-bar-height) + -7%);
- background-image: url("@/static/images/study/yingyu/study-wrap-bj.png");}
- .animal-img{left: 280rpx;top: 420rpx;}
- .chapter-title-box{
- width: 120rpx;height: 60rpx;line-height: 60rpx;text-align: center;font-weight: 800;color: #66ffff;font-size: 28rpx;
- position: absolute;top:175rpx;left:25rpx;box-sizing: content-box;padding: 10rpx 54rpx 175rpx 250rpx;
- }
- // brand-content
- .brand-icon,.brand-content{text-align: center;@include single-line-ellipsis;font-size: 24rpx;}
- .brand-icon{width: 170rpx;height: 34rpx;line-height: 34rpx;color: #180b34;margin: 3rpx auto 0;}
- .brand-content{width: 246rpx;height: 38rpx;line-height: 38rpx;color: #fff;margin: 0 auto;}
- .brand-lock,.brand-finish-icon{
- width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
- position: absolute;transform: translateX(-50%);top: -125rpx;right: 58rpx;}
- .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
- .brand-lock::before{
- content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
- }
- .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
- .brand-arrow{
- width: 58rpx;height: 58rpx;left: 38%;top: -58%;position: absolute;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/study/brand-arrow.gif");
- }
- // brand-item
- .brand-item{
- width: 260rpx;height: 81rpx;position: absolute;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/study/yingyu/dao-item-disabled.png");
- }
- .brand-active{background-image: url("@/static/images/study/yingyu/dao-item-active.png");}
-
- .brand-item:nth-child(1){top:758rpx;right:46rpx;}
- .brand-item:nth-child(2){top:920rpx;left:55rpx;}
- .brand-item:nth-child(3){
- top:1110rpx;right:78rpx;
- .brand-lock,.brand-finish-icon{top: -135rpx;right: 60rpx;}
- }
- .brand-item:nth-child(4){top:1280rpx;left:52rpx;}
- .brand-item.ceshi-brand-item{
- width: 394rpx;height: 288rpx;top:1280rpx;
- left: unset;right:-10rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/study/yingyu/test-item-disabled.png");
- .brand-content{display: none;}
- .brand-lock,.brand-finish-icon{top: 150rpx;right: 170rpx;}
- .brand-arrow{left: 32%;top: 14%;}
- }
- .brand-item.ceshi-brand-item.brand-active{background-image: url("@/static/images/study/yingyu/test-item-active.png");}
-
- @media (max-height: 800px) {
- // 0.9
- min-height:1400rpx;
- .animal-img{left: 260rpx;top: 390rpx;}
- .chapter-title-box{width: 120rpx;height: 48rpx;line-height: 52rpx;top:162rpx;left:26rpx;padding: 10rpx 42rpx 170rpx 220rpx;}
- .ezy-study-wrap{width: 687rpx;height: 1250rpx;left:50%;top:calc(var(--status-bar-height) + -4%);transform: translateX(-50%);}
- .brand-lock,.brand-finish-icon{top: -120rpx;right: 60rpx;}
- .brand-item:nth-child(1){top:685rpx;right:30rpx;}
- .brand-item:nth-child(2){top:830rpx;left:42rpx;}
- .brand-item:nth-child(3){
- top:1000rpx;right:60rpx;
- .brand-lock,.brand-finish-icon{top: -122rpx;right: 62rpx;}
- }
- .brand-item:nth-child(4){top:1180rpx;left:42rpx;}
- .brand-item.ceshi-brand-item{
- width: 337rpx;height: 246rpx;top:1140rpx;left: unset;right:-40rpx;
- .brand-lock,.brand-finish-icon{top: 125rpx;right: 130rpx;}
- }
- }
- @media (max-height: 750px) {
- .ezy-study-wrap{top:calc(var(--status-bar-height) + -7%);}
- .brand-item.ceshi-brand-item{top:1110rpx;}
- }
- @media (max-height: 700px) {
- min-height:1300rpx;
- .animal-img{left: 240rpx;top: 340rpx;}
- .chapter-title-box{width: 100rpx;height: 40rpx;line-height: 40rpx;top:145rpx;left:22rpx;font-size: 24rpx;padding: 10rpx 24rpx 170rpx 196rpx;}
- .ezy-study-wrap{width: 600rpx;height: 1092rpx;top:calc(var(--status-bar-height) + -7%);}
- .brand-lock,.brand-finish-icon{top: -120rpx;right: 60rpx;}
- .brand-item:nth-child(1){top:610rpx;right:10rpx;}
- .brand-item:nth-child(2){top:730rpx;left:22rpx;}
- .brand-item:nth-child(3){
- top:885rpx;right:38rpx;
- .brand-lock,.brand-finish-icon{top: -128rpx;right: 62rpx;}
- }
- .brand-item:nth-child(4){top:1040rpx;left:20rpx;}
- .brand-item.ceshi-brand-item{
- width: 315rpx;height: 231rpx;top:1020rpx;left: unset;right:-40rpx;
- .brand-lock,.brand-finish-icon{top: 125rpx;right: 130rpx;}
- }
- }
- @media (max-height: 650px){
- .ezy-study-wrap{top:calc(var(--status-bar-height) + -7%);}
- .brand-item.ceshi-brand-item{width: 296rpx;height: 216rpx;left: unset;top:1000rpx;}
- }
- @media (max-height: 600px){
- .chapter-title-box{padding: 10rpx 44rpx 150rpx 195rpx;}
- .brand-item.ceshi-brand-item{left: unset;top:1020rpx;}
- }
- }
- // 岛弹窗
- .dao-popup-box{
- width: 100%;height: 865rpx;
- @include ezy-no-repeat-cover;
- background-image: url("@/static/images/study/dao-box-bj.png");
- box-sizing: border-box;padding: 64rpx 36rpx 0;
- .dao-popup-img{width: 481rpx;height: 615rpx;@include ezy-no-repeat-cover;margin: 0 auto;}
- .dao-popup-btn{
- width: 644rpx;height: 106rpx;@include ezy-no-repeat-cover;margin-top: 32rpx;
- background-image: url("@/static/images/study/dao-box-btn.png");
- }
- }
- //目录页
- .ezy-catalogue-dialog{
- width: 663rpx;height: 1038rpx;padding: 180rpx 52rpx 60rpx 40rpx;box-sizing: border-box;position: relative;
- @include ezy-no-repeat-cover;display: flex;position: relative;
- .catalogue-nianji-title{height: 50rpx;line-height: 50rpx;display: inline-block;font-size: 36rpx;color: #fff;
- background-color: #068aea;padding: 0 20px;border-radius: 0 25rpx 25rpx 0;margin-right: auto;}
- .catalogue-mt{margin-top: 20rpx;}
- .uni-scroll-view{position: unset;}
- .catalogue-close-btn{
- width: 54rpx;height: 54rpx;
- background-image: url("@/static/images/catalog/catalog-close-btn.png");@include ezy-no-repeat-cover;
- position: absolute;top: 40rpx;right: 36rpx;
- }
- .ezy-catalogue-collapse{
- background-color: transparent!important;flex: 1;overflow-y: auto;
- .collapse-item-box{
- padding: 24rpx 0 24rpx 12rpx!important ;border-bottom: 2rpx dashed #9dc0f6;
- .uni-collapse-item__wrap{background-color: transparent!important;}
- .collapse-title{display: flex;font-size: 28rpx;font-weight: 700;color: #0a549d;position: relative;}
- .collapse-num-box{
- width: 46rpx;height: 46rpx;line-height: 46rpx;font-size: 30rpx;font-weight: 700;color: #fff;text-align: center;
- background-image: url("@/static/images/catalog/num-bj.png");@include ezy-no-repeat-cover;
- -webkit-text-stroke: 1rpx #0d64d7;text-stroke: 1rpx #0d64d7;margin-right: 12rpx;flex-shrink: 0;
- }
- .collapse-name{@include single-line-ellipsis;width: 400rpx;line-height: 1.6;}
- .uni-collapse-item__title-arrow{margin-right: 60rpx;transform: unset;}
- .uni-icons{
- width: 37rpx;height: 37rpx;
- background-image: url("@/static/images/catalog/jt-btn.png");@include ezy-no-repeat-cover;
- &::before{display: none;}
- }
- .collapse-lock{
- width: 35rpx;height: 41rpx;position: absolute;right: -90rpx;top: 0rpx;
- background-image: url("@/static/images/catalog/catalog-lock.png");@include ezy-no-repeat-cover;
- }
- }
- .collapse-item-box.collapse-active{
- border: 0;
- .collapse-title{color: #01b106;}
- .collapse-num-box{
- background-image: url("@/static/images/catalog/num-active-bj.png");
- -webkit-text-stroke: 1rpx #009931;text-stroke: 1rpx #009931;
- }
- .uni-icons{
- background-image: url("@/static/images/catalog/jt-active-btn.png");transform:unset;
- }
- }
- .collapse-content-box{border-top: 2rpx dashed #9dc0f6;margin: 20rpx 0 100rpx;}
- .collapse-content-item{
- font-size: 28rpx;color:#343434;
- border-bottom: 1px dashed #999;
- padding: 20rpx 10rpx;margin: 0 10rpx;
- }
- // .collapse-item-box:last-child{border: 0;}
- }
- .ezy-catalogue-collapse-vip .collapse-item-box .uni-collapse-item__title-arrow{margin-right: 10rpx;}
- }
- // 考试页
- .ezy-exam-page{
- width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(top);
- .ezy-exam-swiper{
- width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
- uni-swiper-item{overflow: auto;}
- }
- .exam-submit-btn{
- width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
- background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
- }
- .tip-mask-box{
- width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
- }
- .exam-tip-box{
- width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/exam/exam-tip-bj.png");
- color: #036f6f;font-size: 32rpx;z-index: 3;padding: 180rpx 0 0 100rpx;
- position: absolute;left: 0;right: 0;bottom: var(--window-bottom);
- }
- }
- // 成绩页
- .ezy-result-page{
- width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(top);
- .result-exam-swiper{
- width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
- uni-swiper-item{overflow: auto;}
- .flex-center{
- height: 100%;
- .body{height: 100%;display: flex;flex-direction: column;}
- // 试题部分滚动 解析部分固定
- // .ezy-danxuan-box{flex: 1;overflow-y: auto;}
- }
- }
- .answer-content-box{
- margin-top: 24rpx;
- .answer-dtjx-row{display: flex;justify-content: space-between;}
- .answer-title{width: 150rpx;height: 62rpx;flex-shrink: 0;margin-left: 10rpx;
- background-image: url("@/static/images/exam/answer-title.png");@include ezy-no-repeat-cover;
- }
- .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #15ab2e;
- border-radius: 4px;box-sizing: border-box;padding: 16rpx;margin: 20rpx 0 20rpx 10rpx;min-height: 80rpx;}
- .tiankong-answer-row{word-break: break-all;margin-bottom: 10rpx;}
- .tiankong-answer-row:last-child{margin-bottom: 0;}
- .answer-btn-box{display: flex;height: 135rpx;margin: 20rpx 0 20rpx 10rpx;}
- .answer-item-left,.answer-item-right{
- width: 100%;flex: 1;align-items: center;justify-content: center;
- display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
- .answer-item-title{font-size: 32rpx;color: #333;margin-bottom: 4rpx;}
- .answer-item-error{font-size: 32rpx;color: #ef1417;min-height: 36rpx;}
- .answer-item-correct{font-size: 32rpx;color: #15ab2e;min-height: 36rpx;}
- }
- .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
- .answer-item-right{border-radius: 0 4px 4px 0;}
- .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
- .answer-btn{width: 227rpx;height:72rpx;@include ezy-no-repeat-cover;margin-right: 20rpx;
- background-image:url("@/static/images/exam/answer-btn.png");flex-shrink: 0;
- }
- }
- }
- // 得分页
- .exam-score-dialog{
- width: 750rpx;height: 962rpx;margin-bottom: 30%;position: relative;
- @include ezy-no-repeat-cover;
- .score-content-box{
- position: absolute;top: 565rpx;left: 200rpx;word-spacing: 18rpx;
- font-size: 38rpx;font-weight: 800; color: #000;@include ezy-no-repeat-cover;
- icon{width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin: 0 6rpx;}
- .right-error-row{display: flex;align-items: center;}
- .right-icon{background-image: url("@/static/images/exam/score-right-icon.png");}
- .error-icon{background-image: url("@/static/images/exam/score-error-icon.png");margin-left:56rpx;}
- .text-red{color: #ff6500;margin: 0 8rpx;}
- .text-score{
- width: 160rpx;font-weight: 800;font-size: 80rpx;color: #ff6701;
- -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
- text-align: center; animation: fadeIn 3s linear forwards;}
- @keyframes fadeIn {
- 0% { opacity: 0;}
- 60% { opacity: 0;}
- 100% { opacity: 1;}
- /* from { opacity: 0;}
- to {opacity: 1;} */
- }
- }
- .ckst-btn,.jxxx-btn{width: 115rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
- .score-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
- .ckst-btn{background-image: url("@/static/images/exam/ckst-btn.png");}
- .jxxx-btn{background-image: url("@/static/images/exam/jxxx-btn.png");}
- }
- // 高兴鹅
- .score-happy-study-dialog{
- background-image: url("@/static/images/exam/score-right-bj.gif");
- .score-btn-box{bottom: -80rpx;}
- .text-score{margin: 120rpx 0 0 160rpx;}
- }
- // 沮丧鹅
- .score-unhappy-study-dialog{
- background-image: url("@/static/images/exam/score-error-bj.gif");
- .score-btn-box{bottom: -60rpx;}
- .text-score{margin: 108rpx 0 0 160rpx;}
- }
- // 完成-高兴鹅
- .score-finish-happy-study-dialog{
- background-image: url("@/static/images/exam/score-right-finish-bj.gif");
- .score-btn-box{bottom: 120rpx;}
- }
- // 完成-沮丧鹅
- .score-finish-unhappy-study-dialog{
- background-image: url("@/static/images/exam/score-error-finish-bj.gif");
- .score-btn-box{bottom: 120rpx;}
- }
- // 答案解析
- .ezy-dajx-page{
- width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(top);
- .shiti-frame-box{overflow-y: auto;}
- .dajx-content-box{
- width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
- .slfx-title,.spjj-title{
- width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
- }
- .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
- .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
- .slfx-content{
- font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
- box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
- display: block;@include ezy-rich-text;
- }
-
- }
- }
- // 课程页面
- .ezy-course-page{
- width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(top);
- .course-video-box{width: 730rpx;height: 440rpx;padding: 32rpx 32rpx;margin: 0 auto 6rpx;}
- .course-content-border{
- display: flex;flex: 1;position: relative;margin: 0 22rpx;border-radius: 10rpx 10rpx 0 0;
- background-color: rgba(255, 255, 255, 0.3);overflow-y: auto;
- }
- .course-content-box{
- flex: 1;margin: 20rpx 20rpx 0;background-color: rgba(255, 255, 255, 0.5);;overflow-y: auto;
- box-sizing: border-box;padding: 42rpx 24rpx;
- }
- .course-content-item{
- width: 100%;background-color: rgba(255, 255, 255, 0.8);border-radius: 8rpx;color: #666;display: block;
- box-sizing: border-box;padding: 20rpx;margin-bottom: 30rpx;font-size: 32rpx;@include ezy-rich-text;
- }
- .title-play-box{
- width: 100%;height: 85rpx;border-radius: 8rpx;box-sizing: border-box;padding: 0 10rpx;
- display: flex;justify-content: space-between;align-items: center;margin:0 0 12rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-title-bj.png");
- }
- .course-icon{
- width: 60rpx;height: 75rpx;@include ezy-no-repeat-cover;
- }
- .course-title{color: #fff;font-size: 36rpx;margin-right: auto;margin-left: 10rpx;}
- .course-play-btn{
- width: 162rpx;height: 54rpx;line-height: 50rpx;
- box-sizing: border-box;font-size: 24rpx;padding-left: 40rpx;
- flex-shrink: 0;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-play.png");}
- }
- // 课程得分页面
- .course-score-dialog{
- width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/course/video-score-bj.png");
- margin-bottom: 20%;position: relative;
- .text-score{
- width: 220rpx;font-size: 100rpx;font-weight: 800;color: #ff6701;
- -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
- margin: 110rpx 0 0 160rpx;text-align: right;position: absolute;
- bottom: 230rpx;left: 0;
- }
- .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
- .course-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
- .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
- .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
- @media (max-height: 600px) {margin-bottom: 40%;}
- }
- // 课程完成
- .course-finish-dialog{
- width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/course/video-finish-bj.png");
- margin-bottom: 20%;position: relative;
- .text-score{display: none;}
- .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
- .course-btn-box{position: absolute;bottom: 200rpx;display: flex;left: 50%;transform: translateX(-50%);}
- .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
- .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
- @media (max-height: 600px) {margin-bottom: 40%;}
- }
-
- // 我的页面
- .ezy-my-page{
- width: 100%;height: 100vh;min-height: 1800rpx;background-color: #00c5fe;position: relative;overflow: auto;
- padding-top:var(--status-bar-height);@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
- .my-head-box{
- width: 100%;padding: 80rpx 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
- .head-img-box{width: 154rpx;height: 154rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;}
- .head-content-box{font-size: 30rpx;}
- }
-
- // hyqy
- .my-hyqy-swiper{
- height: 385rpx;
- .uni-swiper-dots-horizontal{bottom: 24rpx;}
- }
- .hyqy-box{
- width: 731rpx;height: 385rpx;margin: 0 auto;position: relative;
- @include ezy-no-repeat-cover;
- .hyqy-btn{width: 154rpx;height: 54rpx;position: absolute;top: 46rpx;right: 46rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/my/hyqy-btn.png");}
- }
- // 1数学 2英语
- .hyqy-box1{background-image: url("@/static/images/my/hyqy-img1.png");}
- .hyqy-disabled-box1{background-image: url("@/static/images/my/hyqy-img-disabled1.png");}
- .hyqy-box2{background-image: url("@/static/images/my/hyqy-img2.png");}
- .hyqy-disabled-box2{background-image: url("@/static/images/my/hyqy-img-disabled2.png");}
- // 游客
- .yk-disabled-box{background-image: url("@/static/images/my/hyqy-img3.png");}
- // list
- .my-list-box{
- width:700rpx;margin: 36rpx auto 0;
- .list-row{border-bottom: 2rpx solid #5bcdfb;color: #fff;box-sizing: border-box;padding: 30rpx 20rpx;
- display: flex;align-items: center;position: relative;}
- .list-row::after{
- content: '';width: 19rpx;height: 33rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/my/list-jt.png");
- position: absolute;right: 20rpx;
- }
- .no-jt::after,.no-jt::after{display: none;}
- .list-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
- .tel-icon{background-image: url("@/static/images/my/list-icon1.png");}
- .error-icon{background-image: url("@/static/images/my/list-icon2.png");}
- .order-icon{background-image: url("@/static/images/my/list-icon3.png");}
- .login-out-icon{background-image: url("@/static/images/my/list-icon4.png");}
- .about-icon{background-image: url("@/static/images/my/list-icon5.png");}
- .zhuxiao-icon{background-image: url("@/static/images/my/list-icon6.png");}
- .duihuanma-icon{background-image: url("@/static/images/my/list-icon8.png");}
- .yszc-icon{background-image: url("@/static/images/my/list-icon7.png");}
- .cpsc-icon{background-image: url("@/static/images/my/list-icon9.png");}
- }
- @media (max-height: 736px) {
- min-height: 1500rpx;
- .my-head-box{padding: 46rpx 24rpx 16rpx;}
- .my-list-box{
- margin: 6rpx auto 0;
- .list-row{padding: 20rpx;}
- }
- }
- @media (max-height: 600px) {
- .my-head-box{padding: 42rpx 24rpx 24rpx;}
- .my-list-box{
- margin: 12rpx auto 0;
- .list-row{padding: 16rpx;font-size: 30rpx;}
- .list-row::after{right: 16rpx;}
- }
- }
- @media (max-height: 500px) {
- min-height: 1300rpx;
- }
- }
- .ezy-my-page::before{
- content: '';width: 279rpx;height: 250rpx;display:block;
- position: absolute;top:calc(20rpx - var(--status-bar-height));right:20rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/my/my-page-img.png");
- }
- // 错题
- .ezy-cuoti-page{
- width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
- .uni-list{background-color: transparent!important;}
- .uni-list--border-top,.uni-list--border-bottom{display: none;}
-
- .cuoti-content-box{flex: 1;background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 10rpx 20rpx;}
- .cuoti-scroll-view{overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
-
- // item
- .list-item-box{
- width: 94%;background-color: transparent!important;
- border-bottom: 1px dashed #77d6f7;margin: 0 3%;
- .uni-list-item__header{display: none;}
- .uni-list-item__container{flex-direction: column;position: relative;padding:36rpx 0;overflow: unset;}
- .item-date-row{
- display: flex;align-items: center;color:#28bdf2;margin-bottom: 16rpx;
- .data-icon{
- width: 35rpx;height: 35rpx;margin: 10rpx;font-size: 28rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/cuoti-time-icon.png");}
- }
- .item-cuoti-row{
- display: flex;flex-direction: row;color:#444;
- .icon-num-box{display: flex;}
- .cuoti-content{display: flex;align-items: center;}
- .cuoti-icon{
- width: 35rpx;height: 35rpx;margin: 10rpx;font-size: 28rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/cuoti-icon.png");
- }
- .cuoti-text{color: #ff0101;margin-right: 6rpx;}
- }
- .cuoti-btn{
- width: 160rpx;height: 40rpx;line-height: 38rpx;box-sizing: border-box;padding-left: 24rpx;
- background-color: #068aea;font-size: 24rpx;color: #fff;border-radius: 20rpx 0 0 20rpx;
- position: absolute;right: -3%;top: 114rpx;
- }
- .cuoti-btn::after{
- content: '';width: 14rpx;height: 24rpx;display: block;position: absolute;top: 8rpx;right: 16rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/my/list-jt.png");
- }
- }
-
- }
- // 关于我们
- .ezy-about-page{
- width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
- .about-body-border{
- flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
- margin: 12rpx auto 200rpx;position: relative;display: flex;flex-direction: column;
- }
- .about-body-box{
- content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
- position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
- box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
- }
- .content-top-box{
- display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
- box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #fff;
- .about-icon-box{
- width: 192rpx;height: 188rpx;margin-right: 36rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
- }
- .about-name{
- font-size: 30rpx;margin: 20rpx 0 42rpx;
- }
- .about-text{margin: 16rpx 0;}
- }
- .content-box{
- font-size: 30rpx;margin-top: 50rpx;line-height: 2;color: #333;
- text-align: justify;box-sizing: border-box;padding: 0 10rpx;
- }
- @media (max-height: 600px) {
- .about-body-border{margin: 12rpx auto 150rpx;}
- .about-body-box{padding: 32rpx 20rpx 20rpx;}
- .content-top-box{padding-bottom: 24rpx;}
- .content-box{margin-top: 20rpx;}
- }
- }
- // 绑定手机号弹窗
- .my-tel-dialog{
- background-color: rgba(255, 255, 255, 0.6);
- position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
- justify-content: center;align-items: center;
- .tel-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
- background-image: url("@/static/images/common/close-icon.png");}
- .my-tel-content{
- width: 625rpx;height: 740rpx;box-sizing: border-box;padding: 100rpx 62rpx;
- background-image: url("@/static/images/my/my-tel-bj.png");@include ezy-no-repeat-cover;position: relative;
-
- }
- .my-tel-title{font-size: 40rpx;color: #333;text-align:center;margin-bottom: 24rpx;}
- .tel-row{border-bottom: 1px dashed #70cbf4;}
- .yzm-row{padding-top: 32rpx;}
- /***** 输入手机号页面*****/
- .my-input-box{
- width:500rpx;height: 88rpx;box-sizing: border-box;
- display: flex;align-items: center;
- background-image: url("@/static/images/my/my-tel-input.png");@include ezy-no-repeat-cover;
- .my-input {font-size: 32rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
- .uni-input-placeholder {font-size: 25rpx;color: #ffffffd9;}
- .close-btn{width: 36rpx;height: 36rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
- }
-
- .get-yzm-btn{color: #3b73bf;margin:24rpx 0 36rpx;font-size: 25rpx;}
- .get-yzm-disabled{color: #666;}
-
- .yzm-tip{color: #3b73bf;margin:0 0 24rpx;font-size: 25rpx;}
-
- .my-bind-btn{
- width:500rpx;height: 88rpx;text-align: center;line-height: 88rpx;color: #fff;margin-top: 24rpx;
- background-image: url("@/static/images/my/my-tel-btn.png");@include ezy-no-repeat-cover;
- }
- }
- // 兑换码
- .duihuan-dialog{
- .duihuan-input{
- width:465rpx;height: 82rpx;box-sizing: border-box;padding: 0 18rpx;
- display: flex;align-items: center;margin: 0 auto;
- background-image: url("@/static/images/my/my-tel-input.png");@include ezy-no-repeat-cover;
- .uni-input-placeholder {font-size: 25rpx;color: #ffffffd9;}
- }
- }
- // SVIP
- .ezy-svip-page{
- width: 100%;height: 100vh;min-height:1688rpx;background-color: #23befb;position: relative;
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
- .svip-login1,.svip-login2{width: 673rpx;height: 269rpx;margin: 24rpx auto 0;@include ezy-no-repeat-cover;}
- .svip-login1{background-image: url("@/static/images/pay/svip-logo1.png");}
- .svip-login2{background-image: url("@/static/images/pay/svip-logo2.png");}
- .svip-list-box{
- margin: 24rpx auto;
- .list-item-box{display: flex;align-items: center;color: #fff;margin-bottom: 28rpx;}
- .list-icon{
- width: 96rpx;height: 106rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;
- }
- .list-title{
- font-size: 28rpx;font-weight: 600;margin-bottom: 10rpx;
- }
- .list-content{font-size: 25rpx;color: rgba(255, 255, 255, 0.8);}
-
- }
- .open-svip-box{
- width: 702rpx;height:413rpx;margin: 0 auto;box-sizing: border-box;padding: 0 16rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-block-bj.png");
- .svip-price-box{
- display: flex;justify-content: space-between;border-bottom: 2rpx solid #efd774;font-size: 32rpx;
- margin-top: 120rpx;box-sizing: border-box;padding:0 24rpx 24rpx;color: #87664d;align-items: center;
- .original-price{text-decoration: line-through;}
- .discount-price{color: #ff0101;font-size: 40rpx;}
- }
- .pay-type-box{
- display: flex;align-items: center;padding:20rpx 24rpx;box-sizing: border-box;
- .type-radio-title{color: #87664d;margin-right: 32rpx;flex-shrink: 0;font-size: 32rpx;}
- .type-radio-content{display: flex;flex-direction: row;align-items: center;
- justify-content: space-between;flex: 1;font-size: 32rpx;}
- }
- .type-radio-box{
- display: flex;align-items: center;color: #87664d;
- icon{width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
- .uni-radio-input{
- width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-left: 16rpx;
- background-image: url("@/static/images/pay/svip-radio.png");
- background-color:transparent;border:0; pointer-events: none;
- svg{display: none;}
- }
- .radio-checked .uni-radio-input{
- width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;color:transparent;
- background-image: url("@/static/images/pay/svip-radio-checked.png");
- }
- }
- .wx-radio{background-image: url("@/static/images/pay/svip-wx-icon.png");}
- .zfb-radio{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
- .open-svip-btn,.open-svip-btn-hui{
- width: 333rpx;height: 88rpx;line-height: 88rpx;text-align: center;color: #fff;margin: 10rpx auto;font-size: 36rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-btn-bj.png");
- }
- .open-svip-btn-hui{
- background-image: url("@/static/images/pay/svip-btn-bj-hui.png");
- color: #BA9D7F;
- }
- }
-
- .hyfw-tip-box{
- font-size: 25rpx;color: #fff;text-align: center;margin-top: 5rpx;
- text{color: #e3f524;}
- }
- @media (max-height: 800px) {
- min-height: 1600rpx;
- .svip-login1,.svip-login2{width: 538rpx;height: 215rpx;margin: 0 auto;}
- .svip-list-box{
- margin: 0 auto;
- .list-item-box{margin-bottom: 20rpx;}
- }
- .open-svip-box{
- width: 673rpx;height:396rpx;
- .open-svip-btn{margin: 0 auto;}
- }
- }
- @media (max-height: 736px) {
- min-height: 1472rpx;
- .svip-login1,.svip-login2{width: 500rpx;height: 200rpx;margin: 0 auto;}
- .svip-list-box{
- .list-item-box{margin-bottom: 16rpx;}
- .list-icon{
- width: 96rpx;height: 106rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;
- }
- .list-title{font-size: 26rpx;}
- .list-content{font-size: 22rpx;}
- }
- .open-svip-box{
- width: 625rpx;height:349rpx;
- .svip-price-box{
- font-size: 30rpx;margin-top: 90rpx;padding:0 24rpx 24rpx;
- .discount-price{color: #ff0101;font-size: 36rpx;}
- }
- .pay-type-box{
- padding:10rpx 12rpx;
- .type-radio-title{margin-right: 24rpx;font-size: 30rpx;}
- .type-radio-content{font-size: 30rpx;}
- }
- .open-svip-btn{width: 300rpx;height: 80rpx;line-height: 80rpx;margin: 6rpx auto;font-size: 32rpx;}
- }
- }
- }
- // 订单
- .ezy-order-page{
- width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
- .uni-list{background-color: transparent!important;}
- .uni-list--border-top,.uni-list--border-bottom{display: none;}
- .uni-list-item__header{display: none;}
- .uni-list-item__container{
- flex-direction: column!important;position: relative;
- padding:16rpx 20rpx !important;overflow: unset;}
-
- .order-scroll-view{margin-top: 10rpx;overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
- .order-list-item{
- width: 94%;background-color: rgba(255, 255, 255, 0.6)!important;
- margin: 0 3% 12rpx;border-radius: 8rpx;
- .order-item-head{
- display: flex;justify-content: space-between;align-items: center;font-size: 24rpx;color: #333;
- .order-name-box{
- display: flex;align-items: center;
- icon{
- width: 58rpx;height: 58rpx;margin-right: 10rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/order-icon.png");
- }
- }
- .pay-status{color:#fdae36;margin-left: 36rpx;}
- }
-
- .order-content-box{
- display: flex;margin-top: 10rpx;box-sizing: border-box;margin-bottom: 24rpx;
- .content-img{width: 230rpx;height: 230rpx;margin-right: 20rpx;@include ezy-no-repeat-cover;flex-shrink: 0;}
- .content-body-box{display: flex;flex-direction: column;}
- .content-name{font-size: 36rpx;color: #000;margin-bottom: 8rpx;@include single-line-ellipsis;max-width: 320rpx;}
- .content-text{font-size: 24rpx;color: #666;@include multi-line-ellipsis(3);line-height: 1.5;}
- .content-tag{
- width: 160rpx;height: 40rpx;line-height: 40rpx;
- font-size: 24rpx;color: #01c6fe;background-color: rgba(255, 255, 255, 0.6);
- border-radius: 4rpx;text-align: center;
- }
- .content-yuanjia{font-size: 42rpx;color: #ff0101;margin-top: auto;margin-left:auto;}
- .content-money-box{
- display: flex;justify-content: space-between;align-items: center;margin-top: 8rpx;
- .bottom-data{font-size: 24rpx;color: #999;}
- .bottom-money{color: #333;}
- .order-kcb-btn{
- width: 180rpx;height: 56rpx;line-height: 56rpx;text-align: center;font-size: 24rpx;color: #fff;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/common/jf-bj.png");
- icon{width: 18rpx;height: 18rpx;@include ezy-no-repeat-cover;margin-left: 4rpx;
- background-image: url("@/static/images/common/jt-up-white-icon.svg");transform: scale(180deg);}
- }
- }
- }
-
- .order-bottom-box{
- box-sizing: border-box;padding: 16rpx 0 10rpx;border-top: 1px dashed #fff;
- display: flex;justify-content: space-between;
- .pay-status-box{
- width: 200rpx;display: flex;align-items: center;
- padding:2rpx 0 2rpx 16rpx;color: #666;margin-left: 4rpx;
- icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 8rpx;}
- .wx-icon{background-image: url("@/static/images/pay/svip-wx-icon.png");}
- .zfb-icon{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
- .apple-icon{background-image: url("@/static/images/common/apple-icon.svg");}
- }
- .pay-status-box::after{
- content:'';width: 24rpx;height: 24rpx;margin-left: 4rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/common/qiehuan-icon.svg");
- }
- .apple-status-box::after{display: none;}
- .pay-btn{
- width: 180rpx;height: 70rpx;font-size: 28rpx;line-height: 70rpx;text-align: center;color: #fff;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/mall/mall-btn.png");
- }
- }
- }
-
-
- }
- // 订单支付
- .ezy-order-pay-page{
- width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
- .order-pay-border-box{
- width: 740rpx;height: 1144rpx;margin: 0 auto;box-sizing: border-box;padding: 30rpx;
- @include ezy-no-repeat-cover(top);background-image: url("@/static/images/pay/order-pay-bj.png");
- }
- .order-pay-img-box{
- display: flex;background-color: rgba(255, 255, 255, 0.6);
- box-sizing: border-box;padding: 32rpx 24rpx;margin-bottom: 6rpx;
- icon{width: 212rpx;height: 202rpx;margin-right: 20rpx;@include ezy-no-repeat-cover;flex-shrink: 0;}
- .order-pay-img1{background-image: url("@/static/images/pay/svip1.png");}
- .order-pay-img2{background-image: url("@/static/images/pay/svip2.png");}
- .img-content-box{flex: 1;position: relative;}
- .content-name{font-size: 40rpx;color: #333;margin-bottom: 12rpx;}
- .content-tag{
- width: 150rpx;height: 40rpx;line-height: 40rpx;display: inline-block;
- font-size: 24rpx;color: #01c6fe;background-color: rgba(255, 255, 255, 0.6);
- border-radius: 4rpx;text-align: center;
- }
- .content-tag + .content-tag{margin-left: 16rpx;}
- .content-yuanjia{font-size: 42rpx;color: #ff0101;position: absolute;right: 0;bottom: 0;}
- }
-
- .price-box{
- margin-bottom: 6rpx;background-color: rgba(255, 255, 255, 0.6);box-sizing: border-box;padding: 32rpx 24rpx;
- .price-row{display: flex;justify-content: space-between;font-size: 30rpx;color: #333;box-sizing: border-box;padding-left: 10rpx;}
- .price-line-row{border-bottom: 1rpx dashed #fff;padding: 24rpx 0 36rpx 10rpx;margin-bottom: 24rpx;}
- .price-red{color: #ff0101;}
- }
-
- .pay-type-box{
- background-color: rgba(255, 255, 255, 0.6);box-sizing: border-box;padding: 32rpx 24rpx;border-radius: 0 0 10rpx 10rpx;
- .pay-type-name{font-size: 36rpx;color: #333;margin-bottom: 12rpx;}
- .type-radio-box{display: flex;flex-direction: column;}
- .type-radio-row{
- display: flex;justify-content: space-between;flex: 1;align-items: center;color: #87664d;
- padding: 24rpx 0;box-sizing: border-box;
- icon{width: 58rpx;height: 58rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;flex-shrink: 0;}
- .uni-radio-input{
- width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-left: 16rpx;
- background-image: url("@/static/images/pay/svip-radio.png");
- background-color:transparent;border:0; pointer-events: none;
- svg{display: none;}
- }
- .radio-checked .uni-radio-input{
- width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;color:transparent;flex-shrink: 0;
- background-image: url("@/static/images/pay/svip-radio-checked.png");
- }
- .radio-content-box{margin-right: auto;font-size: 0;}
- .radio-title{font-size: 30rpx;color: #333;}
- .radio-content{font-size: 24rpx;color: #666;}
- }
- .type-radio-row +.type-radio-row{border-top:1px dashed #fff;padding-bottom: 10rpx;}
- .wx-radio{background-image: url("@/static/images/pay/svip-wx-icon.png");}
- .zfb-radio{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
- }
-
- .pay-sum-box{
- display: flex;justify-content: space-between;align-items: center;font-size: 36rpx;color: #333;margin-top: 42rpx;
- icon{width: 35rpx;height: 35rpx;margin: 0 12rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/order-date.png");}
- .sum-red{color: #ff0101;font-weight: bold;margin-left: 6rpx;}
- .sum-btn{
- width: 333rpx;height: 88rpx;line-height: 88rpx;text-align:center;color: #fff;font-size: 32rpx;
- display: flex;justify-content: center;align-items: center;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-btn-bj.png");
- }
- }
- @media (max-height: 700px) {
- .order-pay-border-box{padding: 20rpx;}
- .order-pay-img-box{padding:24rpx;}
- .price-box{padding:24rpx;}
- .pay-type-box{
- padding:24rpx;
- .pay-type-name{margin-bottom: 0;}
- .type-radio-row{padding: 16rpx 0;}
- }
- .pay-sum-box{margin-top: 32rpx;}
- }
- @media (max-height: 600px) {
- .order-pay-border-box{padding: 16rpx;}
- .order-pay-img-box{padding:16rpx;}
- .price-box{padding:16rpx;}
- .pay-type-box{
- padding:16rpx;
- .pay-type-name{margin-bottom: 0;}
- .type-radio-row{padding: 12rpx 0;}
- }
- .pay-sum-box{margin-top: 24rpx;}
- }
- }
- // 游戏
- .ezy-game-page{
- width: 100%;height: 100vh;background-color: #23befb;position: relative;
- box-sizing: border-box;padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/game/game-bj.png");
- .game-jf-box{position: absolute;right: 24rpx;top: var(--status-bar-height);}
- // goose
- .game-goose-box{
- position: absolute;bottom: 260rpx;right: 25rpx;color: #0d5f84;
- .game-progress-text{position: absolute;left: 50%;transform: translateX(-50%);font-size: 18rpx;}
- .game-progress-box{
- width: 138rpx;height: 25rpx;position: absolute;left: 50%;transform: translateX(-50%);
- .u-line-progress__background{
- width: 138rpx;height: 25rpx!important;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/game/jf-bj.png");
- }
- .u-line-progress__line{height: 25rpx!important;}
- }
- .goose-img-box{width: 308rpx;height: 481rpx;@include ezy-no-repeat-cover;}
- }
- .game-goose-box0{
- .game-progress-box{bottom: 300rpx;}
- .game-progress-text{bottom: 302rpx;}
- }
- .game-goose-box1{
- .game-progress-box{bottom: 330rpx;}
- .game-progress-text{bottom: 333rpx;}
- }
- .game-goose-box2{
- .game-progress-box{bottom: 404rpx;}
- .game-progress-text{bottom: 407rpx;}
- }
- .game-goose-box3{
- .game-progress-box{bottom: 460rpx;}
- .game-progress-text{bottom: 463rpx;}
- }
-
- // food
- .food-img-box{width: 80rpx;height: 75rpx;position: absolute;}
- .food-img30{bottom: 368rpx;left: 274rpx;}
- .food-img100{bottom: 360rpx;left: 270rpx;}
- .food-img300{bottom: 360rpx;left: 272rpx;}
-
- //btn
- .food-btn-box{
- width: 106rpx;height: 121rpx;position: absolute;top: calc(260rpx + var(--status-bar-height));right: 50rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/game/food-common-img.png");
- }
- .yxsm-btn{
- width: 125rpx;height: 125rpx;position: absolute;top: calc(100rpx + var(--status-bar-height));right: 38rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/game/yxsm-btn-img.png");
- }
-
-
- // game-popup-box
- .game-popup-box{
- width: 100%;height: 514rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/game/food-box-bj.png");
- box-sizing: border-box;padding: 64rpx 36rpx 0;
- .game-popup-head,.jf-btn-box{display: flex;justify-content: space-between;align-items: center;}
- .game-popup-title{
- width: 285rpx;height: 90rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/game/food-title.png");
- }
- .game-popup-jf{margin: 0 20rpx 0 0;}
- .popup-close-btn{
- width: 46rpx;height: 46rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/common/close-icon.png");
- }
- .food-list-box{display: flex;justify-content: space-between;margin-top: 24rpx;}
- .food-item-box{
- width: 204rpx;height: 250rpx;@include ezy-no-repeat-cover;
- display: flex;flex-direction: column;align-items: center;justify-content: center;
- background-image: url("@/static/images/game/food-bj.png");
- .food-image{width: 144rpx;height:135rpx;}
- .food-item-jf{
- width: 123rpx;height: 46rpx;
- display: flex;align-items: center;line-height: 1.2;font-size: 26rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/game/food-jf-bj.png");margin-top: 20rpx;
- .jf-icon{width: 35rpx;height: 35rpx;margin:0 4rpx 0 10rpx;flex-shrink: 0;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-qb.png");}
- .jf-text{min-width: 60rpx;text-align: center;color: #fff;margin-top: 2rpx;}
- }
- }
- }
- }
- .yxsm-popup-box{
- width: 684rpx;height: 1308rpx;box-sizing: border-box;padding: 120rpx 56rpx 60rpx;overflow-y: auto;
- background-image: url("@/static/images/login/agree-content-bj.png");@include ezy-no-repeat-cover;
- position: relative;text-align: justify;display: flex;flex-direction: column;position: relative;
- .yxsm-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;position: absolute;
- top: 64rpx;right: 44rpx;background-image: url("@/static/images/common/close-icon.png");}
- .yxsm-item-box{overflow-y: auto;line-height: 1.8;font-size: 28rpx;}
- .yxsm-popup-title{font-size: 36rpx;color: #333;text-align: center;margin-bottom: 32rpx;}
- .item-title{color: #359ae2;}
- .item-content{color: #555;}
- @media (max-height: 480px){
- padding: 120rpx 56rpx 120rpx;
- .yxsm-close-btn{top: 100rpx;}
- }
- }
- // svip弹窗
- .ezy-svip-dialog{
- .tip-content-box{
- width: 625rpx;height: 519rpx;padding: 42rpx 48rpx;
- @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
- background-image: url("@/static/images/common/tip-big-bj.png");
- position: relative;
- icon{
- width: 510rpx;
- height: 269rpx;@include ezy-no-repeat-cover;
- position: absolute;top: -20%;left: 50%;transform: translateX(-50%);
- }
- .svip-img1{background-image: url("@/static/images/pay/svip-dialog-img1.png");}
- .svip-img2{background-image: url("@/static/images/pay/svip-dialog-img2.png");}
- }
- .tip-content{
- color: #666;font-size: 32rpx;padding:160rpx 0 80rpx;line-height: 1.6;text-align: center;
- text-align: center;border-bottom: 1px dashed #70cbf4;
- }
- .tip-btn-box{
- width: 100%;display: flex;justify-content: space-between;
- .not-confirm-btn,.confirm-btn{
- width: 208rpx;height: 83rpx;@include ezy-no-repeat-cover;margin: 30rpx 32rpx 0;
- }
- .not-confirm-btn{background-image: url("@/static/images/common/tip-cancel-btn.png");}
- .confirm-btn{background-image: url("@/static/images/pay/svip-btn.png");}
- }
- }
- // 蛋破壳
- .ezy-pay-success-dialog{width: 769rpx;height: 769rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/pay/pay-success-img.gif");}
- .ezy-pay-success-all-dialog{width: 769rpx;height: 192rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/pay/pay-success-all-img.gif");}
- // 敬请期待弹窗
- .coming-soon-dialog{
- icon{
- width: 577rpx;height: 596rpx;
- background-image: url("@/static/images/grade/coming-soon-img.png");@include ezy-no-repeat-cover;
- }
- .coming-soon-return-btn{
- width: 554rpx;height: 106rpx;margin: 52rpx auto;
- background-image: url("@/static/images/grade/coming-soon-btn.png");@include ezy-no-repeat-cover;
- }
- }
- // 专题
- .ezy-zhuanti-page{
- width: 100%;height: 100vh;background-color: #23befb;position: relative;
- box-sizing: border-box;padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/zhuanti/zhuanti-bj.png");
- .zt-qipao-box{
- width: 520rpx;height: 154rpx;color: #fff;font-size: 30rpx;text-align: center;box-sizing: border-box;
- padding-top: 20rpx;margin: calc(var(--status-bar-height) + 140rpx) auto 0;
- background-image: url("@/static/images/zhuanti/text-icon.png");@include ezy-no-repeat-cover;
- }
- .zt-biaoqing-box{
- width: 673rpx;height: 442rpx;margin: 0 auto;margin-top: 20rpx;
- display: flex;flex-wrap: wrap;
- background-image: url("@/static/images/zhuanti/biaoqing-all.png");@include ezy-no-repeat-cover;
- .biaoqing-item-box{width: 25%;height: 220rpx;}
- }
- @media (max-height: 800px) {
- .zt-qipao-box{margin: calc(var(--status-bar-height) + 80rpx) auto 0;}
- }
- @media (max-height: 700px) {
- .zt-qipao-box{margin: calc(var(--status-bar-height) + 60rpx) auto 0;}
- }
- @media (max-height: 500px) {
- min-height: 1200rpx;
- .zt-qipao-box{margin: calc(var(--status-bar-height) + 10rpx) auto 0;}
- .zt-biaoqing-box{margin-top:-20rpx;}
- }
- }
- // 表情详情页
- .ezy-biaoqing-page{
- width: 100%;height: 100vh;background-color: #23befb;position: relative;
- box-sizing: border-box;padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/zhuanti/zhuanti-bj.png");
- .biaoqing-bj-box{
- position: relative;box-sizing: border-box;padding-top: 220rpx;margin-top: calc(var(--status-bar-height) + 50rpx);
- .qipao-item-box{width: 125rpx;height: 160rpx;@include ezy-no-repeat-cover;position: absolute;}
- .qipao-item-box:nth-child(1){top: 180rpx;left: 20rpx;}
- .qipao-item-box:nth-child(2){top: 40rpx;left: 160rpx;}
- .qipao-item-box:nth-child(3){top: 50rpx;left: 330rpx;}
- .qipao-item-box:nth-child(4){top: 60rpx;right: 120rpx;}
- .qipao-item-box:nth-child(5){top: 270rpx;right: 20rpx;}
- .qipao-item-disabled{animation: fadeOut .2s forwards;}
- @keyframes fadeOut {
- from {opacity: 1;}
- to {opacity: 0;}
- }
-
- .show-biaoqing-icon{width: 80rpx;height: 80rpx;@include ezy-no-repeat-cover;
- position: absolute;top: 20rpx;left: 22rpx;z-index: 0;}
- .biaoqing-img{width: 442rpx;height: 385rpx;@include ezy-no-repeat-cover;margin: 0 auto;}
- .qipao-mask{
- width: 125rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 1;
- background-image: url("@/static/images/zhuanti/xiao-qipao-bj.png");
- position: absolute;top: 0;left: 0;
- }
- .polie-qipao-mask{
- width: 192rpx;height: 125rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/zhuanti/baozha.gif");
- position: absolute;top: 5rpx;left: -35rpx;
- }
-
- .qipao-text-row{
- color: #fff;font-size: 24rpx;display: flex;align-items: center;
- justify-content: center;position: absolute;bottom: 0;left: 0;right: 0;
- .shou-icon{width: 32rpx;height: 32rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/zhuanti/shou-icon.png");}
- }
- }
-
- .biaoqing-bj1 .biaoqing-img,.biaoqing-bj1 .show-biaoqing-icon{background-image: url("@/static/images/zhuanti/biaoqing-icon1.png");}
- .biaoqing-bj2 .biaoqing-img,.biaoqing-bj2 .show-biaoqing-icon{background-image: url("@/static/images/zhuanti/biaoqing-icon2.png");}
- .biaoqing-bj3 .biaoqing-img,.biaoqing-bj3 .show-biaoqing-icon{background-image: url("@/static/images/zhuanti/biaoqing-icon3.png");}
- .biaoqing-bj4 .biaoqing-img,.biaoqing-bj4 .show-biaoqing-icon{background-image: url("@/static/images/zhuanti/biaoqing-icon4.png");}
- .biaoqing-bj5 .biaoqing-img,.biaoqing-bj5 .show-biaoqing-icon{background-image: url("@/static/images/zhuanti/biaoqing-icon5.png");}
- .biaoqing-bj6 .biaoqing-img,.biaoqing-bj6 .show-biaoqing-icon{background-image: url("@/static/images/zhuanti/biaoqing-icon6.png");}
- .biaoqing-bj7 .biaoqing-img,.biaoqing-bj7 .show-biaoqing-icon{background-image: url("@/static/images/zhuanti/biaoqing-icon7.png");}
- .biaoqing-bj8 .biaoqing-img,.biaoqing-bj8 .show-biaoqing-icon{background-image: url("@/static/images/zhuanti/biaoqing-icon8.png");}
-
-
- .maike-anzhu,.maike-songkai{width: 100%;text-align:center;margin-top: 36rpx;}
- .maike-box{
- width: 125rpx;height: 125rpx;@include ezy-no-repeat-cover;
- display: flex;align-items: center;justify-content: center;
- background-image: url("@/static/images/zhuanti/qipao-bj.png");
- margin:0 auto;position: relative;
- .maike-icon{width: 58rpx;height: 87rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/zhuanti/maike-icon.png");}
- }
- .maike-songkai .maike-box::after{
- content: '';width: 673rpx;height: 115rpx;display: block;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/zhuanti/yinbo.gif");position: absolute;
- }
- .maike-text{color: #fff;font-size: 24rpx;}
- @media (max-height: 800px) {
- .biaoqing-bj-box{
- padding-top:150rpx;
- .qipao-item-box:nth-child(1){top: 120rpx;left: 20rpx;}
- .qipao-item-box:nth-child(2){top: 1rpx;left: 160rpx;}
- .qipao-item-box:nth-child(3){top: -10rpx;left: 330rpx;}
- .qipao-item-box:nth-child(4){top: 30rpx;right: 120rpx;}
- .qipao-item-box:nth-child(5){top: 210rpx;right: 20rpx;}
- .biaoqing-img{width: 382rpx;height: 325rpx;}
- }
- .maike-anzhu,.maike-songkai{margin-top: 24rpx;}
- .maike-box{width: 110rpx;height: 110rpx;}
- .maike-songkai .maike-box::after{width: 653rpx;height: 85rpx;}
- }
- @media (max-height: 700px) {
- .biaoqing-bj-box{
- padding-top: 110rpx;
- .qipao-item-box{width: 100rpx;height: 135rpx;}
- .qipao-item-box:nth-child(1){top:130rpx;left: 40rpx;}
- .qipao-item-box:nth-child(2){top:15rpx;left: 160rpx;}
- .qipao-item-box:nth-child(3){top:-15rpx;left: 330rpx;}
- .qipao-item-box:nth-child(4){top:45rpx;right: 125rpx;}
- .qipao-item-box:nth-child(5){top:200rpx;right: 40rpx;}
- .biaoqing-img{width: 352rpx;height: 295rpx;}
- .qipao-mask{width: 100rpx;height: 100rpx;}
- .polie-qipao-mask{width: 172rpx;height: 105rpx;top: 0rpx;left: -45rpx; }
- .show-biaoqing-icon{width: 60rpx;height: 60rpx;}
- .qipao-text-row{
- font-size: 22rpx;
- .shou-icon{width: 26rpx;height: 26rpx;}
- }
- }
- .maike-anzhu,.maike-songkai{margin-top: 16rpx;}
- .maike-box{width: 100rpx;height: 100rpx;}
- .maike-songkai .maike-box::after{width: 633rpx;height: 60rpx;}
- .maike-text{font-size: 22rpx;}
- }
- @media (max-height: 650px) {
- min-height: 1300rpx;
- }
- }
- // 商城
- .ezy-mall-page{
- width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
- padding-top:var(--status-bar-height);display: flex;flex-direction: column;
- @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
- .uni-list{background-color: transparent!important;}
- .uni-list--border-top,.uni-list--border-bottom{display: none;}
- .uni-list-item__header{display: none;}
- .uni-list-item__container{
- flex-direction: column!important;position: relative;
- padding:16rpx 20rpx !important;overflow: unset;}
-
- .order-scroll-view{margin-top: 10rpx;overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
- .mall-list-item{
- width: 94%;background-color: rgba(255, 255, 255, 0.6)!important;
- margin: 0 3% 10rpx;border-radius: 8rpx;
- .mall-content-box{
- display: flex;margin-top: 10rpx;border-bottom: 1px dashed #fff;
- box-sizing: border-box;padding-bottom:10rpx;margin-bottom: 16rpx;
- .mall-image{width: 220rpx;height: 220rpx;margin-right: 16rpx;flex-shrink: 0;}
- .content-body-box{display: flex;flex-direction: column;justify-content: space-between;}
- .content-name{
- font-size: 36rpx;color: #000;margin-bottom: 12rpx;display: flex;align-items: center;
- .name-text{@include single-line-ellipsis;max-width: 360rpx;margin-right: 10rpx;}
- }
- .content-text{font-size: 24rpx;color: #666;@include multi-line-ellipsis(3);line-height: 1.4;}
- .content-row{
- display: flex;justify-content: space-between;align-items: center;
- .content-yuanjia{font-size: 36rpx;color: #ff0101;text-decoration: line-through;}
- .shop-car-box{
- width: 70rpx;height: 70rpx;position: relative;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/mall/shop-car-icon.png");
- }
- .car-change{
- width: 32rpx;height: 30rpx;position: absolute;right: -4rpx;top: -8rpx;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/mall/change-icon.png");
- }
- }
- }
-
- .mall-bottom-row{
- display: flex;justify-content: space-between;align-items: center;
- box-sizing: border-box;padding-bottom: 16rpx;
- .kcb-btn{
- width: 180rpx;height: 56rpx;line-height: 56rpx;text-align: center;font-size: 24rpx;color: #fff;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/common/jf-bj.png");
- icon{width: 18rpx;height: 18rpx;@include ezy-no-repeat-cover;margin-left: 4rpx;
- background-image: url("@/static/images/common/jt-up-white-icon.svg");transform: scale(180deg);}
- }
- .hdj-text{font-size: 32rpx;color: #333;margin-left: auto;}
- }
- }
- }
|