pages.scss 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219
  1. /***** 这里放页面样式 *****/
  2. // 课程完成
  3. .course-finish-dialog{
  4. width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
  5. background-image: url("@/static/images/course/video-finish-bj.png");
  6. margin-bottom: 20%;position: relative;
  7. .text-score{display: none;}
  8. .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  9. .course-btn-box{position: absolute;bottom: 200rpx;display: flex;left: 50%;transform: translateX(-50%);}
  10. .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
  11. .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
  12. @media (max-height: 600px) {margin-bottom: 40%;}
  13. }
  14. // 绑定手机号弹窗
  15. .my-tel-dialog{
  16. background-color: rgba(0,0,0, 0.76);
  17. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  18. justify-content: center;align-items: center;z-index: 3;
  19. .tel-close{width: 50rpx;height: 50rpx;@include ezy-no-repeat-cover;position: absolute;right: 30rpx;top: 30rpx;
  20. background-image: url("@/static/images/common/close-icon.png");}
  21. .my-tel-content{
  22. width: 625rpx;height: 740rpx;box-sizing: border-box;padding: 100rpx 42rpx;
  23. background-image: url("@/static/images/my/my-tel-bj.png");@include ezy-no-repeat-cover;position: relative;
  24. }
  25. .my-tel-title{font-size: 40rpx;color: #333;text-align:center;margin-bottom: 32rpx;}
  26. .tel-row{border-bottom: 1px dashed #70cbf4;}
  27. .yzm-row{padding-top: 36rpx;}
  28. /***** 输入手机号页面*****/
  29. .my-input-box{
  30. width:540rpx;height: 88rpx;line-height: 88rpx;box-sizing: border-box;
  31. display: flex;align-items: center;border: 1rpx solid #ddd;border-radius: 16rpx;
  32. @include ezy-no-repeat-cover;
  33. .my-input {font-size: 32rpx;padding: 0 22rpx;box-sizing: border-box;color: #666;flex: 1;}
  34. .uni-input-placeholder {font-size: 32rpx;color: #ccc;}
  35. .close-btn{width: 36rpx;height: 36rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  36. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  37. }
  38. .get-yzm-btn{color: #3b73bf;margin:46rpx 0 32rpx;font-size: 32rpx;}
  39. .get-yzm-disabled{color: #666;}
  40. .yzm-tip{color: #3b73bf;margin:0 0 24rpx;font-size: 25rpx;}
  41. .my-bind-btn{
  42. width:540rpx;height: 92rpx;text-align: center;line-height: 92rpx;color: #fff;margin-top: 36rpx;
  43. background-image: url("@/static/images/my/my-tel-btn.png");@include ezy-no-repeat-cover;
  44. }
  45. }
  46. // 兑换码
  47. .duihuan-dialog{
  48. .tip-content-box{padding: 42rpx 42rpx;}
  49. .duihuan-input{
  50. width:540rpx;height: 88rpx;line-height: 88rpx;box-sizing: border-box;
  51. display: flex;align-items: center;margin: 0 auto;color: #666;
  52. border: 1rpx solid #e3e3e3;border-radius: 16rpx;font-size: 32rpx;
  53. .uni-input-placeholder {font-size: 32rpx;color: #ccc;}
  54. }
  55. }
  56. .yxsm-popup-box{
  57. width: 684rpx;height: 1308rpx;box-sizing: border-box;padding: 120rpx 56rpx 60rpx;overflow-y: auto;
  58. background-image: url("@/static/images/login/agree-content-bj.png");@include ezy-no-repeat-cover;
  59. position: relative;text-align: justify;display: flex;flex-direction: column;position: relative;
  60. .yxsm-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;position: absolute;
  61. top: 64rpx;right: 44rpx;background-image: url("@/static/images/common/close-icon.png");}
  62. .yxsm-item-box{overflow-y: auto;line-height: 1.8;font-size: 28rpx;}
  63. .yxsm-popup-title{font-size: 36rpx;color: #333;text-align: center;margin-bottom: 32rpx;}
  64. .item-title{color: #359ae2;}
  65. .item-content{color: #555;}
  66. @media (max-height: 480px){
  67. padding: 120rpx 56rpx 120rpx;
  68. .yxsm-close-btn{top: 100rpx;}
  69. }
  70. }
  71. /***************** 新数学 *********************/
  72. // 登录页 padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
  73. .ezy-login-page {
  74. width:100%;height:100vh; background-color: #f9f9fb;position: relative;
  75. box-sizing: border-box;padding-top: 240rpx;
  76. .login-img{
  77. width: 272rpx;height: 260rpx;@include ezy-no-repeat-cover;margin: 0 auto;
  78. background-image: url("@/static/images/login/login-logo.png");display: block;
  79. }
  80. .login-body-box{
  81. display: flex;flex-direction: column;align-items: center;margin: 160rpx auto 0;
  82. }
  83. /***** 输入手机号页面*****/
  84. .phone-input-box{
  85. width: 662rpx;height: 122rpx;
  86. display: flex;align-items: center;@include ezy-no-repeat-cover;
  87. background-image: url("@/static/images/login/login-tel-bj.png");
  88. .phone-prefix {
  89. width: 90rpx;margin-left:18rpx;font-size: 38rpx;color: #ffffffd9;
  90. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  91. }
  92. .phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ffffffd9;}
  93. .phone-input {font-size: 38rpx;padding: 0 30rpx;box-sizing: border-box;color: #fff;flex: 1;overflow: hidden;}
  94. .uni-input-placeholder {font-size: 34rpx;color: #ffffffd9;
  95. }
  96. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  97. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  98. }
  99. .agreement-checkbox-box {
  100. display: flex;justify-content: center;margin-top: 32rpx;line-height: 1;margin-left: -42rpx;
  101. uni-checkbox-group{font-size: 0;}
  102. .agreement-checkbox-input{width: 80rpx;height: 80rpx;border: 0;font-size: 0;}
  103. .uni-checkbox-input{
  104. width: 80rpx;height: 80rpx;border: 0;background-color: unset;position: relative;
  105. svg {
  106. width: 19rpx;height: 19rpx;top: 32rpx;left: 48rpx;display: block;
  107. background-color: #379af8;border-radius: 999rpx;transform: unset;position: absolute;
  108. path{display: none;}
  109. }
  110. }
  111. .uni-checkbox-input::before{
  112. content: '';width: 31rpx;height: 31rpx;border: 1rpx solid #379af8;border-radius: 999rpx;
  113. box-sizing: border-box;position: absolute;top: 26rpx;left: 42rpx;
  114. }
  115. .agreement-text-box {
  116. color: #333;font-size: 28rpx;flex-direction: row;display: flex;align-items: center;
  117. .agreement-text{color: #379af8;display: contents;}
  118. }
  119. }
  120. .bottom-btn-box{
  121. position: absolute;bottom:8%;left: 50%;transform: translateX(-50%);
  122. .bottom-tip{color: #999;font-size: 28rpx;text-align: center;margin-bottom: 60rpx;}
  123. .btn-box{
  124. display: flex;
  125. .wx-btn,.yk-btn,.apple-btn{
  126. width: 170rpx;display: flex;align-items: center;flex-direction: column;
  127. color: #666;font-size: 26rpx;
  128. icon{width: 50rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-bottom: 12rpx;}
  129. }
  130. .wx-btn icon{background-image: url("@/static/images/login/login-wx-btn.jpg");}
  131. .yk-btn icon{background-image: url("@/static/images/login/login-yk-btn.jpg");}
  132. .apple-btn icon{background-image: url("@/static/images/login/login-apple-btn.jpg");}
  133. }
  134. }
  135. /***** 输入验证码页面*****/
  136. .yzm-nav-bar-icon{z-index: 99;}
  137. .yzm-show{width: 662rpx;font-size: 30rpx;color: #666;margin: 0 0 24rpx 12rpx;}
  138. .yzm-btn{margin-top: 42rpx;}
  139. .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 60rpx auto 160rpx;}
  140. .cxfs-btn-disabled{color: #777;}
  141. .login-text{
  142. font-size: 30rpx;color: #888;margin: 16rpx auto 0 56rpx;
  143. text{color: #64a8e3;}
  144. }
  145. /* 针对小屏幕设备 */
  146. @media (max-height: 750px) {
  147. padding-top: 200rpx;
  148. .login-body-box{margin: 100rpx auto 0; }
  149. .login-btn{margin-top: 56rpx;}
  150. // 验证码
  151. .yzm-btn{margin-top: 36rpx;}
  152. }
  153. @media (max-height: 650px) {
  154. padding-top: 180rpx;
  155. .login-body-box{margin: 60rpx auto 0; }
  156. .login-btn{margin-top: 32rpx;}
  157. .bottom-btn-box{
  158. bottom: 5%;
  159. .bottom-tip{margin-bottom: 32rpx;}
  160. }
  161. // 验证码
  162. .cxfs-btn{margin: 32rpx auto 52rpx;}
  163. }
  164. @media (max-height: 550px) {
  165. min-height: 1100rpx;
  166. }
  167. }
  168. // 快捷登录
  169. .go-login-page{
  170. /* .mt24{margin-top: 24rpx;}
  171. .yzm-text-btn{color: #035493;font-size: 34rpx;margin-right: 24rpx;} */
  172. .yzm-row{
  173. width: 662rpx;margin: 36rpx 0 0;display: flex;align-items: center;
  174. .phone-input-box{flex:1;width: auto;border-radius: 28rpx;}
  175. .yzm-text-btn{
  176. width:250rpx;height: 120rpx;line-height: 120rpx;text-align: center;@include ezy-no-repeat-cover;
  177. background-image: url("@/static/images/common/tip-confirm-btn.png");border-radius: 28rpx;
  178. flex-shrink: 0;margin-left: 16rpx;color: #fff;font-size: 34rpx;
  179. }
  180. }
  181. /* .tel-input{
  182. width: 662rpx;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
  183. display: flex;align-items: center;
  184. .phone-prefix {
  185. width: 90rpx;margin-left:18rpx;font-size: 38rpx;color: #acacae;
  186. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  187. }
  188. .phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ccc;}
  189. .phone-input {font-size: 38rpx;padding: 0 30rpx;box-sizing: border-box;color: #555;flex: 1;overflow: hidden;}
  190. .uni-input-placeholder {font-size: 34rpx;color: #acacae;
  191. }
  192. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  193. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  194. }
  195. .yzm-row{
  196. width: 662rpx;margin: 36rpx 0 0;display: flex;align-items: center;
  197. .tel-input{width: auto;}
  198. .yzm-btn{
  199. width:270rpx;height: 100rpx;line-height: 100rpx;text-align: center;@include ezy-no-repeat-cover;
  200. background-image: url("@/static/images/common/tip-confirm-btn.png");
  201. flex-shrink: 0;margin-left: 16rpx;color: #fff;font-size: 34rpx;margin-top: 0;
  202. }
  203. } */
  204. }
  205. // 绑定手机号
  206. .bind-tel-page{
  207. width: 100%;height: 100vh;display: flex;flex-direction: column;
  208. .bind-tel-body{width: 95%;margin: 20rpx auto 0;box-sizing: border-box;padding: 36rpx;}
  209. .tel-input{
  210. width: 100%;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
  211. display: flex;align-items: center;
  212. .phone-input {font-size: 38rpx;padding: 0 30rpx;box-sizing: border-box;color: #555;flex: 1;overflow: hidden;}
  213. .uni-input-placeholder {font-size: 34rpx;color: #acacae;}
  214. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  215. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  216. }
  217. .yzm-row{
  218. width: 100%;margin: 36rpx 0 0;display: flex;align-items: center;
  219. .yzm-btn{
  220. width:270rpx;height: 100rpx;line-height: 100rpx;text-align: center;@include ezy-no-repeat-cover;
  221. background-image: url("@/static/images/common/tip-confirm-btn.png");
  222. flex-shrink: 0;margin-left: 16rpx;color: #fff;font-size: 34rpx;
  223. }
  224. }
  225. }
  226. // 用户协议弹窗
  227. .agree-sections-dialog{
  228. width: 700rpx;height: 490rpx;padding: 80rpx 0 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  229. background-image: url("@/static/images/login/agree-dialog-bg.png");@include ezy-no-repeat-cover;
  230. .agree-title{color:#111;font-size: 40rpx;}
  231. .agree-tip{color:#666;font-size: 30rpx;margin-top: 46rpx;}
  232. .confirm-btn{width: 588rpx;height: 92rpx;@include ezy-no-repeat-cover;margin: 42rpx auto 0;
  233. background-image: url("@/static/images/login/agree-dialog-btn.png");}
  234. .not-confirm-btn{color:#888;font-size: 32rpx;padding: 32rpx 0 0;display: inline-block;}
  235. }
  236. // 用户协议详情弹窗
  237. .agree-content-dialog{
  238. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  239. .agree-content-box{
  240. width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
  241. padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
  242. position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
  243. background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  244. }
  245. .agree-title{font-size: 42rpx;text-align: center;margin-bottom: 42rpx;flex-shrink: 0;}
  246. .agree-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;
  247. position: absolute;top: 64rpx;right: 44rpx;
  248. background-image: url("@/static/images/common/close-icon.png");}
  249. .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;word-break: break-all;}
  250. }
  251. // 选课
  252. .ezy-xuanke-page{
  253. width: 100%;height: 100vh;display: flex;flex-direction: column;padding-bottom: 100rpx;overflow: hidden;
  254. .sx-card-list{overflow-y: auto;flex: 1;padding: 24rpx 0 0;}
  255. .sx-card-box{
  256. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  257. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  258. .card-head-box{
  259. display: flex;
  260. .head-img{width: 200rpx;height: 280rpx;flex-shrink: 0;}
  261. .head-right-box{
  262. margin-left: 24rpx;
  263. .head-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 32rpx;}
  264. .head-content{font-size: 26rpx;color: #666;text-align: justify;margin-bottom: 24rpx;}
  265. }
  266. }
  267. .card-body-box{
  268. border-top: 3rpx dashed #eee;margin-top: 42rpx;
  269. .body-title{color: #7db0f4;margin: 24rpx 0 16rpx;font-size: 30rpx;}
  270. .dj-item-row{
  271. display: flex;flex-wrap: wrap;
  272. }
  273. .dj-item{
  274. width: 202rpx;height: 77rpx;line-height: 77rpx;color: #fff;
  275. text-align: center;@include ezy-no-repeat-cover;margin: 12rpx 16rpx 12rpx 0;
  276. background-image: url("@/static/images/xuanke/dj-item.png");
  277. }
  278. .dj-item.active{background-image: url("@/static/images/xuanke/dj-item-a.png");}
  279. .dj-item:nth-child(3n) {
  280. margin-right: 0;
  281. }
  282. }
  283. }
  284. }
  285. // 选版本
  286. .ezy-xbb-page{
  287. width: 100%;height: 100vh;display: flex;flex-direction: column;
  288. .xbb-list-box{
  289. background-color: #fff;flex: 1;overflow-y: auto;padding-bottom: 32rpx;
  290. .xbb-item-box{
  291. width: 731rpx;height:273rpx;@include ezy-no-repeat-cover;
  292. background-image: url("@/static/images/xuanke/xbb-item-bj.png");
  293. position: relative;z-index: 1;box-sizing: border-box;padding: 26rpx 36rpx;
  294. display: flex;align-items: center;margin:0 auto 16rpx;
  295. }
  296. .item-img-box{width: 180rpx;height: 220rpx;border-radius: 12rpx;margin-right: 32rpx;flex-shrink: 0;}
  297. .item-content-box{
  298. line-height: 1.5;
  299. .item-name{color: #333;font-size: 34rpx;font-weight: bolder;margin-bottom: 16rpx;}
  300. .item-bb{color: #444;font-size: 30rpx;}
  301. }
  302. .item-play-btn{
  303. width: 100rpx;height: 100rpx;z-index: 2;
  304. display: flex;align-items: center;justify-content: center;
  305. position: absolute;bottom: 12rpx;right: 12rpx;
  306. }
  307. .item-play-btn::before{
  308. content: '';width: 46rpx;height: 48rpx;display: block;
  309. background-image: url("@/static/images/xuanke/xbb-item-jt.png");@include ezy-no-repeat-cover;
  310. }
  311. }
  312. }
  313. // 学习大纲
  314. .xuexi-dagang-page{
  315. width: 100%;height: 95vh;border-radius: 16rpx 16rpx 0 0;
  316. background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  317. display: flex;flex-direction: column;
  318. box-sizing: border-box;padding: 36rpx 0 0;
  319. .xuexi-dagang-body{overflow-y: auto;padding: 24rpx 0 0;}
  320. .dagang-title{
  321. width: 80%;line-height: 1.5;margin: 24rpx auto 0;
  322. text-align: center;font-size: 36rpx;color: #000;position: relative;
  323. icon{
  324. width: 100rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;
  325. position: absolute;right: -13%;top: -60rpx;
  326. }
  327. icon::after{
  328. content: '';width: 52rpx;height: 52rpx;@include ezy-no-repeat-cover;
  329. background-image: url("@/static/images/common/close-icon.png");
  330. }
  331. }
  332. // 您将学会
  333. .dagang-xh-box{
  334. width: 690rpx;margin: 64rpx auto 0;
  335. .xh-title{font-size: 32rpx;font-weight: bold;text-align: left;color: #333;margin-left: 6rpx;}
  336. .xh-content-box{
  337. width: 100%;border-radius: 16rpx;margin-top: 32rpx;
  338. box-sizing: border-box;padding: 24rpx;
  339. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  340. }
  341. .text-row{
  342. display: flex;font-size: 32rpx;color: #333;margin: 12rpx 0;line-height: 1.6;
  343. icon{
  344. width: 13rpx;height: 13rpx;border-radius: 50%;flex-shrink: 0;
  345. background-color: #2c7bf4;margin: 22rpx 12rpx 0 0;}
  346. }
  347. }
  348. //学习大纲
  349. .dagang-content-box{
  350. background-color: #e3f7fe;margin-top: 200rpx;position: relative;
  351. .dagang-content-title{
  352. font-size: 32rpx;font-weight: bold;text-align: left;color: #333;
  353. margin-left: 36rpx;position: relative;z-index: 1;
  354. }
  355. .dagang-item-list{padding: 56rpx 0 32rpx;}
  356. .dagang-content-item{
  357. width: 690rpx;display: flex;align-items: center;border-radius: 12rpx;color: #4b4b4b;;
  358. margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;background-color: #fff;
  359. line-height: 1.5;font-size: 32rpx;
  360. img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
  361. .content-title{margin-left: 32rpx;position: relative;}
  362. .content-title:nth-child(1)::before{
  363. width: 13rpx;height: 13rpx;border-radius: 50%;display: block;
  364. background-color: #2c7bf4;content:'';
  365. position: absolute;left: -24rpx;top: 22rpx;
  366. }
  367. }
  368. .dagang-content-item:last-child{margin-bottom: 0;}
  369. }
  370. .dagang-content-box::before{
  371. content: '';width: 750rpx;height: 193rpx;display: block;@include ezy-no-repeat-cover;
  372. background-image: url("@/static/images/xuexi/dagang-img.png");
  373. position: absolute;top: -138rpx;left: 0;z-index: 1;
  374. }
  375. }
  376. // 学习
  377. .ezy-xuexi-page{
  378. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  379. .xuexi-page-body{padding:0 0 100rpx;overflow-y: auto;border-radius: 0;position: relative;}
  380. .xxjl-card-box-padding{padding-top: 64rpx;}
  381. .xx-scroll-view{position: relative;}
  382. .item-dy-box{
  383. display: flex;align-items: center;justify-content: center;
  384. color: #fff;margin-bottom: 24rpx;
  385. .dy-left-box{
  386. width: 174rpx;height: 127rpx;@include ezy-no-repeat-cover;font-size: 64rpx;
  387. display: flex;align-items: center;box-sizing: border-box;padding:0 24rpx;
  388. background-image: url("@/static/images/xuexi/xx-ml-left.png");
  389. }
  390. .dy-left-box::after{
  391. content: '';width: 32rpx;height: 34rpx;@include ezy-no-repeat-cover;margin-left: auto;
  392. background-image: url("@/static/images/xuexi/xx-ml-jt.png");display: block;
  393. }
  394. .dy-right-box{
  395. width: 518rpx;height: 127rpx;@include ezy-no-repeat-cover;
  396. display: flex;align-items: flex-start;flex-direction: column;justify-content: center;
  397. box-sizing: border-box;padding:0 24rpx;font-size: 28rpx;
  398. background-image: url("@/static/images/xuexi/xx-ml-right.png");
  399. .right-content{width: 100%;height: 90rpx;overflow: hidden;}
  400. .dy-name{font-size: 34rpx;margin-bottom: 6rpx;}
  401. }
  402. }
  403. .item-fixed{
  404. width: 100%;padding: 24rpx 0;transition: opacity 0.2s ease-in-out;
  405. position:sticky;position:-webkit-sticky;margin-bottom: 0;
  406. top: 0;z-index: 10;background-color: #fff;border-radius: 16rpx 16rpx 0 0;
  407. }
  408. // 学习记录
  409. .xxjl-card-box{
  410. width: 692rpx;margin: 0 auto 24rpx;padding: 72rpx 24rpx 24rpx 24rpx;box-sizing: border-box;
  411. background-color: #5795f6;border-radius: 16rpx;position: relative;
  412. .card-body-box{
  413. display: flex;
  414. img{width: 190rpx;height: 242rpx;border-radius: 16rpx;border: 1rpx solid #a8c3e9;}
  415. .body-right{
  416. color: #c8e4f8;margin-left: 24rpx;font-size: 30rpx;
  417. view{margin: 8rpx 0;}
  418. .right-name{font-size: 34rpx;color: #fff;}
  419. }
  420. }
  421. .card-progress-box{
  422. display: flex;align-items: center;
  423. .xx-progress-box{flex: 1;margin-right: 64rpx;color: #fff;font-size: 28rpx;}
  424. .xx-progress{border-radius: 40rpx;overflow: hidden;margin-top: 10rpx;}
  425. .jxxx-btn{
  426. width: 177rpx;height: 89rpx;@include ezy-no-repeat-cover;margin-right: 24rpx;
  427. background-image: url("@/static/images/xuexi/jx-xx-btn.png");
  428. }
  429. }
  430. }
  431. .xxjl-card-box::before{
  432. content: '学习记录';width: 289rpx;height: 77rpx;line-height: 77rpx;@include ezy-no-repeat-cover;
  433. background-image: url("@/static/images/xuexi/xx-jl-bj.png");display: block;
  434. position: absolute;top: -28rpx;text-align: center;color: #fff;font-size: 34rpx;
  435. }
  436. // 学习进度
  437. .xx-jd-box{
  438. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  439. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  440. .xx-progress-btn-box{
  441. width: 100%;
  442. display: flex;align-items: center;justify-content: space-between;
  443. }
  444. .xx-progress-box{
  445. flex: 1;font-size: 32rpx;color: #333;margin-right: 42rpx;
  446. .xx-progress{border-radius: 20rpx;overflow: hidden;margin-top: 16rpx;}
  447. }
  448. .jxxx-btn{
  449. width: 217rpx;height: 85rpx;display: block;@include ezy-no-repeat-cover;
  450. background-image: url("@/static/images/xuexi/jxxx-icon.png");flex-shrink: 0;
  451. }
  452. //学习进度按钮
  453. .jd-item-box{
  454. display: flex;border-top: 1rpx dashed #97dbf8;margin-top: 32rpx;padding-top: 32rpx;
  455. icon{width:54rpx;height: 54rpx;@include ezy-no-repeat-cover;
  456. position: relative;margin-right: 52rpx;}
  457. icon::before{
  458. content: '';width: 1rpx;height: 70rpx;background-color: #fff;display: block;
  459. position: absolute;right: -24rpx;top: -10rpx;
  460. }
  461. .dydg-icon{background-image: url("@/static/images/xuexi/dy-dg-icon.png");}
  462. .dyml-icon{background-image: url("@/static/images/xuexi/kc-ml-icon.png");}
  463. .jd-item-btn{
  464. background-color: #ddf7ff;border-radius: 16rpx;flex: 1;text-align: center;
  465. box-sizing: border-box;padding: 24rpx;display: flex;align-items: center;}
  466. .jd-item-btn:first-child{margin-right: 24rpx;}
  467. }
  468. }
  469. // 学习目录
  470. .xx-item-list{
  471. padding-bottom: 24rpx;
  472. .xx-item-title{text-align: center;margin: 32rpx 0;font-size: 32rpx;color: #444;}
  473. .xx-more-btn{
  474. width: 630rpx;height: 89rpx;@include ezy-no-repeat-cover;margin: 0 auto 32rpx;
  475. background-image: url("@/static/images/xuexi/more-btn.png");
  476. }
  477. /* 动画类 */
  478. /* .item-dy-box.item-active {
  479. animation: scalePulse 1s ease-in-out;
  480. .right-content{
  481. animation: opacityPulse 1s ease-in-out;
  482. }
  483. } */
  484. /* 定义放大动画 */
  485. @keyframes scalePulse {
  486. 0% {
  487. transform: scale(1);
  488. }
  489. 50% {
  490. transform: scale(1.05);
  491. }
  492. 100% {
  493. transform: scale(1);
  494. }
  495. }
  496. /* 定义显隐动画 */
  497. @keyframes opacityPulse {
  498. 0% {
  499. opacity: 1;
  500. }
  501. 90% {
  502. opacity: 0.2;
  503. }
  504. 100% {
  505. opacity: 1;
  506. }
  507. }
  508. .xx-item-box{
  509. width: 691rpx;height: 172rpx;
  510. display: flex;align-items: center;justify-content: space-between;color: #4b4b4b;;
  511. margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;border-radius: 12rpx;
  512. line-height: 1.5;font-size: 32rpx;position: relative;@include ezy-no-repeat-cover;
  513. background-image: url("@/static/images/xuexi/xx-ml-bj.png");
  514. img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
  515. .xx-item-status{
  516. width: 89rpx;height: 87rpx;@include ezy-no-repeat-cover;
  517. position: absolute;top:2rpx;left: 0;
  518. }
  519. .completed-status{background-image: url("@/static/images/xuexi/xw-status.png");}
  520. .xx-text-box{flex: 1;}
  521. .xx-item-btn,.xx-item-lock-btn{width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;}
  522. .xx-item-btn{background-image: url("@/static/images/xuexi/xx-ml-play-icon.png");}
  523. .xx-item-lock-btn{background-image: url("@/static/images/xuexi/xx-ml-lock-icon.png");}
  524. }
  525. .xx-disabled-item-box{
  526. background-image: url("@/static/images/xuexi/xx-ml-disabled-bj.png");
  527. }
  528. }
  529. .xx-next-btn{
  530. width: 655rpx;height: 92rpx;line-height: 92rpx;margin: 32rpx auto;
  531. font-size: 32rpx;color: #fff;text-align: center;@include ezy-no-repeat-cover;
  532. background-image: url("@/static/images/login/login-btn-bj.png");
  533. }
  534. .xx-xw-text{text-align: center;font-size: 32rpx;color: #666;margin: 32rpx auto;}
  535. // 回到顶部
  536. .go-top-btn{
  537. width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;
  538. background-image: url("@/static/images/xuexi/go-top-btn.png");
  539. position: fixed;z-index: 9;bottom: 300rpx;right:10rpx;
  540. }
  541. }
  542. // 单元目录
  543. .xuexi-dyml-page{
  544. width: 100%;height: 92vh;border-radius: 16rpx 16rpx 0 0;
  545. background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  546. display: flex;flex-direction: column;
  547. box-sizing: border-box;padding: 36rpx 0 0;
  548. .xuexi-dyml-body{overflow-y: auto;padding: 24rpx 0 0;}
  549. .dyml-title{
  550. width: 80%;line-height: 1.5;margin: 24rpx auto 0;
  551. text-align: center;font-size: 36rpx;color: #000;position: relative;
  552. icon{
  553. width: 100rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;
  554. position: absolute;right: -13%;top: -60rpx;
  555. }
  556. icon::after{
  557. content: '';width: 52rpx;height: 52rpx;@include ezy-no-repeat-cover;
  558. background-image: url("@/static/images/common/close-icon.png");
  559. }
  560. }
  561. .dyml-item-box{
  562. width: 670rpx;height: 97rpx;line-height: 97rpx;font-size: 32rpx;color: #333;
  563. @include ezy-no-repeat-cover;margin: 24rpx auto;position: relative;
  564. display: flex;
  565. .dy-num{width: 180rpx;padding-left: 24rpx;box-sizing: border-box;flex-shrink: 0;}
  566. .dy-title{margin: 0 84rpx 0 16rpx;@include single-line-ellipsis;}
  567. icon{width: 100rpx;height: 97rpx;display: flex;align-items: center;justify-content: center;
  568. position: absolute;right: 0;z-index: 3;top: 0;}
  569. icon::after{
  570. content: '';width: 37rpx;height: 39rpx;@include ezy-no-repeat-cover;
  571. background-image: url("@/static/images/xuexi/dyml-item-btn.png");
  572. }
  573. }
  574. .dyml-item-box:nth-child(odd){background-image: url("@/static/images/xuexi/dy-item-bj1.png");}
  575. .dyml-item-box:nth-child(even){background-image: url("@/static/images/xuexi/dy-item-bj2.png");}
  576. }
  577. // 答案解析
  578. .ezy-dajx-page{
  579. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  580. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  581. @include ezy-no-repeat-cover(top);
  582. .shiti-frame-box{overflow-y: auto;}
  583. .dajx-video-box{
  584. width: 95%;
  585. }
  586. .dajx-content-box{
  587. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  588. .slfx-title,.spjj-title{
  589. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  590. }
  591. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  592. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  593. .slfx-content{
  594. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  595. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  596. display: block;@include ezy-rich-text;
  597. }
  598. }
  599. }
  600. // 看视频
  601. .ezy-ksp-page{
  602. width: 100%;height: 100vh;display: flex;flex-direction: column;
  603. .ksp-tab-box{
  604. flex-shrink:0;display: flex;justify-content: space-evenly;border-bottom: 1rpx solid #b7defd;
  605. .tab-item{color: #9a9a9a;font-size: 34rpx;padding: 16rpx 24rpx;}
  606. .active{color: #5895f7;border-bottom: 4rpx solid #1684fc;}
  607. }
  608. .ksp-scroll-view{overflow-y: auto;}
  609. .ksp-page-body{padding: 24rpx 0 0;}
  610. .ksp-video-box{
  611. width: 95%;height: 423rpx;padding: 8px;box-sizing: border-box;
  612. border-radius: 16rpx;margin:32rpx auto;flex-shrink: 0;
  613. .prism-big-play-btn{
  614. width: 100rpx;height: 100rpx;opacity: 0.8;
  615. background-image: url("@/static/images/xuexi/play-btn.png");
  616. }
  617. }
  618. .ksp-item-list{
  619. width: 95%;margin: 12rpx auto 24rpx;border-radius: 16rpx;position: relative;
  620. background-color: #5894f6;padding: 20rpx 0;box-sizing: border-box;
  621. box-shadow: 0 0rpx 12rpx rgba(100, 159, 241, 0.4);
  622. }
  623. .ksp-item-list::before{
  624. content: '';width: 100%;height: 97rpx;@include ezy-no-repeat-cover;
  625. background-image: url("@/static/images/xuexi/ksp-item-top-bj.png");
  626. position: absolute;left: 0;right: 0;top: 0;z-index: 1;
  627. }
  628. .list-head{
  629. width: 95%;display: flex;align-items: center;justify-content: space-between;
  630. position: relative;z-index: 2;padding:0 0 24rpx;margin: 0 auto;
  631. .list-title{color: #fff;font-size: 36rpx;}
  632. .list-btn{
  633. width: 210rpx;height: 72rpx;@include ezy-no-repeat-cover;
  634. background-image: url("@/static/images/xuexi/ksp-video-play.png");
  635. }
  636. }
  637. .list-body{
  638. width: 95%;position: relative;z-index: 2;border-radius: 16rpx;
  639. padding: 16rpx;box-sizing: border-box;margin: 0 auto;
  640. color: #444;font-size: 32rpx;background-color: #fff;
  641. img{max-width: 100%;margin: 10rpx auto 0;display: block;}
  642. }
  643. .ksp-item-box{
  644. width: 670rpx;height: 150rpx;
  645. display: flex;align-items: center;position: relative;
  646. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/ksp-item-bj.png");
  647. .ksp-icon{
  648. width: 104rpx;height: 104rpx;@include ezy-no-repeat-cover;flex-shrink: 0;
  649. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/xx-ksp-icon.png");
  650. }
  651. .ksp-title{color: #444;font-size: 32rpx;margin-right: auto;
  652. margin-left: 10rpx;height: 50rpx;@include single-line-ellipsis;}
  653. }
  654. }
  655. // 考试页
  656. .ezy-exam-page{
  657. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  658. display: flex;flex-direction: column;
  659. .exam-body{
  660. z-index: 1;position: relative;flex: 1;display: flex;flex-direction: column;
  661. }
  662. .xx-jd-box{
  663. width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  664. border-radius: 16rpx;box-sizing: border-box;padding:36rpx 36rpx 42rpx;margin: 20rpx auto 0;
  665. .xx-row{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24rpx;}
  666. .text-row{color: #5d5e61;}
  667. .dq-jd-text{color: #5693f5;font-size: 52rpx;}
  668. .dq-jd-line{margin: 0 6rpx;}
  669. }
  670. .exam-progress-box{border-radius: 20rpx;overflow: hidden;}
  671. .ezy-exam-swiper{
  672. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  673. uni-swiper-item{overflow-y: auto;}
  674. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  675. }
  676. .exam-submit-btn{
  677. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  678. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  679. }
  680. .tip-mask-box{
  681. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  682. }
  683. .swiper-tip-box{
  684. font-size: 30rpx;color: #5989e2;justify-content: center;margin-top: 16rpx;
  685. display: flex;flex-direction: row;align-items: center;
  686. }
  687. .swiper-tip-box::before,.swiper-tip-box::after{
  688. content: '';width: 12rpx;height: 26rpx;display: block;
  689. background-image: url("@/static/images/common/h-jt-icon.png");@include ezy-no-repeat-cover;
  690. }
  691. .swiper-tip-box::before{transform: rotate(180deg);margin-right: 32rpx;}
  692. .swiper-tip-box::after{margin-left: 32rpx;}
  693. .shiti-jj-btn{
  694. width: 630rpx;height: 88rpx;@include ezy-no-repeat-cover;margin: 10rpx auto;
  695. background-image: url("@/static/images/exam/shiti-jj-btn.png");
  696. }
  697. }
  698. // 单元测试
  699. .dycs-dialog{
  700. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  701. .dycs-body{overflow-y: auto;}
  702. .dycs-img{
  703. width: 430rpx;height: 350rpx;margin: 92rpx auto 32rpx;flex-shrink: 0;
  704. background-image: url("@/static/images/exam/shiti-dialog-img.png");@include ezy-no-repeat-cover;
  705. }
  706. .dycs-tip{
  707. text-align: center;color: #333;font-size: 35rpx;
  708. }
  709. .dycs-fenshu-box{
  710. width: 560rpx;margin: 72rpx auto;padding: 42rpx 32rpx;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  711. display: flex;justify-content: center;align-items: center;border-radius: 12rpx;font-size: 32rpx;
  712. .fenshu-item-box{width: 49%;text-align: center;font-size: 32rpx;color: #333;}
  713. .item-number{font-size: 56rpx;margin-bottom: 10rpx;}
  714. .red-number{color: #f60000;}
  715. .item-line{width: 1rpx;height: 120rpx;background: #f3f5f9;}
  716. }
  717. .dycs-btn-box{
  718. display: flex;justify-content: center;margin-top: 64rpx;
  719. .cxcs-btn,.ckda-btn{
  720. width: 275rpx;height: 88rpx;line-height: 88rpx;@include ezy-no-repeat-cover;
  721. text-align: center;color: #fff;font-size: 32rpx;margin: 0 10rpx;
  722. }
  723. .cxcs-btn{background-image: url("@/static/images/exam/shiti-btn-blue-bj.png");}
  724. .ckda-btn{background-image: url("@/static/images/exam/shiti-btn-orange-bj.png");}
  725. }
  726. @media (max-height: 700px) {
  727. .dycs-img{margin: 64rpx auto 16rpx;}
  728. .dycs-fenshu-box{margin: 46rpx auto;}
  729. .dycs-btn-box{margin-top: 36rpx;}
  730. }
  731. }
  732. // 成绩页
  733. .ezy-result-page{
  734. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  735. display: flex;flex-direction: column;
  736. .result-exam-swiper{
  737. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  738. uni-swiper-item{overflow-y: auto;}
  739. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  740. }
  741. .answer-content-box{
  742. margin-top: 24rpx;
  743. .answer-title{
  744. width: 208rpx;height: 91rpx;line-height: 91rpx;
  745. font-size: 32rpx;text-align: center;margin-left: 10rpx;color: #fff;
  746. background-image: url("@/static/images/exam/shiti-anser-title.png");@include ezy-no-repeat-cover;
  747. }
  748. .answer-text-title{font-size: 32rpx;color: #f6aa1d;margin: 24rpx 0;}
  749. .answer-content-border{
  750. width: 96%;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  751. border-radius: 12rpx;font-size: 32rpx;margin: 42rpx auto 56rpx;}
  752. .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #499141;
  753. border-radius: 4px;box-sizing: border-box;padding: 24rpx;min-height: 80rpx;
  754. .tiankong-answer-title{color: #333;margin-bottom: 10rpx;}
  755. .answer-index-box{
  756. font-size: 24rpx;border: 1rpx solid #499141;border-radius: 24rpx;margin-right: 10rpx;
  757. line-height: 1;text-align: center;padding: 2rpx 7rpx;display: inline-block;
  758. flex-shrink: 0;min-width: 16rpx;
  759. }
  760. .tiankong-answer-row{
  761. word-break: break-all;margin-bottom: 10rpx;margin: 24rpx 0;
  762. display: flex;align-items: center;line-height: 1;
  763. }
  764. .tiankong-answer-row:last-child{margin-bottom: 0;}
  765. }
  766. .answer-btn-box{display: flex;height: 135rpx;}
  767. .answer-item-left,.answer-item-right{
  768. width: 100%;flex: 1;align-items: center;justify-content: center;
  769. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
  770. .answer-item-title{font-size: 30rpx;color: #333;margin-bottom: 10rpx;}
  771. .answer-item-error{font-size: 30rpx;color: #ef1417;min-height: 36rpx;}
  772. .answer-item-correct{font-size: 30rpx;color: #15ab2e;min-height: 36rpx;}
  773. }
  774. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  775. .answer-item-right{border-radius: 0 4px 4px 0;}
  776. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  777. }
  778. .answer-stjx-box{
  779. width: 96%;margin: 0 auto;
  780. .answer-rich-text{
  781. font-size: 32rpx;color: #333;line-height: 1.8;
  782. }
  783. }
  784. .answer-video-box{
  785. position: relative;margin-bottom:24rpx;
  786. img{width: 100%;}
  787. }
  788. .answer-video-box::before{
  789. content: '';display: block;position: absolute;
  790. width: 90rpx;height: 90rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/video-play-btn.png");
  791. top: 52%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;
  792. }
  793. }
  794. // 我的页面
  795. .ezy-my-page{
  796. width: 100%;height: 100vh;position: relative;overflow: auto;background: #f9f9fb;
  797. .my-page-box{position: relative;z-index: 1;margin: 0;}
  798. .my-head-box{
  799. width: 100%;padding: 0 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
  800. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  801. .head-content-box{font-size: 30rpx;}
  802. }
  803. .my-banner-img{
  804. width: 730rpx;height: 413rpx;@include ezy-no-repeat-cover;margin: 0 auto;
  805. background-image: url("@/static/images/my/my-banner.png");border-radius: 16rpx;
  806. }
  807. // list
  808. .my-list-box{
  809. width:710rpx;margin: 24rpx auto;display: flex;flex-wrap: wrap;padding: 42rpx 6rpx 0;
  810. background-color: #fff;border-radius: 16rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  811. .list-item{color: #444;width: 25%;text-align: center;font-size: 28rpx;margin-bottom: 36rpx;}
  812. .list-icon{width: 64rpx;height: 64rpx;display: block;
  813. margin: 0 auto 12rpx;@include ezy-no-repeat-cover;}
  814. .yysz-icon{background-image: url("@/static/images/my/list-icon1.png");}
  815. .sc-icon{background-image: url("@/static/images/my/sc-icon.png");}
  816. .dd-icon{background-image: url("@/static/images/my/dd-icon.png");}
  817. .dhm-icon{background-image: url("@/static/images/my/dhm-icon.png");}
  818. .dhm-icon{background-image: url("@/static/images/my/dhm-icon.png");}
  819. .bdsjh-icon{background-image: url("@/static/images/my/dhm-icon.png");}
  820. }
  821. .kefu-dialog{
  822. .not-confirm-btn{display: none;}
  823. .confirm-btn{margin: 24rpx auto;}
  824. }
  825. }
  826. // 应用设置
  827. .ezy-yysz-page{
  828. width: 100%;height: 100vh;min-height: 1400rpx;background: #f9f9fb;position: relative;overflow: auto;
  829. display: flex;flex-direction: column;
  830. .yysz-page-box{position: relative;z-index: 1;}
  831. .yysz-row-box{width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  832. border-radius: 16rpx;margin: 16rpx auto 0;color: #333;font-size: 30rpx;}
  833. .yysz-item{display: flex;align-items: center;justify-content: space-between;
  834. padding: 32rpx 32rpx 32rpx 0;position: relative;margin: 0 32rpx 0 32rpx;}
  835. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  836. .img-item{padding: 32rpx 32rpx 0 0;}
  837. .item-text{color: #888;}
  838. .yysz-item::after{
  839. content: '';width: 14rpx;height: 24rpx;@include ezy-no-repeat-cover;
  840. background-image: url("@/static/images/my/list-jt.png");
  841. position: absolute;right: 0;
  842. }
  843. .yysz-img-box{width: 36px;height: 36px;border-radius: 50%;@include ezy-no-repeat-cover}
  844. }
  845. // 关于我们
  846. .ezy-about-page{
  847. width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
  848. .about-body-border{
  849. width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
  850. padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
  851. position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
  852. background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  853. }
  854. .about-body-box{
  855. content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
  856. position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
  857. box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
  858. }
  859. .content-top-box{
  860. display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
  861. box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #ccc;
  862. .about-icon-box{
  863. width: 192rpx;height: 188rpx;margin-right: 36rpx;
  864. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
  865. }
  866. .about-name{
  867. font-size: 30rpx;margin: 20rpx 0 42rpx;
  868. }
  869. .about-text{margin: 16rpx 0;}
  870. }
  871. .content-box{
  872. font-size: 30rpx;margin-top: 32rpx;line-height: 2;color: #333;
  873. text-align: justify;box-sizing: border-box;padding: 0 10rpx;
  874. }
  875. @media (max-height: 600px) {
  876. .about-body-border{margin: 12rpx auto 150rpx;}
  877. .about-body-box{padding: 32rpx 20rpx 20rpx;}
  878. .content-top-box{padding-bottom: 24rpx;}
  879. .content-box{margin-top: 20rpx;}
  880. }
  881. }
  882. // 资料
  883. .ezy-ziliao-page{
  884. width: 100%;height: 100vh;display: flex;flex-direction: column;
  885. padding-bottom: 100rpx;box-sizing: border-box;
  886. .zl-card-list{width: 100%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;}
  887. .jstx-card-box{
  888. border-radius: 16rpx;margin: 0 24rpx 32rpx;font-size: 0;
  889. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  890. .jstx-card-img{width: 100%;height: 400rpx;}
  891. .jstx-card-title{
  892. padding: 32rpx 24rpx 42rpx;text-align: center;
  893. font-size: 32rpx;color: #333;@include single-line-ellipsis;
  894. }
  895. }
  896. }
  897. // 资料---数学--计算特训题库下载
  898. .ezy-jstx-ziliao-page{
  899. width: 100%;height: 100vh;display: flex;flex-direction: column;
  900. .jstx-body{
  901. margin-top: 48rpx;position: relative;overflow: unset;padding: 0 24rpx;box-sizing: border-box;
  902. height: calc(100vh - 160rpx - var(--status-bar-height));
  903. .jstx-body-title{
  904. width: 406rpx;height: 77rpx;display: block;overflow-x:auto;
  905. position: absolute;left: 50%;transform: translateX(-50%);top: -28rpx;z-index: 3;
  906. @include ezy-no-repeat-cover;background-image: url("@/static/images/ziliao/select-dj-img.png");
  907. }
  908. .jstx-tab-box{
  909. width: 100%;height: 64rpx;white-space: nowrap;padding: 0;
  910. text-align:center;margin: 90rpx 0 0;overflow-x: auto;
  911. .tab-item{
  912. height: 64rpx;line-height: 64rpx;margin: 0 18rpx;padding: 0 20rpx;
  913. color: #333;font-size: 36rpx;display: inline-block;text-align:center;}
  914. .active{color: #0d7ffc;position: relative;}
  915. .active::after{
  916. content: '';width: 100%;height: 4rpx;background-color: #0d7ffc;
  917. position: absolute;bottom: 0;left: 0;border-radius: 4rpx;
  918. }
  919. }
  920. .jstx-card-list{
  921. padding: 24rpx 0 0;overflow-y: auto;flex: 1;
  922. .ziliao-card-box{
  923. display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;
  924. background-color: #f3f3f3;padding: 20rpx;margin-bottom: 24rpx;border-radius: 16rpx;
  925. .card-img{width: 150rpx;height: 150rpx;flex-shrink: 0;margin-right: 24rpx;}
  926. .card-content-box{
  927. flex: 1;line-height: 1.6;
  928. .ziliao-name{font-size: 32rpx;color: #333;@include single-line-ellipsis;margin-bottom: 10rpx;}
  929. .banben-name{font-size: 28rpx;color: #0d7ffc;@include single-line-ellipsis;}
  930. }
  931. .card-icon{
  932. width: 58rpx;height: 62rpx;flex-shrink: 0;
  933. @include ezy-no-repeat-cover;background-image: url("@/static/images/ziliao/jstx-pdf.png");
  934. }
  935. }
  936. }
  937. }
  938. }
  939. // 资料下载弹窗
  940. .sxtk-sc-dialog{
  941. .tip-title{color: #343434;font-size: 38rpx;margin-bottom: 24rpx;}
  942. .tip-content-box{
  943. width: 625rpx;height: 587rpx;padding: 42rpx 48rpx;
  944. background-image: url("@/static/images/my/tk-dialog-bj.png");
  945. @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
  946. }
  947. .tip-content{
  948. display: flex;align-items: center;
  949. min-height: 260rpx;text-align: justify;border-bottom: 1px dashed #70cbf4;
  950. margin-bottom: 30rpx;color: #666;font-size: 32rpx;padding-bottom: 32rpx;
  951. border-bottom: 1px dashed #70cbf4;line-height: 1.8;}
  952. }
  953. // 订单
  954. .ezy-order-page{
  955. width: 100%;height: 100vh;display: flex;flex-direction: column;
  956. .order-scroll-view{overflow-y: auto;}
  957. .order-body{padding: 0;}
  958. .order-card-box{
  959. border-radius: 16rpx;margin: 32rpx 24rpx 0;padding: 24rpx;
  960. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  961. .card-head-box{
  962. display: flex;align-items: center;justify-content: space-between;line-height: 1.6;
  963. .head-name{font-size: 30rpx;color: #333;font-weight: bold;}
  964. .head-status{font-size: 28rpx;color: #666;}
  965. }
  966. .card-body-box{
  967. display: flex;margin-top: 16rpx;
  968. .order-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  969. .body-right-box{
  970. margin-left: 24rpx;flex: 1;
  971. .body-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 32rpx;}
  972. .taocan-text{font-size: 26rpx;color: #666;margin-bottom: 24rpx; @include multi-line-ellipsis(2);}
  973. .tip-text{font-size: 26rpx;color: #16a245;margin-bottom: 24rpx;}
  974. .money-text{font-size: 42rpx;color: #333;text-align: right;font-weight: normal;}
  975. }
  976. }
  977. }
  978. }
  979. // 产品商城
  980. .ezy-shop-page{
  981. width: 100%;height: 100vh;display: flex;flex-direction: column;
  982. .shop-card-list{overflow-y: auto;flex: 1;padding: 24rpx 0 0;}
  983. .shop-card-box{
  984. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  985. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);display: flex;
  986. .shop-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  987. .card-right-box{
  988. margin-left: 24rpx;display: flex;flex-direction: column;justify-content: space-between;
  989. .card-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 24rpx;margin-top: 6rpx;}
  990. .card-content{font-size: 28rpx;color: #666;text-align: justify;margin-bottom: 24rpx;@include multi-line-ellipsis(3);line-height: 1.6;}
  991. .card-price{font-size: 34rpx;color: #ff0202;font-weight: bolder;}
  992. }
  993. }
  994. }
  995. // 产品商城详情
  996. .ezy-shop-info-page{
  997. width: 100%;height: 100vh;display: flex;flex-direction: column;
  998. .shop-info-body{
  999. flex: 1;position: relative;z-index: 2;background-color: #fff;
  1000. display: flex;flex-direction: column;overflow: hidden;
  1001. .img-content-box{
  1002. flex: 1;overflow-y: auto;
  1003. img{max-width: 100%; margin: 0 auto;display: block;}
  1004. }
  1005. .fx-btn-row{
  1006. flex-shrink: 0;display: flex;justify-content: space-between;padding: 24rpx;
  1007. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.6);box-sizing: border-box;background-color: #f9f9f9;
  1008. .fx-btn{
  1009. width:200rpx;
  1010. display: flex;flex-direction: column;align-items: center;justify-content: center;
  1011. }
  1012. .fx-icon{
  1013. width: 43rpx;height: 38rpx;margin-bottom: 6rpx;
  1014. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/fx-icon.png");
  1015. }
  1016. .bmxx-btn{
  1017. width: 481rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
  1018. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/bmxx-btn.png");
  1019. }
  1020. }
  1021. }
  1022. }
  1023. // 确认订单
  1024. .ezy-qrdd-page{
  1025. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1026. .qrdd-body-box{
  1027. flex: 1;position: relative;z-index: 2;
  1028. display: flex;flex-direction: column;
  1029. overflow-y: auto;
  1030. }
  1031. .dd-item-box{
  1032. width: 731rpx;height:356rpx;@include ezy-no-repeat-cover;
  1033. background-image: url("@/static/images/shop/order-bj.png");
  1034. position: relative;z-index: 1;box-sizing: border-box;padding: 26rpx 36rpx;
  1035. display: flex;align-items: center;margin:0 auto 16rpx;
  1036. .item-img-box{width: 210rpx;height: 285rpx;border-radius: 12rpx;margin-right: 24rpx;flex-shrink: 0;}
  1037. .item-content-box{
  1038. display: flex;flex-direction: column;justify-content: space-between;line-height: 1.5;
  1039. .item-name{color: #333;font-size: 34rpx;font-weight: bolder;margin-bottom: 10rpx;}
  1040. .item-intro{color: #444;font-size: 28rpx;@include multi-line-ellipsis(4);margin-bottom: 10rpx;}
  1041. .item-xianjia{color: #ff0000;font-size: 34rpx;font-weight: bolder;}
  1042. }
  1043. }
  1044. // border-box
  1045. .qrdd-border-box{
  1046. width: 713rpx;margin:0 auto;border-radius: 20rpx;
  1047. box-shadow: 0 0rpx 16rpx rgba(100, 159, 241, 0.2);
  1048. box-sizing: border-box;padding: 0 24rpx 16rpx;margin-bottom: 24rpx;
  1049. position: relative;z-index: 2;background-color: #fff;
  1050. // 课程学习等级
  1051. .kcxxdj-title{color: #454545;font-size: 30rpx;font-weight: bolder;padding: 16rpx 0;}
  1052. .kcxxdj-tc-box{
  1053. width: 100%;background-color: #f9fafc;border-radius: 20rpx;
  1054. display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;
  1055. box-sizing: border-box;padding: 16rpx 0;
  1056. .tc-item{
  1057. min-width:76rpx;min-height: 76rpx;box-sizing: border-box;
  1058. text-align: center;border: 1rpx solid #eaeaeb;border-radius: 20rpx;
  1059. font-size: 30rpx;line-height: 1; color: #333;
  1060. padding: 20rpx 6rpx;margin: 16rpx 0 16rpx 16rpx;
  1061. }
  1062. .active{background-color: #2b9bfd;color: #fff;border: 1rpx solid #1280e1;}
  1063. }
  1064. // 商品总价
  1065. .border-row{
  1066. display: flex;justify-content: space-between;
  1067. font-size: 32rpx;color: #444;padding: 32rpx 0;
  1068. border-bottom:1rpx dashed #f1f1f1;
  1069. .jg-text{color: #ff0000;}
  1070. }
  1071. .border-row:last-child{border: 0;}
  1072. .sum-row{justify-content: flex-end;}
  1073. .sum-text{margin-right: 32rpx;}
  1074. // 支付方式
  1075. .zzfs-name-box{
  1076. display: flex;align-items: center;
  1077. icon{width: 53rpx;height: 53rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;}
  1078. .wechat-icon{background-image: url("@/static/images/shop/wx-icon.png");}
  1079. .alipay-icon{background-image: url("@/static/images/shop/zfb-icon.png");}
  1080. }
  1081. }
  1082. .qrdd-footer-box{
  1083. flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
  1084. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.4);box-sizing: border-box;background-color: #f9f9f9;
  1085. .jg-box{color: #ff0000;}
  1086. .sum-row{display: flex;align-items: center;}
  1087. .xj-text-text{font-weight: bolder;font-size: 42rpx;}
  1088. .sum-text{font-size: 32rpx;color: #333;}
  1089. .yh-text{font-size: 28rpx;margin-top: 6rpx;}
  1090. .ljzf-btn{
  1091. width: 279rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
  1092. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/pay-btn.png");
  1093. }
  1094. }
  1095. }
  1096. // 手机号快捷登录弹窗
  1097. .sjh-kjdl-dialog{
  1098. .sjh-kjdl-content-box{display: flex;flex-direction: column;align-items: center;}
  1099. .kjdl-btn{
  1100. width: 496rpx;height: 88rpx;line-height: 88rpx;color: #fff;font-size: 36rpx;margin: 32rpx 0;
  1101. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/ksdl-btn.png");
  1102. }
  1103. .ykkt-text{color: #333;font-size: 32rpx;}
  1104. }
  1105. // 兑换码
  1106. .ezy-dhm-page{
  1107. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1108. .dhm-body{
  1109. width: 95%;margin: 20rpx auto 0;box-sizing: border-box;padding: 36rpx;
  1110. .dhm-head-box{
  1111. width: 100%;padding: 12rpx 0 56rpx;box-sizing: border-box;
  1112. display: flex;align-items: center;color: #333;line-height: 1.6;
  1113. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  1114. .head-content-box{font-size: 32rpx;}
  1115. }
  1116. .duihuan-input-box{
  1117. width: 100%;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
  1118. display: flex;align-items: center;
  1119. .uni-input-placeholder {font-size: 34rpx;color: #acacae;}
  1120. .duihuan-prefix-icon {
  1121. width: 56rpx;height: 56rpx;margin:0 32rpx 0 16rpx;@include ezy-no-repeat-cover;
  1122. background-image: url("@/static/images/my/two-code.png");position: relative;
  1123. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  1124. }
  1125. .duihuan-prefix-icon::after{
  1126. content: '';width: 1rpx;height: 56rpx;display: inline-block;background-color: #dfdfdf;
  1127. position: absolute;bottom: 0;right: -16rpx;
  1128. }
  1129. }
  1130. .duihuan-confirm-btn{
  1131. width: 100%;height: 92rpx;line-height: 92rpx;text-align: center;font-size:32rpx;
  1132. margin-top: 42rpx;@include ezy-no-repeat-contain;font-weight: bold;
  1133. background-image: url("@/static/images/login/login-btn-bj.png");color:#fff;
  1134. }
  1135. }
  1136. }