/***** 这里放页面样式 *****/ // 登录页 padding-bottom: env(safe-area-inset-bottom); box-sizing: unset; .ezy-login-page { width:100%;height:100vh; background-color: #80dfff;position: relative;overflow:hidden; .ezy-login-wrap{width:100%;height: 1623.08rpx;background-image: url("@/static/images/login/login-bj.jpg");@include ezy-no-repeat-cover(top);} .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"); } /***** 输入手机号页面*****/ .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;; .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;} } } .login-btn{width: 644rpx;height: 106rpx;@include ezy-no-repeat-cover;} .yzm-btn-disabled{margin-top: 84rpx;background-image: url("@/static/images/login/login-zym-bj-disabled.png");} .yzm-btn-normal{background-image: url("@/static/images/login/login-zym-bj.png");} .wx-btn-img{ width: 96rpx;height: 96rpx;position: absolute;bottom:5%; left: 50%;transform:translateX(-50%) ; background-image: url("@/static/images/login/login-wx-icon.png");@include ezy-no-repeat-cover; } /***** 输入验证码页面*****/ .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-show{font-size: 28rpx;color: #ffffffd9;margin: 24rpx 0 0 20rpx;} .login-btn-disabled{margin-top: 52rpx;background-image: url("@/static/images/login/login-btn-bj-disabled.png");} .login-btn-normal{margin-top: 52rpx;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) { .wx-btn-img{bottom:2%;} } @media (max-height: 700px) { .phone-input-box{margin-top: 24rpx;} .yzm-btn-img{margin-top: 52rpx;} .wx-btn-img{bottom:3%;} } @media (max-height: 480px) { overflow:auto; .login-body-box{top:660rpx;} .ezy-login-wrap{height: 1400rpx;position: relative;} } } // 用户协议弹窗 .agree-sections-dialog{ width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center; 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;} } // 用户协议详情弹窗 .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/login/agree-sections-close.png");} .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;} @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: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center; background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover; } #yzm-slider{ margin: 32rpx 0 46rpx;position: unset; // #nc_1_wrapper{width: 100%;} } } // 选择年级和学期 .grades-terms-page{ width:100%;height:100vh; background-color: #43c1f6; background-image: url("@/static/images/grade/grades-terms-bj.png");@include ezy-no-repeat-cover(top); // padding-top: 52%; position: relative;min-height: 1212rpx; .grades-body{ width: 752rpx;max-width: 100%;height: 1212rpx;display: flex;flex-direction: column;margin: 0 auto; background-image: url("@/static/images/grade/grades-border.png");@include ezy-no-repeat-cover(top); position: absolute;bottom: 2%;left: 50%;transform: translateX(-50%); } .grades-change-title{ width: 577rpx;height: 92rpx;margin: 10% auto 0; background-image: url("@/static/images/grade/grades-title.png");@include ezy-no-repeat-cover; } .grades-title-desc{font-size: 28rpx;color: #777;text-align: center;margin-top: 10rpx;} .grades-terms-title{width: 692rpx;height: 92rpx;margin: 3% auto 0;@include ezy-no-repeat-cover;} .grades-title-img{background-image: url("@/static/images/grade/grade-title.png");} .terms-title-img{background-image: url("@/static/images/grade/term-bj.png");} .grade-item-box{display: flex;flex-wrap: wrap;justify-content: space-evenly;box-sizing: border-box;padding: 3% 4% 1%;} .grade-item { width: 277rpx;height: 87rpx;line-height: 82rpx;margin: 2% 0; 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; -webkit-text-stroke: 1.6rpx #003466; text-stroke: 1.6rpx #003466; } .grade-item.active{ color: #fff;-webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300; 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: 1500rpx; .grades-body{bottom: unset;top:26%;zoom:0.9;} } @media (max-height: 700px) { min-height: 1400rpx; .grades-body{top:23%;zoom:0.84;} } @media (max-height: 480px) { min-height: 1500rpx; .grades-body{top:25%;zoom:0.92;} } } // 蛋 .study-egg-dialog{ .egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;} .egg-title{ width: 606rpx;height: 85rpx; @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-title.png"); } .egg-img{width: 692rpx;height: 615rpx;margin-top: 20%; @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.png"); } .egg-btn{ width: 644rpx;height: 106rpx;margin-top: 10%; @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png"); } @media (max-height: 800px) { .egg-img{margin-top: 10%;} .egg-btn{margin-top: 6%;} } @media (max-height: 700px) { .egg-img{margin-top: 6%;} .egg-btn{margin-top: 4%;} } } //地图页 .ezy-study-page{ width:100%;height:100vh; background-color: #43c1f6; background-image: url("@/static/images/study/study-page-bj.png");@include ezy-no-repeat-cover(top); position: relative;min-height: 1394rpx; padding:var(--status-bar-height) var(--window-right) 0 var(--window-left);box-sizing: border-box;z-index: 1; .ezy-study-wrap{ width:100%;height:1394rpx;background-image: url("@/static/images/study/study-wrap-bj.png");@include ezy-no-repeat-cover; position: absolute;bottom: 4%;z-index: 2; } .study-school-year{ width: 237rpx;height: 73rpx;line-height:68rpx;background-image: url("@/static/images/study/school-year-bj.png"); color: #fff;@include ezy-no-repeat-cover;padding-left: 75rpx;position: absolute;top: 1%;left: 3%;z-index: 3; font-size: 32rpx; } } // height:$titleBar-tabBar-page; .lli-develop-expect-page{ display: flex;flex-direction: column;justify-content: space-between;align-items: center; background-color: blue;position: relative; .page-content{ background-color: #9ed5cf;width: 100%;text-align: center;display: block; margin-top: 44px;flex: 1; span{ font-size: 24px;padding: 20px 0;display: block;font-weight: 900;color: #09539a; -webkit-text-stroke: 1rpx #fff; /* 文字描边(仅webkit内核浏览器支持) */ text-stroke: 1rpx #fff; /* 未来可能的标准属性,目前支持有限 */ text-shadow: 4px 4px 4px rgba(110, 229, 249, 0.5); /* 文字阴影 */ } } .bottom-word{position: absolute;bottom: 0;margin-top: 0;} }