pages.scss 48 KB

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