pages.scss 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607
  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{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/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/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/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/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/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/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;border: 1rpx solid #a8c3e9;}
  598. .body-right{
  599. color: #c8e4f8;margin-left: 24rpx;font-size: 30rpx;
  600. view{margin: 8rpx 0;}
  601. .right-name{font-size: 34rpx;color: #fff;}
  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/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/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. /* 动画类 */
  661. /* .item-dy-box.item-active {
  662. animation: scalePulse 1s ease-in-out;
  663. .right-content{
  664. animation: opacityPulse 1s ease-in-out;
  665. }
  666. } */
  667. /* 定义放大动画 */
  668. @keyframes scalePulse {
  669. 0% {
  670. transform: scale(1);
  671. }
  672. 50% {
  673. transform: scale(1.05);
  674. }
  675. 100% {
  676. transform: scale(1);
  677. }
  678. }
  679. /* 定义显隐动画 */
  680. @keyframes opacityPulse {
  681. 0% {
  682. opacity: 1;
  683. }
  684. 90% {
  685. opacity: 0.2;
  686. }
  687. 100% {
  688. opacity: 1;
  689. }
  690. }
  691. .xx-item-box{
  692. width: 691rpx;height: 172rpx;
  693. display: flex;align-items: center;justify-content: space-between;color: #4b4b4b;;
  694. margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;border-radius: 12rpx;
  695. line-height: 1.5;font-size: 32rpx;position: relative;@include ezy-no-repeat-cover;
  696. background-image: url("@/static/images/xuexi/xx-ml-bj.png");
  697. img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
  698. .xx-item-status{
  699. width: 89rpx;height: 87rpx;@include ezy-no-repeat-cover;
  700. position: absolute;top:2rpx;left: 0;
  701. }
  702. .completed-status{background-image: url("@/static/images/xuexi/xw-status.png");}
  703. .xx-text-box{flex: 1;}
  704. .xx-item-btn,.xx-item-lock-btn{width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;}
  705. .xx-item-btn{background-image: url("@/static/images/xuexi/xx-ml-play-icon.png");}
  706. .xx-item-lock-btn{background-image: url("@/static/images/xuexi/xx-ml-lock-icon.png");}
  707. }
  708. .xx-disabled-item-box{
  709. background-image: url("@/static/images/xuexi/xx-ml-disabled-bj.png");
  710. }
  711. }
  712. .xx-next-btn{
  713. width: 655rpx;height: 92rpx;line-height: 92rpx;margin: 32rpx auto;
  714. font-size: 32rpx;color: #fff;text-align: center;@include ezy-no-repeat-cover;
  715. background-image: url("@/static/images/login/login-btn-bj.png");
  716. }
  717. .xx-xw-text{text-align: center;font-size: 32rpx;color: #666;margin: 32rpx auto;}
  718. // 回到顶部
  719. .go-top-btn{
  720. width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;
  721. background-image: url("@/static/images/xuexi/go-top-btn.png");
  722. position: fixed;z-index: 9;bottom: 300rpx;right:10rpx;
  723. }
  724. }
  725. // 单元目录
  726. .xuexi-dyml-page{
  727. width: 100%;height: 92vh;border-radius: 16rpx 16rpx 0 0;
  728. background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  729. display: flex;flex-direction: column;
  730. box-sizing: border-box;padding: 36rpx 0 0;
  731. .xuexi-dyml-body{overflow-y: auto;padding: 24rpx 0 0;}
  732. .dyml-title{
  733. width: 80%;line-height: 1.5;margin: 24rpx auto 0;
  734. text-align: center;font-size: 36rpx;color: #000;position: relative;
  735. icon{
  736. width: 100rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;
  737. position: absolute;right: -13%;top: -60rpx;
  738. }
  739. icon::after{
  740. content: '';width: 52rpx;height: 52rpx;@include ezy-no-repeat-cover;
  741. background-image: url("@/static/images/common/close-icon.png");
  742. }
  743. }
  744. .dyml-item-box{
  745. width: 670rpx;height: 97rpx;line-height: 97rpx;font-size: 32rpx;color: #333;
  746. @include ezy-no-repeat-cover;margin: 24rpx auto;position: relative;
  747. display: flex;
  748. .dy-num{width: 180rpx;padding-left: 24rpx;box-sizing: border-box;flex-shrink: 0;}
  749. .dy-title{margin: 0 84rpx 0 16rpx;@include single-line-ellipsis;}
  750. icon{width: 100rpx;height: 97rpx;display: flex;align-items: center;justify-content: center;
  751. position: absolute;right: 0;z-index: 3;top: 0;}
  752. icon::after{
  753. content: '';width: 37rpx;height: 39rpx;@include ezy-no-repeat-cover;
  754. background-image: url("@/static/images/xuexi/dyml-item-btn.png");
  755. }
  756. }
  757. .dyml-item-box:nth-child(odd){background-image: url("@/static/images/xuexi/dy-item-bj1.png");}
  758. .dyml-item-box:nth-child(even){background-image: url("@/static/images/xuexi/dy-item-bj2.png");}
  759. }
  760. // 答案解析
  761. .ezy-dajx-page{
  762. width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
  763. .shiti-frame-box{overflow-y: auto;}
  764. .dajx-video-box{width: 95%;}
  765. .dajx-content-box{
  766. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  767. .slfx-title,.spjj-title{
  768. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  769. }
  770. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  771. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  772. .slfx-content{
  773. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  774. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  775. display: block;@include ezy-rich-text;
  776. }
  777. }
  778. }
  779. // 看视频
  780. .ezy-ksp-page{
  781. width: 100%;height: 100vh;display: flex;flex-direction: column;
  782. .ksp-tab-box{
  783. flex-shrink:0;display: flex;justify-content: space-evenly;border-bottom: 1rpx solid #b7defd;
  784. .tab-item{color: #9a9a9a;font-size: 34rpx;padding: 16rpx 24rpx;}
  785. .active{color: #5895f7;border-bottom: 4rpx solid #1684fc;}
  786. }
  787. .ksp-scroll-view{overflow-y: auto;}
  788. .ksp-page-body{padding: 24rpx 0 0;}
  789. .ksp-video-box{
  790. width: 95%;height: 423rpx;padding: 8px;box-sizing: border-box;
  791. border-radius: 16rpx;margin:32rpx auto;flex-shrink: 0;
  792. .prism-big-play-btn{
  793. width: 100rpx;height: 100rpx;opacity: 0.8;
  794. background-image: url("@/static/images/xuexi/play-btn.png");
  795. }
  796. }
  797. .ksp-item-list{
  798. width: 95%;margin: 12rpx auto 24rpx;border-radius: 16rpx;position: relative;
  799. background-color: #5894f6;padding: 20rpx 0;box-sizing: border-box;
  800. box-shadow: 0 0rpx 12rpx rgba(100, 159, 241, 0.4);
  801. }
  802. .ksp-item-list::before{
  803. content: '';width: 100%;height: 97rpx;@include ezy-no-repeat-cover;
  804. background-image: url("@/static/images/xuexi/ksp-item-top-bj.png");
  805. position: absolute;left: 0;right: 0;top: 0;z-index: 1;
  806. }
  807. .list-head{
  808. width: 95%;display: flex;align-items: center;justify-content: space-between;
  809. position: relative;z-index: 2;padding:0 0 24rpx;margin: 0 auto;
  810. .list-title{color: #fff;font-size: 36rpx;}
  811. .list-btn{
  812. width: 210rpx;height: 72rpx;@include ezy-no-repeat-cover;
  813. background-image: url("@/static/images/xuexi/ksp-video-play.png");
  814. }
  815. }
  816. .list-body{
  817. width: 95%;position: relative;z-index: 2;border-radius: 16rpx;
  818. padding: 16rpx;box-sizing: border-box;margin: 0 auto;
  819. color: #444;font-size: 32rpx;background-color: #fff;
  820. img{max-width: 100%;margin: 10rpx auto 0;display: block;}
  821. }
  822. .ksp-item-box{
  823. width: 670rpx;height: 150rpx;
  824. display: flex;align-items: center;position: relative;
  825. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/ksp-item-bj.png");
  826. .ksp-icon{
  827. width: 104rpx;height: 104rpx;@include ezy-no-repeat-cover;flex-shrink: 0;
  828. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/xx-ksp-icon.png");
  829. }
  830. .ksp-title{color: #444;font-size: 32rpx;margin-right: auto;
  831. margin-left: 10rpx;height: 50rpx;@include single-line-ellipsis;}
  832. }
  833. }
  834. // 考试页
  835. .ezy-exam-page{
  836. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  837. display: flex;flex-direction: column;
  838. .exam-body{
  839. z-index: 1;position: relative;flex: 1;display: flex;flex-direction: column;
  840. }
  841. .xx-jd-box{
  842. width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  843. border-radius: 16rpx;box-sizing: border-box;padding:36rpx 36rpx 42rpx;margin: 20rpx auto 0;
  844. .xx-row{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24rpx;}
  845. .text-row{color: #5d5e61;}
  846. .dq-jd-text{color: #5693f5;font-size: 52rpx;}
  847. .dq-jd-line{margin: 0 6rpx;}
  848. }
  849. .exam-progress-box{border-radius: 20rpx;overflow: hidden;}
  850. .ezy-exam-swiper{
  851. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  852. uni-swiper-item{overflow-y: auto;}
  853. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  854. }
  855. .exam-submit-btn{
  856. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  857. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  858. }
  859. .tip-mask-box{
  860. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  861. }
  862. .swiper-tip-box{
  863. font-size: 30rpx;color: #5989e2;justify-content: center;margin-top: 16rpx;
  864. display: flex;flex-direction: row;align-items: center;
  865. }
  866. .swiper-tip-box::before,.swiper-tip-box::after{
  867. content: '';width: 12rpx;height: 26rpx;display: block;
  868. background-image: url("@/static/images/common/h-jt-icon.png");@include ezy-no-repeat-cover;
  869. }
  870. .swiper-tip-box::before{transform: rotate(180deg);margin-right: 32rpx;}
  871. .swiper-tip-box::after{margin-left: 32rpx;}
  872. .shiti-jj-btn{
  873. width: 630rpx;height: 88rpx;@include ezy-no-repeat-cover;margin: 10rpx auto;
  874. background-image: url("@/static/images/exam/shiti-jj-btn.png");
  875. }
  876. }
  877. // 单元测试
  878. .dycs-dialog{
  879. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  880. .dycs-body{overflow-y: auto;}
  881. .dycs-img{
  882. width: 430rpx;height: 350rpx;margin: 92rpx auto 32rpx;flex-shrink: 0;
  883. background-image: url("@/static/images/exam/shiti-dialog-img.png");@include ezy-no-repeat-cover;
  884. }
  885. .dycs-tip{
  886. text-align: center;color: #333;font-size: 35rpx;
  887. }
  888. .dycs-fenshu-box{
  889. width: 560rpx;margin: 72rpx auto;padding: 42rpx 32rpx;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  890. display: flex;justify-content: center;align-items: center;border-radius: 12rpx;font-size: 32rpx;
  891. .fenshu-item-box{width: 49%;text-align: center;font-size: 32rpx;color: #333;}
  892. .item-number{font-size: 56rpx;margin-bottom: 10rpx;}
  893. .red-number{color: #f60000;}
  894. .item-line{width: 1rpx;height: 120rpx;background: #f3f5f9;}
  895. }
  896. .dycs-btn-box{
  897. display: flex;justify-content: center;margin-top: 64rpx;
  898. .cxcs-btn,.ckda-btn{
  899. width: 275rpx;height: 88rpx;line-height: 88rpx;@include ezy-no-repeat-cover;
  900. text-align: center;color: #fff;font-size: 32rpx;margin: 0 10rpx;
  901. }
  902. .cxcs-btn{background-image: url("@/static/images/exam/shiti-btn-blue-bj.png");}
  903. .ckda-btn{background-image: url("@/static/images/exam/shiti-btn-orange-bj.png");}
  904. }
  905. @media (max-height: 700px) {
  906. .dycs-img{margin: 64rpx auto 16rpx;}
  907. .dycs-fenshu-box{margin: 46rpx auto;}
  908. .dycs-btn-box{margin-top: 36rpx;}
  909. }
  910. }
  911. // 成绩页
  912. .ezy-result-page{
  913. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  914. display: flex;flex-direction: column;
  915. .result-exam-swiper{
  916. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  917. uni-swiper-item{overflow-y: auto;}
  918. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  919. }
  920. .answer-content-box{
  921. margin-top: 24rpx;
  922. .answer-title{
  923. width: 208rpx;height: 91rpx;line-height: 91rpx;
  924. font-size: 32rpx;text-align: center;margin-left: 10rpx;color: #fff;
  925. background-image: url("@/static/images/exam/shiti-anser-title.png");@include ezy-no-repeat-cover;
  926. }
  927. .answer-text-title{font-size: 32rpx;color: #f6aa1d;margin: 24rpx 0;}
  928. .answer-content-border{
  929. width: 96%;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  930. border-radius: 12rpx;font-size: 32rpx;margin: 42rpx auto 56rpx;}
  931. .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #499141;
  932. border-radius: 4px;box-sizing: border-box;padding: 24rpx;min-height: 80rpx;
  933. .tiankong-answer-title{color: #333;margin-bottom: 10rpx;}
  934. .answer-index-box{
  935. font-size: 24rpx;border: 1rpx solid #499141;border-radius: 24rpx;margin-right: 10rpx;
  936. line-height: 1;text-align: center;padding: 2rpx 7rpx;display: inline-block;
  937. flex-shrink: 0;min-width: 16rpx;
  938. }
  939. .tiankong-answer-row{
  940. word-break: break-all;margin-bottom: 10rpx;margin: 24rpx 0;
  941. display: flex;align-items: center;line-height: 1;
  942. }
  943. .tiankong-answer-row:last-child{margin-bottom: 0;}
  944. }
  945. .answer-btn-box{display: flex;height: 135rpx;}
  946. .answer-item-left,.answer-item-right{
  947. width: 100%;flex: 1;align-items: center;justify-content: center;
  948. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
  949. .answer-item-title{font-size: 30rpx;color: #333;margin-bottom: 10rpx;}
  950. .answer-item-error{font-size: 30rpx;color: #ef1417;min-height: 36rpx;}
  951. .answer-item-correct{font-size: 30rpx;color: #15ab2e;min-height: 36rpx;}
  952. }
  953. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  954. .answer-item-right{border-radius: 0 4px 4px 0;}
  955. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  956. }
  957. .answer-stjx-box{
  958. width: 96%;margin: 0 auto;
  959. .answer-rich-text{
  960. font-size: 32rpx;color: #333;line-height: 1.8;
  961. }
  962. }
  963. .answer-video-box{
  964. position: relative;margin-bottom:24rpx;
  965. img{width: 100%;}
  966. }
  967. .answer-video-box::before{
  968. content: '';display: block;position: absolute;
  969. width: 90rpx;height: 90rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/video-play-btn.png");
  970. top: 52%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;
  971. }
  972. }
  973. // 我的页面
  974. .ezy-my-page{
  975. width: 100%;height: 100vh;position: relative;overflow: auto;background: #f9f9fb;
  976. .my-title-navBar-box{padding-top: 24rpx;}
  977. .my-page-box{position: relative;z-index: 1;margin: 0;}
  978. .my-head-box{
  979. width: 100%;padding: 0 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
  980. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  981. .head-content-box{font-size: 30rpx;}
  982. }
  983. .my-banner-img{
  984. width: 730rpx;height: 413rpx;@include ezy-no-repeat-cover;margin: 0 auto;
  985. background-image: url("@/static/images/phone/my/my-banner.png");border-radius: 16rpx;
  986. }
  987. // list
  988. .my-list-box{
  989. width:710rpx;margin: 24rpx auto;display: flex;flex-wrap: wrap;padding: 42rpx 6rpx 0;
  990. background-color: #fff;border-radius: 16rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  991. .list-item{color: #444;width: 25%;text-align: center;font-size: 28rpx;margin-bottom: 36rpx;}
  992. .list-icon{width: 64rpx;height: 64rpx;display: block;
  993. margin: 0 auto 12rpx;@include ezy-no-repeat-cover;}
  994. .yysz-icon{background-image: url("@/static/images/common/my/list-icon1.png");}
  995. .sc-icon{background-image: url("@/static/images/common/my/sc-icon.png");}
  996. .dd-icon{background-image: url("@/static/images/common/my/dd-icon.png");}
  997. .dhm-icon{background-image: url("@/static/images/common/my/dhm-icon.png");}
  998. .dhm-icon{background-image: url("@/static/images/common/my/dhm-icon.png");}
  999. .bdsjh-icon{background-image: url("@/static/images/common/my/sjbd-icon.png");}
  1000. }
  1001. .kefu-dialog{
  1002. .not-confirm-btn{display: none;}
  1003. .confirm-btn{margin: 24rpx auto;}
  1004. }
  1005. @include mediaSmall() {
  1006. .my-title-navBar-box{
  1007. padding-top: 12rpx;
  1008. &::before{height: 288rpx;background-image: url("@/static/images/pad/common/my-page-header-bj.png");}
  1009. }
  1010. .my-head-box{
  1011. padding: 0 16rpx 24rpx;
  1012. .head-img-box{width: 130rpx;height: 130rpx;margin: 0 16rpx 0 8rpx;}
  1013. .head-content-box{font-size: 28rpx;}
  1014. }
  1015. .my-banner-img{width: 712rpx;height: 300rpx;border-radius: 10rpx;
  1016. background-image: url("@/static/images/pad/my/my-banner.png");}
  1017. .my-list-box{
  1018. width: 712rpx;margin: 16rpx auto;padding: 30rpx 4rpx 0;border-radius: 16rpx;
  1019. justify-content: space-around;
  1020. .list-item{width: 20%;font-size: 22rpx;margin-bottom: 30rpx;}
  1021. .list-icon{width: 60rpx;height: 60rpx;margin: 0 auto 8rpx;}
  1022. }
  1023. .kefu-dialog{
  1024. .confirm-btn{margin: 16rpx auto;}
  1025. }
  1026. }
  1027. @include mediaBig() {
  1028. min-height: 2200rpx;
  1029. .my-title-navBar-box{
  1030. padding-top: 4rpx;
  1031. &::before{height: 720rpx;}
  1032. }
  1033. .my-head-box{
  1034. width: 1940rpx;margin: 0 auto 32rpx;
  1035. .head-img-box{width: 350rpx;height: 350rpx;margin: 0 38rpx 0 19rpx;}
  1036. .head-content-box{font-size: 66rpx;}
  1037. }
  1038. .my-banner-img{width: 1940rpx;height: 818rpx;border-radius: 26rpx;}
  1039. .my-list-box{
  1040. width: 1940rpx;margin: 38rpx auto;padding: 75rpx 10rpx 0;border-radius: 26rpx;
  1041. .list-item{font-size: 45rpx;margin-bottom: 75rpx;}
  1042. .list-icon{width: 160rpx;height: 160rpx;margin: 0 auto 19rpx;}
  1043. }
  1044. .kefu-dialog{
  1045. .confirm-btn{margin: 38rpx auto;}
  1046. }
  1047. }
  1048. }
  1049. // 应用设置
  1050. .ezy-yysz-page{
  1051. width: 100%;height: 100vh;min-height: 1400rpx;background: #f9f9fb;position: relative;overflow: auto;
  1052. display: flex;flex-direction: column;
  1053. .yysz-page-box{position: relative;z-index: 1;}
  1054. .yysz-row-box{width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  1055. border-radius: 16rpx;margin: 16rpx auto 0;color: #333;font-size: 30rpx;}
  1056. .yysz-item{display: flex;align-items: center;justify-content: space-between;
  1057. padding: 32rpx 32rpx 32rpx 0;position: relative;margin: 0 32rpx 0 32rpx;}
  1058. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  1059. .img-item{padding: 32rpx 32rpx 0 0;}
  1060. .item-text{color: #888;}
  1061. .yysz-item::after{
  1062. content: '';width: 14rpx;height: 24rpx;@include ezy-no-repeat-cover;
  1063. background-image: url("@/static/images/my/list-jt.png");
  1064. position: absolute;right: 0;
  1065. }
  1066. .yysz-img-box{width: 72rpx;height: 72rpx;border-radius: 50%;@include ezy-no-repeat-cover}
  1067. @include mediaSmall() {
  1068. .yysz-row-box{margin: 10rpx auto 0;font-size: 22rpx;}
  1069. .yysz-item{padding: 26rpx 42rpx 26rpx 0;margin: 0 21rpx 0 21rpx;}
  1070. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  1071. .img-item{padding: 26rpx 42rpx 0 0;}
  1072. .yysz-item::after{width: 10rpx;height: 20rpx;}
  1073. .yysz-img-box{width: 76rpx;height: 76rpx;}
  1074. }
  1075. @include mediaBig() {
  1076. .yysz-row-box{border-radius: 26rpx;margin: 26rpx auto 0;font-size: 54rpx;}
  1077. .yysz-item{padding: 51rpx 82rpx 51rpx 0;margin: 0 51rpx 0 51rpx;}
  1078. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  1079. .img-item{padding: 51rpx 82rpx 0 0;}
  1080. .yysz-item::after{width: 26rpx;height: 42rpx;}
  1081. .yysz-img-box{width: 120rpx;height: 120rpx;}
  1082. }
  1083. }
  1084. // 关于我们
  1085. .ezy-about-page{
  1086. width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
  1087. .about-body-border{
  1088. width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
  1089. padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
  1090. position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
  1091. background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  1092. }
  1093. .about-body-box{
  1094. content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
  1095. position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
  1096. box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
  1097. }
  1098. .content-top-box{
  1099. display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
  1100. box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #ccc;
  1101. .about-icon-box{
  1102. width: 192rpx;height: 188rpx;margin-right: 36rpx;
  1103. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
  1104. }
  1105. .about-name{
  1106. font-size: 30rpx;margin: 20rpx 0 42rpx;
  1107. }
  1108. .about-text{margin: 16rpx 0;}
  1109. }
  1110. .content-box{
  1111. font-size: 30rpx;margin-top: 32rpx;line-height: 2;color: #333;
  1112. text-align: justify;box-sizing: border-box;padding: 0 10rpx;
  1113. }
  1114. @media (max-height: 600px) {
  1115. .about-body-border{margin: 12rpx auto 150rpx;}
  1116. .about-body-box{padding: 32rpx 20rpx 20rpx;}
  1117. .content-top-box{padding-bottom: 24rpx;}
  1118. .content-box{margin-top: 20rpx;}
  1119. }
  1120. }
  1121. // 资料
  1122. .ezy-ziliao-page{
  1123. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1124. padding-bottom: 100rpx;box-sizing: border-box;
  1125. .zl-card-list{width: 100%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;padding: 12rpx 0 0;}
  1126. .jstx-card-box{
  1127. border-radius: 16rpx;margin: 0 24rpx 32rpx;font-size: 0;
  1128. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  1129. .jstx-card-img{width: 100%;border-radius: 16rpx 16rpx 0 0;}
  1130. .jstx-card-title{
  1131. padding: 32rpx 24rpx 42rpx;text-align: center;
  1132. font-size: 32rpx;color: #333;@include single-line-ellipsis;
  1133. }
  1134. }
  1135. @include mediaSmall() {
  1136. padding-bottom: 80rpx;
  1137. .zl-card-list{padding: 4rpx 0 0;}
  1138. .jstx-card-box{
  1139. margin: 0 24rpx 20rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.3);
  1140. .jstx-card-title{padding: 21rpx 16rpx 27rpx;font-size: 22rpx;}
  1141. }
  1142. }
  1143. @include mediaBig() {
  1144. padding-bottom: 180rpx;
  1145. .zl-card-list{padding: 42rpx 0 0;}
  1146. .jstx-card-img{border-radius: 26rpx 26rpx 0 0;}
  1147. .jstx-card-box{
  1148. border-radius: 26rpx;margin: 0 38rpx 52rpx;
  1149. box-shadow: 0 0rpx 10rpx rgba(100, 159, 241, 0.3);
  1150. .jstx-card-title{padding: 51rpx 38rpx 67rpx;font-size: 54rpx;}
  1151. }
  1152. }
  1153. }
  1154. // 资料---数学--计算特训题库下载
  1155. .ezy-jstx-ziliao-page{
  1156. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1157. .jstx-body{
  1158. margin: 48rpx 20rpx 0;position: relative;overflow: unset;padding: 0 24rpx;box-sizing: border-box;
  1159. height: calc(100vh - 160rpx - var(--status-bar-height));
  1160. .jstx-body-title{
  1161. width: 406rpx;height: 77rpx;display: block;overflow-x:auto;
  1162. position: absolute;left: 50%;transform: translateX(-50%);top: -28rpx;z-index: 3;
  1163. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/ziliao/select-dj-img.png");
  1164. }
  1165. .jstx-tab-box{
  1166. width: 100%;height: 64rpx;white-space: nowrap;padding: 0;
  1167. text-align:center;margin: 90rpx 0 0;overflow-x: auto;
  1168. .tab-item{
  1169. height: 64rpx;line-height: 64rpx;margin: 0 16rpx;padding: 0 20rpx;
  1170. color: #333;font-size: 36rpx;display: inline-block;text-align:center;}
  1171. .tab-item:first-child{margin-left: 0;}
  1172. .tab-item:last-child{margin-right: 0;}
  1173. .active{color: #0d7ffc;position: relative;}
  1174. .active::after{
  1175. content: '';width: 100%;height: 4rpx;background-color: #0d7ffc;
  1176. position: absolute;bottom: 0;left: 0;border-radius: 4rpx;
  1177. }
  1178. }
  1179. .jstx-card-list{
  1180. padding: 24rpx 0 0;overflow-y: auto;flex: 1;
  1181. .ziliao-card-box{
  1182. display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;
  1183. background-color: #f3f3f3;padding: 20rpx;margin-bottom: 24rpx;border-radius: 16rpx;
  1184. .card-img{width: 150rpx;height: 150rpx;flex-shrink: 0;margin-right: 24rpx;}
  1185. .card-content-box{
  1186. flex: 1;line-height: 1.6;
  1187. .ziliao-name{font-size: 32rpx;color: #333;@include single-line-ellipsis;margin-bottom: 10rpx;}
  1188. .banben-name{font-size: 28rpx;color: #0d7ffc;@include single-line-ellipsis;}
  1189. }
  1190. .card-icon{
  1191. width: 58rpx;height: 62rpx;flex-shrink: 0;
  1192. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/ziliao/jstx-pdf.png");
  1193. }
  1194. }
  1195. }
  1196. }
  1197. @include mediaSmall() {
  1198. .jstx-body{
  1199. margin-top: 31rpx;padding: 0 16rpx;
  1200. height: calc(100vh - 104rpx - var(--status-bar-height));
  1201. .jstx-body-title{width: 264rpx;height: 50rpx;top: -19rpx;}
  1202. .jstx-tab-box{
  1203. height: 42rpx;margin: 60rpx 0 0;font-size: 0;
  1204. .tab-item{height: 42rpx;line-height: 42rpx;margin: 0 20rpx;padding: 0 27rpx;font-size: 22rpx;}
  1205. .active::after{height: 3rpx;}
  1206. }
  1207. .jstx-card-list{
  1208. padding: 16rpx 0 0;
  1209. .ziliao-card-box{
  1210. padding: 10rpx;margin-bottom: 16rpx;border-radius: 10rpx;
  1211. .card-img{width: 82rpx;height: 82rpx;margin-right: 16rpx;}
  1212. .card-content-box{
  1213. .ziliao-name{font-size: 22rpx;margin-bottom: 7rpx;}
  1214. .banben-name{font-size: 20rpx;}
  1215. }
  1216. .card-icon{width: 40rpx;height: 42rpx;margin-right: 12rpx;}
  1217. }
  1218. }
  1219. }
  1220. }
  1221. @include mediaBig() {
  1222. .jstx-body{
  1223. margin: 76rpx 42rpx;padding: 0 38rpx;
  1224. height: calc(100vh - 256rpx - var(--status-bar-height));
  1225. .jstx-body-title{width: 650rpx;height: 123rpx;top: -45rpx;}
  1226. .jstx-tab-box{
  1227. height: 102rpx;margin: 144rpx 0 0;
  1228. .tab-item{height: 102rpx;line-height: 102rpx;margin: 0 60rpx;padding: 0 77rpx;font-size: 54rpx;}
  1229. .active::after{height: 6rpx;}
  1230. }
  1231. .jstx-card-list{
  1232. padding: 38rpx 0 0;
  1233. .ziliao-card-box{
  1234. padding: 28rpx;margin-bottom: 38rpx;border-radius: 26rpx;
  1235. .card-img{width: 210rpx;height: 210rpx;margin-right: 38rpx;}
  1236. .card-content-box{
  1237. .ziliao-name{font-size: 54rpx;margin-bottom: 16rpx;}
  1238. .banben-name{font-size: 46rpx;}
  1239. }
  1240. .card-icon{width: 112rpx;height: 120rpx;}
  1241. }
  1242. }
  1243. }
  1244. }
  1245. }
  1246. // 资料下载弹窗
  1247. .sxtk-sc-dialog{
  1248. .tip-title{color: #343434;font-size: 38rpx;margin-bottom: 24rpx;}
  1249. .tip-content-box{
  1250. width: 625rpx;height: 587rpx;padding: 42rpx 48rpx;
  1251. background-image: url("@/static/images/my/tk-dialog-bj.png");
  1252. @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
  1253. }
  1254. .tip-content{
  1255. display: flex;align-items: center;
  1256. min-height: 260rpx;text-align: justify;border-bottom: 1px dashed #70cbf4;
  1257. margin-bottom: 30rpx;color: #666;font-size: 32rpx;padding-bottom: 32rpx;
  1258. border-bottom: 1px dashed #70cbf4;line-height: 1.8;}
  1259. @include mediaSmall() {
  1260. .tip-title{font-size: 24rpx;margin-bottom: 16rpx;}
  1261. .tip-content-box{width: 406rpx;height: 382rpx;padding: 27rpx 31rpx;}
  1262. .tip-content{min-height: 169rpx;margin-bottom: 20rpx;font-size: 20rpx;padding-bottom: 20rpx;}
  1263. }
  1264. @include mediaBig() {
  1265. .tip-title{font-size: 54rpx;margin-bottom: 38rpx;}
  1266. .tip-content-box{width: 1000rpx;height: 939rpx;padding: 67rpx 77rpx;}
  1267. .tip-content{min-height: 416rpx;margin-bottom: 48rpx;font-size: 46rpx;padding-bottom: 46rpx;}
  1268. }
  1269. }
  1270. // 订单
  1271. .ezy-order-page{
  1272. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1273. .order-scroll-view{overflow-y: auto;}
  1274. .order-body{padding: 0;}
  1275. .order-card-box{
  1276. border-radius: 16rpx;margin: 32rpx 24rpx 0;padding: 24rpx;
  1277. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  1278. .card-head-box{
  1279. display: flex;align-items: center;justify-content: space-between;line-height: 1.6;
  1280. .head-name{font-size: 30rpx;color: #333;font-weight: bold;}
  1281. .head-status{font-size: 28rpx;color: #666;}
  1282. }
  1283. .card-body-box{
  1284. display: flex;margin-top: 16rpx;
  1285. .order-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  1286. .body-right-box{
  1287. margin-left: 24rpx;flex: 1;
  1288. .body-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 32rpx;}
  1289. .taocan-text{font-size: 26rpx;color: #666;margin-bottom: 24rpx; @include multi-line-ellipsis(2);}
  1290. .tip-text{font-size: 26rpx;color: #16a245;margin-bottom: 24rpx;}
  1291. .money-text{font-size: 42rpx;color: #333;text-align: right;font-weight: normal;}
  1292. }
  1293. }
  1294. }
  1295. }
  1296. // 产品商城
  1297. .ezy-shop-page{
  1298. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1299. .shop-card-list{overflow-y: auto;flex: 1;padding: 12rpx 0 0;}
  1300. .shop-card-box{
  1301. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  1302. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);display: flex;
  1303. .shop-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  1304. .card-right-box{
  1305. margin-left: 24rpx;display: flex;flex-direction: column;justify-content: space-between;
  1306. .card-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 24rpx;margin-top: 6rpx;}
  1307. .card-content{font-size: 28rpx;color: #666;text-align: justify;margin-bottom: 24rpx;@include multi-line-ellipsis(3);line-height: 1.6;}
  1308. .card-price{font-size: 34rpx;color: #ff0202;font-weight: bolder;}
  1309. }
  1310. }
  1311. @include mediaSmall() {
  1312. .shop-card-list{padding: 4rpx 0 0;}
  1313. .shop-card-box{
  1314. border-radius: 10rpx;margin: 0 16rpx 21rpx;padding: 21rpx;
  1315. box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.3);
  1316. .shop-img{width: 110rpx;height: 154rpx;border-radius: 10rpx;}
  1317. .card-right-box{
  1318. margin-left: 16rpx;
  1319. .card-title{font-size: 22rpx;margin-bottom: 16rpx;margin-top: 2rpx;}
  1320. .card-content{font-size: 20rpx;margin-bottom: 16rpx;line-height: 1.6;@include multi-line-ellipsis(2);}
  1321. .card-price{font-size: 22rpx;}
  1322. }
  1323. }
  1324. }
  1325. @include mediaBig() {
  1326. .shop-card-list{padding: 42rpx 0 0;}
  1327. .shop-card-box{
  1328. border-radius: 26rpx;margin: 0 38rpx 51rpx;padding: 51rpx;
  1329. box-shadow: 0 0rpx 10rpx rgba(100, 159, 241, 0.3);
  1330. .shop-img{width: 240rpx;height: 336rpx;border-radius: 26rpx;}
  1331. .card-right-box{
  1332. margin-left: 38rpx;
  1333. .card-title{font-size: 54rpx;margin-bottom: 16rpx;margin-top: 4rpx;}
  1334. .card-content{font-size: 45rpx;margin-bottom: 16rpx;line-height: 1.8;}
  1335. .card-price{font-size: 54rpx;}
  1336. }
  1337. }
  1338. }
  1339. }
  1340. // 产品商城详情
  1341. .ezy-shop-info-page{
  1342. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1343. .shop-info-body{
  1344. flex: 1;position: relative;z-index: 2;background-color: #fff;
  1345. display: flex;flex-direction: column;overflow: hidden;
  1346. .img-content-box{
  1347. flex: 1;overflow-y: auto;
  1348. img{width: 100%;margin: 0 auto;display: block;}
  1349. }
  1350. .fx-btn-row{
  1351. flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
  1352. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.6);box-sizing: border-box;background-color: #f9f9f9;
  1353. .fx-btn{
  1354. width:200rpx;color: #444;font-size: 30rpx;
  1355. display: flex;flex-direction: column;align-items: center;justify-content: center;
  1356. }
  1357. .fx-icon{
  1358. width: 43rpx;height: 38rpx;margin-bottom: 6rpx;
  1359. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/shop/fx-icon.png");
  1360. }
  1361. .bmxx-btn{
  1362. width: 492rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
  1363. @include ezy-no-repeat-cover;background-image: url("@/static/images/common/shop/bmxx-btn.png");
  1364. }
  1365. }
  1366. }
  1367. @include mediaSmall() {
  1368. .shop-info-body{
  1369. .fx-btn-row{
  1370. padding: 10rpx;box-shadow: 0 5rpx 16rpx rgba(0, 0, 0, 0.6);
  1371. .fx-btn{width: 120rpx;font-size: 20rpx;}
  1372. .fx-icon{width: 27rpx;height: 25rpx;margin-bottom: 2rpx;}
  1373. .bmxx-btn{width: 248rpx;height: 44rpx;line-height: 44rpx;font-size: 20rpx;margin-right: 42rpx;@include ezy-no-repeat-contain;}
  1374. }
  1375. }
  1376. }
  1377. @include mediaBig() {
  1378. .shop-info-body{
  1379. .fx-btn-row{
  1380. padding: 36rpx;box-shadow: 0 12rpx 36rpx rgba(0, 0, 0, 0.6);
  1381. .fx-btn{width: 300rpx;font-size: 46rpx;}
  1382. .fx-icon{width: 75rpx;height: 67rpx;margin-bottom: 9rpx;}
  1383. .bmxx-btn{width: 736rpx;height: 132rpx;line-height: 132rpx;font-size: 54rpx;}
  1384. }
  1385. }
  1386. }
  1387. }
  1388. // 确认订单
  1389. .ezy-qrdd-page{
  1390. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1391. .qrdd-body-box{
  1392. flex: 1;position: relative;z-index: 2;
  1393. display: flex;flex-direction: column;
  1394. overflow-y: auto;
  1395. }
  1396. .dd-item-box{
  1397. width: 731rpx;height:356rpx;@include ezy-no-repeat-cover;
  1398. background-image: url("@/static/images/shop/order-bj.png");
  1399. position: relative;z-index: 1;box-sizing: border-box;padding: 26rpx 36rpx;
  1400. display: flex;align-items: center;margin:0 auto 16rpx;flex-shrink: 0;
  1401. .item-img-box{width: 210rpx;height: 285rpx;border-radius: 12rpx;margin-right: 24rpx;flex-shrink: 0;}
  1402. .item-content-box{
  1403. display: flex;flex-direction: column;justify-content: space-between;line-height: 1.5;
  1404. .item-name{color: #333;font-size: 34rpx;font-weight: bolder;margin-bottom: 10rpx;}
  1405. .item-intro{color: #444;font-size: 28rpx;@include multi-line-ellipsis(4);margin-bottom: 10rpx;}
  1406. .item-xianjia{color: #ff0000;font-size: 34rpx;font-weight: bolder;}
  1407. }
  1408. }
  1409. // border-box
  1410. .qrdd-border-box{
  1411. width: 713rpx;margin:0 auto;border-radius: 20rpx;
  1412. box-shadow: 0 0rpx 16rpx rgba(100, 159, 241, 0.2);
  1413. box-sizing: border-box;padding: 0 24rpx 16rpx;margin-bottom: 24rpx;
  1414. position: relative;z-index: 2;background-color: #fff;flex-shrink: 0;
  1415. // 课程学习等级
  1416. .kcxxdj-title{color: #454545;font-size: 30rpx;font-weight: bolder;padding: 16rpx 0;}
  1417. .kcxxdj-tc-box{
  1418. width: 100%;background-color: #f9fafc;border-radius: 20rpx;
  1419. display: flex;flex-direction: row;align-items: center;flex-wrap: wrap;
  1420. box-sizing: border-box;padding: 16rpx 0;
  1421. .tc-item{
  1422. min-width:76rpx;min-height: 76rpx;box-sizing: border-box;
  1423. text-align: center;border: 1rpx solid #666;border-radius: 20rpx;
  1424. font-size: 30rpx;line-height: 1; color: #666;
  1425. padding: 20rpx 6rpx;margin: 16rpx 0 16rpx 16rpx;
  1426. }
  1427. .active{background-color: #2b9bfd;color: #fff;border: 1rpx solid #1280e1;}
  1428. }
  1429. // 商品总价
  1430. .border-row{
  1431. display: flex;justify-content: space-between;
  1432. font-size: 32rpx;color: #444;padding: 32rpx 0;
  1433. border-bottom:1rpx dashed #f1f1f1;
  1434. .jg-text{color: #ff0000;}
  1435. }
  1436. .border-row:last-child{border: 0;}
  1437. .sum-row{justify-content: flex-end;}
  1438. .sum-text{margin-right: 32rpx;}
  1439. // 支付方式
  1440. .zzfs-name-box{
  1441. display: flex;align-items: center;
  1442. icon{width: 53rpx;height: 53rpx;@include ezy-no-repeat-cover;margin-right: 16rpx;}
  1443. .wechat-icon{background-image: url("@/static/images/shop/wx-icon.png");}
  1444. .alipay-icon{background-image: url("@/static/images/shop/zfb-icon.png");}
  1445. }
  1446. }
  1447. .qrdd-footer-box{
  1448. flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
  1449. box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.4);box-sizing: border-box;background-color: #f9f9f9;
  1450. .jg-box{color: #ff0000;}
  1451. .sum-row{display: flex;align-items: center;}
  1452. .xj-text-text{font-weight: bolder;font-size: 42rpx;}
  1453. .sum-text{font-size: 32rpx;color: #333;}
  1454. .yh-text{font-size: 28rpx;margin-top: 6rpx;}
  1455. .ljzf-btn{
  1456. width: 279rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
  1457. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/pay-btn.png");
  1458. }
  1459. }
  1460. }
  1461. // 手机号快捷登录弹窗
  1462. .sjh-kjdl-dialog{
  1463. .sjh-kjdl-content-box{display: flex;flex-direction: column;align-items: center;}
  1464. .kjdl-btn{
  1465. width: 496rpx;height: 88rpx;line-height: 88rpx;color: #fff;font-size: 36rpx;margin: 32rpx 0;
  1466. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/ksdl-btn.png");
  1467. }
  1468. .ykkt-text{color: #333;font-size: 32rpx;}
  1469. @include mediaSmall() {
  1470. .kjdl-btn{width: 322rpx;height: 57rpx;line-height: 57rpx;font-size: 22rpx;margin: 21rpx 0;}
  1471. .ykkt-text{font-size: 20rpx;}
  1472. }
  1473. @include mediaBig() {
  1474. .kjdl-btn{width: 794rpx;height: 141rpx;line-height: 141rpx;font-size: 54rpx;margin: 51rpx 0;}
  1475. .ykkt-text{font-size: 46rpx;}
  1476. }
  1477. }
  1478. // 兑换码
  1479. .ezy-dhm-page{
  1480. width: 100%;height: 100vh;display: flex;flex-direction: column;
  1481. .dhm-body{
  1482. width: 95%;margin: 20rpx auto 0;box-sizing: border-box;padding: 36rpx;
  1483. .dhm-head-box{
  1484. width: 100%;padding: 12rpx 0 56rpx;box-sizing: border-box;
  1485. display: flex;align-items: center;color: #333;line-height: 1.6;
  1486. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  1487. .head-content-box{font-size: 32rpx;}
  1488. }
  1489. .duihuan-input-box{
  1490. width: 100%;height: 100rpx;border: 1rpx solid #dfdfdf;border-radius: 16rpx;
  1491. display: flex;align-items: center;
  1492. .uni-input-placeholder {font-size: 34rpx;color: #acacae;}
  1493. .duihuan-prefix-icon {
  1494. width: 56rpx;height: 56rpx;margin:0 32rpx 0 16rpx;@include ezy-no-repeat-cover;
  1495. background-image: url("@/static/images/my/two-code.png");position: relative;
  1496. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  1497. }
  1498. .duihuan-prefix-icon::after{
  1499. content: '';width: 1rpx;height: 56rpx;display: inline-block;background-color: #dfdfdf;
  1500. position: absolute;bottom: 0;right: -16rpx;
  1501. }
  1502. }
  1503. .duihuan-confirm-btn{
  1504. width: 100%;height: 92rpx;line-height: 92rpx;text-align: center;font-size:32rpx;
  1505. margin-top: 42rpx;@include ezy-no-repeat-contain;font-weight: bold;
  1506. background-image: url("@/static/images/login/login-btn-bj.png");color:#fff;
  1507. }
  1508. }
  1509. }