pages.scss 46 KB

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