pages.scss 50 KB

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