pages.scss 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331
  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/common/close-icon.png");}
  117. .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;word-break: break-all;}
  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/common/close-icon.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;background-color: #43c1f6;box-sizing: border-box;padding-top:var(--status-bar-height);
  157. background-image: url("@/static/images/grade/grades-terms-bj.png");@include ezy-no-repeat-cover(top);
  158. // padding-top: 52%;
  159. position: relative;min-height: 1212rpx;
  160. .grades-body{
  161. width: 752rpx;max-width: 100%;height: 1212rpx;display: flex;flex-direction: column;margin: 0 auto;
  162. background-image: url("@/static/images/grade/grades-border.png");@include ezy-no-repeat-cover(top);
  163. position: absolute;left: 50%;transform: translateX(-50%);top: 24%;
  164. }
  165. .grades-change-title{
  166. width: 577rpx;height: 92rpx;margin: 10% auto 0;
  167. background-image: url("@/static/images/grade/grades-title.png");@include ezy-no-repeat-cover;
  168. }
  169. .grades-title-desc{font-size: 28rpx;color: #777;text-align: center;margin-top: 10rpx;}
  170. .grades-terms-title{width: 692rpx;height: 92rpx;margin: 3% auto 0;@include ezy-no-repeat-cover;}
  171. .grades-title-img{background-image: url("@/static/images/grade/grade-title.png");}
  172. .terms-title-img{background-image: url("@/static/images/grade/term-bj.png");}
  173. .grade-item-box{display: flex;flex-wrap: wrap;justify-content: space-evenly;box-sizing: border-box;padding: 3% 4% 1%;}
  174. .grade-item {
  175. width: 277rpx;height: 87rpx;line-height: 82rpx;margin: 2% 0;
  176. background-image: url("@/static/images/grade/grades-bj.png");@include ezy-no-repeat-cover;
  177. text-align: center;font-size: 36rpx;color: #fff;font-weight: 800;
  178. }
  179. // -webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300;
  180. .grade-item.active{
  181. color: #fff;background-image: url("@/static/images/grade/grades-a-bj.png");
  182. }
  183. .grade-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 5% auto 4%;}
  184. .grade-confirm-btn{
  185. width: 644rpx;height: 108rpx;background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
  186. }
  187. .grade-confirm-btn:after{display: none;}
  188. /* 针对小屏幕设备 */
  189. @media (max-height: 800px) {
  190. min-height: 1300rpx;
  191. .grades-body{zoom:0.9;bottom: 1%;top: unset;}
  192. }
  193. @media (max-height: 700px) {
  194. min-height: 1200rpx;
  195. .grades-body{zoom:0.8;}
  196. }
  197. @media (max-height: 480px) {
  198. min-height: 1200rpx;
  199. .grades-body{zoom:0.75;}
  200. }
  201. }
  202. // 蛋
  203. .study-egg-dialog{
  204. .egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;}
  205. .egg-title{
  206. width: 606rpx;height: 85rpx;
  207. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-title.png");
  208. }
  209. .egg-img{width: 692rpx;height: 615rpx;margin-top: 20%;
  210. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.png");
  211. }
  212. .egg-btn{
  213. width: 644rpx;height: 106rpx;margin-top: 10%;
  214. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");
  215. }
  216. @media (max-height: 800px) {
  217. .egg-img{margin-top: 10%;}
  218. .egg-btn{margin-top: 6%;}
  219. }
  220. @media (max-height: 700px) {
  221. .egg-img{margin-top: 6%;}
  222. .egg-btn{margin-top: 4%;}
  223. }
  224. }
  225. //地图页
  226. .ezy-study-page{
  227. width:100%;height: 100vh;display: flex;flex-direction: column;
  228. box-sizing: border-box;padding-top:var(--status-bar-height);justify-content: center;position: relative;
  229. .study-school-year{
  230. width: 285rpx;height: 69rpx;line-height:65rpx;background-image: url("@/static/images/study/school-year-bj.png");
  231. color: #fff;@include ezy-no-repeat-cover;padding-left: 78rpx;font-size: 30rpx;font-weight: 600;
  232. position: absolute;left: 20rpx;top:var(--status-bar-height);z-index: 2;
  233. }
  234. // animal
  235. .animal-img{width:48rpx;height: 68rpx;@include ezy-no-repeat-cover;position: absolute;}
  236. .dan-img{background-image: url("@/static/images/study/animal-img1.gif");}
  237. .xiao-e-img{background-image: url("@/static/images/study/animal-img2.gif");}
  238. .zhong-e-img{background-image: url("@/static/images/study/animal-img3.gif");}
  239. .da-e-img{background-image: url("@/static/images/study/animal-img4.gif");}
  240. }
  241. // 数学
  242. .ezy-shuxue-study-page{
  243. @include ezy-no-repeat-cover(top);background-color: #43c1f6;background-image: url("@/static/images/study/shuxue/study-shuxue-bj.png");
  244. .ezy-study-wrap{
  245. width:750rpx;height:1394rpx;background-image: url("@/static/images/study/shuxue/study-wrap-bj.gif");
  246. @include ezy-no-repeat-cover;position: relative;margin: 0 auto;
  247. }
  248. .chapter-box{
  249. width: 160rpx;text-align: center;font-weight: 800;color: #5c1a11;
  250. font-size: 30rpx;position: absolute;top:122rpx;left:322rpx;
  251. }
  252. .chapter-title-box{
  253. width: 325rpx;height: 80rpx;text-align: center;font-weight: 800;color: #fbb030;
  254. position: absolute;top:170rpx;left:240rpx;white-space: pre-wrap;
  255. }
  256. .chapter-small-title-box{line-height: 2;font-size: 38rpx;}
  257. .chapter-middle-title-box{line-height: 2.2;font-size: 34rpx;}
  258. .chapter-big-title-box{line-height: 1.2;font-size: 32rpx;}
  259. // brand-content
  260. .brand-content{margin: 0 auto;@include single-line-ellipsis;}
  261. .brand-icon,.brand-lock,.brand-finish-icon{
  262. width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
  263. position: absolute;top: -30rpx;left: 50%;transform: translateX(-50%);}
  264. .brand-icon{
  265. font-size: 36rpx;font-weight: 600;color: #ff6501;line-height: 70rpx;
  266. background-image: url("@/static/images/study/shuxue/number-bj.png");
  267. }
  268. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  269. .brand-lock::before{
  270. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  271. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  272. }
  273. .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
  274. .animal-img{left: 28%;top: 48%;animation: shakeOpacity 1s 1;}
  275. @keyframes shakeOpacity {
  276. 0% {opacity: 0;}
  277. 100% {opacity: 1;;}
  278. }
  279. // brand-item
  280. .brand-item{box-sizing: border-box;font-size: 24rpx;color: #fff;text-align: center;
  281. font-weight: 600;position: relative;position: absolute;@include ezy-no-repeat-cover;}
  282. .small-brand-item{width: 231rpx;height: 147rpx;padding: 40rpx 0 10rpx;
  283. background-image: url("@/static/images/study/shuxue/duan-pai-disabled.png");
  284. .brand-content{width: 90%;}
  285. }
  286. .small-brand-item.brand-active{background-image: url("@/static/images/study/shuxue/duan-pai-active.png");}
  287. .big-brand-item{
  288. width: 307.69rpx;height: 141.35rpx;padding: 40rpx 0 10rpx;
  289. background-image: url("@/static/images/study/shuxue/chang-pai-disabled.png");
  290. .brand-content{width: 94%;}
  291. }
  292. .big-brand-item.brand-active{background-image: url("@/static/images/study/shuxue/chang-pai-active.png");}
  293. .ceshi-brand-item{
  294. width: 185rpx;height: 121rpx;@include ezy-no-repeat-cover;
  295. padding: 16rpx 10rpx 10rpx 10rpx;position: absolute;top:1112rpx;right:140rpx;
  296. background-image: url("@/static/images/study/shuxue/ceshi-pai.png");
  297. .brand-lock,.brand-icon,.brand-finish-icon{left: 0;top: -30rpx;}
  298. }
  299. // brand-item
  300. .small-brand-item:nth-child(1){top:330rpx;right:70rpx;}
  301. .small-brand-item:nth-child(2){top:540rpx;left:75rpx;}
  302. .small-brand-item:nth-child(3){top:692rpx;right:110rpx;}
  303. .small-brand-item:nth-child(4){top:1085rpx;right:165rpx}
  304. .big-brand-item:nth-child(1){top:328rpx;right:40rpx;}
  305. .big-brand-item:nth-child(2){top:540rpx;left:20rpx;}
  306. .big-brand-item:nth-child(3){top:692rpx;right:80rpx;}
  307. .big-brand-item:nth-child(4){top:1090rpx;right:130rpx;}
  308. @media (max-height: 800px) {
  309. // 0.92
  310. .ezy-study-wrap{width: 690rpx;height: 1284rpx;}
  311. .chapter-box{width: 138rpx;top:112rpx;left:300rpx;font-size: 28rpx;}
  312. .chapter-title-box{width: 296rpx;height: 70rpx;top:155rpx;left:223rpx;font-size: 28rpx;}
  313. .chapter-small-title-box{line-height: 1.8;font-size: 36rpx;}
  314. .chapter-middle-title-box{line-height: 2.4;font-size: 30rpx;}
  315. .chapter-big-title-box{line-height: 1.3;font-size: 28rpx;}
  316. .small-brand-item:nth-child(1){top:290rpx;right:60rpx;}
  317. .small-brand-item:nth-child(2){top:480rpx;left:75rpx;}
  318. .small-brand-item:nth-child(3){top:630rpx;right:110rpx;}
  319. .small-brand-item:nth-child(4){top:990rpx;right:140rpx}
  320. .big-brand-item:nth-child(1){top:300rpx;right:24rpx;}
  321. .big-brand-item:nth-child(2){top:490rpx;left:24rpx;}
  322. .big-brand-item:nth-child(3){top:640rpx;right:80rpx;}
  323. .big-brand-item:nth-child(4){top:1000rpx;right:110rpx;}
  324. .ceshi-brand-item{top:1020rpx;right:140rpx;}
  325. }
  326. @media (max-height: 700px) {
  327. min-height: 1260rpx;
  328. //0.88
  329. .ezy-study-wrap{width: 630rpx;height: 1198rpx;}
  330. .chapter-box{top:105rpx;left:278rpx;}
  331. .chapter-title-box{width: 280rpx;height: 66rpx;top:145rpx;left:208rpx;}
  332. .chapter-middle-title-box{line-height: 2.2;}
  333. .chapter-big-title-box{line-height: 1.2;}
  334. .small-brand-item:nth-child(1){top:260rpx;right:50rpx;}
  335. .small-brand-item:nth-child(2){top:445rpx;left:60rpx;}
  336. .small-brand-item:nth-child(3){top:580rpx;right:100rpx;}
  337. .small-brand-item:nth-child(4){top:920rpx;right:140rpx}
  338. .big-brand-item:nth-child(1){top:270rpx;right:16rpx;}
  339. .big-brand-item:nth-child(2){top:450rpx;left:16rpx;}
  340. .big-brand-item:nth-child(3){top:590rpx;right:70rpx;}
  341. .big-brand-item:nth-child(4){top:925rpx;right:100rpx;}
  342. .ceshi-brand-item{top:940rpx;right:130rpx;}
  343. }
  344. @media (max-height: 600px) {
  345. //0.76
  346. min-height:1200rpx;
  347. .ezy-study-wrap{width: 577rpx;height: 1072rpx;}
  348. .chapter-box{width: 120rpx;top:90rpx;left:250rpx;font-size: 26rpx;}
  349. .chapter-title-box{width: 250rpx;height: 60rpx;top:128rpx;left:185rpx;}
  350. .chapter-small-title-box{line-height: 1.6;font-size: 34rpx;}
  351. .chapter-middle-title-box{line-height: 2;font-size: 28rpx;}
  352. .chapter-big-title-box{line-height: 1.2;font-size: 26rpx;}
  353. .small-brand-item:nth-child(1){top:220rpx;right:24rpx;}
  354. .small-brand-item:nth-child(2){top:385rpx;left:42rpx;}
  355. .small-brand-item:nth-child(3){top:500rpx;right:65rpx;}
  356. .small-brand-item:nth-child(4){top:800rpx;right:100rpx}
  357. .big-brand-item:nth-child(1){top:220rpx;right:0;}
  358. .big-brand-item:nth-child(2){top:390rpx;left:0;}
  359. .big-brand-item:nth-child(3){top:510rpx;right:30rpx;}
  360. .big-brand-item:nth-child(4){top:810rpx;right:100rpx;}
  361. .ceshi-brand-item{top:835rpx;right:130rpx;}
  362. }
  363. }
  364. // 英语
  365. .ezy-yingyu-study-page{
  366. background-color: #00aeee;
  367. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/study/yingyu/study-yingyu-bj.png");
  368. .yingyu-house-box{
  369. width: 750rpx;height: 769rpx;@include ezy-no-repeat-cover;position: absolute;
  370. top:calc(-100rpx + var(--status-bar-height));
  371. background-image: url("@/static/images/study/yingyu/study-wrap-bj.gif");z-index: 1;
  372. }
  373. .chapter-title-box{
  374. width: 120rpx;height: 60rpx;text-align: center;font-weight: 800;color: #66ffff;font-size: 28rpx;
  375. position: absolute;top:228rpx;left:222rpx;white-space: pre-wrap;line-height: 2;
  376. }
  377. // 锁 星星
  378. .brand-lock,.brand-finish-icon{
  379. width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
  380. position: absolute;transform: translateX(-50%);}
  381. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  382. .brand-lock::before{
  383. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  384. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  385. }
  386. .brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
  387. .brand-lock{background-image: url("@/static/images/study/lock-bj.png");display: flex;justify-content: center;}
  388. .brand-lock::before{
  389. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  390. background-image: url("@/static/images/study/lock-img.png");margin-top: 10rpx;
  391. }
  392. //icon-content-box
  393. .icon-content-box{
  394. width: 260rpx;height: 81rpx;@include ezy-no-repeat-cover;font-size: 24rpx;position: absolute;
  395. background-image: url("@/static/images/study/yingyu/dao-item-disabled.png");
  396. .brand-icon,.brand-content{margin: 0 auto;}
  397. .brand-icon{
  398. width: 170rpx;height: 36rpx;color: #180b34;line-height: 1.6;
  399. @include single-line-ellipsis;}
  400. .brand-content{width: 246rpx;height: 42rpx;color: #fff;@include single-line-ellipsis;line-height: 42rpx;}
  401. }
  402. // brand-item
  403. .brand-item{box-sizing: border-box;text-align: center;z-index: 3;
  404. font-weight: 600;position: relative;position: absolute;@include ezy-no-repeat-cover;}
  405. .brand-active {
  406. .icon-content-box{background-image: url("@/static/images/study/yingyu/dao-item-active.png");}
  407. }
  408. @keyframes shakeOpacity {
  409. 0% {opacity: 0;}
  410. 100% {opacity: 1;;}
  411. }
  412. .brand-item:nth-child(1){
  413. width: 317rpx;height: 240rpx;top:630rpx;right:30rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj1.png");
  414. .icon-content-box{top: 160rpx;right: 0rpx;}
  415. .brand-lock,.brand-finish-icon{top: 98rpx;right: 60rpx;}
  416. .animal-img{top: 88rpx;right: 40rpx;animation: shakeOpacity 1s 1;}
  417. }
  418. .brand-item:nth-child(2){
  419. width: 394rpx;height: 192rpx;top:760rpx;left:55rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj2.png");
  420. .icon-content-box{top: 130rpx;right: 130rpx;}
  421. .brand-lock,.brand-finish-icon{top: 62rpx;right: 200rpx;}
  422. .animal-img{top: 60rpx;right: 180rpx;animation: shakeOpacity 1s 1;}
  423. }
  424. .brand-item:nth-child(3){
  425. width: 385rpx;height: 154rpx;top:980rpx;right:110rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj3.png");
  426. .icon-content-box{top: 100rpx;right: 0rpx;}
  427. .brand-lock,.brand-finish-icon{top: 28rpx;right: 60rpx;}
  428. .animal-img{top: 20rpx;right: 30rpx;animation: shakeOpacity 1s 1;}
  429. }
  430. .brand-item:nth-child(4){
  431. width: 385rpx;height: 202rpx;top:1100rpx;left:60rpx;background-image: url("@/static/images/study/yingyu/dao-item-bj4.png");
  432. .icon-content-box{top: 130rpx;right: 130rpx;}
  433. .brand-lock,.brand-finish-icon{top: 62rpx;right: 200rpx;}
  434. .animal-img{top: 60rpx;right: 180rpx;animation: shakeOpacity 1s 1;}
  435. }
  436. .brand-item.ceshi-brand-item{
  437. width: 308rpx;height: 225rpx;top:1250rpx;right:30rpx;left: unset;@include ezy-no-repeat-cover;
  438. background-image: url("@/static/images/study/yingyu/test-item.png");
  439. .icon-content-box{background-image: unset;}
  440. .brand-content{display: none;}
  441. .brand-lock,.brand-finish-icon{top: 120rpx;right: 120rpx;}
  442. .animal-img{top: 100rpx;right: 40rpx;animation: shakeOpacity 1s 1;}
  443. }
  444. @media (max-height: 800px) {
  445. min-height:1500rpx;
  446. // 0.92
  447. .brand-item:nth-child(1){top:540rpx;right:30rpx;}
  448. .brand-item:nth-child(2){top:640rpx;left:55rpx;}
  449. .brand-item:nth-child(3){top:830rpx;right:110rpx;}
  450. .brand-item:nth-child(4){top:960rpx;left:60rpx;}
  451. .brand-item.ceshi-brand-item{
  452. width: 250rpx;height: 183rpx;top:1050rpx;left: unset;right: 60rpx;
  453. .brand-lock,.brand-finish-icon{top: 0;right: 80rpx;}
  454. }
  455. }
  456. @media (max-height: 700px) {
  457. min-height:1350rpx;
  458. .brand-lock,.brand-finish-icon{width: 50rpx;height: 50rpx;}
  459. .brand-lock::before{content: '';width: 26rpx;height: 33rpx;margin-top: 6rpx;}
  460. // 0.9
  461. .brand-item:nth-child(1){
  462. width: 288rpx;height: 218rpx;top:506rpx;right:70rpx;
  463. .icon-content-box{top: 150rpx;right: -10rpx;}
  464. .brand-lock,.brand-finish-icon{top: 102rpx;right: 70rpx;}
  465. }
  466. .brand-item:nth-child(2){
  467. width: 356rpx;height: 173rpx;top:610rpx;left:65rpx;
  468. .icon-content-box{top: 130rpx;right: 112rpx;}
  469. .brand-lock,.brand-finish-icon{top: 82rpx;right: 192rpx;}
  470. .animal-img{right: 160rpx;}
  471. }
  472. .brand-item:nth-child(3){
  473. width: 346rpx;height: 138rpx;top:770rpx;right:70rpx;
  474. .icon-content-box{top: 90rpx;right: -10rpx;}
  475. .brand-lock,.brand-finish-icon{top: 42rpx;right: 70rpx;}
  476. }
  477. .brand-item:nth-child(4){
  478. width: 346rpx;height: 182rpx;top:850rpx;left:80rpx;
  479. .icon-content-box{top: 130rpx;right: 112rpx;}
  480. .brand-lock,.brand-finish-icon{top: 82rpx;right: 192rpx;}
  481. .animal-img{right: 160rpx;}
  482. }
  483. .brand-item.ceshi-brand-item{
  484. width: 250rpx;height: 183rpx;top:980rpx;left: unset;right:70rpx;
  485. .brand-lock,.brand-finish-icon{top: 10rpx;right: 100rpx;}
  486. .animal-img{top: 95rpx;right: 30rpx;}
  487. }
  488. }
  489. }
  490. //目录页
  491. .ezy-catalogue-dialog{
  492. width: 663rpx;height: 1038rpx;padding: 180rpx 52rpx 60rpx;box-sizing: border-box;position: relative;
  493. background-image: url("@/static/images/catalog/catalog-bj.png");@include ezy-no-repeat-cover;
  494. display: flex;
  495. .catalogue-close-btn{
  496. width: 54rpx;height: 54rpx;
  497. background-image: url("@/static/images/catalog/catalog-close-btn.png");@include ezy-no-repeat-cover;
  498. position: absolute;top: 40rpx;right: 36rpx;
  499. }
  500. .ezy-catalogue-collapse{
  501. background-color: transparent!important;flex: 1;overflow-y: auto;
  502. .collapse-item-box{
  503. padding: 24rpx 0 24rpx!important;border-bottom: 2rpx dashed #9dc0f6;
  504. .uni-collapse-item__wrap{background-color: transparent!important;}
  505. .collapse-title{display: flex;font-size: 28rpx;font-weight: 700;color: #0a549d;position: relative;}
  506. .collapse-num-box{
  507. width: 46rpx;height: 46rpx;line-height: 46rpx;font-size: 30rpx;font-weight: 700;color: #fff;text-align: center;
  508. background-image: url("@/static/images/catalog/num-bj.png");@include ezy-no-repeat-cover;
  509. -webkit-text-stroke: 1rpx #0d64d7;text-stroke: 1rpx #0d64d7;margin-right: 12rpx;flex-shrink: 0;
  510. }
  511. .collapse-name{@include single-line-ellipsis;width: 400rpx;line-height: 1.6;}
  512. .uni-collapse-item__title-arrow{margin-right: 60rpx;transform: unset;}
  513. .uni-icons{
  514. width: 37rpx;height: 37rpx;
  515. background-image: url("@/static/images/catalog/jt-btn.png");@include ezy-no-repeat-cover;
  516. &::before{display: none;}
  517. }
  518. .collapse-lock{
  519. width: 35rpx;height: 41rpx;position: absolute;right: -90rpx;top: 0rpx;
  520. background-image: url("@/static/images/catalog/catalog-lock.png");@include ezy-no-repeat-cover;
  521. }
  522. }
  523. .collapse-item-box.collapse-active{
  524. border: 0;
  525. .collapse-title{color: #01b106;}
  526. .collapse-num-box{
  527. background-image: url("@/static/images/catalog/num-active-bj.png");
  528. -webkit-text-stroke: 1rpx #009931;text-stroke: 1rpx #009931;
  529. }
  530. .uni-icons{
  531. background-image: url("@/static/images/catalog/jt-active-btn.png");transform:unset;
  532. }
  533. }
  534. .collapse-content-box{border-top: 2rpx dashed #9dc0f6;margin: 20rpx 0 100rpx;}
  535. .collapse-content-item{
  536. font-size: 28rpx;color:#343434;
  537. border-bottom: 1px dashed #999;
  538. padding: 20rpx 10rpx;margin: 0 10rpx;
  539. }
  540. // .collapse-item-box:last-child{border: 0;}
  541. }
  542. .ezy-catalogue-collapse-vip .collapse-item-box .uni-collapse-item__title-arrow{margin-right: 10rpx;}
  543. }
  544. // 考试页
  545. .ezy-exam-page{
  546. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  547. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  548. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  549. .ezy-exam-swiper{
  550. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  551. uni-swiper-item{overflow: auto;}
  552. }
  553. .exam-submit-btn{
  554. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  555. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  556. }
  557. .tip-mask-box{
  558. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  559. }
  560. .exam-tip-box{
  561. width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
  562. background-image: url("@/static/images/exam/exam-tip-bj.png");
  563. color: #036f6f;font-size: 32rpx;z-index: 3;padding: 180rpx 0 0 100rpx;
  564. position: absolute;left: 0;right: 0;bottom: var(--window-bottom);
  565. }
  566. }
  567. // 成绩页
  568. .ezy-result-page{
  569. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  570. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  571. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  572. .result-exam-swiper{
  573. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  574. uni-swiper-item{overflow: auto;}
  575. .flex-center{
  576. height: 100%;
  577. .body{height: 100%;display: flex;flex-direction: column;}
  578. // 试题部分滚动 解析部分固定
  579. // .ezy-danxuan-box{flex: 1;overflow-y: auto;}
  580. }
  581. }
  582. .answer-content-box{
  583. margin-top: 24rpx;
  584. .answer-dtjx-row{display: flex;justify-content: space-between;}
  585. .answer-title{width: 150rpx;height: 62rpx;flex-shrink: 0;margin-left: 10rpx;
  586. background-image: url("@/static/images/exam/answer-title.png");@include ezy-no-repeat-cover;
  587. }
  588. .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #15ab2e;
  589. border-radius: 4px;box-sizing: border-box;padding: 16rpx;margin: 20rpx 0 20rpx 10rpx;min-height: 80rpx;}
  590. .tiankong-answer-row{word-break: break-all;margin-bottom: 10rpx;}
  591. .tiankong-answer-row:last-child{margin-bottom: 0;}
  592. .answer-btn-box{display: flex;height: 135rpx;margin: 20rpx 0 20rpx 10rpx;}
  593. .answer-item-left,.answer-item-right{
  594. width: 100%;flex: 1;align-items: center;justify-content: center;
  595. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
  596. .answer-item-title{font-size: 32rpx;color: #333;margin-bottom: 4rpx;}
  597. .answer-item-error{font-size: 32rpx;color: #ef1417;min-height: 36rpx;}
  598. .answer-item-correct{font-size: 32rpx;color: #15ab2e;min-height: 36rpx;}
  599. }
  600. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  601. .answer-item-right{border-radius: 0 4px 4px 0;}
  602. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  603. .answer-btn{width: 227rpx;height:72rpx;@include ezy-no-repeat-cover;margin-right: 20rpx;
  604. background-image:url("@/static/images/exam/answer-btn.png");flex-shrink: 0;
  605. }
  606. }
  607. }
  608. // 得分页
  609. .exam-score-dialog{
  610. width: 750rpx;height: 1250rpx;margin-bottom: 24%;position: relative;
  611. background-image: url("@/static/images/exam/score-bj.png");@include ezy-no-repeat-cover;
  612. // -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  613. .score-content-box{
  614. position: absolute;top: 746rpx;left: 200rpx;word-spacing: 18rpx;
  615. font-size: 38rpx;font-weight: 800; color: #000;
  616. .text-red{color: #ff6500;margin: 0 8rpx;}
  617. .text-score{
  618. width: 160rpx;font-size: 82rpx;font-weight: 800;color: #ff6701;
  619. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  620. margin: 110rpx 0 0 160rpx;text-align: center;}
  621. }
  622. .ckst-btn,.jxxx-btn{width: 115rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  623. .score-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  624. .ckst-btn{background-image: url("@/static/images/exam/ckst-btn.png");}
  625. .jxxx-btn{background-image: url("@/static/images/exam/jxxx-btn.png");}
  626. @media (max-height: 700px) {zoom: 0.9;}
  627. @media (max-height: 600px) {margin-bottom: 40%;}
  628. }
  629. // 答案解析
  630. .ezy-dajx-page{
  631. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  632. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  633. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  634. .shiti-frame-box{overflow-y: auto;}
  635. .dajx-content-box{
  636. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  637. .slfx-title,.spjj-title{
  638. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  639. }
  640. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  641. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  642. .slfx-content{
  643. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  644. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  645. display: block;@include ezy-rich-text;
  646. }
  647. }
  648. .spjj-video-box{
  649. width: 606rpx;height: 394rpx;@include ezy-no-repeat-cover;margin: 0 auto 42rpx;
  650. background-image: url("@/static/images/exam/video-frame-bj.png");position: relative;
  651. box-sizing: border-box;padding: 18rpx;
  652. .spjj-video{
  653. width: 100%;height: 100%!important;
  654. .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;}
  655. .prism-info-display{display: none;}
  656. }
  657. }
  658. }
  659. // 课程页面
  660. .ezy-course-page{
  661. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  662. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  663. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  664. .course-video-box{
  665. width: 100%;height: 400rpx!important;flex-shrink: 0;position: relative;
  666. .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;}
  667. .prism-info-display{display: none;}
  668. }
  669. .course-content-border{
  670. width: 100%;display: flex;flex: 1;position: relative;
  671. background-color: rgba(255, 255, 255, 0.6);overflow-y: auto;
  672. }
  673. .course-content-box{
  674. flex: 1;margin: 20rpx 20rpx 0;background-color: #fff;overflow-y: auto;
  675. box-sizing: border-box;padding: 42rpx 24rpx;
  676. }
  677. .course-content-item{
  678. width: 100%;background-color: #f7f8fa;border-radius: 8rpx;color: #666;display: block;
  679. box-sizing: border-box;padding: 20rpx;margin-bottom: 30rpx;font-size: 32rpx;@include ezy-rich-text;
  680. }
  681. .title-play-box{display: flex;justify-content: space-between;margin:0 6rpx 12rpx;}
  682. .course-title{color: #088aea;font-size: 36rpx;margin-right: 16rpx;}
  683. .course-play-btn{width: 144rpx;height: 44rpx;flex-shrink: 0;
  684. @include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-play.png");}
  685. }
  686. // 课程得分页面
  687. .course-score-dialog{
  688. width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
  689. background-image: url("@/static/images/course/video-score-bj.png");
  690. margin-bottom: 20%;position: relative;
  691. .text-score{
  692. width: 220rpx;font-size: 100rpx;font-weight: 800;color: #ff6701;
  693. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  694. margin: 110rpx 0 0 160rpx;text-align: right;position: absolute;
  695. bottom: 230rpx;left: 0;
  696. }
  697. .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  698. .course-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  699. .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
  700. .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
  701. @media (max-height: 600px) {margin-bottom: 40%;}
  702. }
  703. // 课程完成
  704. .course-finish-dialog{
  705. width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
  706. background-image: url("@/static/images/course/video-finish-bj.png");
  707. margin-bottom: 20%;position: relative;
  708. .text-score{display: none;}
  709. .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  710. .course-btn-box{position: absolute;bottom: 200rpx;display: flex;left: 50%;transform: translateX(-50%);}
  711. .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
  712. .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
  713. @media (max-height: 600px) {margin-bottom: 40%;}
  714. }
  715. // 我的页面
  716. .ezy-my-page{
  717. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  718. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  719. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
  720. .my-head-box{
  721. width: 100%;padding: 80rpx 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
  722. .head-img-box{width: 154rpx;height: 154rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;}
  723. .head-content-box{font-size: 30rpx;}
  724. }
  725. // hyqy
  726. .my-hyqy-swiper{
  727. height: 385rpx;
  728. .uni-swiper-dots-horizontal{bottom: 24rpx;}
  729. }
  730. .hyqy-box{
  731. width: 731rpx;height: 385rpx;margin: 0 auto;position: relative;
  732. @include ezy-no-repeat-cover;
  733. .hyqy-btn{width: 154rpx;height: 54rpx;position: absolute;top: 46rpx;right: 46rpx;
  734. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/hyqy-btn.png");}
  735. }
  736. // 1数学 2英语
  737. .hyqy-box1{background-image: url("@/static/images/my/hyqy-img1.png");}
  738. .hyqy-disabled-box1{background-image: url("@/static/images/my/hyqy-img-disabled1.png");}
  739. .hyqy-box2{background-image: url("@/static/images/my/hyqy-img2.png");}
  740. .hyqy-disabled-box2{background-image: url("@/static/images/my/hyqy-img-disabled2.png");}
  741. // list
  742. .my-list-box{
  743. width:700rpx;margin: 36rpx auto 0;
  744. .list-row{border-bottom: 2rpx solid #5bcdfb;color: #fff;box-sizing: border-box;padding: 30rpx 20rpx;
  745. display: flex;align-items: center;position: relative;}
  746. .list-row::after{
  747. content: '';width: 19rpx;height: 33rpx;@include ezy-no-repeat-cover;
  748. background-image: url("@/static/images/my/list-jt.png");
  749. position: absolute;right: 20rpx;
  750. }
  751. .no-jt::after,.no-jt::after{display: none;}
  752. .list-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
  753. .tel-icon{background-image: url("@/static/images/my/list-icon1.png");}
  754. .error-icon{background-image: url("@/static/images/my/list-icon2.png");}
  755. .order-icon{background-image: url("@/static/images/my/list-icon3.png");}
  756. .login-out-icon{background-image: url("@/static/images/my/list-icon4.png");}
  757. .about-icon{background-image: url("@/static/images/my/list-icon5.png");}
  758. }
  759. @media (max-height: 700px) {
  760. .my-head-box{padding: 60rpx 24rpx 32rpx;}
  761. .my-list-box{
  762. margin: 16rpx auto 0;
  763. .list-row{padding: 24rpx 20rpx;}
  764. }
  765. }
  766. @media (max-height: 600px) {
  767. min-height: 1200rpx;overflow-y: auto;
  768. .my-head-box{padding: 42rpx 24rpx 24rpx;}
  769. .my-list-box{
  770. margin: 12rpx auto 0;
  771. .list-row{padding: 16rpx;font-size: 30rpx;}
  772. .list-row::after{right: 16rpx;}
  773. }
  774. }
  775. }
  776. .ezy-my-page::before{
  777. content: '';width: 279rpx;height: 250rpx;display:block;
  778. position: absolute;top:calc(20rpx - var(--status-bar-height));right:20rpx;
  779. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/my-page-img.png");
  780. }
  781. // 错题
  782. .ezy-cuoti-page{
  783. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  784. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  785. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  786. .uni-list{background-color: transparent!important;}
  787. .uni-list--border-top,.uni-list--border-bottom{display: none;}
  788. .cuoti-content-box{flex: 1;background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 10rpx 20rpx;}
  789. .cuoti-scroll-view{overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
  790. // item
  791. .list-item-box{
  792. width: 94%;background-color: transparent!important;
  793. border-bottom: 1px dashed #77d6f7;margin: 0 3%;
  794. .uni-list-item__header{display: none;}
  795. .uni-list-item__container{flex-direction: column;position: relative;padding:36rpx 0;overflow: unset;}
  796. .item-date-row{
  797. display: flex;align-items: center;color:#28bdf2;margin-bottom: 16rpx;
  798. .data-icon{
  799. width: 35rpx;height: 35rpx;margin: 10rpx;font-size: 28rpx;
  800. @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/cuoti-time-icon.png");}
  801. }
  802. .item-cuoti-row{
  803. display: flex;flex-direction: row;color:#444;
  804. .icon-num-box{display: flex;}
  805. .cuoti-content{display: flex;align-items: center;}
  806. .cuoti-icon{
  807. width: 35rpx;height: 35rpx;margin: 10rpx;font-size: 28rpx;
  808. @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/cuoti-icon.png");
  809. }
  810. .cuoti-text{color: #ff0101;margin-right: 6rpx;}
  811. }
  812. .cuoti-btn{
  813. width: 160rpx;height: 40rpx;line-height: 38rpx;box-sizing: border-box;padding-left: 24rpx;
  814. background-color: #068aea;font-size: 24rpx;color: #fff;border-radius: 20rpx 0 0 20rpx;
  815. position: absolute;right: -3%;top: 114rpx;
  816. }
  817. .cuoti-btn::after{
  818. content: '';width: 14rpx;height: 24rpx;display: block;position: absolute;top: 8rpx;right: 16rpx;
  819. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/list-jt.png");
  820. }
  821. }
  822. }
  823. // 关于我们
  824. .ezy-about-page{
  825. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  826. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  827. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  828. .about-body-border{
  829. flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
  830. margin: 12rpx auto 200rpx;position: relative;display: flex;flex-direction: column;
  831. }
  832. .about-body-box{
  833. content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
  834. position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
  835. box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
  836. }
  837. .content-top-box{
  838. display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
  839. box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #fff;
  840. .about-icon-box{
  841. width: 192rpx;height: 188rpx;margin-right: 36rpx;
  842. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
  843. }
  844. .about-name{
  845. font-size: 30rpx;margin: 20rpx 0 42rpx;
  846. }
  847. .about-text{margin: 16rpx 0;}
  848. }
  849. .content-box{
  850. font-size: 30rpx;margin-top: 50rpx;line-height: 2;color: #333;
  851. text-align: justify;box-sizing: border-box;padding: 0 10rpx;
  852. }
  853. @media (max-height: 600px) {
  854. .about-body-border{margin: 12rpx auto 150rpx;}
  855. .about-body-box{padding: 32rpx 20rpx 20rpx;}
  856. .content-top-box{padding-bottom: 24rpx;}
  857. .content-box{margin-top: 20rpx;}
  858. }
  859. }
  860. // 绑定手机号弹窗
  861. .my-tel-dialog{
  862. background-color: rgba(255, 255, 255, 0.6);
  863. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  864. justify-content: center;align-items: center;
  865. .tel-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
  866. background-image: url("@/static/images/common/close-icon.png");}
  867. .my-tel-content{
  868. width: 625rpx;height: 740rpx;box-sizing: border-box;padding: 56rpx 62rpx;
  869. background-image: url("@/static/images/my/my-tel-bj.png");@include ezy-no-repeat-cover;position: relative;
  870. }
  871. .my-tel-title{font-size: 40rpx;color: #333;text-align:center;margin-bottom: 24rpx;}
  872. .tel-row{border-bottom: 1px dashed #70cbf4;}
  873. .yzm-row{padding-top: 24rpx;}
  874. /***** 输入手机号页面*****/
  875. .my-input-box{
  876. width:500rpx;height: 88rpx;box-sizing: border-box;
  877. display: flex;align-items: center;
  878. background-image: url("@/static/images/my/my-tel-input.png");@include ezy-no-repeat-cover;
  879. .my-input {font-size: 32rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
  880. .uni-input-placeholder {font-size: 25rpx;color: #ffffffd9;}
  881. .close-btn{width: 36rpx;height: 36rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  882. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  883. }
  884. // 滑块
  885. .nc-container{
  886. position: unset;padding: 24rpx 0 36rpx;box-sizing: border-box;
  887. .nc_wrapper{width: 100%!important;}
  888. .nc_iconfont.btn_ok{font-family: unset;font-size: 0;}
  889. .nc_iconfont.btn_ok::before{content: '';width: 20px;height:20px;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
  890. @include ezy-no-repeat-cover;background-image: url("@/static/images/login/slider-right-icon.png");z-index: 4;}
  891. }
  892. .get-yzm-btn{color: #3b73bf;margin-bottom: 16rpx;font-size: 25rpx;}
  893. .get-yzm-disabled{color: #666;}
  894. .yzm-tip{
  895. color: #3b73bf;margin:0 0 16rpx;font-size: 25rpx;
  896. }
  897. .my-bind-btn{
  898. width:500rpx;height: 88rpx;text-align: center;line-height: 88rpx;color: #fff;margin-top: 16rpx;
  899. background-image: url("@/static/images/my/my-tel-btn.png");@include ezy-no-repeat-cover;
  900. }
  901. }
  902. // SVIP
  903. .ezy-svip-page{
  904. width: 100%;height: 100vh;background-color: #23befb;position: relative;
  905. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  906. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  907. .svip-login1,.svip-login2{width: 673rpx;height: 269rpx;margin: 24rpx auto 0;@include ezy-no-repeat-cover;}
  908. .svip-login1{background-image: url("@/static/images/pay/svip-logo1.png");}
  909. .svip-login2{background-image: url("@/static/images/pay/svip-logo2.png");}
  910. .svip-list-box{
  911. margin: 24rpx auto;
  912. .list-item-box{display: flex;align-items: center;color: #fff;margin-bottom: 28rpx;}
  913. .list-icon{
  914. width: 96rpx;height: 106rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;
  915. }
  916. .list-title{
  917. font-size: 28rpx;font-weight: 600;margin-bottom: 10rpx;
  918. }
  919. .list-content{font-size: 25rpx;color: rgba(255, 255, 255, 0.8);}
  920. }
  921. .open-svip-box{
  922. width: 702rpx;height:413rpx;margin: 0 auto;box-sizing: border-box;padding: 0 16rpx;
  923. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-block-bj.png");
  924. .svip-price-box{
  925. display: flex;justify-content: space-between;border-bottom: 2rpx solid #efd774;font-size: 32rpx;
  926. margin-top: 120rpx;box-sizing: border-box;padding:0 24rpx 24rpx;color: #87664d;align-items: center;
  927. .original-price{text-decoration: line-through;}
  928. .discount-price{color: #ff0101;font-size: 40rpx;}
  929. }
  930. .pay-type-box{
  931. display: flex;align-items: center;padding:20rpx 24rpx;box-sizing: border-box;
  932. .type-radio-title{color: #87664d;margin-right: 32rpx;flex-shrink: 0;font-size: 32rpx;}
  933. .type-radio-content{display: flex;flex-direction: row;align-items: center;
  934. justify-content: space-between;flex: 1;font-size: 32rpx;}
  935. }
  936. .type-radio-box{
  937. display: flex;align-items: center;color: #87664d;
  938. icon{width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
  939. .uni-radio-input{
  940. width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-left: 16rpx;
  941. background-image: url("@/static/images/pay/svip-radio.png");
  942. background-color:transparent;border:0; pointer-events: none;
  943. svg{display: none;}
  944. }
  945. .radio-checked .uni-radio-input{
  946. width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;color:transparent;
  947. background-image: url("@/static/images/pay/svip-radio-checked.png");
  948. }
  949. }
  950. .wx-radio{background-image: url("@/static/images/pay/svip-wx-icon.png");}
  951. .zfb-radio{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
  952. .open-svip-btn{
  953. width: 333rpx;height: 88rpx;line-height: 88rpx;text-align: center;color: #fff;margin: 10rpx auto;font-size: 36rpx;
  954. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-btn-bj.png");
  955. }
  956. }
  957. @media (max-height: 800px) {
  958. min-height: 1346rpx;
  959. .svip-login1,.svip-login2{width: 538rpx;height: 215rpx;margin: 0 auto;}
  960. .svip-list-box{
  961. margin: 0 auto;
  962. .list-item-box{margin-bottom: 20rpx;}
  963. }
  964. .open-svip-box{
  965. width: 673rpx;height:396rpx;
  966. .open-svip-btn{margin: 0 auto;}
  967. }
  968. }
  969. @media (max-height: 700px) {
  970. min-height: 1250rpx;
  971. .svip-login1,.svip-login2{width: 500rpx;height: 200rpx;margin: 0 auto;}
  972. .svip-list-box{
  973. .list-item-box{margin-bottom: 16rpx;}
  974. .list-icon{
  975. width: 96rpx;height: 106rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;
  976. }
  977. .list-title{font-size: 26rpx;}
  978. .list-content{font-size: 22rpx;}
  979. }
  980. .open-svip-box{
  981. width: 625rpx;height:349rpx;
  982. .svip-price-box{
  983. font-size: 30rpx;margin-top: 90rpx;padding:0 24rpx 24rpx;
  984. .discount-price{color: #ff0101;font-size: 36rpx;}
  985. }
  986. .pay-type-box{
  987. padding:10rpx 12rpx;
  988. .type-radio-title{margin-right: 24rpx;font-size: 30rpx;}
  989. .type-radio-content{font-size: 30rpx;}
  990. }
  991. .open-svip-btn{width: 300rpx;height: 80rpx;line-height: 80rpx;margin: 6rpx auto;font-size: 32rpx;}
  992. }
  993. }
  994. }
  995. // 订单
  996. .ezy-order-page{
  997. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  998. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  999. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  1000. .uni-list{background-color: transparent!important;}
  1001. .uni-list--border-top,.uni-list--border-bottom{display: none;}
  1002. .uni-list-item__header{display: none;}
  1003. .uni-list-item__container{
  1004. flex-direction: column!important;position: relative;
  1005. padding:16rpx 20rpx !important;overflow: unset;}
  1006. .order-scroll-view{margin-top: 10rpx;overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
  1007. .order-list-item{
  1008. width: 94%;background-color: rgba(255, 255, 255, 0.6)!important;
  1009. margin: 0 3% 10rpx;border-radius: 8rpx;
  1010. .order-item-head{
  1011. display: flex;justify-content: space-between;align-items: center;font-size: 24rpx;color: #333;
  1012. .order-name-box{
  1013. display: flex;align-items: center;
  1014. icon{
  1015. width: 58rpx;height: 58rpx;margin-right: 10rpx;
  1016. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/order-icon.png");
  1017. }
  1018. }
  1019. .pay-status{color:#fdae36;margin-left: 36rpx;}
  1020. }
  1021. .order-content-box{
  1022. display: flex;margin-top: 10rpx;border-bottom: 1px dashed #fff;
  1023. box-sizing: border-box;padding-bottom: 32rpx;margin-bottom: 24rpx;
  1024. icon{width: 212rpx;height: 202rpx;margin-right: 20rpx;@include ezy-no-repeat-cover;}
  1025. .content-img1{background-image: url("@/static/images/pay/svip1.png");}
  1026. .content-img2{background-image: url("@/static/images/pay/svip2.png");}
  1027. .content-body-box{display: flex;flex-direction: column;}
  1028. .content-name{
  1029. font-size: 40rpx;color: #333;margin-bottom: 12rpx;
  1030. }
  1031. .content-tag{
  1032. width: 160rpx;height: 40rpx;line-height: 40rpx;
  1033. font-size: 24rpx;color: #01c6fe;background-color: rgba(255, 255, 255, 0.6);
  1034. border-radius: 4rpx;text-align: center;
  1035. }
  1036. .content-yuanjia{font-size: 42rpx;color: #ff0101;margin-top: auto;}
  1037. }
  1038. .order-bottom-box{
  1039. box-sizing: border-box;padding-bottom: 24rpx;
  1040. .bottom-money-box{
  1041. display: flex;justify-content: space-between;align-items: center;
  1042. .bottom-data{font-size: 24rpx;color: #999;}
  1043. .bottom-money{color: #333;}
  1044. }
  1045. .bottom-btn{
  1046. width: 167rpx;height: 52rpx;line-height: 52rpx;text-align: center;color: #FFF;font-size: 28rpx;margin-left: auto;
  1047. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/order-btn-bj.png");margin-top: 24rpx;
  1048. }
  1049. }
  1050. }
  1051. }
  1052. // 订单支付
  1053. .ezy-order-pay-page{
  1054. width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
  1055. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  1056. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
  1057. .order-pay-border-box{
  1058. width: 740rpx;height: 1144rpx;margin: 0 auto;box-sizing: border-box;padding: 30rpx;
  1059. @include ezy-no-repeat-cover(top);background-image: url("@/static/images/pay/order-pay-bj.png");
  1060. }
  1061. .order-pay-img-box{
  1062. display: flex;background-color: rgba(255, 255, 255, 0.6);
  1063. box-sizing: border-box;padding: 32rpx 24rpx;margin-bottom: 6rpx;
  1064. icon{width: 212rpx;height: 202rpx;margin-right: 20rpx;@include ezy-no-repeat-cover;flex-shrink: 0;}
  1065. .order-pay-img1{background-image: url("@/static/images/pay/svip1.png");}
  1066. .order-pay-img2{background-image: url("@/static/images/pay/svip2.png");}
  1067. .img-content-box{flex: 1;position: relative;}
  1068. .content-name{font-size: 40rpx;color: #333;margin-bottom: 12rpx;}
  1069. .content-tag{
  1070. width: 150rpx;height: 40rpx;line-height: 40rpx;display: inline-block;
  1071. font-size: 24rpx;color: #01c6fe;background-color: rgba(255, 255, 255, 0.6);
  1072. border-radius: 4rpx;text-align: center;
  1073. }
  1074. .content-tag + .content-tag{margin-left: 16rpx;}
  1075. .content-yuanjia{font-size: 42rpx;color: #ff0101;position: absolute;right: 0;bottom: 0;}
  1076. }
  1077. .price-box{
  1078. margin-bottom: 6rpx;background-color: rgba(255, 255, 255, 0.6);box-sizing: border-box;padding: 32rpx 24rpx;
  1079. .price-row{display: flex;justify-content: space-between;font-size: 30rpx;color: #333;box-sizing: border-box;padding-left: 10rpx;}
  1080. .price-line-row{border-bottom: 1rpx dashed #fff;padding: 24rpx 0 36rpx 10rpx;margin-bottom: 24rpx;}
  1081. .price-red{color: #ff0101;}
  1082. }
  1083. .pay-type-box{
  1084. background-color: rgba(255, 255, 255, 0.6);box-sizing: border-box;padding: 32rpx 24rpx;border-radius: 0 0 10rpx 10rpx;
  1085. .pay-type-name{font-size: 36rpx;color: #333;margin-bottom: 12rpx;}
  1086. .type-radio-box{display: flex;flex-direction: column;}
  1087. .type-radio-row{
  1088. display: flex;justify-content: space-between;flex: 1;align-items: center;color: #87664d;
  1089. padding: 24rpx 0;box-sizing: border-box;
  1090. icon{width: 58rpx;height: 58rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;flex-shrink: 0;}
  1091. .uni-radio-input{
  1092. width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;margin-left: 16rpx;
  1093. background-image: url("@/static/images/pay/svip-radio.png");
  1094. background-color:transparent;border:0; pointer-events: none;
  1095. svg{display: none;}
  1096. }
  1097. .radio-checked .uni-radio-input{
  1098. width: 48rpx;height: 48rpx;@include ezy-no-repeat-cover;color:transparent;flex-shrink: 0;
  1099. background-image: url("@/static/images/pay/svip-radio-checked.png");
  1100. }
  1101. .radio-content-box{margin-right: auto;font-size: 0;}
  1102. .radio-title{font-size: 30rpx;color: #333;}
  1103. .radio-content{font-size: 24rpx;color: #666;}
  1104. }
  1105. .type-radio-row +.type-radio-row{border-top:1px dashed #fff;padding-bottom: 10rpx;}
  1106. .wx-radio{background-image: url("@/static/images/pay/svip-wx-icon.png");}
  1107. .zfb-radio{background-image: url("@/static/images/pay/svip-zfb-icon.png");}
  1108. }
  1109. .pay-sum-box{
  1110. display: flex;justify-content: space-between;align-items: center;font-size: 36rpx;color: #333;margin-top: 42rpx;
  1111. icon{width: 35rpx;height: 35rpx;margin: 0 12rpx;
  1112. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/order-date.png");}
  1113. .sum-red{color: #ff0101;font-weight: bold;margin-left: 6rpx;}
  1114. .sum-btn{
  1115. width: 333rpx;height: 88rpx;line-height: 88rpx;text-align:center;color: #fff;font-size: 32rpx;
  1116. display: flex;justify-content: center;align-items: center;
  1117. @include ezy-no-repeat-cover;background-image: url("@/static/images/pay/svip-btn-bj.png");
  1118. }
  1119. }
  1120. @media (max-height: 700px) {
  1121. .order-pay-border-box{padding: 20rpx;}
  1122. .order-pay-img-box{padding:24rpx;}
  1123. .price-box{padding:24rpx;}
  1124. .pay-type-box{
  1125. padding:24rpx;
  1126. .pay-type-name{margin-bottom: 0;}
  1127. .type-radio-row{padding: 16rpx 0;}
  1128. }
  1129. .pay-sum-box{margin-top: 32rpx;}
  1130. }
  1131. @media (max-height: 600px) {
  1132. .order-pay-border-box{padding: 16rpx;}
  1133. .order-pay-img-box{padding:16rpx;}
  1134. .price-box{padding:16rpx;}
  1135. .pay-type-box{
  1136. padding:16rpx;
  1137. .pay-type-name{margin-bottom: 0;}
  1138. .type-radio-row{padding: 12rpx 0;}
  1139. }
  1140. .pay-sum-box{margin-top: 24rpx;}
  1141. }
  1142. }
  1143. // 游戏
  1144. .ezy-game-page{
  1145. width: 100%;height: 100vh;background-color: #23befb;position: relative;
  1146. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  1147. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/game/game-bj.png");
  1148. .game-jf-box{position: absolute;right: 24rpx;top: var(--status-bar-height);}
  1149. // goose
  1150. .game-goose-box{
  1151. position: absolute;bottom: 300rpx;right: 80rpx;color: #0d5f84;
  1152. .game-progress-text{position: absolute;left: 50%;transform: translateX(-50%);font-size: 18rpx;}
  1153. .game-progress-box{
  1154. width: 138rpx;height: 25rpx;position: absolute;left: 48rpx;
  1155. .u-line-progress__background{
  1156. width: 138rpx;height: 25rpx!important;
  1157. @include ezy-no-repeat-cover;background-image: url("@/static/images/game/jf-bj.png");
  1158. }
  1159. .u-line-progress__line{height: 25rpx!important;}
  1160. }
  1161. .goose-img-box{width: 231rpx;height: 442rpx;@include ezy-no-repeat-cover;}
  1162. }
  1163. .game-goose-box0{
  1164. .game-progress-box{bottom: 300rpx;}
  1165. .game-progress-text{bottom: 302rpx;}
  1166. }
  1167. .game-goose-box1{
  1168. .game-progress-box{bottom: 330rpx;}
  1169. .game-progress-text{bottom: 333rpx;}
  1170. }
  1171. .game-goose-box2{
  1172. .game-progress-box{bottom: 400rpx;}
  1173. .game-progress-text{bottom: 403rpx;}
  1174. }
  1175. .game-goose-box3{
  1176. .game-progress-box{bottom: 460rpx;}
  1177. .game-progress-text{bottom: 463rpx;}
  1178. }
  1179. // food
  1180. .food-img-box{width: 80rpx;height: 75rpx;position: absolute;}
  1181. .food-img100{bottom: 368rpx;left: 274rpx;}
  1182. .food-img300{bottom: 360rpx;left: 270rpx;}
  1183. .food-img600{bottom: 360rpx;left: 272rpx;}
  1184. //btn
  1185. .food-btn-box{
  1186. width: 106rpx;height: 121rpx;position: absolute;bottom: 50rpx;left: 50rpx;
  1187. @include ezy-no-repeat-cover;background-image: url("@/static/images/game/food-common-img.png");
  1188. }
  1189. .yxsm-btn{
  1190. width: 125rpx;height: 125rpx;position: absolute;bottom: 50rpx;right: 50rpx;
  1191. @include ezy-no-repeat-cover;background-image: url("@/static/images/game/yxsm-btn-img.png");
  1192. }
  1193. // game-popup-box
  1194. .game-popup-box{
  1195. width: 100%;height: 514rpx;@include ezy-no-repeat-cover;
  1196. background-image: url("@/static/images/game/food-box-bj.png");
  1197. box-sizing: border-box;padding: 64rpx 36rpx 0;
  1198. .game-popup-head,.jf-btn-box{display: flex;justify-content: space-between;align-items: center;}
  1199. .game-popup-title{
  1200. width: 285rpx;height: 90rpx;@include ezy-no-repeat-cover;
  1201. background-image: url("@/static/images/game/food-title.png");
  1202. }
  1203. .game-popup-jf{margin: 0 20rpx 0 0;}
  1204. .popup-close-btn{
  1205. width: 46rpx;height: 46rpx;@include ezy-no-repeat-cover;
  1206. background-image: url("@/static/images/common/close-icon.png");
  1207. }
  1208. .food-list-box{display: flex;justify-content: space-between;margin-top: 24rpx;}
  1209. .food-item-box{
  1210. width: 204rpx;height: 250rpx;@include ezy-no-repeat-cover;
  1211. display: flex;flex-direction: column;align-items: center;justify-content: center;
  1212. background-image: url("@/static/images/game/food-bj.png");
  1213. .food-image{width: 144rpx;height:135rpx;}
  1214. .food-item-jf{
  1215. width: 123rpx;height: 46rpx;
  1216. display: flex;align-items: center;line-height: 1.2;font-size: 26rpx;
  1217. @include ezy-no-repeat-cover;background-image: url("@/static/images/game/food-jf-bj.png");margin-top: 20rpx;
  1218. .jf-icon{width: 35rpx;height: 35rpx;margin:0 4rpx 0 10rpx;flex-shrink: 0;
  1219. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/jf-qb.png");}
  1220. .jf-text{min-width: 60rpx;text-align: center;color: #fff;margin-top: 2rpx;}
  1221. }
  1222. }
  1223. }
  1224. }
  1225. .yxsm-popup-box{
  1226. width: 684rpx;height: 1308rpx;box-sizing: border-box;padding: 120rpx 56rpx 60rpx;overflow-y: auto;
  1227. background-image: url("@/static/images/login/agree-content-bj.png");@include ezy-no-repeat-cover;
  1228. position: relative;text-align: justify;display: flex;flex-direction: column;position: relative;
  1229. .yxsm-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;position: absolute;
  1230. top: 64rpx;right: 44rpx;background-image: url("@/static/images/common/close-icon.png");}
  1231. .yxsm-item-box{overflow-y: auto;line-height: 1.8;font-size: 28rpx;}
  1232. .yxsm-popup-title{font-size: 36rpx;color: #333;text-align: center;margin-bottom: 32rpx;}
  1233. .item-title{color: #359ae2;}
  1234. .item-content{color: #555;}
  1235. @media (max-height: 480px){
  1236. padding: 120rpx 56rpx 120rpx;
  1237. .yxsm-close-btn{top: 100rpx;}
  1238. }
  1239. }
  1240. // svip弹窗
  1241. .ezy-svip-dialog{
  1242. .tip-content-box{
  1243. width: 625rpx;height: 519rpx;padding: 42rpx 48rpx;
  1244. @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
  1245. background-image: url("@/static/images/common/tip-big-bj.png");
  1246. position: relative;
  1247. icon{
  1248. width: 510rpx;
  1249. height: 269rpx;@include ezy-no-repeat-cover;
  1250. position: absolute;top: -20%;left: 50%;transform: translateX(-50%);
  1251. }
  1252. .svip-img1{background-image: url("@/static/images/pay/svip-dialog-img1.png");}
  1253. .svip-img2{background-image: url("@/static/images/pay/svip-dialog-img2.png");}
  1254. }
  1255. .tip-content{
  1256. color: #666;font-size: 32rpx;padding:160rpx 0 80rpx;line-height: 1.6;text-align: center;
  1257. text-align: center;border-bottom: 1px dashed #70cbf4;
  1258. }
  1259. .tip-btn-box{
  1260. width: 100%;display: flex;justify-content: space-between;
  1261. .not-confirm-btn,.confirm-btn{
  1262. width: 208rpx;height: 83rpx;@include ezy-no-repeat-cover;margin: 30rpx 32rpx 0;
  1263. }
  1264. .not-confirm-btn{background-image: url("@/static/images/common/tip-cancel-btn.png");}
  1265. .confirm-btn{background-image: url("@/static/images/pay/svip-btn.png");}
  1266. }
  1267. }