pages.scss 59 KB

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