pages.scss 53 KB

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