pages.scss 76 KB

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