pages.scss 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354
  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. .ezy-login-wrap{width:100%;height: 1623.08rpx;background-image: url("@/static/images/login/login-bj.jpg");@include ezy-no-repeat-cover(top);}
  6. .login-body-box{
  7. display: flex;flex-direction: column;display: flex;box-sizing: border-box;
  8. position: absolute;top:690rpx;left: 50%;transform: translateX(-50%);
  9. }
  10. .index-title-img{
  11. width: 411rpx;height: 73rpx;@include ezy-no-repeat-cover;margin-right: auto;
  12. background-image: url("@/static/images/login/login-tel.png");
  13. }
  14. .login-btn{width: 644rpx;height: 106rpx;margin-top: 84rpx;@include ezy-no-repeat-cover;}
  15. /***** 输入手机号页面*****/
  16. .phone-input-box{
  17. width: 644rpx;height: 144rpx;box-sizing: border-box;padding-bottom: 20rpx;
  18. display: flex;align-items: center;margin-top: 50rpx;
  19. background-image: url("@/static/images/login/login-tel-bj.png");@include ezy-no-repeat-cover;
  20. .phone-prefix {
  21. width: 90rpx;margin-left:18rpx;font-size: 38rpx;color: #ffffffd9;
  22. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  23. }
  24. .phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ffffffd9;}
  25. .phone-input {font-size: 38rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
  26. .uni-input-placeholder {font-size: 34rpx;color: #ffffffd9;
  27. }
  28. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  29. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  30. }
  31. .agreement-checkbox-box {
  32. display: flex;justify-content: center;margin-top: 10rpx;
  33. uni-checkbox-group{font-size: 0;}
  34. .agreement-checkbox-input{width: 40rpx;height: 40rpx;border: 0;margin-right: 4rpx;font-size: 0;}
  35. .uni-checkbox-input{
  36. width: 40rpx;height: 40rpx;border: 0;background-color: unset;@include ezy-no-repeat-cover;
  37. background-image: url("@/static/images/login/login-checked-bj.png");
  38. svg {width: 28;height: 28rpx;top: 48%;left: 50%;}
  39. }
  40. .agreement-text-box {
  41. color: #ffffffd9;font-size: 27rpx;
  42. flex-direction: row;display: flex;align-items: center;
  43. .agreement-text{color: #e3f524;display: contents;}
  44. }
  45. }
  46. .tel-btn-disabled{background-image: url("@/static/images/login/login-zym-bj-disabled.png");}
  47. .tel-btn-normal{background-image: url("@/static/images/login/login-zym-bj.png");}
  48. .bottom-btn-box{
  49. position: absolute;bottom:5%;left: 50%;transform: translateX(-50%);display: flex;
  50. .wx-btn,.yk-btn{
  51. width: 125rpx;height: 144rpx;@include ezy-no-repeat-cover;margin: 0 20rpx;
  52. }
  53. .wx-btn{background-image: url("@/static/images/login/login-wx-btn.png");}
  54. .yk-btn{background-image: url("@/static/images/login/login-yk-btn.png");}
  55. }
  56. /***** 输入验证码页面*****/
  57. .login-title-img{
  58. width: 317rpx;height: 77rpx;@include ezy-no-repeat-cover;margin-right: auto;
  59. background-image: url("@/static/images/login/login-yzm.png");
  60. }
  61. .yzm-btn{margin-top: 42rpx;}
  62. .yzm-show{font-size: 28rpx;color: #ffffffd9;margin: 24rpx 0 0 20rpx;}
  63. .login-btn-disabled{background-image: url("@/static/images/login/login-btn-bj-disabled.png");}
  64. .login-btn-normal{background-image: url("@/static/images/login/login-btn-bj.png");}
  65. .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 20rpx auto 60rpx;}
  66. .cxfs-btn-disabled{color: #777;}
  67. .login-text{font-size: 28rpx;color: #3257b9;margin: 16rpx 0 0 20rpx;}
  68. /* 针对小屏幕设备 */
  69. @media (max-height: 800px) {
  70. .login-body-box{top:660rpx;}
  71. .bottom-btn-box{bottom:2%;}
  72. .login-btn{margin-top: 64rpx;}
  73. // 输入验证码页面
  74. .yzm-btn{margin-top: 32rpx;}
  75. .cxfs-btn{margin: 16rpx auto 30rpx;}
  76. }
  77. @media (max-height: 700px) {
  78. .login-body-box{top:640rpx;}
  79. .login-btn{margin-top: 46rpx;}
  80. .phone-input-box{margin-top: 24rpx;}
  81. // 输入验证码页面
  82. .yzm-btn{margin-top: 24rpx;}
  83. .cxfs-btn{margin: 12rpx auto 20rpx;}
  84. }
  85. @media (max-height: 600px) {
  86. .bottom-btn-box{bottom:5%;}
  87. .login-btn{margin-top: 36rpx;}
  88. .ezy-login-wrap{height: 1360rpx;position: relative;}
  89. }
  90. }
  91. // 用户协议弹窗
  92. .agree-sections-dialog{
  93. width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  94. background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
  95. .agree-title{color:#666;font-size: 32rpx;font-weight: 600;}
  96. .agree-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
  97. .confirm-btn{width: 538rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 46rpx auto 0;
  98. background-image: url("@/static/images/login/agree-confirm-btn.png");}
  99. .not-confirm-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
  100. @media (max-height: 700px) {margin-bottom: 16%;}
  101. @media (max-height: 600px) {margin-bottom: 0;}
  102. }
  103. // 用户协议详情弹窗
  104. .agree-content-dialog{
  105. width: 100%;height: 100vh;overflow: auto;
  106. .agree-content-box{
  107. width: 684rpx;height: 1308rpx;@include ezy-no-repeat-cover;
  108. background-image: url("@/static/images/login/agree-content-bj.png");
  109. padding: 120rpx 0 64rpx;box-sizing: border-box;margin-top: 36%;
  110. position: relative;text-align: justify;
  111. display: flex;flex-direction: column;
  112. }
  113. .agree-title{font-size: 42rpx;text-align: center;margin-bottom: 42rpx;flex-shrink: 0;}
  114. .agree-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;
  115. position: absolute;top: 64rpx;right: 44rpx;
  116. background-image: url("@/static/images/common/close-icon.png");}
  117. .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;word-break: break-all;}
  118. @media (max-height: 800px) {
  119. .agree-content-box{margin-top: 18%;}
  120. }
  121. @media (max-height: 700px) {
  122. .agree-content-box{margin-top: var(--status-bar-height);}
  123. }
  124. }
  125. // 滑块校验弹窗
  126. .slider-check-dialog{
  127. background-color: rgba(255, 255, 255, 0.6);
  128. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  129. justify-content: center;align-items: center;
  130. .slider-check-content{
  131. width: 635rpx;height: 423rpx;padding: 42rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  132. background-image: url("@/static/images/login/slider-dialog-bj.png");@include ezy-no-repeat-cover;position: relative;
  133. }
  134. .slider-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
  135. background-image: url("@/static/images/common/close-icon.png");}
  136. .slider-check-tip{color:#777;font-size: 32rpx;margin-top: 30rpx;font-weight: 800;}
  137. .slider-check-btn{width: 208rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 32rpx auto 0;
  138. background-image: url("@/static/images/login/slider-confirm.png");display: block;}
  139. .nc-container{
  140. position: unset;border-bottom: 1px dashed #70cbf4;padding: 36rpx 0 54rpx;box-sizing: border-box;
  141. .nc_wrapper{width: 100%!important;}
  142. .nc_iconfont.btn_ok{font-family: unset;font-size: 0;}
  143. .nc_iconfont.btn_ok::before{content: '';width: 20px;height:20px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  144. @include ezy-no-repeat-cover;background-image: url("@/static/images/login/slider-right-icon.png");z-index: 4;}
  145. }
  146. .slider-tip-red{color: red;}
  147. @media (max-height: 700px) {
  148. .slider-check-content{margin-bottom: 16%;}
  149. }
  150. @media (max-height: 600px) {
  151. .slider-check-content{margin-bottom: 0;}
  152. }
  153. }
  154. // 选择年级和学期
  155. .grades-terms-page{
  156. width:100%;height:100vh;background-color: #43c1f6;box-sizing: border-box;padding-top:var(--status-bar-height);
  157. background-image: url("@/static/images/grade/grades-terms-bj.png");@include ezy-no-repeat-cover(top);
  158. // padding-top: 52%;
  159. position: relative;min-height: 1212rpx;
  160. .grades-body{
  161. width: 752rpx;max-width: 100%;height: 1212rpx;display: flex;flex-direction: column;margin: 0 auto;
  162. background-image: url("@/static/images/grade/grades-border.png");@include ezy-no-repeat-cover(top);
  163. position: absolute;left: 50%;transform: translateX(-50%);top: 24%;
  164. }
  165. .grades-change-title{
  166. width: 577rpx;height: 92rpx;margin: 10% auto 0;
  167. background-image: url("@/static/images/grade/grades-title.png");@include ezy-no-repeat-cover;
  168. }
  169. .grades-title-desc{font-size: 28rpx;color: #777;text-align: center;margin-top: 10rpx;}
  170. .grades-terms-title{width: 692rpx;height: 92rpx;margin: 3% auto 0;@include ezy-no-repeat-cover;}
  171. .grades-title-img{background-image: url("@/static/images/grade/grade-title.png");}
  172. .terms-title-img{background-image: url("@/static/images/grade/term-bj.png");}
  173. .grade-item-box{display: flex;flex-wrap: wrap;justify-content: space-evenly;box-sizing: border-box;padding: 3% 4% 1%;}
  174. .grade-item {
  175. width: 277rpx;height: 87rpx;line-height: 82rpx;margin: 2% 0;
  176. background-image: url("@/static/images/grade/grades-bj.png");@include ezy-no-repeat-cover;
  177. text-align: center;font-size: 36rpx;color: #fff;font-weight: 800;
  178. }
  179. // -webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300;
  180. .grade-item.active{
  181. color: #fff;background-image: url("@/static/images/grade/grades-a-bj.png");
  182. }
  183. .grade-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 5% auto 4%;}
  184. .grade-confirm-btn{
  185. width: 644rpx;height: 108rpx;background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
  186. }
  187. .grade-confirm-btn:after{display: none;}
  188. /* 针对小屏幕设备 */
  189. @media (max-height: 800px) {
  190. min-height: 1300rpx;
  191. .grades-body{zoom:0.9;bottom: 1%;top: unset;}
  192. }
  193. @media (max-height: 700px) {
  194. min-height: 1200rpx;
  195. .grades-body{zoom:0.8;}
  196. }
  197. @media (max-height: 480px) {
  198. min-height: 1200rpx;
  199. .grades-body{zoom:0.75;}
  200. }
  201. }
  202. // 蛋
  203. .study-egg-dialog{
  204. .egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;}
  205. .egg-title{
  206. width: 606rpx;height: 85rpx;
  207. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-title.png");
  208. }
  209. .egg-img{width: 692rpx;height: 615rpx;margin-top: 20%;
  210. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.png");
  211. }
  212. .egg-btn{
  213. width: 644rpx;height: 106rpx;margin-top: 10%;
  214. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");
  215. }
  216. @media (max-height: 800px) {
  217. .egg-img{margin-top: 10%;}
  218. .egg-btn{margin-top: 6%;}
  219. }
  220. @media (max-height: 700px) {
  221. .egg-img{margin-top: 6%;}
  222. .egg-btn{margin-top: 4%;}
  223. }
  224. }
  225. //地图页
  226. .ezy-study-swiper{height: 100vh;overflow-y: auto;}
  227. .ezy-study-swiper1{
  228. @media (max-height: 700px) {min-height: 1260rpx;}
  229. @media (max-height: 600px) {min-height:1200rpx;}
  230. }
  231. .ezy-study-swiper2{
  232. @media (max-height: 800px) {min-height:1500rpx;}
  233. @media (max-height: 700px) {min-height:1350rpx;}
  234. }
  235. .ezy-study-page{
  236. width:100%;height: 100vh;display: flex;flex-direction: column;
  237. box-sizing: border-box;padding-top:var(--status-bar-height);justify-content: center;position: relative;
  238. .study-school-year{
  239. width: 285rpx;height: 69rpx;line-height:65rpx;background-image: url("@/static/images/study/school-year-bj.png");
  240. color: #fff;@include ezy-no-repeat-cover;padding-left: 78rpx;font-size: 30rpx;font-weight: 600;
  241. position: absolute;left: 20rpx;top:var(--status-bar-height);z-index: 2;
  242. }
  243. // animal
  244. .animal-img{width:48rpx;height: 68rpx;@include ezy-no-repeat-cover;position: absolute;}
  245. .dan-img{background-image: url("@/static/images/study/animal-img1.gif");}
  246. .xiao-e-img{background-image: url("@/static/images/study/animal-img2.gif");}
  247. .zhong-e-img{background-image: url("@/static/images/study/animal-img3.gif");}
  248. .da-e-img{background-image: url("@/static/images/study/animal-img4.gif");}
  249. }
  250. // 数学
  251. .ezy-shuxue-study-page{
  252. @include ezy-no-repeat-cover(top);background-color: #43c1f6;background-image: url("@/static/images/study/shuxue/study-shuxue-bj.png");
  253. .ezy-study-wrap{
  254. width:750rpx;height:1394rpx;background-image: url("@/static/images/study/shuxue/study-wrap-bj.gif");
  255. @include ezy-no-repeat-cover;position: relative;margin: 0 auto;
  256. }
  257. .chapter-box{
  258. width: 160rpx;text-align: center;font-weight: 800;color: #5c1a11;
  259. font-size: 30rpx;position: absolute;top:122rpx;left:322rpx;
  260. }
  261. .chapter-title-box{
  262. width: 325rpx;height: 80rpx;text-align: center;font-weight: 800;color: #fbb030;
  263. position: absolute;top:170rpx;left:240rpx;white-space: pre-wrap;
  264. }
  265. .chapter-small-title-box{line-height: 2;font-size: 38rpx;}
  266. .chapter-middle-title-box{line-height: 2.2;font-size: 34rpx;}
  267. .chapter-big-title-box{line-height: 1.2;font-size: 32rpx;}
  268. // brand-content
  269. .brand-content{margin: 0 auto;@include single-line-ellipsis;}
  270. .brand-icon,.brand-lock,.brand-finish-icon{
  271. width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
  272. position: absolute;top: -30rpx;left: 50%;transform: translateX(-50%);}
  273. .brand-icon{
  274. font-size: 36rpx;font-weight: 600;color: #ff6501;line-height: 70rpx;
  275. background-image: url("@/static/images/study/shuxue/number-bj.png");
  276. }
  277. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  278. .brand-lock::before{
  279. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  280. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  281. }
  282. .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
  283. .animal-img{left: 28%;top: 48%;animation: shakeOpacity 1s 1;}
  284. @keyframes shakeOpacity {
  285. 0% {opacity: 0;}
  286. 100% {opacity: 1;;}
  287. }
  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-disabled.png");
  306. .brand-lock,.brand-icon,.brand-finish-icon{left: 0;top: -30rpx;}
  307. }
  308. .ceshi-brand-item.brand-active{background-image: url("@/static/images/study/shuxue/ceshi-pai-active.png");}
  309. // brand-item
  310. .small-brand-item:nth-child(1){top:330rpx;right:70rpx;}
  311. .small-brand-item:nth-child(2){top:540rpx;left:75rpx;}
  312. .small-brand-item:nth-child(3){top:692rpx;right:110rpx;}
  313. .small-brand-item:nth-child(4){top:1085rpx;right:165rpx}
  314. .big-brand-item:nth-child(1){top:328rpx;right:40rpx;}
  315. .big-brand-item:nth-child(2){top:540rpx;left:20rpx;}
  316. .big-brand-item:nth-child(3){top:692rpx;right:80rpx;}
  317. .big-brand-item:nth-child(4){top:1090rpx;right:130rpx;}
  318. @media (max-height: 800px) {
  319. // 0.92
  320. .ezy-study-wrap{width: 690rpx;height: 1284rpx;}
  321. .chapter-box{width: 138rpx;top:112rpx;left:300rpx;font-size: 28rpx;}
  322. .chapter-title-box{width: 296rpx;height: 70rpx;top:155rpx;left:223rpx;font-size: 28rpx;}
  323. .chapter-small-title-box{line-height: 1.8;font-size: 36rpx;}
  324. .chapter-middle-title-box{line-height: 2.4;font-size: 30rpx;}
  325. .chapter-big-title-box{line-height: 1.3;font-size: 28rpx;}
  326. .small-brand-item:nth-child(1){top:290rpx;right:60rpx;}
  327. .small-brand-item:nth-child(2){top:480rpx;left:75rpx;}
  328. .small-brand-item:nth-child(3){top:630rpx;right:110rpx;}
  329. .small-brand-item:nth-child(4){top:990rpx;right:140rpx}
  330. .big-brand-item:nth-child(1){top:300rpx;right:24rpx;}
  331. .big-brand-item:nth-child(2){top:490rpx;left:24rpx;}
  332. .big-brand-item:nth-child(3){top:640rpx;right:80rpx;}
  333. .big-brand-item:nth-child(4){top:1000rpx;right:110rpx;}
  334. .ceshi-brand-item{top:1020rpx;right:140rpx;}
  335. }
  336. @media (max-height: 700px) {
  337. min-height: 1260rpx;
  338. //0.88
  339. .ezy-study-wrap{width: 630rpx;height: 1198rpx;}
  340. .chapter-box{top:105rpx;left:278rpx;}
  341. .chapter-title-box{width: 280rpx;height: 66rpx;top:145rpx;left:208rpx;}
  342. .chapter-middle-title-box{line-height: 2.2;}
  343. .chapter-big-title-box{line-height: 1.2;}
  344. .small-brand-item:nth-child(1){top:260rpx;right:50rpx;}
  345. .small-brand-item:nth-child(2){top:445rpx;left:60rpx;}
  346. .small-brand-item:nth-child(3){top:580rpx;right:100rpx;}
  347. .small-brand-item:nth-child(4){top:920rpx;right:140rpx}
  348. .big-brand-item:nth-child(1){top:270rpx;right:16rpx;}
  349. .big-brand-item:nth-child(2){top:450rpx;left:16rpx;}
  350. .big-brand-item:nth-child(3){top:590rpx;right:70rpx;}
  351. .big-brand-item:nth-child(4){top:925rpx;right:100rpx;}
  352. .ceshi-brand-item{top:940rpx;right:130rpx;}
  353. }
  354. @media (max-height: 600px) {
  355. //0.76
  356. min-height:1200rpx;
  357. .ezy-study-wrap{width: 577rpx;height: 1072rpx;}
  358. .chapter-box{width: 120rpx;top:90rpx;left:250rpx;font-size: 26rpx;}
  359. .chapter-title-box{width: 250rpx;height: 60rpx;top:128rpx;left:185rpx;}
  360. .chapter-small-title-box{line-height: 1.6;font-size: 34rpx;}
  361. .chapter-middle-title-box{line-height: 2;font-size: 28rpx;}
  362. .chapter-big-title-box{line-height: 1.2;font-size: 26rpx;}
  363. .small-brand-item:nth-child(1){top:220rpx;right:24rpx;}
  364. .small-brand-item:nth-child(2){top:385rpx;left:42rpx;}
  365. .small-brand-item:nth-child(3){top:500rpx;right:65rpx;}
  366. .small-brand-item:nth-child(4){top:800rpx;right:100rpx}
  367. .big-brand-item:nth-child(1){top:220rpx;right:0;}
  368. .big-brand-item:nth-child(2){top:390rpx;left:0;}
  369. .big-brand-item:nth-child(3){top:510rpx;right:30rpx;}
  370. .big-brand-item:nth-child(4){top:810rpx;right:100rpx;}
  371. .ceshi-brand-item{top:835rpx;right:130rpx;}
  372. }
  373. }
  374. // 英语
  375. .ezy-yingyu-study-page{
  376. background-color: #00aeee;
  377. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/study/yingyu/study-yingyu-bj.png");
  378. .yingyu-house-box{
  379. width: 750rpx;height: 769rpx;@include ezy-no-repeat-cover;position: absolute;
  380. top:calc(-100rpx + var(--status-bar-height));
  381. background-image: url("@/static/images/study/yingyu/study-wrap-bj.gif");z-index: 1;
  382. }
  383. .chapter-title-box{
  384. width: 120rpx;height: 60rpx;text-align: center;font-weight: 800;color: #66ffff;font-size: 28rpx;
  385. position: absolute;top:228rpx;left:222rpx;white-space: pre-wrap;line-height: 2;
  386. }
  387. // 锁 星星
  388. .brand-lock,.brand-finish-icon{
  389. width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
  390. position: absolute;transform: translateX(-50%);}
  391. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  392. .brand-lock::before{
  393. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  394. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  395. }
  396. .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
  397. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  398. .brand-lock::before{
  399. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  400. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  401. }
  402. //icon-content-box
  403. .icon-content-box{
  404. width: 260rpx;height: 81rpx;@include ezy-no-repeat-cover;font-size: 24rpx;position: absolute;
  405. background-image: url("@/static/images/study/yingyu/dao-item-disabled.png");
  406. .brand-icon,.brand-content{margin: 0 auto;}
  407. .brand-icon{
  408. width: 170rpx;height: 36rpx;color: #180b34;line-height: 1.6;
  409. @include single-line-ellipsis;}
  410. .brand-content{width: 246rpx;height: 42rpx;color: #fff;@include single-line-ellipsis;line-height: 42rpx;}
  411. }
  412. // brand-item
  413. .brand-item{box-sizing: border-box;text-align: center;z-index: 3;
  414. font-weight: 600;position: relative;position: absolute;@include ezy-no-repeat-cover;}
  415. .brand-active {
  416. .icon-content-box{background-image: url("@/static/images/study/yingyu/dao-item-active.png");}
  417. }
  418. @keyframes shakeOpacity {
  419. 0% {opacity: 0;}
  420. 100% {opacity: 1;;}
  421. }
  422. .brand-item:nth-child(1){
  423. width: 317rpx;height: 240rpx;top:630rpx;right:30rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj1.png");
  424. .icon-content-box{top: 160rpx;right: 0rpx;}
  425. .brand-lock,.brand-finish-icon{top: 98rpx;right: 60rpx;}
  426. .animal-img{top: 88rpx;right: 40rpx;animation: shakeOpacity 1s 1;}
  427. }
  428. .brand-item:nth-child(2){
  429. width: 394rpx;height: 192rpx;top:760rpx;left:55rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj2.png");
  430. .icon-content-box{top: 130rpx;right: 130rpx;}
  431. .brand-lock,.brand-finish-icon{top: 62rpx;right: 200rpx;}
  432. .animal-img{top: 60rpx;right: 180rpx;animation: shakeOpacity 1s 1;}
  433. }
  434. .brand-item:nth-child(3){
  435. width: 385rpx;height: 154rpx;top:980rpx;right:110rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj3.png");
  436. .icon-content-box{top: 100rpx;right: 0rpx;}
  437. .brand-lock,.brand-finish-icon{top: 28rpx;right: 60rpx;}
  438. .animal-img{top: 20rpx;right: 30rpx;animation: shakeOpacity 1s 1;}
  439. }
  440. .brand-item:nth-child(4){
  441. width: 385rpx;height: 202rpx;top:1100rpx;left:60rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj4.png");
  442. .icon-content-box{top: 130rpx;right: 130rpx;}
  443. .brand-lock,.brand-finish-icon{top: 62rpx;right: 200rpx;}
  444. .animal-img{top: 60rpx;right: 180rpx;animation: shakeOpacity 1s 1;}
  445. }
  446. .brand-item.ceshi-brand-item{
  447. width: 308rpx;height: 225rpx;top:1250rpx;right:30rpx;left: unset;@include ezy-no-repeat-cover;
  448. background-image: url("@/static/images/study/yingyu/test-item-disabled.png");
  449. .icon-content-box{background-image: unset;}
  450. .brand-content{display: none;}
  451. .brand-lock,.brand-finish-icon{top: 120rpx;right: 120rpx;}
  452. .animal-img{top: 100rpx;right: 40rpx;animation: shakeOpacity 1s 1;}
  453. }
  454. .brand-item.ceshi-brand-item.brand-active{background-image: url("@/static/images/study/yingyu/test-item-active.png");}
  455. @media (max-height: 800px) {
  456. min-height:1500rpx;
  457. // 0.92
  458. .brand-item:nth-child(1){top:540rpx;right:30rpx;}
  459. .brand-item:nth-child(2){top:640rpx;left:55rpx;}
  460. .brand-item:nth-child(3){top:830rpx;right:110rpx;}
  461. .brand-item:nth-child(4){top:960rpx;left:60rpx;}
  462. .brand-item.ceshi-brand-item{
  463. width: 250rpx;height: 183rpx;top:1050rpx;left: unset;right: 60rpx;
  464. .brand-lock,.brand-finish-icon{top: 0;right: 80rpx;}
  465. }
  466. }
  467. @media (max-height: 700px) {
  468. min-height:1350rpx;
  469. .brand-lock,.brand-finish-icon{width: 50rpx;height: 50rpx;}
  470. .brand-lock::before{content: '';width: 26rpx;height: 33rpx;margin-top: 6rpx;}
  471. // 0.9
  472. .brand-item:nth-child(1){
  473. width: 288rpx;height: 218rpx;top:506rpx;right:70rpx;
  474. .icon-content-box{top: 150rpx;right: -10rpx;}
  475. .brand-lock,.brand-finish-icon{top: 102rpx;right: 70rpx;}
  476. }
  477. .brand-item:nth-child(2){
  478. width: 356rpx;height: 173rpx;top:610rpx;left:65rpx;
  479. .icon-content-box{top: 130rpx;right: 112rpx;}
  480. .brand-lock,.brand-finish-icon{top: 82rpx;right: 192rpx;}
  481. .animal-img{right: 160rpx;}
  482. }
  483. .brand-item:nth-child(3){
  484. width: 346rpx;height: 138rpx;top:770rpx;right:70rpx;
  485. .icon-content-box{top: 90rpx;right: -10rpx;}
  486. .brand-lock,.brand-finish-icon{top: 42rpx;right: 70rpx;}
  487. }
  488. .brand-item:nth-child(4){
  489. width: 346rpx;height: 182rpx;top:850rpx;left:80rpx;
  490. .icon-content-box{top: 130rpx;right: 112rpx;}
  491. .brand-lock,.brand-finish-icon{top: 82rpx;right: 192rpx;}
  492. .animal-img{right: 160rpx;}
  493. }
  494. .brand-item.ceshi-brand-item{
  495. width: 250rpx;height: 183rpx;top:980rpx;left: unset;right:70rpx;
  496. .brand-lock,.brand-finish-icon{top: 10rpx;right: 100rpx;}
  497. .animal-img{top: 95rpx;right: 30rpx;}
  498. }
  499. }
  500. }
  501. //目录页
  502. .ezy-catalogue-dialog{
  503. width: 663rpx;height: 1038rpx;padding: 180rpx 52rpx 60rpx;box-sizing: border-box;position: relative;
  504. background-image: url("@/static/images/catalog/catalog-bj.png");@include ezy-no-repeat-cover;
  505. display: flex;position: relative;
  506. .uni-scroll-view{position: unset;}
  507. .catalogue-close-btn{
  508. width: 54rpx;height: 54rpx;
  509. background-image: url("@/static/images/catalog/catalog-close-btn.png");@include ezy-no-repeat-cover;
  510. position: absolute;top: 40rpx;right: 36rpx;
  511. }
  512. .ezy-catalogue-collapse{
  513. background-color: transparent!important;flex: 1;overflow-y: auto;
  514. .collapse-item-box{
  515. padding: 24rpx 0 24rpx!important;border-bottom: 2rpx dashed #9dc0f6;
  516. .uni-collapse-item__wrap{background-color: transparent!important;}
  517. .collapse-title{display: flex;font-size: 28rpx;font-weight: 700;color: #0a549d;position: relative;}
  518. .collapse-num-box{
  519. width: 46rpx;height: 46rpx;line-height: 46rpx;font-size: 30rpx;font-weight: 700;color: #fff;text-align: center;
  520. background-image: url("@/static/images/catalog/num-bj.png");@include ezy-no-repeat-cover;
  521. -webkit-text-stroke: 1rpx #0d64d7;text-stroke: 1rpx #0d64d7;margin-right: 12rpx;flex-shrink: 0;
  522. }
  523. .collapse-name{@include single-line-ellipsis;width: 400rpx;line-height: 1.6;}
  524. .uni-collapse-item__title-arrow{margin-right: 60rpx;transform: unset;}
  525. .uni-icons{
  526. width: 37rpx;height: 37rpx;
  527. background-image: url("@/static/images/catalog/jt-btn.png");@include ezy-no-repeat-cover;
  528. &::before{display: none;}
  529. }
  530. .collapse-lock{
  531. width: 35rpx;height: 41rpx;position: absolute;right: -90rpx;top: 0rpx;
  532. background-image: url("@/static/images/catalog/catalog-lock.png");@include ezy-no-repeat-cover;
  533. }
  534. }
  535. .collapse-item-box.collapse-active{
  536. border: 0;
  537. .collapse-title{color: #01b106;}
  538. .collapse-num-box{
  539. background-image: url("@/static/images/catalog/num-active-bj.png");
  540. -webkit-text-stroke: 1rpx #009931;text-stroke: 1rpx #009931;
  541. }
  542. .uni-icons{
  543. background-image: url("@/static/images/catalog/jt-active-btn.png");transform:unset;
  544. }
  545. }
  546. .collapse-content-box{border-top: 2rpx dashed #9dc0f6;margin: 20rpx 0 100rpx;}
  547. .collapse-content-item{
  548. font-size: 28rpx;color:#343434;
  549. border-bottom: 1px dashed #999;
  550. padding: 20rpx 10rpx;margin: 0 10rpx;
  551. }
  552. // .collapse-item-box:last-child{border: 0;}
  553. }
  554. .ezy-catalogue-collapse-vip .collapse-item-box .uni-collapse-item__title-arrow{margin-right: 10rpx;}
  555. }
  556. // 考试页
  557. .ezy-exam-page{
  558. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  559. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  560. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  561. .ezy-exam-swiper{
  562. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  563. uni-swiper-item{overflow: auto;}
  564. }
  565. .exam-submit-btn{
  566. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  567. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  568. }
  569. .tip-mask-box{
  570. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  571. }
  572. .exam-tip-box{
  573. width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
  574. background-image: url("@/static/images/exam/exam-tip-bj.png");
  575. color: #036f6f;font-size: 32rpx;z-index: 3;padding: 180rpx 0 0 100rpx;
  576. position: absolute;left: 0;right: 0;bottom: var(--window-bottom);
  577. }
  578. }
  579. // 成绩页
  580. .ezy-result-page{
  581. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  582. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  583. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  584. .result-exam-swiper{
  585. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  586. uni-swiper-item{overflow: auto;}
  587. .flex-center{
  588. height: 100%;
  589. .body{height: 100%;display: flex;flex-direction: column;}
  590. // 试题部分滚动 解析部分固定
  591. // .ezy-danxuan-box{flex: 1;overflow-y: auto;}
  592. }
  593. }
  594. .answer-content-box{
  595. margin-top: 24rpx;
  596. .answer-dtjx-row{display: flex;justify-content: space-between;}
  597. .answer-title{width: 150rpx;height: 62rpx;flex-shrink: 0;margin-left: 10rpx;
  598. background-image: url("@/static/images/exam/answer-title.png");@include ezy-no-repeat-cover;
  599. }
  600. .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #15ab2e;
  601. border-radius: 4px;box-sizing: border-box;padding: 16rpx;margin: 20rpx 0 20rpx 10rpx;min-height: 80rpx;}
  602. .tiankong-answer-row{word-break: break-all;margin-bottom: 10rpx;}
  603. .tiankong-answer-row:last-child{margin-bottom: 0;}
  604. .answer-btn-box{display: flex;height: 135rpx;margin: 20rpx 0 20rpx 10rpx;}
  605. .answer-item-left,.answer-item-right{
  606. width: 100%;flex: 1;align-items: center;justify-content: center;
  607. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
  608. .answer-item-title{font-size: 32rpx;color: #333;margin-bottom: 4rpx;}
  609. .answer-item-error{font-size: 32rpx;color: #ef1417;min-height: 36rpx;}
  610. .answer-item-correct{font-size: 32rpx;color: #15ab2e;min-height: 36rpx;}
  611. }
  612. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  613. .answer-item-right{border-radius: 0 4px 4px 0;}
  614. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  615. .answer-btn{width: 227rpx;height:72rpx;@include ezy-no-repeat-cover;margin-right: 20rpx;
  616. background-image:url("@/static/images/exam/answer-btn.png");flex-shrink: 0;
  617. }
  618. }
  619. }
  620. // 得分页
  621. .exam-score-dialog{
  622. width: 750rpx;height: 1250rpx;margin-bottom: 24%;position: relative;
  623. @include ezy-no-repeat-cover;
  624. .score-content-box{
  625. position: absolute;top: 746rpx;left: 200rpx;word-spacing: 18rpx;
  626. font-size: 38rpx;font-weight: 800; color: #000;
  627. .text-red{color: #ff6500;margin: 0 8rpx;}
  628. .text-score{
  629. width: 160rpx;font-size: 82rpx;font-weight: 800;color: #ff6701;
  630. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  631. margin: 110rpx 0 0 160rpx;text-align: center;}
  632. }
  633. .ckst-btn,.jxxx-btn{width: 115rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  634. .score-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  635. .ckst-btn{background-image: url("@/static/images/exam/ckst-btn.png");}
  636. .jxxx-btn{background-image: url("@/static/images/exam/jxxx-btn.png");}
  637. @media (max-height: 700px) {zoom: 0.9;}
  638. @media (max-height: 600px) {margin-bottom: 40%;}
  639. }
  640. .score-study-dialog{
  641. background-image: url("@/static/images/exam/score-bj.png");
  642. .score-btn-box{bottom: 0;}
  643. }
  644. .score-finish-dialog{
  645. background-image: url("@/static/images/exam/score-finish-bj.png");
  646. .score-btn-box{bottom: 220rpx;}
  647. }
  648. // 答案解析
  649. .ezy-dajx-page{
  650. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  651. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  652. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  653. .shiti-frame-box{overflow-y: auto;}
  654. .dajx-content-box{
  655. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  656. .slfx-title,.spjj-title{
  657. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  658. }
  659. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  660. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  661. .slfx-content{
  662. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  663. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  664. display: block;@include ezy-rich-text;
  665. }
  666. }
  667. .spjj-video-box{
  668. width: 606rpx;height: 394rpx;@include ezy-no-repeat-cover;margin: 0 auto 42rpx;
  669. background-image: url("@/static/images/exam/video-frame-bj.png");position: relative;
  670. box-sizing: border-box;padding: 18rpx;
  671. .spjj-video{
  672. width: 100%;height: 100%!important;
  673. .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;}
  674. .prism-info-display{display: none;}
  675. .prism-time-display .time-bound,.prism-time-display .duration{color: #fff;}
  676. }
  677. }
  678. }
  679. // 课程页面
  680. .ezy-course-page{
  681. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  682. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  683. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  684. .course-video-box{
  685. width: 100%;height: 400rpx!important;flex-shrink: 0;position: relative;
  686. .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;}
  687. .prism-info-display{display: none;}
  688. .prism-time-display .time-bound,.prism-time-display .duration{color: #fff;}
  689. }
  690. .course-content-border{
  691. width: 100%;display: flex;flex: 1;position: relative;
  692. background-color: rgba(255, 255, 255, 0.6);overflow-y: auto;
  693. }
  694. .course-content-box{
  695. flex: 1;margin: 20rpx 20rpx 0;background-color: #fff;overflow-y: auto;
  696. box-sizing: border-box;padding: 42rpx 24rpx;
  697. }
  698. .course-content-item{
  699. width: 100%;background-color: #f7f8fa;border-radius: 8rpx;color: #666;display: block;
  700. box-sizing: border-box;padding: 20rpx;margin-bottom: 30rpx;font-size: 32rpx;@include ezy-rich-text;
  701. }
  702. .title-play-box{display: flex;justify-content: space-between;margin:0 6rpx 12rpx;}
  703. .course-title{color: #088aea;font-size: 36rpx;margin-right: 16rpx;}
  704. .course-play-btn{width: 144rpx;height: 44rpx;flex-shrink: 0;
  705. @include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-play.png");}
  706. }
  707. // 课程得分页面
  708. .course-score-dialog{
  709. width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
  710. background-image: url("@/static/images/course/video-score-bj.png");
  711. margin-bottom: 20%;position: relative;
  712. .text-score{
  713. width: 220rpx;font-size: 100rpx;font-weight: 800;color: #ff6701;
  714. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  715. margin: 110rpx 0 0 160rpx;text-align: right;position: absolute;
  716. bottom: 230rpx;left: 0;
  717. }
  718. .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  719. .course-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  720. .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
  721. .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
  722. @media (max-height: 600px) {margin-bottom: 40%;}
  723. }
  724. // 课程完成
  725. .course-finish-dialog{
  726. width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
  727. background-image: url("@/static/images/course/video-finish-bj.png");
  728. margin-bottom: 20%;position: relative;
  729. .text-score{display: none;}
  730. .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  731. .course-btn-box{position: absolute;bottom: 200rpx;display: flex;left: 50%;transform: translateX(-50%);}
  732. .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
  733. .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
  734. @media (max-height: 600px) {margin-bottom: 40%;}
  735. }
  736. // 我的页面
  737. .ezy-my-page{
  738. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  739. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  740. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
  741. .my-head-box{
  742. width: 100%;padding: 80rpx 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
  743. .head-img-box{width: 154rpx;height: 154rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;}
  744. .head-content-box{font-size: 30rpx;}
  745. }
  746. // hyqy
  747. .my-hyqy-swiper{
  748. height: 385rpx;
  749. .uni-swiper-dots-horizontal{bottom: 24rpx;}
  750. }
  751. .hyqy-box{
  752. width: 731rpx;height: 385rpx;margin: 0 auto;position: relative;
  753. @include ezy-no-repeat-cover;
  754. .hyqy-btn{width: 154rpx;height: 54rpx;position: absolute;top: 46rpx;right: 46rpx;
  755. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/hyqy-btn.png");}
  756. }
  757. // 1数学 2英语
  758. .hyqy-box1{background-image: url("@/static/images/my/hyqy-img1.png");}
  759. .hyqy-disabled-box1{background-image: url("@/static/images/my/hyqy-img-disabled1.png");}
  760. .hyqy-box2{background-image: url("@/static/images/my/hyqy-img2.png");}
  761. .hyqy-disabled-box2{background-image: url("@/static/images/my/hyqy-img-disabled2.png");}
  762. // list
  763. .my-list-box{
  764. width:700rpx;margin: 36rpx auto 0;
  765. .list-row{border-bottom: 2rpx solid #5bcdfb;color: #fff;box-sizing: border-box;padding: 30rpx 20rpx;
  766. display: flex;align-items: center;position: relative;}
  767. .list-row::after{
  768. content: '';width: 19rpx;height: 33rpx;@include ezy-no-repeat-cover;
  769. background-image: url("@/static/images/my/list-jt.png");
  770. position: absolute;right: 20rpx;
  771. }
  772. .no-jt::after,.no-jt::after{display: none;}
  773. .list-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
  774. .tel-icon{background-image: url("@/static/images/my/list-icon1.png");}
  775. .error-icon{background-image: url("@/static/images/my/list-icon2.png");}
  776. .order-icon{background-image: url("@/static/images/my/list-icon3.png");}
  777. .login-out-icon{background-image: url("@/static/images/my/list-icon4.png");}
  778. .about-icon{background-image: url("@/static/images/my/list-icon5.png");}
  779. }
  780. @media (max-height: 700px) {
  781. .my-head-box{padding: 60rpx 24rpx 32rpx;}
  782. .my-list-box{
  783. margin: 16rpx auto 0;
  784. .list-row{padding: 24rpx 20rpx;}
  785. }
  786. }
  787. @media (max-height: 600px) {
  788. min-height: 1200rpx;overflow-y: auto;
  789. .my-head-box{padding: 42rpx 24rpx 24rpx;}
  790. .my-list-box{
  791. margin: 12rpx auto 0;
  792. .list-row{padding: 16rpx;font-size: 30rpx;}
  793. .list-row::after{right: 16rpx;}
  794. }
  795. }
  796. }
  797. .ezy-my-page::before{
  798. content: '';width: 279rpx;height: 250rpx;display:block;
  799. position: absolute;top:calc(20rpx - var(--status-bar-height));right:20rpx;
  800. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/my-page-img.png");
  801. }
  802. // 错题
  803. .ezy-cuoti-page{
  804. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  805. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  806. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  807. .uni-list{background-color: transparent!important;}
  808. .uni-list--border-top,.uni-list--border-bottom{display: none;}
  809. .cuoti-content-box{flex: 1;background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 10rpx 20rpx;}
  810. .cuoti-scroll-view{overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
  811. // item
  812. .list-item-box{
  813. width: 94%;background-color: transparent!important;
  814. border-bottom: 1px dashed #77d6f7;margin: 0 3%;
  815. .uni-list-item__header{display: none;}
  816. .uni-list-item__container{flex-direction: column;position: relative;padding:36rpx 0;overflow: unset;}
  817. .item-date-row{
  818. display: flex;align-items: center;color:#28bdf2;margin-bottom: 16rpx;
  819. .data-icon{
  820. width: 35rpx;height: 35rpx;margin: 10rpx;font-size: 28rpx;
  821. @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/cuoti-time-icon.png");}
  822. }
  823. .item-cuoti-row{
  824. display: flex;flex-direction: row;color:#444;
  825. .icon-num-box{display: flex;}
  826. .cuoti-content{display: flex;align-items: center;}
  827. .cuoti-icon{
  828. width: 35rpx;height: 35rpx;margin: 10rpx;font-size: 28rpx;
  829. @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/cuoti-icon.png");
  830. }
  831. .cuoti-text{color: #ff0101;margin-right: 6rpx;}
  832. }
  833. .cuoti-btn{
  834. width: 160rpx;height: 40rpx;line-height: 38rpx;box-sizing: border-box;padding-left: 24rpx;
  835. background-color: #068aea;font-size: 24rpx;color: #fff;border-radius: 20rpx 0 0 20rpx;
  836. position: absolute;right: -3%;top: 114rpx;
  837. }
  838. .cuoti-btn::after{
  839. content: '';width: 14rpx;height: 24rpx;display: block;position: absolute;top: 8rpx;right: 16rpx;
  840. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/list-jt.png");
  841. }
  842. }
  843. }
  844. // 关于我们
  845. .ezy-about-page{
  846. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  847. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  848. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  849. .about-body-border{
  850. flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
  851. margin: 12rpx auto 200rpx;position: relative;display: flex;flex-direction: column;
  852. }
  853. .about-body-box{
  854. content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
  855. position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
  856. box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
  857. }
  858. .content-top-box{
  859. display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
  860. box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #fff;
  861. .about-icon-box{
  862. width: 192rpx;height: 188rpx;margin-right: 36rpx;
  863. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
  864. }
  865. .about-name{
  866. font-size: 30rpx;margin: 20rpx 0 42rpx;
  867. }
  868. .about-text{margin: 16rpx 0;}
  869. }
  870. .content-box{
  871. font-size: 30rpx;margin-top: 50rpx;line-height: 2;color: #333;
  872. text-align: justify;box-sizing: border-box;padding: 0 10rpx;
  873. }
  874. @media (max-height: 600px) {
  875. .about-body-border{margin: 12rpx auto 150rpx;}
  876. .about-body-box{padding: 32rpx 20rpx 20rpx;}
  877. .content-top-box{padding-bottom: 24rpx;}
  878. .content-box{margin-top: 20rpx;}
  879. }
  880. }
  881. // 绑定手机号弹窗
  882. .my-tel-dialog{
  883. background-color: rgba(255, 255, 255, 0.6);
  884. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  885. justify-content: center;align-items: center;
  886. .tel-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
  887. background-image: url("@/static/images/common/close-icon.png");}
  888. .my-tel-content{
  889. width: 625rpx;height: 740rpx;box-sizing: border-box;padding: 56rpx 62rpx;
  890. background-image: url("@/static/images/my/my-tel-bj.png");@include ezy-no-repeat-cover;position: relative;
  891. }
  892. .my-tel-title{font-size: 40rpx;color: #333;text-align:center;margin-bottom: 24rpx;}
  893. .tel-row{border-bottom: 1px dashed #70cbf4;}
  894. .yzm-row{padding-top: 24rpx;}
  895. /***** 输入手机号页面*****/
  896. .my-input-box{
  897. width:500rpx;height: 88rpx;box-sizing: border-box;
  898. display: flex;align-items: center;
  899. background-image: url("@/static/images/my/my-tel-input.png");@include ezy-no-repeat-cover;
  900. .my-input {font-size: 32rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
  901. .uni-input-placeholder {font-size: 25rpx;color: #ffffffd9;}
  902. .close-btn{width: 36rpx;height: 36rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  903. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  904. }
  905. // 滑块
  906. .nc-container{
  907. position: unset;padding: 24rpx 0 36rpx;box-sizing: border-box;
  908. .nc_wrapper{width: 100%!important;}
  909. .nc_iconfont.btn_ok{font-family: unset;font-size: 0;}
  910. .nc_iconfont.btn_ok::before{content: '';width: 20px;height:20px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  911. @include ezy-no-repeat-cover;background-image: url("@/static/images/login/slider-right-icon.png");z-index: 4;}
  912. }
  913. .get-yzm-btn{color: #3b73bf;margin-bottom: 16rpx;font-size: 25rpx;}
  914. .get-yzm-disabled{color: #666;}
  915. .yzm-tip{
  916. color: #3b73bf;margin:0 0 16rpx;font-size: 25rpx;
  917. }
  918. .my-bind-btn{
  919. width:500rpx;height: 88rpx;text-align: center;line-height: 88rpx;color: #fff;margin-top: 16rpx;
  920. background-image: url("@/static/images/my/my-tel-btn.png");@include ezy-no-repeat-cover;
  921. }
  922. }
  923. // SVIP
  924. .ezy-svip-page{
  925. width: 100%;height: 100vh;background-color: #23befb;position: relative;
  926. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  927. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  928. .svip-login1,.svip-login2{width: 673rpx;height: 269rpx;margin: 24rpx auto 0;@include ezy-no-repeat-cover;}
  929. .svip-login1{background-image: url("@/static/images/pay/svip-logo1.png");}
  930. .svip-login2{background-image: url("@/static/images/pay/svip-logo2.png");}
  931. .svip-list-box{
  932. margin: 24rpx auto;
  933. .list-item-box{display: flex;align-items: center;color: #fff;margin-bottom: 28rpx;}
  934. .list-icon{
  935. width: 96rpx;height: 106rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;
  936. }
  937. .list-title{
  938. font-size: 28rpx;font-weight: 600;margin-bottom: 10rpx;
  939. }
  940. .list-content{font-size: 25rpx;color: rgba(255, 255, 255, 0.8);}
  941. }
  942. .open-svip-box{
  943. width: 702rpx;height:413rpx;margin: 0 auto;box-sizing: border-box;padding: 0 16rpx;
  944. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-block-bj.png");
  945. .svip-price-box{
  946. display: flex;justify-content: space-between;border-bottom: 2rpx solid #efd774;font-size: 32rpx;
  947. margin-top: 120rpx;box-sizing: border-box;padding:0 24rpx 24rpx;color: #87664d;align-items: center;
  948. .original-price{text-decoration: line-through;}
  949. .discount-price{color: #ff0101;font-size: 40rpx;}
  950. }
  951. .pay-type-box{
  952. display: flex;align-items: center;padding:20rpx 24rpx;box-sizing: border-box;
  953. .type-radio-title{color: #87664d;margin-right: 32rpx;flex-shrink: 0;font-size: 32rpx;}
  954. .type-radio-content{display: flex;flex-direction: row;align-items: center;
  955. justify-content: space-between;flex: 1;font-size: 32rpx;}
  956. }
  957. .type-radio-box{
  958. display: flex;align-items: center;color: #87664d;
  959. icon{width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
  960. .uni-radio-input{
  961. width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-left: 16rpx;
  962. background-image: url("@/static/images/pay/svip-radio.png");
  963. background-color:transparent;border:0; pointer-events: none;
  964. svg{display: none;}
  965. }
  966. .radio-checked .uni-radio-input{
  967. width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;color:transparent;
  968. background-image: url("@/static/images/pay/svip-radio-checked.png");
  969. }
  970. }
  971. .wx-radio{background-image: url("@/static/images/pay/svip-wx-icon.png");}
  972. .zfb-radio{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
  973. .open-svip-btn{
  974. width: 333rpx;height: 88rpx;line-height: 88rpx;text-align: center;color: #fff;margin: 10rpx auto;font-size: 36rpx;
  975. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-btn-bj.png");
  976. }
  977. }
  978. @media (max-height: 800px) {
  979. min-height: 1346rpx;
  980. .svip-login1,.svip-login2{width: 538rpx;height: 215rpx;margin: 0 auto;}
  981. .svip-list-box{
  982. margin: 0 auto;
  983. .list-item-box{margin-bottom: 20rpx;}
  984. }
  985. .open-svip-box{
  986. width: 673rpx;height:396rpx;
  987. .open-svip-btn{margin: 0 auto;}
  988. }
  989. }
  990. @media (max-height: 700px) {
  991. min-height: 1250rpx;
  992. .svip-login1,.svip-login2{width: 500rpx;height: 200rpx;margin: 0 auto;}
  993. .svip-list-box{
  994. .list-item-box{margin-bottom: 16rpx;}
  995. .list-icon{
  996. width: 96rpx;height: 106rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;
  997. }
  998. .list-title{font-size: 26rpx;}
  999. .list-content{font-size: 22rpx;}
  1000. }
  1001. .open-svip-box{
  1002. width: 625rpx;height:349rpx;
  1003. .svip-price-box{
  1004. font-size: 30rpx;margin-top: 90rpx;padding:0 24rpx 24rpx;
  1005. .discount-price{color: #ff0101;font-size: 36rpx;}
  1006. }
  1007. .pay-type-box{
  1008. padding:10rpx 12rpx;
  1009. .type-radio-title{margin-right: 24rpx;font-size: 30rpx;}
  1010. .type-radio-content{font-size: 30rpx;}
  1011. }
  1012. .open-svip-btn{width: 300rpx;height: 80rpx;line-height: 80rpx;margin: 6rpx auto;font-size: 32rpx;}
  1013. }
  1014. }
  1015. }
  1016. // 订单
  1017. .ezy-order-page{
  1018. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  1019. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  1020. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  1021. .uni-list{background-color: transparent!important;}
  1022. .uni-list--border-top,.uni-list--border-bottom{display: none;}
  1023. .uni-list-item__header{display: none;}
  1024. .uni-list-item__container{
  1025. flex-direction: column!important;position: relative;
  1026. padding:16rpx 20rpx !important;overflow: unset;}
  1027. .order-scroll-view{margin-top: 10rpx;overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
  1028. .order-list-item{
  1029. width: 94%;background-color: rgba(255, 255, 255, 0.6)!important;
  1030. margin: 0 3% 10rpx;border-radius: 8rpx;
  1031. .order-item-head{
  1032. display: flex;justify-content: space-between;align-items: center;font-size: 24rpx;color: #333;
  1033. .order-name-box{
  1034. display: flex;align-items: center;
  1035. icon{
  1036. width: 58rpx;height: 58rpx;margin-right: 10rpx;
  1037. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/order-icon.png");
  1038. }
  1039. }
  1040. .pay-status{color:#fdae36;margin-left: 36rpx;}
  1041. }
  1042. .order-content-box{
  1043. display: flex;margin-top: 10rpx;border-bottom: 1px dashed #fff;
  1044. box-sizing: border-box;padding-bottom: 32rpx;margin-bottom: 24rpx;
  1045. icon{width: 212rpx;height: 202rpx;margin-right: 20rpx;@include ezy-no-repeat-cover;}
  1046. .content-img1{background-image: url("@/static/images/pay/svip1.png");}
  1047. .content-img2{background-image: url("@/static/images/pay/svip2.png");}
  1048. .content-body-box{display: flex;flex-direction: column;}
  1049. .content-name{
  1050. font-size: 40rpx;color: #333;margin-bottom: 12rpx;
  1051. }
  1052. .content-tag{
  1053. width: 160rpx;height: 40rpx;line-height: 40rpx;
  1054. font-size: 24rpx;color: #01c6fe;background-color: rgba(255, 255, 255, 0.6);
  1055. border-radius: 4rpx;text-align: center;
  1056. }
  1057. .content-yuanjia{font-size: 42rpx;color: #ff0101;margin-top: auto;}
  1058. }
  1059. .order-bottom-box{
  1060. box-sizing: border-box;padding-bottom: 24rpx;
  1061. .bottom-money-box{
  1062. display: flex;justify-content: space-between;align-items: center;
  1063. .bottom-data{font-size: 24rpx;color: #999;}
  1064. .bottom-money{color: #333;}
  1065. }
  1066. .bottom-btn{
  1067. width: 167rpx;height: 52rpx;line-height: 52rpx;text-align: center;color: #FFF;font-size: 28rpx;margin-left: auto;
  1068. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/order-btn-bj.png");margin-top: 24rpx;
  1069. }
  1070. }
  1071. }
  1072. }
  1073. // 订单支付
  1074. .ezy-order-pay-page{
  1075. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  1076. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  1077. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  1078. .order-pay-border-box{
  1079. width: 740rpx;height: 1144rpx;margin: 0 auto;box-sizing: border-box;padding: 30rpx;
  1080. @include ezy-no-repeat-cover(top);background-image: url("@/static/images/pay/order-pay-bj.png");
  1081. }
  1082. .order-pay-img-box{
  1083. display: flex;background-color: rgba(255, 255, 255, 0.6);
  1084. box-sizing: border-box;padding: 32rpx 24rpx;margin-bottom: 6rpx;
  1085. icon{width: 212rpx;height: 202rpx;margin-right: 20rpx;@include ezy-no-repeat-cover;flex-shrink: 0;}
  1086. .order-pay-img1{background-image: url("@/static/images/pay/svip1.png");}
  1087. .order-pay-img2{background-image: url("@/static/images/pay/svip2.png");}
  1088. .img-content-box{flex: 1;position: relative;}
  1089. .content-name{font-size: 40rpx;color: #333;margin-bottom: 12rpx;}
  1090. .content-tag{
  1091. width: 150rpx;height: 40rpx;line-height: 40rpx;display: inline-block;
  1092. font-size: 24rpx;color: #01c6fe;background-color: rgba(255, 255, 255, 0.6);
  1093. border-radius: 4rpx;text-align: center;
  1094. }
  1095. .content-tag + .content-tag{margin-left: 16rpx;}
  1096. .content-yuanjia{font-size: 42rpx;color: #ff0101;position: absolute;right: 0;bottom: 0;}
  1097. }
  1098. .price-box{
  1099. margin-bottom: 6rpx;background-color: rgba(255, 255, 255, 0.6);box-sizing: border-box;padding: 32rpx 24rpx;
  1100. .price-row{display: flex;justify-content: space-between;font-size: 30rpx;color: #333;box-sizing: border-box;padding-left: 10rpx;}
  1101. .price-line-row{border-bottom: 1rpx dashed #fff;padding: 24rpx 0 36rpx 10rpx;margin-bottom: 24rpx;}
  1102. .price-red{color: #ff0101;}
  1103. }
  1104. .pay-type-box{
  1105. background-color: rgba(255, 255, 255, 0.6);box-sizing: border-box;padding: 32rpx 24rpx;border-radius: 0 0 10rpx 10rpx;
  1106. .pay-type-name{font-size: 36rpx;color: #333;margin-bottom: 12rpx;}
  1107. .type-radio-box{display: flex;flex-direction: column;}
  1108. .type-radio-row{
  1109. display: flex;justify-content: space-between;flex: 1;align-items: center;color: #87664d;
  1110. padding: 24rpx 0;box-sizing: border-box;
  1111. icon{width: 58rpx;height: 58rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;flex-shrink: 0;}
  1112. .uni-radio-input{
  1113. width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-left: 16rpx;
  1114. background-image: url("@/static/images/pay/svip-radio.png");
  1115. background-color:transparent;border:0; pointer-events: none;
  1116. svg{display: none;}
  1117. }
  1118. .radio-checked .uni-radio-input{
  1119. width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;color:transparent;flex-shrink: 0;
  1120. background-image: url("@/static/images/pay/svip-radio-checked.png");
  1121. }
  1122. .radio-content-box{margin-right: auto;font-size: 0;}
  1123. .radio-title{font-size: 30rpx;color: #333;}
  1124. .radio-content{font-size: 24rpx;color: #666;}
  1125. }
  1126. .type-radio-row +.type-radio-row{border-top:1px dashed #fff;padding-bottom: 10rpx;}
  1127. .wx-radio{background-image: url("@/static/images/pay/svip-wx-icon.png");}
  1128. .zfb-radio{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
  1129. }
  1130. .pay-sum-box{
  1131. display: flex;justify-content: space-between;align-items: center;font-size: 36rpx;color: #333;margin-top: 42rpx;
  1132. icon{width: 35rpx;height: 35rpx;margin: 0 12rpx;
  1133. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/order-date.png");}
  1134. .sum-red{color: #ff0101;font-weight: bold;margin-left: 6rpx;}
  1135. .sum-btn{
  1136. width: 333rpx;height: 88rpx;line-height: 88rpx;text-align:center;color: #fff;font-size: 32rpx;
  1137. display: flex;justify-content: center;align-items: center;
  1138. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-btn-bj.png");
  1139. }
  1140. }
  1141. @media (max-height: 700px) {
  1142. .order-pay-border-box{padding: 20rpx;}
  1143. .order-pay-img-box{padding:24rpx;}
  1144. .price-box{padding:24rpx;}
  1145. .pay-type-box{
  1146. padding:24rpx;
  1147. .pay-type-name{margin-bottom: 0;}
  1148. .type-radio-row{padding: 16rpx 0;}
  1149. }
  1150. .pay-sum-box{margin-top: 32rpx;}
  1151. }
  1152. @media (max-height: 600px) {
  1153. .order-pay-border-box{padding: 16rpx;}
  1154. .order-pay-img-box{padding:16rpx;}
  1155. .price-box{padding:16rpx;}
  1156. .pay-type-box{
  1157. padding:16rpx;
  1158. .pay-type-name{margin-bottom: 0;}
  1159. .type-radio-row{padding: 12rpx 0;}
  1160. }
  1161. .pay-sum-box{margin-top: 24rpx;}
  1162. }
  1163. }
  1164. // 游戏
  1165. .ezy-game-page{
  1166. width: 100%;height: 100vh;background-color: #23befb;position: relative;
  1167. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  1168. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/game/game-bj.png");
  1169. .game-jf-box{position: absolute;right: 24rpx;top: var(--status-bar-height);}
  1170. // goose
  1171. .game-goose-box{
  1172. position: absolute;bottom: 300rpx;right: 80rpx;color: #0d5f84;
  1173. .game-progress-text{position: absolute;left: 50%;transform: translateX(-50%);font-size: 18rpx;}
  1174. .game-progress-box{
  1175. width: 138rpx;height: 25rpx;position: absolute;left: 48rpx;
  1176. .u-line-progress__background{
  1177. width: 138rpx;height: 25rpx!important;
  1178. @include ezy-no-repeat-cover;background-image: url("@/static/images/game/jf-bj.png");
  1179. }
  1180. .u-line-progress__line{height: 25rpx!important;}
  1181. }
  1182. .goose-img-box{width: 231rpx;height: 442rpx;@include ezy-no-repeat-cover;}
  1183. }
  1184. .game-goose-box0{
  1185. .game-progress-box{bottom: 300rpx;}
  1186. .game-progress-text{bottom: 302rpx;}
  1187. }
  1188. .game-goose-box1{
  1189. .game-progress-box{bottom: 330rpx;}
  1190. .game-progress-text{bottom: 333rpx;}
  1191. }
  1192. .game-goose-box2{
  1193. .game-progress-box{bottom: 400rpx;}
  1194. .game-progress-text{bottom: 403rpx;}
  1195. }
  1196. .game-goose-box3{
  1197. .game-progress-box{bottom: 460rpx;}
  1198. .game-progress-text{bottom: 463rpx;}
  1199. }
  1200. // food
  1201. .food-img-box{width: 80rpx;height: 75rpx;position: absolute;}
  1202. .food-img100{bottom: 368rpx;left: 274rpx;}
  1203. .food-img300{bottom: 360rpx;left: 270rpx;}
  1204. .food-img600{bottom: 360rpx;left: 272rpx;}
  1205. //btn
  1206. .food-btn-box{
  1207. width: 106rpx;height: 121rpx;position: absolute;bottom: 50rpx;left: 50rpx;
  1208. @include ezy-no-repeat-cover;background-image: url("@/static/images/game/food-common-img.png");
  1209. }
  1210. .yxsm-btn{
  1211. width: 125rpx;height: 125rpx;position: absolute;bottom: 50rpx;right: 50rpx;
  1212. @include ezy-no-repeat-cover;background-image: url("@/static/images/game/yxsm-btn-img.png");
  1213. }
  1214. // game-popup-box
  1215. .game-popup-box{
  1216. width: 100%;height: 514rpx;@include ezy-no-repeat-cover;
  1217. background-image: url("@/static/images/game/food-box-bj.png");
  1218. box-sizing: border-box;padding: 64rpx 36rpx 0;
  1219. .game-popup-head,.jf-btn-box{display: flex;justify-content: space-between;align-items: center;}
  1220. .game-popup-title{
  1221. width: 285rpx;height: 90rpx;@include ezy-no-repeat-cover;
  1222. background-image: url("@/static/images/game/food-title.png");
  1223. }
  1224. .game-popup-jf{margin: 0 20rpx 0 0;}
  1225. .popup-close-btn{
  1226. width: 46rpx;height: 46rpx;@include ezy-no-repeat-cover;
  1227. background-image: url("@/static/images/common/close-icon.png");
  1228. }
  1229. .food-list-box{display: flex;justify-content: space-between;margin-top: 24rpx;}
  1230. .food-item-box{
  1231. width: 204rpx;height: 250rpx;@include ezy-no-repeat-cover;
  1232. display: flex;flex-direction: column;align-items: center;justify-content: center;
  1233. background-image: url("@/static/images/game/food-bj.png");
  1234. .food-image{width: 144rpx;height:135rpx;}
  1235. .food-item-jf{
  1236. width: 123rpx;height: 46rpx;
  1237. display: flex;align-items: center;line-height: 1.2;font-size: 26rpx;
  1238. @include ezy-no-repeat-cover;background-image: url("@/static/images/game/food-jf-bj.png");margin-top: 20rpx;
  1239. .jf-icon{width: 35rpx;height: 35rpx;margin:0 4rpx 0 10rpx;flex-shrink: 0;
  1240. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-qb.png");}
  1241. .jf-text{min-width: 60rpx;text-align: center;color: #fff;margin-top: 2rpx;}
  1242. }
  1243. }
  1244. }
  1245. }
  1246. .yxsm-popup-box{
  1247. width: 684rpx;height: 1308rpx;box-sizing: border-box;padding: 120rpx 56rpx 60rpx;overflow-y: auto;
  1248. background-image: url("@/static/images/login/agree-content-bj.png");@include ezy-no-repeat-cover;
  1249. position: relative;text-align: justify;display: flex;flex-direction: column;position: relative;
  1250. .yxsm-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;position: absolute;
  1251. top: 64rpx;right: 44rpx;background-image: url("@/static/images/common/close-icon.png");}
  1252. .yxsm-item-box{overflow-y: auto;line-height: 1.8;font-size: 28rpx;}
  1253. .yxsm-popup-title{font-size: 36rpx;color: #333;text-align: center;margin-bottom: 32rpx;}
  1254. .item-title{color: #359ae2;}
  1255. .item-content{color: #555;}
  1256. @media (max-height: 480px){
  1257. padding: 120rpx 56rpx 120rpx;
  1258. .yxsm-close-btn{top: 100rpx;}
  1259. }
  1260. }
  1261. // svip弹窗
  1262. .ezy-svip-dialog{
  1263. .tip-content-box{
  1264. width: 625rpx;height: 519rpx;padding: 42rpx 48rpx;
  1265. @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
  1266. background-image: url("@/static/images/common/tip-big-bj.png");
  1267. position: relative;
  1268. icon{
  1269. width: 510rpx;
  1270. height: 269rpx;@include ezy-no-repeat-cover;
  1271. position: absolute;top: -20%;left: 50%;transform: translateX(-50%);
  1272. }
  1273. .svip-img1{background-image: url("@/static/images/pay/svip-dialog-img1.png");}
  1274. .svip-img2{background-image: url("@/static/images/pay/svip-dialog-img2.png");}
  1275. }
  1276. .tip-content{
  1277. color: #666;font-size: 32rpx;padding:160rpx 0 80rpx;line-height: 1.6;text-align: center;
  1278. text-align: center;border-bottom: 1px dashed #70cbf4;
  1279. }
  1280. .tip-btn-box{
  1281. width: 100%;display: flex;justify-content: space-between;
  1282. .not-confirm-btn,.confirm-btn{
  1283. width: 208rpx;height: 83rpx;@include ezy-no-repeat-cover;margin: 30rpx 32rpx 0;
  1284. }
  1285. .not-confirm-btn{background-image: url("@/static/images/common/tip-cancel-btn.png");}
  1286. .confirm-btn{background-image: url("@/static/images/pay/svip-btn.png");}
  1287. }
  1288. }