pages.scss 59 KB

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