pages.scss 66 KB

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