pages.scss 66 KB

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