| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927 |
- /***** 这里放页面样式 *****/
- // 课程完成
- .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%;}
- }
- // 绑定手机号弹窗
- .my-tel-dialog{
- background-color: rgba(0,0,0, 0.76);
- position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
- justify-content: center;align-items: center;z-index: 3;
- .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 42rpx;
- 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: 32rpx;}
- .tel-row{border-bottom: 1px dashed #70cbf4;}
- .yzm-row{padding-top: 36rpx;}
- /***** 输入手机号页面*****/
- .my-input-box{
- width:540rpx;height: 88rpx;line-height: 88rpx;box-sizing: border-box;
- display: flex;align-items: center;border: 1rpx solid #ddd;border-radius: 16rpx;
- @include ezy-no-repeat-cover;
- .my-input {font-size: 32rpx;padding: 0 22rpx;box-sizing: border-box;color: #666;flex: 1;}
- .uni-input-placeholder {font-size: 32rpx;color: #ccc;}
- .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:46rpx 0 32rpx;font-size: 32rpx;}
- .get-yzm-disabled{color: #666;}
- .yzm-tip{color: #3b73bf;margin:0 0 24rpx;font-size: 25rpx;}
- .my-bind-btn{
- width:540rpx;height: 92rpx;text-align: center;line-height: 92rpx;color: #fff;margin-top: 36rpx;
- background-image: url("@/static/images/my/my-tel-btn.png");@include ezy-no-repeat-cover;
- }
- }
- // 兑换码
- .duihuan-dialog{
- .tip-content-box{padding: 42rpx 42rpx;}
- .duihuan-input{
- width:540rpx;height: 88rpx;line-height: 88rpx;box-sizing: border-box;
- display: flex;align-items: center;margin: 0 auto;color: #666;
- border: 1rpx solid #e3e3e3;border-radius: 16rpx;font-size: 32rpx;
- .uni-input-placeholder {font-size: 32rpx;color: #ccc;}
- }
- }
- .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;}
- }
- }
- // 数学题库
- .ezy-sxtk-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");
- .sxtk-tab-border{height: calc(100vh - 254rpx - var(--status-bar-height));flex: unset;}
- .tab-img{width: 346rpx;height: 77rpx;margin: 24rpx auto 0;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/my/tk-qxzjc.png");}
- .sxtk-line{width: 94%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 20rpx auto;}
- .sxtk-tab-box{
- display: flex;box-sizing: border-box;padding: 0 16rpx;margin-top: 24rpx;
- .tab-item{width: 16.66%;font-size: 30rpx;}
- .tab-nianji-item{width: 106rpx;height: 73rpx;line-height: 73rpx;margin: 0 auto;text-align: center;}
- .tab-item.active .tab-nianji-item{@include ezy-no-repeat-cover;color: #fff;
- background-image: url("@/static/images/my/tk-tab-item.png");}
- }
- .sxtk-banben-body{
- flex: 1;overflow-y: auto;padding:10rpx 0;box-sizing: border-box;
- display: flex;flex-wrap: wrap;align-content: flex-start;margin-bottom: 10rpx;
- .banben-item{width: 33.33%;font-size: 28rpx;margin-bottom: 24rpx;}
- .banben-text-item{width: 194rpx;height: 79rpx;line-height: 79rpx;text-align: center;margin: 0 auto;
- @include single-line-ellipsis;box-sizing: border-box;padding: 0 6rpx;
- background-image: url("@/static/images/my/tk-list-item.png");@include ezy-no-repeat-cover;color: #fff;}
- .banben-item.active .banben-text-item{background-image: url("@/static/images/my/tk-list-item-a.png");color: #6e0c02;}
- }
- .sxtk-confirm-btn{
- width: 644rpx;height: 108rpx;background-color: transparent;margin-bottom: 36rpx;
- }
- .sxtk-confirm-btn:after{display: none;}
- }
- /***************** 新数学 *********************/
- // 登录页 padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
- .ezy-login-page {
- width:100%;height:100vh; background-color: #f9f9fb;position: relative;
- box-sizing: border-box;padding-top: 240rpx;
- .login-img{
- width: 272rpx;height: 260rpx;@include ezy-no-repeat-cover;margin: 0 auto;
- background-image: url("@/static/images/login/login-logo.png");display: block;
- }
- .login-body-box{
- display: flex;flex-direction: column;align-items: center;margin: 160rpx auto 0;
- }
- .login-btn{width: 655rpx;height: 92rpx;line-height: 92rpx;text-align: center;font-size:32rpx;
- margin-top: 84rpx;@include ezy-no-repeat-cover;font-weight: bold;}
- /***** 输入手机号页面*****/
- .phone-input-box{
- width: 662rpx;height: 122rpx;
- display: flex;align-items: center;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/login/login-tel-bj.png");
- .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 30rpx;box-sizing: border-box;color: #fff;flex: 1;overflow: hidden;}
- .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: 32rpx;line-height: 1;margin-left: -42rpx;
- uni-checkbox-group{font-size: 0;}
- .agreement-checkbox-input{width: 80rpx;height: 80rpx;border: 0;font-size: 0;}
- .uni-checkbox-input{
- width: 80rpx;height: 80rpx;border: 0;background-color: unset;position: relative;
- svg {
- width: 19rpx;height: 19rpx;top: 32rpx;left: 48rpx;display: block;
- background-color: #379af8;border-radius: 999rpx;transform: unset;position: absolute;
- path{display: none;}
- }
- }
- .uni-checkbox-input::before{
- content: '';width: 31rpx;height: 31rpx;border: 1rpx solid #379af8;border-radius: 999rpx;
- box-sizing: border-box;position: absolute;top: 26rpx;left: 42rpx;
- }
- .agreement-text-box {
- color: #333;font-size: 28rpx;flex-direction: row;display: flex;align-items: center;
- .agreement-text{color: #379af8;display: contents;}
- }
- }
- .login-btn-disabled{background-image: url("@/static/images/login/login-btn-bj-disabled.png");color:#999b9a;}
- .login-btn-normal{background-image: url("@/static/images/login/login-btn-bj.png");color:#fff;}
- .bottom-btn-box{
- position: absolute;bottom:8%;left: 50%;transform: translateX(-50%);
- .bottom-tip{color: #999;font-size: 28rpx;text-align: center;margin-bottom: 60rpx;}
- .btn-box{
- display: flex;
- .wx-btn,.yk-btn,.apple-btn{
- width: 170rpx;display: flex;align-items: center;flex-direction: column;
- color: #666;font-size: 26rpx;
- icon{width: 50rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-bottom: 12rpx;}
- }
- .wx-btn icon{background-image: url("@/static/images/login/login-wx-btn.jpg");}
- .yk-btn icon{background-image: url("@/static/images/login/login-yk-btn.jpg");}
- .apple-btn icon{background-image: url("@/static/images/login/login-apple-btn.jpg");}
- }
-
- }
- /***** 输入验证码页面*****/
- .yzm-nav-bar-icon{z-index: 99;}
- .yzm-show{width: 662rpx;font-size: 30rpx;color: #666;margin: 0 0 24rpx 12rpx;}
- .yzm-btn{margin-top: 42rpx;}
- .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 60rpx auto 160rpx;}
- .cxfs-btn-disabled{color: #777;}
- .login-text{
- font-size: 30rpx;color: #888;margin: 16rpx auto 0 56rpx;
- text{color: #64a8e3;}
- }
- /* 针对小屏幕设备 */
- @media (max-height: 750px) {
- padding-top: 200rpx;
- .login-body-box{margin: 100rpx auto 0; }
- .login-btn{margin-top: 56rpx;}
- // 验证码
- .yzm-btn{margin-top: 36rpx;}
- }
- @media (max-height: 650px) {
- padding-top: 180rpx;
- .login-body-box{margin: 60rpx auto 0; }
- .login-btn{margin-top: 32rpx;}
- .bottom-btn-box{
- bottom: 5%;
- .bottom-tip{margin-bottom: 32rpx;}
- }
- // 验证码
- .cxfs-btn{margin: 32rpx auto 52rpx;}
- }
- @media (max-height: 550px) {
- min-height: 1100rpx;
-
- }
- }
- // 用户协议弹窗
- .agree-sections-dialog{
- width: 700rpx;height: 490rpx;padding: 80rpx 0 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
- background-image: url("@/static/images/login/agree-dialog-bg.png");@include ezy-no-repeat-cover;
- .agree-title{color:#111;font-size: 40rpx;}
- .agree-tip{color:#666;font-size: 30rpx;margin-top: 46rpx;}
- .confirm-btn{width: 588rpx;height: 92rpx;@include ezy-no-repeat-cover;margin: 42rpx auto 0;
- background-image: url("@/static/images/login/agree-dialog-btn.png");}
- .not-confirm-btn{color:#888;font-size: 32rpx;padding: 32rpx 0 0;display: inline-block;}
- }
- // 用户协议详情弹窗
- .agree-content-dialog{
- width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
- .agree-content-box{
- width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
- padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
- position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
- background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
-
- }
- .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;}
- }
- // 选课
- .ezy-xuanke-page{
- width: 100%;height: 100vh;display: flex;flex-direction: column;padding-bottom: 100rpx;overflow: hidden;
- .xuanke-tab-box{display: flex;justify-content: center;margin-bottom: 24rpx;}
- .tab-item{
- width: 242rpx;height: 90rpx;line-height: 90rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuanke/tab-item-bj.png");
- text-align: center;color: #a6a6a6;
- }
- .tab-item.active{
- color: #fff;background-image: url("@/static/images/xuanke/tab-item-a.png");
- }
-
- .sx-card-list{overflow-y: auto;flex: 1;padding: 24rpx 0 0;}
- .sx-card-box{
- border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
- box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
- .card-head-box{
- display: flex;
- .head-img{width: 200rpx;height: 280rpx;flex-shrink: 0;}
- .head-right-box{
- margin-left: 24rpx;
- .head-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 32rpx;}
- .head-content{font-size: 26rpx;color: #666;text-align: justify;margin-bottom: 24rpx;}
- }
- }
- .card-body-box{
- border-top: 3rpx dashed #eee;margin-top: 42rpx;
- .body-title{color: #7db0f4;margin: 24rpx 0 16rpx;font-size: 30rpx;}
- .dj-item-row{
- display: flex;flex-wrap: wrap;
- }
- .dj-item{
- width: 202rpx;height: 77rpx;line-height: 77rpx;color: #fff;
- text-align: center;@include ezy-no-repeat-cover;margin: 12rpx 16rpx 12rpx 0;
- background-image: url("@/static/images/xuanke/dj-item.png");
- }
- .dj-item.active{background-image: url("@/static/images/xuanke/dj-item-a.png");}
- .dj-item:nth-child(3n) {
- margin-right: 0;
- }
- }
- }
- }
- // 选版本
- .ezy-xbb-page{
- width: 100%;height: 100vh;display: flex;flex-direction: column;
- .xbb-list-box{
- background-color: #fff;flex: 1;overflow-y: auto;padding-bottom: 32rpx;
- .xbb-item-box{
- width: 731rpx;height:273rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuanke/xbb-item-bj.png");
- position: relative;z-index: 1;box-sizing: border-box;padding: 26rpx 36rpx;
- display: flex;align-items: center;margin:0 auto 16rpx;
- }
- .item-img-box{width: 180rpx;height: 220rpx;border-radius: 12rpx;margin-right: 32rpx;flex-shrink: 0;}
- .item-content-box{
- line-height: 1.5;
- .item-name{color: #333;font-size: 34rpx;font-weight: bolder;margin-bottom: 16rpx;}
- .item-bb{color: #444;font-size: 30rpx;}
- }
- .item-play-btn{
- width: 100rpx;height: 100rpx;z-index: 2;
- display: flex;align-items: center;justify-content: center;
- position: absolute;bottom: 12rpx;right: 12rpx;
-
- }
- .item-play-btn::before{
- content: '';width: 46rpx;height: 48rpx;display: block;
- background-image: url("@/static/images/xuanke/xbb-item-jt.png");@include ezy-no-repeat-cover;
- }
- }
- }
- // 学习大纲
- .xuexi-dagang-page{
- width: 100%;height: 95vh;border-radius: 16rpx 16rpx 0 0;
- background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
- display: flex;flex-direction: column;
- box-sizing: border-box;padding: 36rpx 0 0;
- .xuexi-dagang-body{overflow-y: auto;padding: 24rpx 0 0;}
- .dagang-title{
- width: 80%;line-height: 1.5;margin: 24rpx auto 0;
- text-align: center;font-size: 36rpx;color: #000;position: relative;
- icon{
- width: 100rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;
- position: absolute;right: -13%;top: -60rpx;
- }
- icon::after{
- content: '';width: 52rpx;height: 52rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/common/close-icon.png");
- }
- }
-
- // 您将学会
- .dagang-xh-box{
- width: 690rpx;margin: 64rpx auto 0;
- .xh-title{font-size: 32rpx;font-weight: bold;text-align: left;color: #333;margin-left: 6rpx;}
- .xh-content-box{
- width: 100%;border-radius: 16rpx;margin-top: 32rpx;
- box-sizing: border-box;padding: 24rpx;
- box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
-
- }
- .text-row{
- display: flex;font-size: 32rpx;color: #333;margin: 12rpx 0;line-height: 1.6;
- icon{
- width: 13rpx;height: 13rpx;border-radius: 50%;flex-shrink: 0;
- background-color: #2c7bf4;margin: 22rpx 12rpx 0 0;}
- }
- }
-
- //学习大纲
- .dagang-content-box{
- background-color: #e3f7fe;margin-top: 200rpx;position: relative;
- .dagang-content-title{
- font-size: 32rpx;font-weight: bold;text-align: left;color: #333;
- margin-left: 36rpx;position: relative;z-index: 1;
- }
- .dagang-item-list{padding: 56rpx 0 32rpx;}
- .dagang-content-item{
- width: 690rpx;display: flex;align-items: center;border-radius: 12rpx;color: #4b4b4b;;
- margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;background-color: #fff;
- line-height: 1.5;font-size: 32rpx;
- img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
- .content-title{margin-left: 32rpx;position: relative;}
- .content-title:nth-child(1)::before{
- width: 13rpx;height: 13rpx;border-radius: 50%;display: block;
- background-color: #2c7bf4;content:'';
- position: absolute;left: -24rpx;top: 22rpx;
- }
- }
- .dagang-content-item:last-child{margin-bottom: 0;}
- }
- .dagang-content-box::before{
- content: '';width: 750rpx;height: 193rpx;display: block;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuexi/dagang-img.png");
- position: absolute;top: -138rpx;left: 0;z-index: 1;
- }
- }
- // 学习
- .ezy-xuexi-page{
- width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
- .xuexi-page-body{padding:0 0 100rpx;overflow-y: auto;border-radius: 0;position: relative;}
- .xxjl-card-box-padding{padding-top: 64rpx;}
- .xx-scroll-view{position: relative;}
-
- .item-dy-box{
- display: flex;align-items: center;justify-content: center;
- color: #fff;margin-bottom: 24rpx;
- .dy-left-box{
- width: 174rpx;height: 127rpx;@include ezy-no-repeat-cover;font-size: 64rpx;
- display: flex;align-items: center;box-sizing: border-box;padding:0 24rpx;
- background-image: url("@/static/images/xuexi/xx-ml-left.png");
- }
- .dy-left-box::after{
- content: '';width: 32rpx;height: 34rpx;@include ezy-no-repeat-cover;margin-left: auto;
- background-image: url("@/static/images/xuexi/xx-ml-jt.png");display: block;
- }
- .dy-right-box{
- width: 518rpx;height: 127rpx;@include ezy-no-repeat-cover;
- display: flex;align-items: flex-start;flex-direction: column;justify-content: center;
- box-sizing: border-box;padding:0 24rpx;font-size: 28rpx;
- background-image: url("@/static/images/xuexi/xx-ml-right.png");
- .right-content{width: 100%;height: 90rpx;overflow: hidden;}
- .dy-name{font-size: 34rpx;margin-bottom: 6rpx;}
- }
- }
- .item-fixed{
- width: 100%;padding: 24rpx 0;transition: opacity 0.2s ease-in-out;
- position:sticky;position:-webkit-sticky;margin-bottom: 0;
- top: 0;z-index: 10;background-color: #fff;border-radius: 16rpx 16rpx 0 0;
- }
-
- // 学习记录
- .xxjl-card-box{
- width: 692rpx;margin: 0 auto 24rpx;padding: 72rpx 24rpx 24rpx 24rpx;box-sizing: border-box;
- background-color: #5795f6;border-radius: 16rpx;position: relative;
- .card-body-box{
- display: flex;
- img{width: 190rpx;height: 242rpx;border-radius: 16rpx;border: 1rpx solid #a8c3e9;}
- .body-right{
- color: #c8e4f8;margin-left: 24rpx;font-size: 30rpx;
- view{margin: 8rpx 0;}
- .right-name{font-size: 34rpx;color: #fff;}
- }
- }
- .card-progress-box{
- display: flex;align-items: center;
- .xx-progress-box{flex: 1;margin-right: 64rpx;color: #fff;font-size: 28rpx;}
- .xx-progress{border-radius: 40rpx;overflow: hidden;margin-top: 10rpx;}
- .jxxx-btn{
- width: 177rpx;height: 89rpx;@include ezy-no-repeat-cover;margin-right: 24rpx;
- background-image: url("@/static/images/xuexi/jx-xx-btn.png");
- }
- }
- }
- .xxjl-card-box::before{
- content: '学习记录';width: 289rpx;height: 77rpx;line-height: 77rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuexi/xx-jl-bj.png");display: block;
- position: absolute;top: -28rpx;text-align: center;color: #fff;font-size: 34rpx;
- }
-
- // 学习进度
- .xx-jd-box{
- border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
- box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
- .xx-progress-btn-box{
- width: 100%;
- display: flex;align-items: center;justify-content: space-between;
- }
- .xx-progress-box{
- flex: 1;font-size: 32rpx;color: #333;margin-right: 42rpx;
- .xx-progress{border-radius: 20rpx;overflow: hidden;margin-top: 16rpx;}
- }
- .jxxx-btn{
- width: 217rpx;height: 85rpx;display: block;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuexi/jxxx-icon.png");flex-shrink: 0;
- }
-
- //学习进度按钮
- .jd-item-box{
- display: flex;border-top: 1rpx dashed #97dbf8;margin-top: 32rpx;padding-top: 32rpx;
- icon{width:54rpx;height: 54rpx;@include ezy-no-repeat-cover;
- position: relative;margin-right: 52rpx;}
- icon::before{
- content: '';width: 1rpx;height: 70rpx;background-color: #fff;display: block;
- position: absolute;right: -24rpx;top: -10rpx;
- }
- .dydg-icon{background-image: url("@/static/images/xuexi/dy-dg-icon.png");}
- .dyml-icon{background-image: url("@/static/images/xuexi/kc-ml-icon.png");}
- .jd-item-btn{
- background-color: #ddf7ff;border-radius: 16rpx;flex: 1;text-align: center;
- box-sizing: border-box;padding: 24rpx;display: flex;align-items: center;}
- .jd-item-btn:first-child{margin-right: 24rpx;}
- }
-
- }
-
- // 学习目录
- .xx-item-list{
- padding-bottom: 24rpx;
- .xx-item-title{text-align: center;margin: 32rpx 0;font-size: 32rpx;color: #444;}
- .xx-more-btn{
- width: 630rpx;height: 89rpx;@include ezy-no-repeat-cover;margin: 0 auto 32rpx;
- background-image: url("@/static/images/xuexi/more-btn.png");
- }
-
- /* 动画类 */
- /* .item-dy-box.item-active {
- animation: scalePulse 1s ease-in-out;
- .right-content{
- animation: opacityPulse 1s ease-in-out;
- }
- } */
- /* 定义放大动画 */
- @keyframes scalePulse {
- 0% {
- transform: scale(1);
- }
- 50% {
- transform: scale(1.05);
- }
- 100% {
- transform: scale(1);
- }
- }
-
- /* 定义显隐动画 */
- @keyframes opacityPulse {
- 0% {
- opacity: 1;
- }
- 90% {
- opacity: 0.2;
- }
- 100% {
- opacity: 1;
- }
- }
- .xx-item-box{
- width: 691rpx;height: 172rpx;
- display: flex;align-items: center;justify-content: space-between;color: #4b4b4b;;
- margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;border-radius: 12rpx;
- line-height: 1.5;font-size: 32rpx;position: relative;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuexi/xx-ml-bj.png");
- img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
- .xx-item-status{
- width: 89rpx;height: 87rpx;@include ezy-no-repeat-cover;
- position: absolute;top:2rpx;left: 0;
- }
- .completed-status{background-image: url("@/static/images/xuexi/xw-status.png");}
- .xx-text-box{flex: 1;}
- .xx-item-btn{
- width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuexi/xx-ml-play-icon.png");
- }
- }
- .xx-disabled-item-box{
- background-image: url("@/static/images/xuexi/xx-ml-disabled-bj.png");
- }
- }
-
- .xx-next-btn{
- width: 655rpx;height: 92rpx;line-height: 92rpx;margin: 32rpx auto;
- font-size: 32rpx;color: #fff;text-align: center;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/login/login-btn-bj.png");
- }
- .xx-xw-text{text-align: center;font-size: 32rpx;color: #666;margin: 32rpx auto;}
- // 回到顶部
- .go-top-btn{
- width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuexi/go-top-btn.png");
- position: fixed;z-index: 9;bottom: 300rpx;right:10rpx;
- }
- }
- // 单元目录
- .xuexi-dyml-page{
- width: 100%;height: 92vh;border-radius: 16rpx 16rpx 0 0;
- background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
- display: flex;flex-direction: column;
- box-sizing: border-box;padding: 36rpx 0 0;
- .xuexi-dyml-body{overflow-y: auto;padding: 24rpx 0 0;}
- .dyml-title{
- width: 80%;line-height: 1.5;margin: 24rpx auto 0;
- text-align: center;font-size: 36rpx;color: #000;position: relative;
- icon{
- width: 100rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;
- position: absolute;right: -13%;top: -60rpx;
- }
- icon::after{
- content: '';width: 52rpx;height: 52rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/common/close-icon.png");
- }
- }
-
- .dyml-item-box{
- width: 670rpx;height: 97rpx;line-height: 97rpx;font-size: 32rpx;color: #333;
- @include ezy-no-repeat-cover;margin: 24rpx auto;position: relative;
- display: flex;
- .dy-num{width: 180rpx;padding-left: 24rpx;box-sizing: border-box;flex-shrink: 0;}
- .dy-title{margin: 0 84rpx 0 16rpx;@include single-line-ellipsis;}
- icon{width: 100rpx;height: 97rpx;display: flex;align-items: center;justify-content: center;
- position: absolute;right: 0;z-index: 3;top: 0;}
- icon::after{
- content: '';width: 37rpx;height: 39rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuexi/dyml-item-btn.png");
- }
- }
- .dyml-item-box:nth-child(odd){background-image: url("@/static/images/xuexi/dy-item-bj1.png");}
- .dyml-item-box:nth-child(even){background-image: url("@/static/images/xuexi/dy-item-bj2.png");}
- }
- // 答案解析
- .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-video-box{
- width: 95%;
- }
- .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-ksp-page{
- width: 100%;height: 100vh;display: flex;flex-direction: column;
- .ksp-tab-box{
- flex-shrink:0;display: flex;justify-content: space-evenly;border-bottom: 1rpx solid #b7defd;
- .tab-item{color: #9a9a9a;font-size: 34rpx;padding: 16rpx 24rpx;}
- .active{color: #5895f7;border-bottom: 4rpx solid #1684fc;}
- }
- .ksp-scroll-view{overflow-y: auto;}
- .ksp-page-body{padding: 24rpx 0 0;}
- .ksp-video-box{
- width: 95%;height: 423rpx;padding: 8px;box-sizing: border-box;
- border-radius: 16rpx;margin:32rpx auto;flex-shrink: 0;
- .prism-big-play-btn{
- width: 100rpx;height: 100rpx;opacity: 0.8;
- background-image: url("@/static/images/xuexi/play-btn.png");
- }
- }
- .ksp-item-list{
- width: 95%;margin: 12rpx auto 24rpx;border-radius: 16rpx;position: relative;
- background-color: #5894f6;padding: 20rpx 0;box-sizing: border-box;
- box-shadow: 0 0rpx 12rpx rgba(100, 159, 241, 0.4);
- }
- .ksp-item-list::before{
- content: '';width: 100%;height: 97rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuexi/ksp-item-top-bj.png");
- position: absolute;left: 0;right: 0;top: 0;z-index: 1;
- }
- .list-head{
- width: 95%;display: flex;align-items: center;justify-content: space-between;
- position: relative;z-index: 2;padding:0 0 24rpx;margin: 0 auto;
- .list-title{color: #fff;font-size: 36rpx;}
- .list-btn{
- width: 210rpx;height: 72rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/xuexi/ksp-video-play.png");
- }
- }
- .list-body{
- width: 95%;position: relative;z-index: 2;border-radius: 16rpx;
- padding: 16rpx;box-sizing: border-box;margin: 0 auto;
- color: #444;font-size: 32rpx;background-color: #fff;
- img{max-width: 100%;margin: 10rpx auto 0;display: block;}
- }
-
- .ksp-item-box{
- width: 670rpx;height: 150rpx;
- display: flex;align-items: center;position: relative;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/ksp-item-bj.png");
- .ksp-icon{
- width: 104rpx;height: 104rpx;@include ezy-no-repeat-cover;flex-shrink: 0;
- @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/xx-ksp-icon.png");
- }
- .ksp-title{color: #444;font-size: 32rpx;margin-right: auto;
- margin-left: 10rpx;height: 50rpx;@include single-line-ellipsis;}
- }
-
-
- }
- // 考试页
- .ezy-exam-page{
- width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
- display: flex;flex-direction: column;
- .exam-body{
- z-index: 1;position: relative;flex: 1;display: flex;flex-direction: column;
- }
- .xx-jd-box{
- width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
- border-radius: 16rpx;box-sizing: border-box;padding:36rpx 36rpx 42rpx;margin: 20rpx auto 0;
- .xx-row{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24rpx;}
- .text-row{color: #5d5e61;}
- .dq-jd-text{color: #5693f5;font-size: 52rpx;}
- .dq-jd-line{margin: 0 6rpx;}
- }
- .exam-progress-box{border-radius: 20rpx;overflow: hidden;}
- .ezy-exam-swiper{
- width: 100%;flex: 1;z-index: 2;margin: 0 auto;
- uni-swiper-item{overflow-y: auto;}
- .uni-swiper-slides{left: -2rpx;right: -2rpx;}
- }
- .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;
- }
- .swiper-tip-box{
- font-size: 30rpx;color: #5989e2;justify-content: center;margin-top: 16rpx;
- display: flex;flex-direction: row;align-items: center;
- }
- .swiper-tip-box::before,.swiper-tip-box::after{
- content: '';width: 12rpx;height: 26rpx;display: block;
- background-image: url("@/static/images/common/h-jt-icon.png");@include ezy-no-repeat-cover;
- }
- .swiper-tip-box::before{transform: rotate(180deg);margin-right: 32rpx;}
- .swiper-tip-box::after{margin-left: 32rpx;}
- .shiti-jj-btn{
- width: 630rpx;height: 88rpx;@include ezy-no-repeat-cover;margin: 10rpx auto;
- background-image: url("@/static/images/exam/shiti-jj-btn.png");
- }
- }
- // 单元测试
- .dycs-dialog{
- width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
- .dycs-body{overflow-y: auto;}
- .dycs-img{
- width: 430rpx;height: 350rpx;margin: 92rpx auto 32rpx;flex-shrink: 0;
- background-image: url("@/static/images/exam/shiti-dialog-img.png");@include ezy-no-repeat-cover;
- }
- .dycs-tip{
- text-align: center;color: #333;font-size: 35rpx;
- }
- .dycs-fenshu-box{
- width: 560rpx;margin: 72rpx auto;padding: 42rpx 32rpx;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
- display: flex;justify-content: center;align-items: center;border-radius: 12rpx;font-size: 32rpx;
- .fenshu-item-box{width: 49%;text-align: center;font-size: 32rpx;color: #333;}
- .item-number{font-size: 56rpx;margin-bottom: 10rpx;}
- .red-number{color: #f60000;}
- .item-line{width: 1rpx;height: 120rpx;background: #f3f5f9;}
- }
- .dycs-btn-box{
- display: flex;justify-content: center;margin-top: 64rpx;
- .cxcs-btn,.ckda-btn{
- width: 275rpx;height: 88rpx;line-height: 88rpx;@include ezy-no-repeat-cover;
- text-align: center;color: #fff;font-size: 32rpx;margin: 0 10rpx;
- }
- .cxcs-btn{background-image: url("@/static/images/exam/shiti-btn-blue-bj.png");}
- .ckda-btn{background-image: url("@/static/images/exam/shiti-btn-orange-bj.png");}
- }
- @media (max-height: 700px) {
- .dycs-img{margin: 64rpx auto 16rpx;}
- .dycs-fenshu-box{margin: 46rpx auto;}
- .dycs-btn-box{margin-top: 36rpx;}
- }
- }
- // 成绩页
- .ezy-result-page{
- width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
- display: flex;flex-direction: column;
- .result-exam-swiper{
- width: 100%;flex: 1;z-index: 2;margin: 0 auto;
- uni-swiper-item{overflow-y: auto;}
- .uni-swiper-slides{left: -2rpx;right: -2rpx;}
- }
- .answer-content-box{
- margin-top: 24rpx;
- .answer-title{
- width: 208rpx;height: 91rpx;line-height: 91rpx;
- font-size: 32rpx;text-align: center;margin-left: 10rpx;color: #fff;
- background-image: url("@/static/images/exam/shiti-anser-title.png");@include ezy-no-repeat-cover;
- }
- .answer-text-title{font-size: 32rpx;color: #f6aa1d;margin: 24rpx 0;}
- .answer-content-border{
- width: 96%;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
- border-radius: 12rpx;font-size: 32rpx;margin: 42rpx auto 56rpx;}
- .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #499141;
- border-radius: 4px;box-sizing: border-box;padding: 24rpx;min-height: 80rpx;
- .tiankong-answer-title{color: #333;margin-bottom: 10rpx;}
- .answer-index-box{
- font-size: 24rpx;border: 1rpx solid #499141;border-radius: 24rpx;margin-right: 10rpx;
- line-height: 1;text-align: center;padding: 2rpx 7rpx;display: inline-block;
- flex-shrink: 0;min-width: 16rpx;
- }
- .tiankong-answer-row{
- word-break: break-all;margin-bottom: 10rpx;margin: 24rpx 0;
- display: flex;align-items: center;line-height: 1;
- }
- .tiankong-answer-row:last-child{margin-bottom: 0;}
- }
- .answer-btn-box{display: flex;height: 135rpx;}
- .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: 30rpx;color: #333;margin-bottom: 10rpx;}
- .answer-item-error{font-size: 30rpx;color: #ef1417;min-height: 36rpx;}
- .answer-item-correct{font-size: 30rpx;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-stjx-box{
- width: 96%;margin: 0 auto;
- .answer-rich-text{
- font-size: 32rpx;color: #333;line-height: 1.8;
- }
- }
- .answer-video-box{
- position: relative;margin-bottom:24rpx;
- img{width: 100%;}
- }
- .answer-video-box::before{
- content: '';display: block;position: absolute;
- width: 90rpx;height: 90rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/video-play-btn.png");
- top: 52%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;
- }
-
- }
- // 我的页面
- .ezy-my-page{
- width: 100%;height: 100vh;position: relative;overflow: auto;background: #f9f9fb;
- .my-page-box{position: relative;z-index: 1;margin: 0;}
- .my-head-box{
- width: 100%;padding: 0 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
- .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
- .head-content-box{font-size: 30rpx;}
- }
-
- .my-banner-img{
- width: 730rpx;height: 413rpx;@include ezy-no-repeat-cover;margin: 0 auto;
- background-image: url("@/static/images/my/my-banner.png");border-radius: 16rpx;
- }
- // list
- .my-list-box{
- width:710rpx;margin: 24rpx auto;display: flex;padding: 42rpx 6rpx;
- background-color: #fff;border-radius: 16rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
- .list-item{color: #444;width: 25%;text-align: center;font-size: 28rpx;}
- .list-icon{width: 64rpx;height: 64rpx;display: block;
- margin: 0 auto 12rpx;@include ezy-no-repeat-cover;}
- .yysz-icon{background-image: url("@/static/images/my/list-icon1.png");}
- }
-
- .kefu-dialog{
- .not-confirm-btn{display: none;}
- .confirm-btn{margin: 24rpx auto;}
- }
- }
- // 应用设置
- .ezy-yysz-page{
- width: 100%;height: 100vh;min-height: 1400rpx;background: #f9f9fb;position: relative;overflow: auto;
- display: flex;flex-direction: column;
- .yysz-page-box{position: relative;z-index: 1;}
- .yysz-row-box{width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
- border-radius: 16rpx;margin: 16rpx auto 0;color: #333;font-size: 30rpx;}
- .yysz-item{display: flex;align-items: center;justify-content: space-between;
- padding: 32rpx 32rpx 32rpx 0;position: relative;margin: 0 32rpx 0 32rpx;}
- .border-item{border-bottom: 1rpx dashed #f2f2f2;}
- .img-item{padding: 32rpx 32rpx 0 0;}
- .item-text{color: #888;}
- .yysz-item::after{
- content: '';width: 14rpx;height: 24rpx;@include ezy-no-repeat-cover;
- background-image: url("@/static/images/my/list-jt.png");
- position: absolute;right: 0;
- }
- .yysz-img-box{width: 36px;height: 36px;border-radius: 50%;@include ezy-no-repeat-cover}
- }
- // 关于我们
- .ezy-about-page{
- width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
- .about-body-border{
- width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
- padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
- position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
- background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
-
- }
- .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 #ccc;
- .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: 32rpx;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;}
- }
- }
- // 资料
- .ezy-ziliao-page{
- width: 100%;height: 100vh;display: flex;flex-direction: column;
- }
|