pages.scss 60 KB

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