pages.scss 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944
  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.jpg");@include ezy-no-repeat-cover(top);}
  6. .login-body-box{
  7. display: flex;flex-direction: column;display: flex;box-sizing: border-box;
  8. position: absolute;top:690rpx;left: 50%;transform: translateX(-50%);
  9. }
  10. .index-title-img{
  11. width: 411rpx;height: 73rpx;@include ezy-no-repeat-cover;margin-right: auto;
  12. background-image: url("@/static/images/login/login-tel.png");
  13. }
  14. .login-btn{width: 644rpx;height: 106rpx;margin-top: 84rpx;@include ezy-no-repeat-cover;}
  15. /***** 输入手机号页面*****/
  16. .phone-input-box{
  17. width: 644rpx;height: 144rpx;box-sizing: border-box;padding-bottom: 20rpx;
  18. display: flex;align-items: center;margin-top: 50rpx;
  19. background-image: url("@/static/images/login/login-tel-bj.png");@include ezy-no-repeat-cover;
  20. .phone-prefix {
  21. width: 90rpx;margin-left:18rpx;font-size: 38rpx;color: #ffffffd9;
  22. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  23. }
  24. .phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ffffffd9;}
  25. .phone-input {font-size: 38rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
  26. .uni-input-placeholder {font-size: 34rpx;color: #ffffffd9;
  27. }
  28. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  29. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  30. }
  31. .agreement-checkbox-box {
  32. display: flex;justify-content: center;margin-top: 10rpx;
  33. uni-checkbox-group{font-size: 0;}
  34. .agreement-checkbox-input{width: 40rpx;height: 40rpx;border: 0;margin-right: 4rpx;font-size: 0;}
  35. .uni-checkbox-input{
  36. width: 40rpx;height: 40rpx;border: 0;background-color: unset;@include ezy-no-repeat-cover;
  37. background-image: url("@/static/images/login/login-checked-bj.png");
  38. svg {width: 28;height: 28rpx;top: 48%;left: 50%;}
  39. }
  40. .agreement-text-box {
  41. color: #ffffffd9;font-size: 27rpx;
  42. flex-direction: row;display: flex;align-items: center;
  43. .agreement-text{color: #e3f524;display: contents;}
  44. }
  45. }
  46. .tel-btn-disabled{background-image: url("@/static/images/login/login-zym-bj-disabled.png");}
  47. .tel-btn-normal{background-image: url("@/static/images/login/login-zym-bj.png");}
  48. .bottom-btn-box{
  49. position: absolute;bottom:5%;left: 50%;transform: translateX(-50%);display: flex;
  50. .wx-btn,.yk-btn{
  51. width: 125rpx;height: 144rpx;@include ezy-no-repeat-cover;margin: 0 20rpx;
  52. }
  53. .wx-btn{background-image: url("@/static/images/login/login-wx-btn.png");}
  54. .yk-btn{background-image: url("@/static/images/login/login-yk-btn.png");}
  55. }
  56. /***** 输入验证码页面*****/
  57. .login-title-img{
  58. width: 317rpx;height: 77rpx;@include ezy-no-repeat-cover;margin-right: auto;
  59. background-image: url("@/static/images/login/login-yzm.png");
  60. }
  61. .yzm-btn{margin-top: 42rpx;}
  62. .yzm-show{font-size: 28rpx;color: #ffffffd9;margin: 24rpx 0 0 20rpx;}
  63. .login-btn-disabled{background-image: url("@/static/images/login/login-btn-bj-disabled.png");}
  64. .login-btn-normal{background-image: url("@/static/images/login/login-btn-bj.png");}
  65. .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 20rpx auto 60rpx;}
  66. .cxfs-btn-disabled{color: #777;}
  67. .login-text{font-size: 28rpx;color: #3257b9;margin: 16rpx 0 0 20rpx;}
  68. /* 针对小屏幕设备 */
  69. @media (max-height: 800px) {
  70. .login-body-box{top:660rpx;}
  71. .bottom-btn-box{bottom:2%;}
  72. .login-btn{margin-top: 64rpx;}
  73. // 输入验证码页面
  74. .yzm-btn{margin-top: 32rpx;}
  75. .cxfs-btn{margin: 16rpx auto 30rpx;}
  76. }
  77. @media (max-height: 700px) {
  78. .login-body-box{top:640rpx;}
  79. .login-btn{margin-top: 46rpx;}
  80. .phone-input-box{margin-top: 24rpx;}
  81. // 输入验证码页面
  82. .yzm-btn{margin-top: 24rpx;}
  83. .cxfs-btn{margin: 12rpx auto 20rpx;}
  84. }
  85. @media (max-height: 600px) {
  86. .bottom-btn-box{bottom:5%;}
  87. .login-btn{margin-top: 36rpx;}
  88. .ezy-login-wrap{height: 1360rpx;position: relative;}
  89. }
  90. }
  91. // 用户协议弹窗
  92. .agree-sections-dialog{
  93. width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  94. background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
  95. .agree-title{color:#666;font-size: 32rpx;font-weight: 600;}
  96. .agree-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
  97. .confirm-btn{width: 538rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 46rpx auto 0;
  98. background-image: url("@/static/images/login/agree-confirm-btn.png");}
  99. .not-confirm-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
  100. @media (max-height: 700px) {margin-bottom: 16%;}
  101. @media (max-height: 600px) {margin-bottom: 0;}
  102. }
  103. // 用户协议详情弹窗
  104. .agree-content-dialog{
  105. width: 100%;height: 100vh;overflow: auto;
  106. .agree-content-box{
  107. width: 684rpx;height: 1308rpx;@include ezy-no-repeat-cover;
  108. background-image: url("@/static/images/login/agree-content-bj.png");
  109. padding: 120rpx 0 64rpx;box-sizing: border-box;margin-top: 36%;
  110. position: relative;text-align: justify;
  111. display: flex;flex-direction: column;
  112. }
  113. .agree-title{font-size: 42rpx;text-align: center;margin-bottom: 42rpx;flex-shrink: 0;}
  114. .agree-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;
  115. position: absolute;top: 64rpx;right: 44rpx;
  116. background-image: url("@/static/images/login/agree-sections-close.png");}
  117. .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;}
  118. @media (max-height: 800px) {
  119. .agree-content-box{margin-top: 18%;}
  120. }
  121. @media (max-height: 700px) {
  122. .agree-content-box{margin-top: var(--status-bar-height);}
  123. }
  124. }
  125. // 滑块校验弹窗
  126. .slider-check-dialog{
  127. background-color: rgba(255, 255, 255, 0.6);
  128. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  129. justify-content: center;align-items: center;
  130. .slider-check-content{
  131. width: 635rpx;height: 423rpx;padding: 42rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  132. background-image: url("@/static/images/login/slider-dialog-bj.png");@include ezy-no-repeat-cover;position: relative;
  133. }
  134. .slider-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
  135. background-image: url("@/static/images/login/agree-sections-close.png");}
  136. .slider-check-tip{color:#777;font-size: 32rpx;margin-top: 30rpx;font-weight: 800;}
  137. .slider-check-btn{width: 208rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 32rpx auto 0;
  138. background-image: url("@/static/images/login/slider-confirm.png");display: block;}
  139. .nc-container{
  140. position: unset;border-bottom: 1px dashed #70cbf4;padding: 36rpx 0 54rpx;box-sizing: border-box;
  141. .nc_wrapper{width: 100%!important;}
  142. .nc_iconfont.btn_ok{font-family: unset;font-size: 0;}
  143. .nc_iconfont.btn_ok::before{content: '';width: 20px;height:20px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  144. @include ezy-no-repeat-cover;background-image: url("@/static/images/login/slider-right-icon.png");z-index: 4;}
  145. }
  146. .slider-tip-red{color: red;}
  147. @media (max-height: 700px) {
  148. .slider-check-content{margin-bottom: 16%;}
  149. }
  150. @media (max-height: 600px) {
  151. .slider-check-content{margin-bottom: 0;}
  152. }
  153. }
  154. // 选择年级和学期
  155. .grades-terms-page{
  156. width:100%;height:100vh;
  157. background-color: #43c1f6;
  158. background-image: url("@/static/images/grade/grades-terms-bj.png");@include ezy-no-repeat-cover(top);
  159. // padding-top: 52%;
  160. position: relative;min-height: 1212rpx;
  161. .grades-body{
  162. width: 752rpx;max-width: 100%;height: 1212rpx;display: flex;flex-direction: column;margin: 0 auto;
  163. background-image: url("@/static/images/grade/grades-border.png");@include ezy-no-repeat-cover(top);
  164. position: absolute;left: 50%;transform: translateX(-50%);top: 24%;
  165. }
  166. .grades-change-title{
  167. width: 577rpx;height: 92rpx;margin: 10% auto 0;
  168. background-image: url("@/static/images/grade/grades-title.png");@include ezy-no-repeat-cover;
  169. }
  170. .grades-title-desc{font-size: 28rpx;color: #777;text-align: center;margin-top: 10rpx;}
  171. .grades-terms-title{width: 692rpx;height: 92rpx;margin: 3% auto 0;@include ezy-no-repeat-cover;}
  172. .grades-title-img{background-image: url("@/static/images/grade/grade-title.png");}
  173. .terms-title-img{background-image: url("@/static/images/grade/term-bj.png");}
  174. .grade-item-box{display: flex;flex-wrap: wrap;justify-content: space-evenly;box-sizing: border-box;padding: 3% 4% 1%;}
  175. .grade-item {
  176. width: 277rpx;height: 87rpx;line-height: 82rpx;margin: 2% 0;
  177. background-image: url("@/static/images/grade/grades-bj.png");@include ezy-no-repeat-cover;
  178. text-align: center;font-size: 36rpx;color: #fff;font-weight: 800;
  179. }
  180. // -webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300;
  181. .grade-item.active{
  182. color: #fff;background-image: url("@/static/images/grade/grades-a-bj.png");
  183. }
  184. .grade-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 5% auto 4%;}
  185. .grade-confirm-btn{
  186. width: 644rpx;height: 108rpx;background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
  187. }
  188. .grade-confirm-btn:after{display: none;}
  189. /* 针对小屏幕设备 */
  190. @media (max-height: 800px) {
  191. min-height: 1300rpx;
  192. .grades-body{zoom:0.9;bottom: 1%;top: unset;}
  193. }
  194. @media (max-height: 700px) {
  195. min-height: 1200rpx;
  196. .grades-body{zoom:0.8;}
  197. }
  198. @media (max-height: 480px) {
  199. min-height: 1200rpx;
  200. .grades-body{zoom:0.75;}
  201. }
  202. }
  203. // 蛋
  204. .study-egg-dialog{
  205. .egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;}
  206. .egg-title{
  207. width: 606rpx;height: 85rpx;
  208. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-title.png");
  209. }
  210. .egg-img{width: 692rpx;height: 615rpx;margin-top: 20%;
  211. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.png");
  212. }
  213. .egg-btn{
  214. width: 644rpx;height: 106rpx;margin-top: 10%;
  215. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");
  216. }
  217. @media (max-height: 800px) {
  218. .egg-img{margin-top: 10%;}
  219. .egg-btn{margin-top: 6%;}
  220. }
  221. @media (max-height: 700px) {
  222. .egg-img{margin-top: 6%;}
  223. .egg-btn{margin-top: 4%;}
  224. }
  225. }
  226. //地图页
  227. .ezy-study-page{
  228. width:100%;height: 100vh;display: flex;flex-direction: column;
  229. box-sizing: border-box;padding-top:var(--status-bar-height);justify-content: center;position: relative;
  230. .study-school-year{
  231. width: 285rpx;height: 69rpx;line-height:65rpx;background-image: url("@/static/images/study/school-year-bj.png");
  232. color: #fff;@include ezy-no-repeat-cover;padding-left: 78rpx;font-size: 30rpx;font-weight: 600;
  233. position: absolute;left: 20rpx;top:var(--status-bar-height);z-index: 2;
  234. }
  235. // animal
  236. .animal-img{width:48rpx;height: 68rpx;@include ezy-no-repeat-cover;position: absolute;}
  237. .dan-img{background-image: url("@/static/images/study/animal-img1.png");}
  238. .xiao-e-img{background-image: url("@/static/images/study/animal-img2.png");}
  239. .zhong-e-img{background-image: url("@/static/images/study/animal-img3.png");}
  240. .da-e-img{background-image: url("@/static/images/study/animal-img4.png");}
  241. }
  242. // 数学
  243. .ezy-shuxue-study-page{
  244. @include ezy-no-repeat-cover(top);background-color: #43c1f6;background-image: url("@/static/images/study/shuxue/study-shuxue-bj.png");
  245. .ezy-study-wrap{
  246. width:750rpx;height:1394rpx;background-image: url("@/static/images/study/shuxue/study-wrap-bj.gif");
  247. @include ezy-no-repeat-cover;position: relative;margin: 0 auto;
  248. }
  249. .chapter-box{
  250. width: 150rpx;text-align: center;font-weight: 800;color: #5c1a11;
  251. font-size: 32rpx;position: absolute;top:122rpx;left:330rpx;
  252. }
  253. .chapter-title-box{
  254. width: 325rpx;height: 80rpx;text-align: center;font-weight: 800;color: #fbb030;
  255. position: absolute;top:170rpx;left:240rpx;white-space: pre-wrap;
  256. }
  257. .chapter-small-title-box{line-height: 2;font-size: 38rpx;}
  258. .chapter-middle-title-box{line-height: 2.2;font-size: 34rpx;}
  259. .chapter-big-title-box{line-height: 1.2;font-size: 32rpx;}
  260. // brand-content
  261. .brand-content{margin: 0 auto;@include single-line-ellipsis;}
  262. .brand-icon,.brand-lock,.brand-finish-icon{
  263. width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
  264. position: absolute;top: -30rpx;left: 50%;transform: translateX(-50%);}
  265. .brand-icon{
  266. font-size: 36rpx;font-weight: 600;color: #ff6501;line-height: 70rpx;
  267. background-image: url("@/static/images/study/shuxue/number-bj.png");
  268. }
  269. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  270. .brand-lock::before{
  271. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  272. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  273. }
  274. .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
  275. // animal
  276. .animal-img{left: 28%;top: 48%;}
  277. // brand-item
  278. .brand-item{box-sizing: border-box;font-size: 24rpx;color: #fff;text-align: center;
  279. font-weight: 600;position: relative;position: absolute;@include ezy-no-repeat-cover;}
  280. .small-brand-item{width: 231rpx;height: 147rpx;padding: 40rpx 0 10rpx;
  281. background-image: url("@/static/images/study/shuxue/duan-pai-disabled.png");
  282. .brand-content{width: 90%;}
  283. }
  284. .small-brand-item.brand-active{background-image: url("@/static/images/study/shuxue/duan-pai-active.png");}
  285. .big-brand-item{
  286. width: 307.69rpx;height: 141.35rpx;padding: 40rpx 0 10rpx;
  287. background-image: url("@/static/images/study/shuxue/chang-pai-disabled.png");
  288. .brand-content{width: 94%;}
  289. }
  290. .big-brand-item.brand-active{background-image: url("@/static/images/study/shuxue/chang-pai-active.png");}
  291. .ceshi-brand-item{
  292. width: 185rpx;height: 121rpx;@include ezy-no-repeat-cover;
  293. padding: 16rpx 10rpx 10rpx 10rpx;position: absolute;top:1112rpx;right:140rpx;
  294. background-image: url("@/static/images/study/shuxue/ceshi-pai.png");
  295. .brand-lock,.brand-icon{left: 0;top: -30rpx;}
  296. }
  297. // brand-item
  298. .small-brand-item:nth-child(1){top:330rpx;right:70rpx;}
  299. .small-brand-item:nth-child(2){top:540rpx;left:75rpx;}
  300. .small-brand-item:nth-child(3){top:692rpx;right:110rpx;}
  301. .small-brand-item:nth-child(4){top:1085rpx;right:165rpx}
  302. .big-brand-item:nth-child(1){top:328rpx;right:40rpx;}
  303. .big-brand-item:nth-child(2){top:540rpx;left:20rpx;}
  304. .big-brand-item:nth-child(3){top:692rpx;right:80rpx;}
  305. .big-brand-item:nth-child(4){top:1090rpx;right:130rpx;}
  306. @media (max-height: 800px) {
  307. // 0.92
  308. .ezy-study-wrap{width: 690rpx;height: 1284rpx;}
  309. .chapter-box{width: 138rpx;top:112rpx;left:300rpx;font-size: 28rpx;}
  310. .chapter-title-box{width: 296rpx;height: 70rpx;top:155rpx;left:223rpx;font-size: 28rpx;}
  311. .chapter-small-title-box{line-height: 1.8;font-size: 36rpx;}
  312. .chapter-middle-title-box{line-height: 2.4;font-size: 30rpx;}
  313. .chapter-big-title-box{line-height: 1.3;font-size: 28rpx;}
  314. .small-brand-item:nth-child(1){top:290rpx;right:60rpx;}
  315. .small-brand-item:nth-child(2){top:480rpx;left:75rpx;}
  316. .small-brand-item:nth-child(3){top:630rpx;right:110rpx;}
  317. .small-brand-item:nth-child(4){top:990rpx;right:140rpx}
  318. .big-brand-item:nth-child(1){top:300rpx;right:24rpx;}
  319. .big-brand-item:nth-child(2){top:490rpx;left:24rpx;}
  320. .big-brand-item:nth-child(3){top:640rpx;right:80rpx;}
  321. .big-brand-item:nth-child(4){top:1000rpx;right:110rpx;}
  322. .ceshi-brand-item{top:1020rpx;right:140rpx;}
  323. }
  324. @media (max-height: 700px) {
  325. min-height: 1260rpx;
  326. //0.88
  327. .ezy-study-wrap{width: 630rpx;height: 1198rpx;}
  328. .chapter-box{top:105rpx;left:278rpx;}
  329. .chapter-title-box{width: 280rpx;height: 66rpx;top:145rpx;left:208rpx;}
  330. .chapter-middle-title-box{line-height: 2.2;}
  331. .chapter-big-title-box{line-height: 1.2;}
  332. .small-brand-item:nth-child(1){top:260rpx;right:50rpx;}
  333. .small-brand-item:nth-child(2){top:445rpx;left:60rpx;}
  334. .small-brand-item:nth-child(3){top:580rpx;right:100rpx;}
  335. .small-brand-item:nth-child(4){top:920rpx;right:140rpx}
  336. .big-brand-item:nth-child(1){top:270rpx;right:16rpx;}
  337. .big-brand-item:nth-child(2){top:450rpx;left:16rpx;}
  338. .big-brand-item:nth-child(3){top:590rpx;right:70rpx;}
  339. .big-brand-item:nth-child(4){top:925rpx;right:100rpx;}
  340. .ceshi-brand-item{top:940rpx;right:130rpx;}
  341. }
  342. @media (max-height: 600px) {
  343. //0.76
  344. min-height:1200rpx;
  345. .ezy-study-wrap{width: 577rpx;height: 1072rpx;}
  346. .chapter-box{width: 120rpx;top:90rpx;left:250rpx;font-size: 26rpx;}
  347. .chapter-title-box{width: 250rpx;height: 60rpx;top:128rpx;left:185rpx;}
  348. .chapter-small-title-box{line-height: 1.6;font-size: 34rpx;}
  349. .chapter-middle-title-box{line-height: 2;font-size: 28rpx;}
  350. .chapter-big-title-box{line-height: 1.2;font-size: 26rpx;}
  351. .small-brand-item:nth-child(1){top:220rpx;right:24rpx;}
  352. .small-brand-item:nth-child(2){top:385rpx;left:42rpx;}
  353. .small-brand-item:nth-child(3){top:500rpx;right:65rpx;}
  354. .small-brand-item:nth-child(4){top:800rpx;right:100rpx}
  355. .big-brand-item:nth-child(1){top:220rpx;right:0;}
  356. .big-brand-item:nth-child(2){top:390rpx;left:0;}
  357. .big-brand-item:nth-child(3){top:510rpx;right:30rpx;}
  358. .big-brand-item:nth-child(4){top:810rpx;right:100rpx;}
  359. .ceshi-brand-item{top:835rpx;right:130rpx;}
  360. }
  361. }
  362. // 英语
  363. .ezy-yingyu-study-page{
  364. background-color: #00aeee;
  365. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/study/yingyu/study-yingyu-bj.png");
  366. .yingyu-house-box{
  367. width: 750rpx;height: 769rpx;@include ezy-no-repeat-cover;position: absolute;
  368. top:calc(-100rpx + var(--status-bar-height));
  369. background-image: url("@/static/images/study/yingyu/study-wrap-bj.gif");z-index: 1;
  370. }
  371. .chapter-title-box{
  372. width: 120rpx;height: 60rpx;text-align: center;font-weight: 800;color: #66ffff;font-size: 28rpx;
  373. position: absolute;top:228rpx;left:222rpx;white-space: pre-wrap;line-height: 2;
  374. }
  375. // 锁 星星
  376. .brand-lock,.brand-finish-icon{
  377. width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
  378. position: absolute;transform: translateX(-50%);}
  379. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  380. .brand-lock::before{
  381. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  382. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  383. }
  384. .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
  385. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  386. .brand-lock::before{
  387. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  388. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  389. }
  390. //icon-content-box
  391. .icon-content-box{
  392. width: 260rpx;height: 81rpx;@include ezy-no-repeat-cover;font-size: 24rpx;position: absolute;
  393. background-image: url("@/static/images/study/yingyu/dao-item-disabled.png");
  394. .brand-icon,.brand-content{margin: 0 auto;}
  395. .brand-icon{
  396. width: 170rpx;height: 36rpx;color: #180b34;line-height: 1.6;
  397. @include single-line-ellipsis;}
  398. .brand-content{width: 246rpx;height: 42rpx;color: #fff;@include single-line-ellipsis;line-height: 42rpx;}
  399. }
  400. // brand-item
  401. .brand-item{box-sizing: border-box;text-align: center;z-index: 3;
  402. font-weight: 600;position: relative;position: absolute;@include ezy-no-repeat-cover;}
  403. .brand-active {
  404. .icon-content-box{background-image: url("@/static/images/study/yingyu/dao-item-active.png");}
  405. }
  406. .brand-item:nth-child(1){
  407. width: 317rpx;height: 240rpx;top:630rpx;right:30rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj1.png");
  408. .icon-content-box{top: 160rpx;right: 0rpx;}
  409. .brand-lock,.brand-finish-icon{top: 98rpx;right: 60rpx;}
  410. .animal-img{top: 88rpx;right: 30rpx;}
  411. }
  412. .brand-item:nth-child(2){
  413. width: 394rpx;height: 192rpx;top:760rpx;left:55rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj2.png");
  414. .icon-content-box{top: 130rpx;right: 130rpx;}
  415. .brand-lock,.brand-finish-icon{top: 62rpx;right: 200rpx;}
  416. }
  417. .brand-item:nth-child(3){
  418. width: 385rpx;height: 154rpx;top:980rpx;right:110rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj3.png");
  419. .icon-content-box{top: 100rpx;right: 0rpx;}
  420. .brand-lock,.brand-finish-icon{top: 28rpx;right: 60rpx;}
  421. }
  422. .brand-item:nth-child(4){
  423. width: 385rpx;height: 202rpx;top:1100rpx;left:60rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj4.png");
  424. .icon-content-box{top: 130rpx;right: 130rpx;}
  425. .brand-lock,.brand-finish-icon{top: 62rpx;right: 200rpx;}
  426. }
  427. .brand-item.ceshi-brand-item{
  428. width: 308rpx;height: 225rpx;top:1250rpx;right:30rpx;left: unset;@include ezy-no-repeat-cover;
  429. background-image: url("@/static/images/study/yingyu/test-item.png");
  430. .icon-content-box{background-image: unset;}
  431. .brand-content{display: none;}
  432. .brand-lock,.brand-finish-icon{top: 120rpx;right: 120rpx;}
  433. }
  434. @media (max-height: 800px) {
  435. min-height:1500rpx;
  436. // 0.92
  437. .brand-item:nth-child(1){top:540rpx;right:30rpx;}
  438. .brand-item:nth-child(2){top:640rpx;left:55rpx;}
  439. .brand-item:nth-child(3){top:830rpx;right:110rpx;}
  440. .brand-item:nth-child(4){top:960rpx;left:60rpx;}
  441. .brand-item.ceshi-brand-item{
  442. width: 250rpx;height: 183rpx;top:1050rpx;left: unset;right: 60rpx;
  443. .brand-lock,.brand-finish-icon{top: 0;right: 80rpx;}
  444. }
  445. }
  446. @media (max-height: 700px) {
  447. min-height:1350rpx;
  448. .brand-lock,.brand-finish-icon{width: 50rpx;height: 50rpx;}
  449. .brand-lock::before{content: '';width: 26rpx;height: 33rpx;margin-top: 6rpx;}
  450. // 0.9
  451. .brand-item:nth-child(1){
  452. width: 288rpx;height: 218rpx;top:506rpx;right:70rpx;
  453. .icon-content-box{top: 150rpx;right: -10rpx;}
  454. .brand-lock,.brand-finish-icon{top: 118rpx;right: 70rpx;}
  455. }
  456. .brand-item:nth-child(2){
  457. width: 356rpx;height: 173rpx;top:610rpx;left:65rpx;
  458. .icon-content-box{top: 130rpx;right: 112rpx;}
  459. .brand-lock,.brand-finish-icon{top: 82rpx;right: 192rpx;}
  460. }
  461. .brand-item:nth-child(3){
  462. width: 346rpx;height: 138rpx;top:770rpx;right:70rpx;
  463. .icon-content-box{top: 90rpx;right: -10rpx;}
  464. .brand-lock,.brand-finish-icon{top: 48rpx;right: 70rpx;}
  465. }
  466. .brand-item:nth-child(4){
  467. width: 346rpx;height: 182rpx;top:850rpx;left:80rpx;
  468. .icon-content-box{top: 130rpx;right: 112rpx;}
  469. .brand-lock,.brand-finish-icon{top: 82rpx;right: 192rpx;}
  470. }
  471. .brand-item.ceshi-brand-item{
  472. width: 250rpx;height: 183rpx;top:980rpx;left: unset;right:70rpx;
  473. .brand-lock,.brand-finish-icon{top: 10rpx;right: 100rpx;}
  474. }
  475. }
  476. }
  477. //目录页
  478. .ezy-catalogue-dialog{
  479. width: 663rpx;height: 1038rpx;padding: 180rpx 52rpx 60rpx;box-sizing: border-box;position: relative;
  480. background-image: url("@/static/images/catalog/catalog-bj.png");@include ezy-no-repeat-cover;
  481. display: flex;
  482. .catalogue-close-btn{
  483. width: 54rpx;height: 54rpx;
  484. background-image: url("@/static/images/catalog/catalog-close-btn.png");@include ezy-no-repeat-cover;
  485. position: absolute;top: 40rpx;right: 36rpx;
  486. }
  487. .ezy-catalogue-collapse{
  488. background-color: transparent!important;flex: 1;overflow-y: auto;
  489. .collapse-item-box{
  490. display: flex;flex-direction: column;padding: 24rpx 10rpx 24rpx 10rpx;box-sizing: border-box;
  491. border-bottom: 2rpx dashed #9dc0f6;
  492. .uni-collapse-item__wrap{background-color: transparent!important;}
  493. .collapse-title{display: flex;font-size: 30rpx;font-weight: 700;color: #0a549d;position: relative;}
  494. .collapse-num-box{
  495. width: 46rpx;height: 46rpx;line-height: 46rpx;font-size: 30rpx;font-weight: 700;color: #fff;text-align: center;
  496. background-image: url("@/static/images/catalog/num-bj.png");@include ezy-no-repeat-cover;
  497. -webkit-text-stroke: 1rpx #0d64d7;text-stroke: 1rpx #0d64d7;margin-right: 20rpx;flex-shrink: 0;
  498. }
  499. .collapse-name{@include single-line-ellipsis;width: 380rpx;}
  500. .uni-collapse-item__title-arrow{margin-right: 60rpx;}
  501. .uni-icons{
  502. width: 37rpx;height: 37rpx;
  503. background-image: url("@/static/images/catalog/jt-btn.png");@include ezy-no-repeat-cover;
  504. &::before{display: none;}
  505. }
  506. .collapse-lock{
  507. width: 35rpx;height: 41rpx;position: absolute;right: -90rpx;top: 0rpx;
  508. background-image: url("@/static/images/catalog/catalog-lock.png");@include ezy-no-repeat-cover;
  509. }
  510. }
  511. .collapse-item-box.collapse-active{
  512. border: 0;
  513. .collapse-title{color: #01b106;}
  514. .collapse-num-box{
  515. background-image: url("@/static/images/catalog/num-active-bj.png");
  516. -webkit-text-stroke: 1rpx #009931;text-stroke: 1rpx #009931;
  517. }
  518. .uni-icons{
  519. background-image: url("@/static/images/catalog/jt-active-btn.png");transform:unset;
  520. }
  521. }
  522. .collapse-content-box{border-top: 2rpx dashed #9dc0f6;margin: 20rpx 0 100rpx;}
  523. .collapse-content-item{
  524. font-size: 28rpx;color:#343434;
  525. border-bottom: 1px dashed #999;
  526. padding: 20rpx 10rpx;margin: 0 10rpx;
  527. }
  528. // .collapse-item-box:last-child{border: 0;}
  529. }
  530. }
  531. // 考试页
  532. .ezy-exam-page{
  533. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  534. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  535. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  536. .ezy-exam-swiper{
  537. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  538. uni-swiper-item{overflow: auto;}
  539. }
  540. .exam-submit-btn{
  541. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  542. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  543. }
  544. .tip-mask-box{
  545. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  546. }
  547. .exam-tip-box{
  548. width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
  549. background-image: url("@/static/images/exam/exam-tip-bj.png");
  550. color: #036f6f;font-size: 32rpx;z-index: 3;padding: 180rpx 0 0 100rpx;
  551. position: absolute;left: 0;right: 0;bottom: var(--window-bottom);
  552. }
  553. }
  554. // 成绩页
  555. .ezy-result-page{
  556. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  557. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  558. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  559. .result-exam-swiper{
  560. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  561. uni-swiper-item{overflow: auto;}
  562. .flex-center{
  563. height: 100%;
  564. .body{height: 100%;display: flex;flex-direction: column;}
  565. // 试题部分滚动 解析部分固定
  566. // .ezy-danxuan-box{flex: 1;overflow-y: auto;}
  567. }
  568. }
  569. .answer-content-box{
  570. margin-top: 24rpx;
  571. .answer-dtjx-row{display: flex;justify-content: space-between;}
  572. .answer-title{width: 150rpx;height: 62rpx;flex-shrink: 0;margin-left: 10rpx;
  573. background-image: url("@/static/images/exam/answer-title.png");@include ezy-no-repeat-cover;
  574. }
  575. .answer-btn-box{
  576. display: flex;height: 135rpx;
  577. margin: 20rpx 0 20rpx 10rpx;}
  578. .answer-item-left,.answer-item-right{
  579. width: 100%;flex: 1;align-items: center;justify-content: center;
  580. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
  581. .answer-item-title{font-size: 32rpx;color: #333;margin-bottom: 4rpx;}
  582. .answer-item-error{font-size: 32rpx;color: #ef1417;min-height: 36rpx;}
  583. .answer-item-correct{font-size: 32rpx;color: #15ab2e;min-height: 36rpx;}
  584. }
  585. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  586. .answer-item-right{border-radius: 0 4px 4px 0;}
  587. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  588. .answer-btn{width: 227rpx;height:72rpx;@include ezy-no-repeat-cover;margin-right: 20rpx;
  589. background-image:url("@/static/images/exam/answer-btn.png");flex-shrink: 0;
  590. }
  591. }
  592. }
  593. // 得分页
  594. .exam-score-dialog{
  595. width: 750rpx;height: 1250rpx;margin-bottom: 24%;position: relative;
  596. background-image: url("@/static/images/exam/score-bj.png");@include ezy-no-repeat-cover;
  597. // -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  598. .score-content-box{
  599. position: absolute;top: 746rpx;left: 200rpx;word-spacing: 18rpx;
  600. font-size: 38rpx;font-weight: 800; color: #000;
  601. .text-red{color: #ff6500;margin: 0 8rpx;}
  602. .text-score{
  603. width: 160rpx;font-size: 82rpx;font-weight: 800;color: #ff6701;
  604. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  605. margin: 110rpx 0 0 160rpx;text-align: center;}
  606. }
  607. .ckst-btn,.jxxx-btn{width: 115rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  608. .score-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  609. .ckst-btn{background-image: url("@/static/images/exam/ckst-btn.png");}
  610. .jxxx-btn{background-image: url("@/static/images/exam/jxxx-btn.png");}
  611. @media (max-height: 700px) {zoom: 0.9;}
  612. @media (max-height: 600px) {margin-bottom: 40%;}
  613. }
  614. // 答案解析
  615. .ezy-dajx-page{
  616. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  617. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  618. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  619. .shiti-frame-box{overflow-y: auto;}
  620. .dajx-content-box{
  621. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  622. .slfx-title,.spjj-title{
  623. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  624. }
  625. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  626. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  627. .slfx-content{
  628. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  629. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  630. }
  631. }
  632. .spjj-video-box{
  633. width: 606rpx;height: 394rpx;@include ezy-no-repeat-cover;margin: 0 auto 42rpx;
  634. background-image: url("@/static/images/exam/video-frame-bj.png");position: relative;
  635. box-sizing: border-box;padding: 18rpx;
  636. .spjj-video{
  637. width: 100%;height: 100%!important;
  638. .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;}
  639. .prism-info-display{display: none;}
  640. }
  641. }
  642. }
  643. // 课程页面
  644. .ezy-course-page{
  645. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  646. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  647. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  648. .course-video-box{
  649. width: 100%;height: 400rpx!important;flex-shrink: 0;position: relative;
  650. .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;}
  651. .prism-info-display{display: none;}
  652. }
  653. .course-content-border{
  654. width: 100%;display: flex;flex: 1;position: relative;
  655. background-color: rgba(255, 255, 255, 0.6);overflow-y: auto;
  656. }
  657. .course-content-box{
  658. flex: 1;margin: 20rpx 20rpx 0;background-color: #fff;overflow-y: auto;
  659. box-sizing: border-box;padding: 42rpx 24rpx;
  660. }
  661. .course-content-item{
  662. width: 100%;background-color: #f7f8fa;border-radius: 8rpx;color: #666;display: block;
  663. box-sizing: border-box;padding: 20rpx;margin-bottom: 30rpx;font-size: 32rpx;@include ezy-rich-text;
  664. }
  665. .title-play-box{display: flex;justify-content: space-between;margin:0 6rpx 12rpx;}
  666. .course-title{color: #088aea;font-size: 36rpx;margin-right: 16rpx;}
  667. .course-play-btn{width: 144rpx;height: 44rpx;flex-shrink: 0;
  668. @include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-play.png");}
  669. }
  670. // 课程得分页面
  671. .course-score-dialog{
  672. width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
  673. background-image: url("@/static/images/course/video-score-bj.png");
  674. margin-bottom: 20%;position: relative;
  675. .text-score{
  676. width: 220rpx;font-size: 100rpx;font-weight: 800;color: #ff6701;
  677. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  678. margin: 110rpx 0 0 160rpx;text-align: right;position: absolute;
  679. bottom: 230rpx;left: 0;
  680. }
  681. .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  682. .course-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  683. .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
  684. .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
  685. @media (max-height: 600px) {margin-bottom: 40%;}
  686. }
  687. // 我的页面
  688. .ezy-my-page{
  689. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  690. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  691. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
  692. .my-head-box{
  693. width: 100%;padding: 80rpx 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
  694. .head-img-box{width: 154rpx;height: 154rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;}
  695. .head-content-box{font-size: 30rpx;}
  696. .jf-box{
  697. width: 142rpx;height: 46rpx;display: flex;align-items: center;line-height: 1.2;font-size: 26rpx;
  698. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-bj.png");margin-top: 20rpx;
  699. }
  700. .jf-icon{width: 35rpx;height: 35rpx;margin:0 4rpx 0 10rpx;flex-shrink: 0;
  701. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-qb.png");}
  702. .jf-text{min-width: 60rpx;
  703. text-align: center;}
  704. }
  705. // hyqy
  706. .my-hyqy-swiper{
  707. height: 385rpx;
  708. .uni-swiper-dots-horizontal{bottom: 24rpx;}
  709. }
  710. .hyqy-box{
  711. width: 731rpx;height: 385rpx;margin: 0 auto;position: relative;
  712. @include ezy-no-repeat-cover;
  713. .hyqy-btn{width: 154rpx;height: 54rpx;position: absolute;top: 46rpx;right: 46rpx;
  714. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/hyqy-btn.png");}
  715. }
  716. // 1数学 2英语
  717. .hyqy-box1{background-image: url("@/static/images/my/hyqy-img1.png");}
  718. .hyqy-disabled-box1{background-image: url("@/static/images/my/hyqy-img-disabled1.png");}
  719. .hyqy-box2{background-image: url("@/static/images/my/hyqy-img2.png");}
  720. .hyqy-disabled-box2{background-image: url("@/static/images/my/hyqy-img-disabled2.png");}
  721. // list
  722. .my-list-box{
  723. width:700rpx;margin: 36rpx auto 0;
  724. .list-row{border-bottom: 2rpx solid #5bcdfb;color: #fff;box-sizing: border-box;padding: 30rpx 20rpx;
  725. display: flex;align-items: center;position: relative;}
  726. .list-row::after{
  727. content: '';width: 19rpx;height: 33rpx;@include ezy-no-repeat-cover;
  728. background-image: url("@/static/images/my/list-jt.png");
  729. position: absolute;right: 20rpx;
  730. }
  731. .no-jt::after,.no-jt::after{display: none;}
  732. .list-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
  733. .tel-icon{background-image: url("@/static/images/my/list-icon1.png");}
  734. .error-icon{background-image: url("@/static/images/my/list-icon2.png");}
  735. .order-icon{background-image: url("@/static/images/my/list-icon3.png");}
  736. .login-out-icon{background-image: url("@/static/images/my/list-icon4.png");}
  737. .about-icon{background-image: url("@/static/images/my/list-icon5.png");}
  738. }
  739. @media (max-height: 700px) {
  740. .my-head-box{padding: 60rpx 24rpx 32rpx;}
  741. .my-list-box{
  742. margin: 16rpx auto 0;
  743. .list-row{padding: 24rpx 20rpx;}
  744. }
  745. }
  746. @media (max-height: 600px) {
  747. min-height: 1200rpx;overflow-y: auto;
  748. .my-head-box{padding: 42rpx 24rpx 24rpx;}
  749. .my-list-box{
  750. margin: 12rpx auto 0;
  751. .list-row{padding: 16rpx;}
  752. .list-row::after{right: 16rpx;}
  753. }
  754. }
  755. }
  756. .ezy-my-page::before{
  757. content: '';width: 279rpx;height: 250rpx;display:block;
  758. position: absolute;top:calc(20rpx - var(--status-bar-height));right:20rpx;
  759. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/my-page-img.png");
  760. }
  761. // 错题
  762. .ezy-cuoti-page{
  763. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  764. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  765. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  766. .uni-list{background-color: transparent!important;}
  767. .uni-list--border-top,.uni-list--border-bottom{display: none;}
  768. .cuoti-border-box{
  769. flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
  770. margin: 12rpx auto 32rpx;position: relative;box-sizing: border-box;display: flex;flex-direction: column;
  771. }
  772. .cuo-tab-box{
  773. height: 82rpx!important;
  774. background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 20rpx 20rpx 0;
  775. box-sizing: border-box;padding: 10rpx 12rpx;border-radius: 8rpx;
  776. .segmented-control__text{color: #333!important;}
  777. .segmented-control__item--button{height: 62rpx;border: 0;border-radius: 8rpx;}
  778. .segmented-control__item--button--active .segmented-control__text{color: #fff!important;}
  779. }
  780. .cuoti-content-box{
  781. background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 10rpx 20rpx;
  782. }
  783. }
  784. // 关于我们
  785. .ezy-about-page{
  786. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  787. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  788. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  789. .about-body-border{
  790. flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
  791. margin: 12rpx auto 200rpx;position: relative;display: flex;flex-direction: column;
  792. }
  793. .about-body-box{
  794. content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
  795. position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
  796. box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
  797. }
  798. .content-top-box{
  799. display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
  800. box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #fff;
  801. .about-icon-box{
  802. width: 192rpx;height: 188rpx;margin-right: 36rpx;
  803. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
  804. }
  805. .about-name{
  806. font-size: 30rpx;margin: 20rpx 0 42rpx;
  807. }
  808. .about-text{margin: 16rpx 0;}
  809. }
  810. .content-box{
  811. font-size: 30rpx;margin-top: 50rpx;line-height: 2;color: #333;
  812. text-align: justify;box-sizing: border-box;padding: 0 10rpx;
  813. }
  814. @media (max-height: 600px) {
  815. .about-body-border{margin: 12rpx auto 150rpx;}
  816. .about-body-box{padding: 32rpx 20rpx 20rpx;}
  817. .content-top-box{padding-bottom: 24rpx;}
  818. .content-box{margin-top: 20rpx;}
  819. }
  820. }
  821. // 绑定手机号弹窗
  822. .my-tel-dialog{
  823. background-color: rgba(255, 255, 255, 0.6);
  824. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  825. justify-content: center;align-items: center;
  826. .tel-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
  827. background-image: url("@/static/images/login/agree-sections-close.png");}
  828. .my-tel-content{
  829. width: 625rpx;height: 740rpx;box-sizing: border-box;padding: 56rpx 62rpx;
  830. background-image: url("@/static/images/my/my-tel-bj.png");@include ezy-no-repeat-cover;position: relative;
  831. }
  832. .my-tel-title{font-size: 40rpx;color: #333;text-align:center;margin-bottom: 24rpx;}
  833. .tel-row{border-bottom: 1px dashed #70cbf4;}
  834. .yzm-row{padding-top: 24rpx;}
  835. /***** 输入手机号页面*****/
  836. .my-input-box{
  837. width:500rpx;height: 88rpx;box-sizing: border-box;
  838. display: flex;align-items: center;
  839. background-image: url("@/static/images/my/my-tel-input.png");@include ezy-no-repeat-cover;
  840. .my-input {font-size: 32rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
  841. .uni-input-placeholder {font-size: 25rpx;color: #ffffffd9;}
  842. .close-btn{width: 36rpx;height: 36rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  843. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  844. }
  845. // 滑块
  846. .nc-container{
  847. position: unset;padding: 24rpx 0 36rpx;box-sizing: border-box;
  848. .nc_wrapper{width: 100%!important;}
  849. .nc_iconfont.btn_ok{font-family: unset;font-size: 0;}
  850. .nc_iconfont.btn_ok::before{content: '';width: 20px;height:20px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  851. @include ezy-no-repeat-cover;background-image: url("@/static/images/login/slider-right-icon.png");z-index: 4;}
  852. }
  853. .get-yzm-btn{color: #3b73bf;margin-bottom: 16rpx;font-size: 25rpx;}
  854. .get-yzm-disabled{color: #666;}
  855. .yzm-tip{
  856. color: #3b73bf;margin:0 0 16rpx;font-size: 25rpx;
  857. }
  858. .my-bind-btn{
  859. width:500rpx;height: 88rpx;text-align: center;line-height: 88rpx;color: #fff;margin-top: 16rpx;
  860. background-image: url("@/static/images/my/my-tel-btn.png");@include ezy-no-repeat-cover;
  861. }
  862. }
  863. // SVIP
  864. .ezy-svip-page{
  865. width: 100%;height: 100vh;background-color: #23befb;position: relative;
  866. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  867. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  868. .svip-login{
  869. width: 673rpx;height: 269rpx;margin: 0 auto;
  870. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-logo.png");
  871. }
  872. .svip-list-box{
  873. margin: 0 auto;
  874. .list-item-box{display: flex;align-items: center;color: #fff;margin-bottom: 24rpx;}
  875. .list-icon{
  876. width: 96rpx;height: 106rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;
  877. }
  878. .list-title{
  879. font-size: 28rpx;font-weight: 600;margin-bottom: 10rpx;
  880. }
  881. .list-content{font-size: 25rpx;}
  882. }
  883. .open-svip-box{
  884. width: 702rpx;height:413rpx;margin: 0 auto;box-sizing: border-box;padding: 0 16rpx;
  885. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-block-bj.png");
  886. .svip-price-box{
  887. display: flex;justify-content: space-between;border-bottom: 2rpx solid #efd774;
  888. margin-top: 120rpx;box-sizing: border-box;padding:0 24rpx 24rpx;color: #87664d;
  889. .original-price{text-decoration: line-through;}
  890. .discount-price{color: #ff0101;}
  891. }
  892. .pay-type-box{
  893. display: flex;align-items: center;
  894. }
  895. .type-radio-box{display: flex;align-items: center;}
  896. .open-svip-btn{
  897. width: 333rpx;height: 88rpx;line-height: 88rpx;text-align: center;color: #fff;
  898. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-btn-bj.png");
  899. }
  900. }
  901. }