pages.scss 78 KB

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