pages.scss 47 KB

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