pages.scss 76 KB

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