pages.scss 74 KB

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