pages.scss 47 KB

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