pages.scss 58 KB

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