pages.scss 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051
  1. /***** 这里放页面样式 *****/
  2. // 登录页 padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
  3. .ezy-login-page {
  4. width:100%;height:100vh; background-color: #80dfff;position: relative;
  5. .login-nav-bar-icon{
  6. width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: var(--status-bar-height);
  7. background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
  8. }
  9. .ezy-login-wrap{width:100%;height: 1623.08rpx;background-image: url("@/static/images/login/login-bj.jpg");@include ezy-no-repeat-cover(top);}
  10. .login-body-box{
  11. display: flex;flex-direction: column;display: flex;box-sizing: border-box;
  12. position: absolute;top:690rpx;left: 50%;transform: translateX(-50%);
  13. }
  14. .index-title-img{
  15. width: 411rpx;height: 73rpx;@include ezy-no-repeat-cover;margin-right: auto;
  16. background-image: url("@/static/images/login/login-tel.png");
  17. }
  18. .login-btn{width: 644rpx;height: 106rpx;margin-top: 84rpx;@include ezy-no-repeat-cover;}
  19. /***** 输入手机号页面*****/
  20. .phone-input-box{
  21. width: 644rpx;height: 144rpx;box-sizing: border-box;padding-bottom: 20rpx;
  22. display: flex;align-items: center;margin-top: 50rpx;
  23. background-image: url("@/static/images/login/login-tel-bj.png");@include ezy-no-repeat-cover;
  24. .phone-prefix {
  25. width: 90rpx;margin-left:18rpx;font-size: 38rpx;color: #ffffffd9;
  26. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  27. }
  28. .phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ffffffd9;}
  29. .phone-input {font-size: 38rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
  30. .uni-input-placeholder {font-size: 34rpx;color: #ffffffd9;
  31. }
  32. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  33. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  34. }
  35. .agreement-checkbox-box {
  36. display: flex;justify-content: center;margin-top: 10rpx;
  37. uni-checkbox-group{font-size: 0;}
  38. .agreement-checkbox-input{width: 40rpx;height: 40rpx;border: 0;margin-right: 4rpx;font-size: 0;}
  39. .uni-checkbox-input{
  40. width: 40rpx;height: 40rpx;border: 0;background-color: unset;@include ezy-no-repeat-cover;
  41. background-image: url("@/static/images/login/login-checked-bj.png");
  42. svg {width: 28;height: 28rpx;top: 48%;left: 50%;}
  43. }
  44. .agreement-text-box {
  45. color: #ffffffd9;font-size: 27rpx;
  46. flex-direction: row;display: flex;align-items: center;
  47. .agreement-text{color: #e3f524;display: contents;}
  48. }
  49. }
  50. .tel-btn-disabled{background-image: url("@/static/images/login/login-zym-bj-disabled.png");}
  51. .tel-btn-normal{background-image: url("@/static/images/login/login-zym-bj.png");}
  52. .bottom-btn-box{
  53. position: absolute;bottom:5%;left: 50%;transform: translateX(-50%);display: flex;
  54. .wx-btn,.yk-btn{
  55. width: 125rpx;height: 144rpx;@include ezy-no-repeat-cover;margin: 0 20rpx;
  56. }
  57. .wx-btn{background-image: url("@/static/images/login/login-wx-btn.png");}
  58. .yk-btn{background-image: url("@/static/images/login/login-yk-btn.png");}
  59. }
  60. /***** 输入验证码页面*****/
  61. .login-title-img{
  62. width: 317rpx;height: 77rpx;@include ezy-no-repeat-cover;margin-right: auto;
  63. background-image: url("@/static/images/login/login-yzm.png");
  64. }
  65. .yzm-btn{margin-top: 42rpx;}
  66. .yzm-show{font-size: 28rpx;color: #ffffffd9;margin: 24rpx 0 0 20rpx;}
  67. .login-btn-disabled{background-image: url("@/static/images/login/login-btn-bj-disabled.png");}
  68. .login-btn-normal{background-image: url("@/static/images/login/login-btn-bj.png");}
  69. .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 20rpx auto 60rpx;}
  70. .cxfs-btn-disabled{color: #777;}
  71. .login-text{font-size: 28rpx;color: #3257b9;margin: 16rpx 0 0 20rpx;}
  72. /* 针对小屏幕设备 */
  73. @media (max-height: 800px) {
  74. .login-body-box{top:660rpx;}
  75. .bottom-btn-box{bottom:2%;}
  76. .login-btn{margin-top: 64rpx;}
  77. // 输入验证码页面
  78. .yzm-btn{margin-top: 32rpx;}
  79. .cxfs-btn{margin: 16rpx auto 30rpx;}
  80. }
  81. @media (max-height: 700px) {
  82. .login-body-box{top:640rpx;}
  83. .login-btn{margin-top: 46rpx;}
  84. .phone-input-box{margin-top: 24rpx;}
  85. // 输入验证码页面
  86. .yzm-btn{margin-top: 24rpx;}
  87. .cxfs-btn{margin: 12rpx auto 20rpx;}
  88. }
  89. @media (max-height: 600px) {
  90. .bottom-btn-box{bottom:5%;}
  91. .login-btn{margin-top: 36rpx;}
  92. .ezy-login-wrap{height: 1360rpx;position: relative;}
  93. }
  94. }
  95. // 用户协议弹窗
  96. .agree-sections-dialog{
  97. width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  98. background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
  99. .agree-title{color:#666;font-size: 32rpx;font-weight: 600;}
  100. .agree-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
  101. .confirm-btn{width: 538rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 46rpx auto 0;
  102. background-image: url("@/static/images/login/agree-confirm-btn.png");}
  103. .not-confirm-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
  104. @media (max-height: 700px) {margin-bottom: 16%;}
  105. @media (max-height: 600px) {margin-bottom: 0;}
  106. }
  107. // 用户协议详情弹窗
  108. .agree-content-dialog{
  109. width: 100%;height: 100vh;overflow: auto;
  110. .agree-content-box{
  111. width: 684rpx;height: 1308rpx;@include ezy-no-repeat-cover;
  112. background-image: url("@/static/images/login/agree-content-bj.png");
  113. padding: 120rpx 0 64rpx;box-sizing: border-box;margin-top: 36%;
  114. position: relative;text-align: justify;
  115. display: flex;flex-direction: column;
  116. }
  117. .agree-title{font-size: 42rpx;text-align: center;margin-bottom: 42rpx;flex-shrink: 0;}
  118. .agree-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;
  119. position: absolute;top: 64rpx;right: 44rpx;
  120. background-image: url("@/static/images/login/agree-sections-close.png");}
  121. .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;}
  122. @media (max-height: 800px) {
  123. .agree-content-box{margin-top: 18%;}
  124. }
  125. @media (max-height: 700px) {
  126. .agree-content-box{margin-top: var(--status-bar-height);}
  127. }
  128. }
  129. // 滑块校验弹窗
  130. .slider-check-dialog{
  131. background-color: rgba(255, 255, 255, 0.6);
  132. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  133. justify-content: center;align-items: center;
  134. .slider-check-content{
  135. width: 635rpx;height: 423rpx;padding: 42rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  136. background-image: url("@/static/images/login/slider-dialog-bj.png");@include ezy-no-repeat-cover;position: relative;
  137. }
  138. .slider-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
  139. background-image: url("@/static/images/login/agree-sections-close.png");}
  140. .slider-check-tip{color:#777;font-size: 32rpx;margin-top: 30rpx;font-weight: 800;}
  141. .slider-check-btn{width: 208rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 32rpx auto 0;
  142. background-image: url("@/static/images/login/slider-confirm.png");display: block;}
  143. .nc-container{
  144. position: unset;border-bottom: 1px dashed #70cbf4;padding: 36rpx 0 54rpx;box-sizing: border-box;
  145. .nc_wrapper{width: 100%!important;}
  146. .nc_iconfont.btn_ok{font-family: unset;font-size: 0;}
  147. .nc_iconfont.btn_ok::before{content: '';width: 20px;height:20px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  148. @include ezy-no-repeat-cover;background-image: url("@/static/images/login/slider-right-icon.png");z-index: 4;}
  149. }
  150. .slider-tip-red{color: red;}
  151. @media (max-height: 700px) {
  152. .slider-check-content{margin-bottom: 16%;}
  153. }
  154. @media (max-height: 600px) {
  155. .slider-check-content{margin-bottom: 0;}
  156. }
  157. }
  158. // 选择年级和学期
  159. .grades-terms-page{
  160. width:100%;height:100vh;
  161. background-color: #43c1f6;
  162. background-image: url("@/static/images/grade/grades-terms-bj.png");@include ezy-no-repeat-cover(top);
  163. // padding-top: 52%;
  164. position: relative;min-height: 1212rpx;
  165. .grades-body{
  166. width: 752rpx;max-width: 100%;height: 1212rpx;display: flex;flex-direction: column;margin: 0 auto;
  167. background-image: url("@/static/images/grade/grades-border.png");@include ezy-no-repeat-cover(top);
  168. position: absolute;left: 50%;transform: translateX(-50%);top: 24%;
  169. }
  170. .grades-change-title{
  171. width: 577rpx;height: 92rpx;margin: 10% auto 0;
  172. background-image: url("@/static/images/grade/grades-title.png");@include ezy-no-repeat-cover;
  173. }
  174. .grades-title-desc{font-size: 28rpx;color: #777;text-align: center;margin-top: 10rpx;}
  175. .grades-terms-title{width: 692rpx;height: 92rpx;margin: 3% auto 0;@include ezy-no-repeat-cover;}
  176. .grades-title-img{background-image: url("@/static/images/grade/grade-title.png");}
  177. .terms-title-img{background-image: url("@/static/images/grade/term-bj.png");}
  178. .grade-item-box{display: flex;flex-wrap: wrap;justify-content: space-evenly;box-sizing: border-box;padding: 3% 4% 1%;}
  179. .grade-item {
  180. width: 277rpx;height: 87rpx;line-height: 82rpx;margin: 2% 0;
  181. background-image: url("@/static/images/grade/grades-bj.png");@include ezy-no-repeat-cover;
  182. text-align: center;font-size: 36rpx;color: #fff;font-weight: 800;
  183. }
  184. // -webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300;
  185. .grade-item.active{
  186. color: #fff;background-image: url("@/static/images/grade/grades-a-bj.png");
  187. }
  188. .grade-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 5% auto 4%;}
  189. .grade-confirm-btn{
  190. width: 644rpx;height: 108rpx;background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
  191. }
  192. .grade-confirm-btn:after{display: none;}
  193. /* 针对小屏幕设备 */
  194. @media (max-height: 800px) {
  195. min-height: 1300rpx;
  196. .grades-body{zoom:0.9;bottom: 1%;top: unset;}
  197. }
  198. @media (max-height: 700px) {
  199. min-height: 1200rpx;
  200. .grades-body{zoom:0.8;}
  201. }
  202. @media (max-height: 480px) {
  203. min-height: 1200rpx;
  204. .grades-body{zoom:0.75;}
  205. }
  206. }
  207. // 蛋
  208. .study-egg-dialog{
  209. .egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;}
  210. .egg-title{
  211. width: 606rpx;height: 85rpx;
  212. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-title.png");
  213. }
  214. .egg-img{width: 692rpx;height: 615rpx;margin-top: 20%;
  215. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.png");
  216. }
  217. .egg-btn{
  218. width: 644rpx;height: 106rpx;margin-top: 10%;
  219. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");
  220. }
  221. @media (max-height: 800px) {
  222. .egg-img{margin-top: 10%;}
  223. .egg-btn{margin-top: 6%;}
  224. }
  225. @media (max-height: 700px) {
  226. .egg-img{margin-top: 6%;}
  227. .egg-btn{margin-top: 4%;}
  228. }
  229. }
  230. //地图页
  231. .ezy-study-page{
  232. width:100%;height: 100vh;display: flex;flex-direction: column;
  233. box-sizing: border-box;padding-top:var(--status-bar-height);justify-content: center;position: relative;
  234. .study-school-year{
  235. width: 285rpx;height: 69rpx;line-height:65rpx;background-image: url("@/static/images/study/school-year-bj.png");
  236. color: #fff;@include ezy-no-repeat-cover;padding-left: 78rpx;font-size: 30rpx;font-weight: 600;
  237. position: absolute;left: 20rpx;top:var(--status-bar-height);z-index: 2;
  238. }
  239. // animal
  240. .animal-img{width:48rpx;height: 68rpx;@include ezy-no-repeat-cover;position: absolute;animation: shakeAndGrow 3s infinite;}
  241. @keyframes shakeAndGrow {
  242. 0% {transform: translateX(0) scale(1);}
  243. 25% {transform: rotate(-20deg);}
  244. 50% {transform: rotate(20deg);}
  245. 75% {transform: rotate(0deg) scale(1.2);}
  246. 100% {transform: rotate(0deg) scale(1);}
  247. }
  248. .dan-img{background-image: url("@/static/images/study/animal-img1.png");}
  249. .xiao-e-img{background-image: url("@/static/images/study/animal-img2.png");}
  250. .zhong-e-img{background-image: url("@/static/images/study/animal-img3.png");}
  251. .da-e-img{background-image: url("@/static/images/study/animal-img4.png");}
  252. }
  253. // 数学
  254. .ezy-shuxue-study-page{
  255. @include ezy-no-repeat-cover(top);background-color: #43c1f6;background-image: url("@/static/images/study/shuxue/study-shuxue-bj.png");
  256. .ezy-study-wrap{
  257. width:750rpx;height:1394rpx;background-image: url("@/static/images/study/shuxue/study-wrap-bj.gif");
  258. @include ezy-no-repeat-cover;position: relative;margin: 0 auto;
  259. }
  260. .chapter-box{
  261. width: 150rpx;text-align: center;font-weight: 800;color: #5c1a11;
  262. font-size: 32rpx;position: absolute;top:122rpx;left:330rpx;
  263. }
  264. .chapter-title-box{
  265. width: 325rpx;height: 80rpx;text-align: center;font-weight: 800;color: #fbb030;
  266. position: absolute;top:170rpx;left:240rpx;white-space: pre-wrap;
  267. }
  268. .chapter-small-title-box{line-height: 2;font-size: 38rpx;}
  269. .chapter-middle-title-box{line-height: 2.2;font-size: 34rpx;}
  270. .chapter-big-title-box{line-height: 1.2;font-size: 32rpx;}
  271. // brand-content
  272. .brand-content{margin: 0 auto;@include single-line-ellipsis;}
  273. .brand-icon,.brand-lock,.brand-finish-icon{
  274. width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
  275. position: absolute;top: -30rpx;left: 50%;transform: translateX(-50%);}
  276. .brand-icon{
  277. font-size: 36rpx;font-weight: 600;color: #ff6501;line-height: 70rpx;
  278. background-image: url("@/static/images/study/shuxue/number-bj.png");
  279. }
  280. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  281. .brand-lock::before{
  282. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  283. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  284. }
  285. .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
  286. // animal
  287. .animal-img{left: 28%;top: 48%;}
  288. // brand-item
  289. .brand-item{box-sizing: border-box;font-size: 24rpx;color: #fff;text-align: center;
  290. font-weight: 600;position: relative;position: absolute;@include ezy-no-repeat-cover;}
  291. .small-brand-item{width: 231rpx;height: 147rpx;padding: 40rpx 0 10rpx;
  292. background-image: url("@/static/images/study/shuxue/duan-pai-disabled.png");
  293. .brand-content{width: 90%;}
  294. }
  295. .small-brand-item.brand-active{background-image: url("@/static/images/study/shuxue/duan-pai-active.png");}
  296. .big-brand-item{
  297. width: 307.69rpx;height: 141.35rpx;padding: 40rpx 0 10rpx;
  298. background-image: url("@/static/images/study/shuxue/chang-pai-disabled.png");
  299. .brand-content{width: 94%;}
  300. }
  301. .big-brand-item.brand-active{background-image: url("@/static/images/study/shuxue/chang-pai-active.png");}
  302. .ceshi-brand-item{
  303. width: 185rpx;height: 121rpx;@include ezy-no-repeat-cover;
  304. padding: 16rpx 10rpx 10rpx 10rpx;position: absolute;top:1112rpx;right:140rpx;
  305. background-image: url("@/static/images/study/shuxue/ceshi-pai.png");
  306. .brand-lock,.brand-icon{left: 0;top: -30rpx;}
  307. }
  308. // brand-item
  309. .small-brand-item:nth-child(1){top:330rpx;right:70rpx;}
  310. .small-brand-item:nth-child(2){top:540rpx;left:75rpx;}
  311. .small-brand-item:nth-child(3){top:692rpx;right:110rpx;}
  312. .small-brand-item:nth-child(4){top:1085rpx;right:165rpx}
  313. .big-brand-item:nth-child(1){top:328rpx;right:40rpx;}
  314. .big-brand-item:nth-child(2){top:540rpx;left:20rpx;}
  315. .big-brand-item:nth-child(3){top:692rpx;right:80rpx;}
  316. .big-brand-item:nth-child(4){top:1090rpx;right:130rpx;}
  317. @media (max-height: 800px) {
  318. // 0.92
  319. .ezy-study-wrap{width: 690rpx;height: 1284rpx;}
  320. .chapter-box{width: 138rpx;top:112rpx;left:300rpx;font-size: 28rpx;}
  321. .chapter-title-box{width: 296rpx;height: 70rpx;top:155rpx;left:223rpx;font-size: 28rpx;}
  322. .chapter-small-title-box{line-height: 1.8;font-size: 36rpx;}
  323. .chapter-middle-title-box{line-height: 2.4;font-size: 30rpx;}
  324. .chapter-big-title-box{line-height: 1.3;font-size: 28rpx;}
  325. .small-brand-item:nth-child(1){top:290rpx;right:60rpx;}
  326. .small-brand-item:nth-child(2){top:480rpx;left:75rpx;}
  327. .small-brand-item:nth-child(3){top:630rpx;right:110rpx;}
  328. .small-brand-item:nth-child(4){top:990rpx;right:140rpx}
  329. .big-brand-item:nth-child(1){top:300rpx;right:24rpx;}
  330. .big-brand-item:nth-child(2){top:490rpx;left:24rpx;}
  331. .big-brand-item:nth-child(3){top:640rpx;right:80rpx;}
  332. .big-brand-item:nth-child(4){top:1000rpx;right:110rpx;}
  333. .ceshi-brand-item{top:1020rpx;right:140rpx;}
  334. }
  335. @media (max-height: 700px) {
  336. min-height: 1260rpx;
  337. //0.88
  338. .ezy-study-wrap{width: 630rpx;height: 1198rpx;}
  339. .chapter-box{top:105rpx;left:278rpx;}
  340. .chapter-title-box{width: 280rpx;height: 66rpx;top:145rpx;left:208rpx;}
  341. .chapter-middle-title-box{line-height: 2.2;}
  342. .chapter-big-title-box{line-height: 1.2;}
  343. .small-brand-item:nth-child(1){top:260rpx;right:50rpx;}
  344. .small-brand-item:nth-child(2){top:445rpx;left:60rpx;}
  345. .small-brand-item:nth-child(3){top:580rpx;right:100rpx;}
  346. .small-brand-item:nth-child(4){top:920rpx;right:140rpx}
  347. .big-brand-item:nth-child(1){top:270rpx;right:16rpx;}
  348. .big-brand-item:nth-child(2){top:450rpx;left:16rpx;}
  349. .big-brand-item:nth-child(3){top:590rpx;right:70rpx;}
  350. .big-brand-item:nth-child(4){top:925rpx;right:100rpx;}
  351. .ceshi-brand-item{top:940rpx;right:130rpx;}
  352. }
  353. @media (max-height: 600px) {
  354. //0.76
  355. min-height:1200rpx;
  356. .ezy-study-wrap{width: 577rpx;height: 1072rpx;}
  357. .chapter-box{width: 120rpx;top:90rpx;left:250rpx;font-size: 26rpx;}
  358. .chapter-title-box{width: 250rpx;height: 60rpx;top:128rpx;left:185rpx;}
  359. .chapter-small-title-box{line-height: 1.6;font-size: 34rpx;}
  360. .chapter-middle-title-box{line-height: 2;font-size: 28rpx;}
  361. .chapter-big-title-box{line-height: 1.2;font-size: 26rpx;}
  362. .small-brand-item:nth-child(1){top:220rpx;right:24rpx;}
  363. .small-brand-item:nth-child(2){top:385rpx;left:42rpx;}
  364. .small-brand-item:nth-child(3){top:500rpx;right:65rpx;}
  365. .small-brand-item:nth-child(4){top:800rpx;right:100rpx}
  366. .big-brand-item:nth-child(1){top:220rpx;right:0;}
  367. .big-brand-item:nth-child(2){top:390rpx;left:0;}
  368. .big-brand-item:nth-child(3){top:510rpx;right:30rpx;}
  369. .big-brand-item:nth-child(4){top:810rpx;right:100rpx;}
  370. .ceshi-brand-item{top:835rpx;right:130rpx;}
  371. }
  372. }
  373. // 英语
  374. .ezy-yingyu-study-page{
  375. background-color: #00aeee;
  376. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/study/yingyu/study-yingyu-bj.png");
  377. .yingyu-house-box{
  378. width: 750rpx;height: 769rpx;@include ezy-no-repeat-cover;position: absolute;
  379. top:calc(-100rpx + var(--status-bar-height));
  380. background-image: url("@/static/images/study/yingyu/study-wrap-bj.gif");z-index: 1;
  381. }
  382. .chapter-title-box{
  383. width: 120rpx;height: 60rpx;text-align: center;font-weight: 800;color: #66ffff;font-size: 28rpx;
  384. position: absolute;top:228rpx;left:222rpx;white-space: pre-wrap;line-height: 2;
  385. }
  386. // 锁 星星
  387. .brand-lock,.brand-finish-icon{
  388. width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
  389. position: absolute;transform: translateX(-50%);}
  390. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  391. .brand-lock::before{
  392. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  393. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  394. }
  395. .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
  396. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  397. .brand-lock::before{
  398. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  399. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  400. }
  401. //icon-content-box
  402. .icon-content-box{
  403. width: 260rpx;height: 81rpx;@include ezy-no-repeat-cover;font-size: 24rpx;position: absolute;
  404. background-image: url("@/static/images/study/yingyu/dao-item-disabled.png");
  405. .brand-icon,.brand-content{margin: 0 auto;}
  406. .brand-icon{
  407. width: 170rpx;height: 36rpx;color: #180b34;line-height: 1.6;
  408. @include single-line-ellipsis;}
  409. .brand-content{width: 246rpx;height: 42rpx;color: #fff;@include single-line-ellipsis;line-height: 42rpx;}
  410. }
  411. // brand-item
  412. .brand-item{box-sizing: border-box;text-align: center;z-index: 3;
  413. font-weight: 600;position: relative;position: absolute;@include ezy-no-repeat-cover;}
  414. .brand-active {
  415. .icon-content-box{background-image: url("@/static/images/study/yingyu/dao-item-active.png");}
  416. }
  417. .brand-item:nth-child(1){
  418. width: 317rpx;height: 240rpx;top:630rpx;right:30rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj1.png");
  419. .icon-content-box{top: 160rpx;right: 0rpx;}
  420. .brand-lock,.brand-finish-icon{top: 98rpx;right: 60rpx;}
  421. .animal-img{top: 88rpx;right: 40rpx;}
  422. }
  423. .brand-item:nth-child(2){
  424. width: 394rpx;height: 192rpx;top:760rpx;left:55rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj2.png");
  425. .icon-content-box{top: 130rpx;right: 130rpx;}
  426. .brand-lock,.brand-finish-icon{top: 62rpx;right: 200rpx;}
  427. .animal-img{top: 60rpx;right: 180rpx;}
  428. }
  429. .brand-item:nth-child(3){
  430. width: 385rpx;height: 154rpx;top:980rpx;right:110rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj3.png");
  431. .icon-content-box{top: 100rpx;right: 0rpx;}
  432. .brand-lock,.brand-finish-icon{top: 28rpx;right: 60rpx;}
  433. .animal-img{top: 20rpx;right: 30rpx;}
  434. }
  435. .brand-item:nth-child(4){
  436. width: 385rpx;height: 202rpx;top:1100rpx;left:60rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj4.png");
  437. .icon-content-box{top: 130rpx;right: 130rpx;}
  438. .brand-lock,.brand-finish-icon{top: 62rpx;right: 200rpx;}
  439. .animal-img{top: 60rpx;right: 180rpx;}
  440. }
  441. .brand-item.ceshi-brand-item{
  442. width: 308rpx;height: 225rpx;top:1250rpx;right:30rpx;left: unset;@include ezy-no-repeat-cover;
  443. background-image: url("@/static/images/study/yingyu/test-item.png");
  444. .icon-content-box{background-image: unset;}
  445. .brand-content{display: none;}
  446. .brand-lock,.brand-finish-icon{top: 120rpx;right: 120rpx;}
  447. .animal-img{top: 100rpx;right: 40rpx;}
  448. }
  449. @media (max-height: 800px) {
  450. min-height:1500rpx;
  451. // 0.92
  452. .brand-item:nth-child(1){top:540rpx;right:30rpx;}
  453. .brand-item:nth-child(2){top:640rpx;left:55rpx;}
  454. .brand-item:nth-child(3){top:830rpx;right:110rpx;}
  455. .brand-item:nth-child(4){top:960rpx;left:60rpx;}
  456. .brand-item.ceshi-brand-item{
  457. width: 250rpx;height: 183rpx;top:1050rpx;left: unset;right: 60rpx;
  458. .brand-lock,.brand-finish-icon{top: 0;right: 80rpx;}
  459. }
  460. }
  461. @media (max-height: 700px) {
  462. min-height:1350rpx;
  463. .brand-lock,.brand-finish-icon{width: 50rpx;height: 50rpx;}
  464. .brand-lock::before{content: '';width: 26rpx;height: 33rpx;margin-top: 6rpx;}
  465. // 0.9
  466. .brand-item:nth-child(1){
  467. width: 288rpx;height: 218rpx;top:506rpx;right:70rpx;
  468. .icon-content-box{top: 150rpx;right: -10rpx;}
  469. .brand-lock,.brand-finish-icon{top: 102rpx;right: 70rpx;}
  470. }
  471. .brand-item:nth-child(2){
  472. width: 356rpx;height: 173rpx;top:610rpx;left:65rpx;
  473. .icon-content-box{top: 130rpx;right: 112rpx;}
  474. .brand-lock,.brand-finish-icon{top: 82rpx;right: 192rpx;}
  475. .animal-img{right: 160rpx;}
  476. }
  477. .brand-item:nth-child(3){
  478. width: 346rpx;height: 138rpx;top:770rpx;right:70rpx;
  479. .icon-content-box{top: 90rpx;right: -10rpx;}
  480. .brand-lock,.brand-finish-icon{top: 42rpx;right: 70rpx;}
  481. }
  482. .brand-item:nth-child(4){
  483. width: 346rpx;height: 182rpx;top:850rpx;left:80rpx;
  484. .icon-content-box{top: 130rpx;right: 112rpx;}
  485. .brand-lock,.brand-finish-icon{top: 82rpx;right: 192rpx;}
  486. .animal-img{right: 160rpx;}
  487. }
  488. .brand-item.ceshi-brand-item{
  489. width: 250rpx;height: 183rpx;top:980rpx;left: unset;right:70rpx;
  490. .brand-lock,.brand-finish-icon{top: 10rpx;right: 100rpx;}
  491. .animal-img{top: 95rpx;right: 30rpx;}
  492. }
  493. }
  494. }
  495. //目录页
  496. .ezy-catalogue-dialog{
  497. width: 663rpx;height: 1038rpx;padding: 180rpx 52rpx 60rpx;box-sizing: border-box;position: relative;
  498. background-image: url("@/static/images/catalog/catalog-bj.png");@include ezy-no-repeat-cover;
  499. display: flex;
  500. .catalogue-close-btn{
  501. width: 54rpx;height: 54rpx;
  502. background-image: url("@/static/images/catalog/catalog-close-btn.png");@include ezy-no-repeat-cover;
  503. position: absolute;top: 40rpx;right: 36rpx;
  504. }
  505. .ezy-catalogue-collapse{
  506. background-color: transparent!important;flex: 1;overflow-y: auto;
  507. .collapse-item-box{
  508. display: flex;flex-direction: column;padding: 24rpx 10rpx 24rpx 10rpx;box-sizing: border-box;
  509. border-bottom: 2rpx dashed #9dc0f6;
  510. .uni-collapse-item__wrap{background-color: transparent!important;}
  511. .collapse-title{display: flex;font-size: 30rpx;font-weight: 700;color: #0a549d;position: relative;}
  512. .collapse-num-box{
  513. width: 46rpx;height: 46rpx;line-height: 46rpx;font-size: 30rpx;font-weight: 700;color: #fff;text-align: center;
  514. background-image: url("@/static/images/catalog/num-bj.png");@include ezy-no-repeat-cover;
  515. -webkit-text-stroke: 1rpx #0d64d7;text-stroke: 1rpx #0d64d7;margin-right: 20rpx;flex-shrink: 0;
  516. }
  517. .collapse-name{@include single-line-ellipsis;width: 380rpx;}
  518. .uni-collapse-item__title-arrow{margin-right: 60rpx;}
  519. .uni-icons{
  520. width: 37rpx;height: 37rpx;
  521. background-image: url("@/static/images/catalog/jt-btn.png");@include ezy-no-repeat-cover;
  522. &::before{display: none;}
  523. }
  524. .collapse-lock{
  525. width: 35rpx;height: 41rpx;position: absolute;right: -90rpx;top: 0rpx;
  526. background-image: url("@/static/images/catalog/catalog-lock.png");@include ezy-no-repeat-cover;
  527. }
  528. }
  529. .collapse-item-box.collapse-active{
  530. border: 0;
  531. .collapse-title{color: #01b106;}
  532. .collapse-num-box{
  533. background-image: url("@/static/images/catalog/num-active-bj.png");
  534. -webkit-text-stroke: 1rpx #009931;text-stroke: 1rpx #009931;
  535. }
  536. .uni-icons{
  537. background-image: url("@/static/images/catalog/jt-active-btn.png");transform:unset;
  538. }
  539. }
  540. .collapse-content-box{border-top: 2rpx dashed #9dc0f6;margin: 20rpx 0 100rpx;}
  541. .collapse-content-item{
  542. font-size: 28rpx;color:#343434;
  543. border-bottom: 1px dashed #999;
  544. padding: 20rpx 10rpx;margin: 0 10rpx;
  545. }
  546. // .collapse-item-box:last-child{border: 0;}
  547. }
  548. }
  549. // 考试页
  550. .ezy-exam-page{
  551. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  552. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  553. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  554. .ezy-exam-swiper{
  555. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  556. uni-swiper-item{overflow: auto;}
  557. }
  558. .exam-submit-btn{
  559. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  560. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  561. }
  562. .tip-mask-box{
  563. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  564. }
  565. .exam-tip-box{
  566. width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
  567. background-image: url("@/static/images/exam/exam-tip-bj.png");
  568. color: #036f6f;font-size: 32rpx;z-index: 3;padding: 180rpx 0 0 100rpx;
  569. position: absolute;left: 0;right: 0;bottom: var(--window-bottom);
  570. }
  571. }
  572. // 成绩页
  573. .ezy-result-page{
  574. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  575. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  576. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  577. .result-exam-swiper{
  578. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  579. uni-swiper-item{overflow: auto;}
  580. .flex-center{
  581. height: 100%;
  582. .body{height: 100%;display: flex;flex-direction: column;}
  583. // 试题部分滚动 解析部分固定
  584. // .ezy-danxuan-box{flex: 1;overflow-y: auto;}
  585. }
  586. }
  587. .answer-content-box{
  588. margin-top: 24rpx;
  589. .answer-dtjx-row{display: flex;justify-content: space-between;}
  590. .answer-title{width: 150rpx;height: 62rpx;flex-shrink: 0;margin-left: 10rpx;
  591. background-image: url("@/static/images/exam/answer-title.png");@include ezy-no-repeat-cover;
  592. }
  593. .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #15ab2e;
  594. border-radius: 4px;box-sizing: border-box;padding: 16rpx;margin: 20rpx 0 20rpx 10rpx;min-height: 80rpx;}
  595. .tiankong-answer-row{word-break: break-all;margin-bottom: 10rpx;}
  596. .tiankong-answer-row:last-child{margin-bottom: 0;}
  597. .answer-btn-box{display: flex;height: 135rpx;margin: 20rpx 0 20rpx 10rpx;}
  598. .answer-item-left,.answer-item-right{
  599. width: 100%;flex: 1;align-items: center;justify-content: center;
  600. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
  601. .answer-item-title{font-size: 32rpx;color: #333;margin-bottom: 4rpx;}
  602. .answer-item-error{font-size: 32rpx;color: #ef1417;min-height: 36rpx;}
  603. .answer-item-correct{font-size: 32rpx;color: #15ab2e;min-height: 36rpx;}
  604. }
  605. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  606. .answer-item-right{border-radius: 0 4px 4px 0;}
  607. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  608. .answer-btn{width: 227rpx;height:72rpx;@include ezy-no-repeat-cover;margin-right: 20rpx;
  609. background-image:url("@/static/images/exam/answer-btn.png");flex-shrink: 0;
  610. }
  611. }
  612. }
  613. // 得分页
  614. .exam-score-dialog{
  615. width: 750rpx;height: 1250rpx;margin-bottom: 24%;position: relative;
  616. background-image: url("@/static/images/exam/score-bj.png");@include ezy-no-repeat-cover;
  617. // -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  618. .score-content-box{
  619. position: absolute;top: 746rpx;left: 200rpx;word-spacing: 18rpx;
  620. font-size: 38rpx;font-weight: 800; color: #000;
  621. .text-red{color: #ff6500;margin: 0 8rpx;}
  622. .text-score{
  623. width: 160rpx;font-size: 82rpx;font-weight: 800;color: #ff6701;
  624. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  625. margin: 110rpx 0 0 160rpx;text-align: center;}
  626. }
  627. .ckst-btn,.jxxx-btn{width: 115rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  628. .score-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  629. .ckst-btn{background-image: url("@/static/images/exam/ckst-btn.png");}
  630. .jxxx-btn{background-image: url("@/static/images/exam/jxxx-btn.png");}
  631. @media (max-height: 700px) {zoom: 0.9;}
  632. @media (max-height: 600px) {margin-bottom: 40%;}
  633. }
  634. // 答案解析
  635. .ezy-dajx-page{
  636. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  637. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  638. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  639. .shiti-frame-box{overflow-y: auto;}
  640. .dajx-content-box{
  641. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  642. .slfx-title,.spjj-title{
  643. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  644. }
  645. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  646. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  647. .slfx-content{
  648. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  649. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  650. }
  651. }
  652. .spjj-video-box{
  653. width: 606rpx;height: 394rpx;@include ezy-no-repeat-cover;margin: 0 auto 42rpx;
  654. background-image: url("@/static/images/exam/video-frame-bj.png");position: relative;
  655. box-sizing: border-box;padding: 18rpx;
  656. .spjj-video{
  657. width: 100%;height: 100%!important;
  658. .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;}
  659. .prism-info-display{display: none;}
  660. }
  661. }
  662. }
  663. // 课程页面
  664. .ezy-course-page{
  665. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  666. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  667. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  668. .course-video-box{
  669. width: 100%;height: 400rpx!important;flex-shrink: 0;position: relative;
  670. .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;}
  671. .prism-info-display{display: none;}
  672. }
  673. .course-content-border{
  674. width: 100%;display: flex;flex: 1;position: relative;
  675. background-color: rgba(255, 255, 255, 0.6);overflow-y: auto;
  676. }
  677. .course-content-box{
  678. flex: 1;margin: 20rpx 20rpx 0;background-color: #fff;overflow-y: auto;
  679. box-sizing: border-box;padding: 42rpx 24rpx;
  680. }
  681. .course-content-item{
  682. width: 100%;background-color: #f7f8fa;border-radius: 8rpx;color: #666;display: block;
  683. box-sizing: border-box;padding: 20rpx;margin-bottom: 30rpx;font-size: 32rpx;@include ezy-rich-text;
  684. }
  685. .title-play-box{display: flex;justify-content: space-between;margin:0 6rpx 12rpx;}
  686. .course-title{color: #088aea;font-size: 36rpx;margin-right: 16rpx;}
  687. .course-play-btn{width: 144rpx;height: 44rpx;flex-shrink: 0;
  688. @include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-play.png");}
  689. }
  690. // 课程得分页面
  691. .course-score-dialog{
  692. width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
  693. background-image: url("@/static/images/course/video-score-bj.png");
  694. margin-bottom: 20%;position: relative;
  695. .text-score{
  696. width: 220rpx;font-size: 100rpx;font-weight: 800;color: #ff6701;
  697. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  698. margin: 110rpx 0 0 160rpx;text-align: right;position: absolute;
  699. bottom: 230rpx;left: 0;
  700. }
  701. .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  702. .course-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  703. .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
  704. .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
  705. @media (max-height: 600px) {margin-bottom: 40%;}
  706. }
  707. // 我的页面
  708. .ezy-my-page{
  709. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  710. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  711. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
  712. .my-head-box{
  713. width: 100%;padding: 80rpx 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
  714. .head-img-box{width: 154rpx;height: 154rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;}
  715. .head-content-box{font-size: 30rpx;}
  716. .jf-box{
  717. width: 142rpx;height: 46rpx;display: flex;align-items: center;line-height: 1.2;font-size: 26rpx;
  718. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-bj.png");margin-top: 20rpx;
  719. }
  720. .jf-icon{width: 35rpx;height: 35rpx;margin:0 4rpx 0 10rpx;flex-shrink: 0;
  721. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-qb.png");}
  722. .jf-text{min-width: 60rpx;
  723. text-align: center;}
  724. }
  725. // hyqy
  726. .my-hyqy-swiper{
  727. height: 385rpx;
  728. .uni-swiper-dots-horizontal{bottom: 24rpx;}
  729. }
  730. .hyqy-box{
  731. width: 731rpx;height: 385rpx;margin: 0 auto;position: relative;
  732. @include ezy-no-repeat-cover;
  733. .hyqy-btn{width: 154rpx;height: 54rpx;position: absolute;top: 46rpx;right: 46rpx;
  734. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/hyqy-btn.png");}
  735. }
  736. // 1数学 2英语
  737. .hyqy-box1{background-image: url("@/static/images/my/hyqy-img1.png");}
  738. .hyqy-disabled-box1{background-image: url("@/static/images/my/hyqy-img-disabled1.png");}
  739. .hyqy-box2{background-image: url("@/static/images/my/hyqy-img2.png");}
  740. .hyqy-disabled-box2{background-image: url("@/static/images/my/hyqy-img-disabled2.png");}
  741. // list
  742. .my-list-box{
  743. width:700rpx;margin: 36rpx auto 0;
  744. .list-row{border-bottom: 2rpx solid #5bcdfb;color: #fff;box-sizing: border-box;padding: 30rpx 20rpx;
  745. display: flex;align-items: center;position: relative;}
  746. .list-row::after{
  747. content: '';width: 19rpx;height: 33rpx;@include ezy-no-repeat-cover;
  748. background-image: url("@/static/images/my/list-jt.png");
  749. position: absolute;right: 20rpx;
  750. }
  751. .no-jt::after,.no-jt::after{display: none;}
  752. .list-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
  753. .tel-icon{background-image: url("@/static/images/my/list-icon1.png");}
  754. .error-icon{background-image: url("@/static/images/my/list-icon2.png");}
  755. .order-icon{background-image: url("@/static/images/my/list-icon3.png");}
  756. .login-out-icon{background-image: url("@/static/images/my/list-icon4.png");}
  757. .about-icon{background-image: url("@/static/images/my/list-icon5.png");}
  758. }
  759. @media (max-height: 700px) {
  760. .my-head-box{padding: 60rpx 24rpx 32rpx;}
  761. .my-list-box{
  762. margin: 16rpx auto 0;
  763. .list-row{padding: 24rpx 20rpx;}
  764. }
  765. }
  766. @media (max-height: 600px) {
  767. min-height: 1200rpx;overflow-y: auto;
  768. .my-head-box{padding: 42rpx 24rpx 24rpx;}
  769. .my-list-box{
  770. margin: 12rpx auto 0;
  771. .list-row{padding: 16rpx;}
  772. .list-row::after{right: 16rpx;}
  773. }
  774. }
  775. }
  776. .ezy-my-page::before{
  777. content: '';width: 279rpx;height: 250rpx;display:block;
  778. position: absolute;top:calc(20rpx - var(--status-bar-height));right:20rpx;
  779. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/my-page-img.png");
  780. }
  781. // 错题
  782. .ezy-cuoti-page{
  783. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  784. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  785. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  786. .uni-list{background-color: transparent!important;}
  787. .uni-list--border-top,.uni-list--border-bottom{display: none;}
  788. .cuoti-border-box{
  789. flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
  790. margin: 12rpx auto 32rpx;position: relative;box-sizing: border-box;display: flex;flex-direction: column;
  791. }
  792. .cuo-tab-box{
  793. height: 82rpx!important;
  794. background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 20rpx 20rpx 0;
  795. box-sizing: border-box;padding: 10rpx 12rpx;border-radius: 8rpx;
  796. .segmented-control__text{color: #333!important;}
  797. .segmented-control__item--button{height: 62rpx;border: 0;border-radius: 8rpx;}
  798. .segmented-control__item--button--active .segmented-control__text{color: #fff!important;}
  799. }
  800. .cuoti-content-box{flex: 1;background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 10rpx 20rpx;}
  801. .cuoti-scroll-view{overflow-y: auto;}
  802. // item
  803. .list-item-box{
  804. width: 94%;background-color: transparent!important;
  805. border-bottom: 1px dashed #77d6f7;margin: 0 3%;
  806. .uni-list-item__header{display: none;}
  807. .uni-list-item__container{flex-direction: column;position: relative;padding:36rpx 0;overflow: unset;}
  808. .item-date-row{
  809. display: flex;align-items: center;color:#28bdf2;margin-bottom: 16rpx;
  810. .data-icon{
  811. width: 35rpx;height: 35rpx;margin: 10rpx;font-size: 28rpx;
  812. @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/cuoti-time-icon.png");}
  813. }
  814. .item-cuoti-row{
  815. display: flex;flex-direction: row;color:#444;
  816. .icon-num-box{display: flex;}
  817. .cuoti-content{display: flex;align-items: center;}
  818. .cuoti-icon{
  819. width: 35rpx;height: 35rpx;margin: 10rpx;font-size: 28rpx;
  820. @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/cuoti-icon.png");
  821. }
  822. .cuoti-text{color: #ff0101;margin-right: 6rpx;}
  823. }
  824. .cuoti-btn{
  825. width: 160rpx;height: 40rpx;line-height: 38rpx;box-sizing: border-box;padding-left: 24rpx;
  826. background-color: #068aea;font-size: 24rpx;color: #fff;border-radius: 20rpx 0 0 20rpx;
  827. position: absolute;right: -3%;top: 114rpx;
  828. }
  829. .cuoti-btn::after{
  830. content: '';width: 14rpx;height: 24rpx;display: block;position: absolute;top: 8rpx;right: 16rpx;
  831. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/list-jt.png");
  832. }
  833. }
  834. }
  835. // 关于我们
  836. .ezy-about-page{
  837. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  838. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  839. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  840. .about-body-border{
  841. flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
  842. margin: 12rpx auto 200rpx;position: relative;display: flex;flex-direction: column;
  843. }
  844. .about-body-box{
  845. content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
  846. position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
  847. box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
  848. }
  849. .content-top-box{
  850. display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
  851. box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #fff;
  852. .about-icon-box{
  853. width: 192rpx;height: 188rpx;margin-right: 36rpx;
  854. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
  855. }
  856. .about-name{
  857. font-size: 30rpx;margin: 20rpx 0 42rpx;
  858. }
  859. .about-text{margin: 16rpx 0;}
  860. }
  861. .content-box{
  862. font-size: 30rpx;margin-top: 50rpx;line-height: 2;color: #333;
  863. text-align: justify;box-sizing: border-box;padding: 0 10rpx;
  864. }
  865. @media (max-height: 600px) {
  866. .about-body-border{margin: 12rpx auto 150rpx;}
  867. .about-body-box{padding: 32rpx 20rpx 20rpx;}
  868. .content-top-box{padding-bottom: 24rpx;}
  869. .content-box{margin-top: 20rpx;}
  870. }
  871. }
  872. // 绑定手机号弹窗
  873. .my-tel-dialog{
  874. background-color: rgba(255, 255, 255, 0.6);
  875. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  876. justify-content: center;align-items: center;
  877. .tel-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
  878. background-image: url("@/static/images/login/agree-sections-close.png");}
  879. .my-tel-content{
  880. width: 625rpx;height: 740rpx;box-sizing: border-box;padding: 56rpx 62rpx;
  881. background-image: url("@/static/images/my/my-tel-bj.png");@include ezy-no-repeat-cover;position: relative;
  882. }
  883. .my-tel-title{font-size: 40rpx;color: #333;text-align:center;margin-bottom: 24rpx;}
  884. .tel-row{border-bottom: 1px dashed #70cbf4;}
  885. .yzm-row{padding-top: 24rpx;}
  886. /***** 输入手机号页面*****/
  887. .my-input-box{
  888. width:500rpx;height: 88rpx;box-sizing: border-box;
  889. display: flex;align-items: center;
  890. background-image: url("@/static/images/my/my-tel-input.png");@include ezy-no-repeat-cover;
  891. .my-input {font-size: 32rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
  892. .uni-input-placeholder {font-size: 25rpx;color: #ffffffd9;}
  893. .close-btn{width: 36rpx;height: 36rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  894. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  895. }
  896. // 滑块
  897. .nc-container{
  898. position: unset;padding: 24rpx 0 36rpx;box-sizing: border-box;
  899. .nc_wrapper{width: 100%!important;}
  900. .nc_iconfont.btn_ok{font-family: unset;font-size: 0;}
  901. .nc_iconfont.btn_ok::before{content: '';width: 20px;height:20px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  902. @include ezy-no-repeat-cover;background-image: url("@/static/images/login/slider-right-icon.png");z-index: 4;}
  903. }
  904. .get-yzm-btn{color: #3b73bf;margin-bottom: 16rpx;font-size: 25rpx;}
  905. .get-yzm-disabled{color: #666;}
  906. .yzm-tip{
  907. color: #3b73bf;margin:0 0 16rpx;font-size: 25rpx;
  908. }
  909. .my-bind-btn{
  910. width:500rpx;height: 88rpx;text-align: center;line-height: 88rpx;color: #fff;margin-top: 16rpx;
  911. background-image: url("@/static/images/my/my-tel-btn.png");@include ezy-no-repeat-cover;
  912. }
  913. }
  914. // SVIP
  915. .ezy-svip-page{
  916. width: 100%;height: 100vh;background-color: #23befb;position: relative;
  917. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  918. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  919. .svip-login{
  920. width: 673rpx;height: 269rpx;margin: 24rpx auto 0;
  921. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-logo.png");
  922. }
  923. .svip-list-box{
  924. margin: 24rpx auto;
  925. .list-item-box{display: flex;align-items: center;color: #fff;margin-bottom: 28rpx;}
  926. .list-icon{
  927. width: 96rpx;height: 106rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;
  928. }
  929. .list-title{
  930. font-size: 28rpx;font-weight: 600;margin-bottom: 10rpx;
  931. }
  932. .list-content{font-size: 25rpx;color: rgba(255, 255, 255, 0.8);}
  933. }
  934. .open-svip-box{
  935. width: 702rpx;height:413rpx;margin: 0 auto;box-sizing: border-box;padding: 0 16rpx;
  936. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-block-bj.png");
  937. .svip-price-box{
  938. display: flex;justify-content: space-between;border-bottom: 2rpx solid #efd774;font-size: 32rpx;
  939. margin-top: 120rpx;box-sizing: border-box;padding:0 24rpx 24rpx;color: #87664d;align-items: center;
  940. .original-price{text-decoration: line-through;}
  941. .discount-price{color: #ff0101;font-size: 40rpx;}
  942. }
  943. .pay-type-box{
  944. display: flex;align-items: center;padding:20rpx 24rpx;box-sizing: border-box;
  945. .type-radio-title{color: #87664d;margin-right: 32rpx;flex-shrink: 0;font-size: 32rpx;}
  946. .type-radio-content{display: flex;flex-direction: row;align-items: center;
  947. justify-content: space-between;flex: 1;font-size: 32rpx;}
  948. }
  949. .type-radio-box{
  950. display: flex;align-items: center;color: #87664d;
  951. icon{width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
  952. .uni-radio-input{
  953. width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-left: 16rpx;
  954. background-image: url("@/static/images/pay/svip-radio.png");
  955. background-color:transparent;border:0; pointer-events: none;
  956. }
  957. .radio-checked .uni-radio-input{
  958. width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;color:transparent;
  959. background-image: url("@/static/images/pay/svip-radio-checked.png");
  960. }
  961. }
  962. .wx-radio{background-image: url("@/static/images/pay/svip-wx-icon.png");}
  963. .zfb-radio{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
  964. .open-svip-btn{
  965. width: 333rpx;height: 88rpx;line-height: 88rpx;text-align: center;color: #fff;margin: 10rpx auto;font-size: 36rpx;
  966. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-btn-bj.png");
  967. }
  968. }
  969. @media (max-height: 800px) {
  970. min-height: 1346rpx;
  971. .svip-login{width: 538rpx;height: 215rpx;margin: 0 auto;}
  972. .svip-list-box{
  973. margin: 0 auto;
  974. .list-item-box{margin-bottom: 20rpx;}
  975. }
  976. .open-svip-box{
  977. width: 673rpx;height:396rpx;
  978. .open-svip-btn{margin: 0 auto;}
  979. }
  980. }
  981. @media (max-height: 700px) {
  982. min-height: 1250rpx;
  983. .svip-login{width: 500rpx;height: 200rpx;margin: 0 auto;}
  984. .svip-list-box{
  985. .list-item-box{margin-bottom: 16rpx;}
  986. .list-icon{
  987. width: 96rpx;height: 106rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;
  988. }
  989. .list-title{font-size: 26rpx;}
  990. .list-content{font-size: 22rpx;}
  991. }
  992. .open-svip-box{
  993. width: 625rpx;height:349rpx;
  994. .svip-price-box{
  995. font-size: 30rpx;margin-top: 90rpx;padding:0 24rpx 24rpx;
  996. .discount-price{color: #ff0101;font-size: 36rpx;}
  997. }
  998. .pay-type-box{
  999. padding:10rpx 12rpx;
  1000. .type-radio-title{margin-right: 24rpx;font-size: 30rpx;}
  1001. .type-radio-content{font-size: 30rpx;}
  1002. }
  1003. .open-svip-btn{width: 300rpx;height: 80rpx;line-height: 80rpx;margin: 6rpx auto;font-size: 32rpx;}
  1004. }
  1005. }
  1006. }