pages.scss 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079
  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. }
  215. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  216. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  217. }
  218. .yzm-row{
  219. width: 100%;margin: 36rpx 0 0;display: flex;align-items: center;
  220. .yzm-btn{
  221. width:270rpx;height: 100rpx;line-height: 100rpx;text-align: center;@include ezy-no-repeat-cover;
  222. background-image: url("@/static/images/common/tip-confirm-btn.png");
  223. flex-shrink: 0;margin-left: 16rpx;color: #fff;font-size: 34rpx;
  224. }
  225. }
  226. }
  227. // 用户协议弹窗
  228. .agree-sections-dialog{
  229. width: 700rpx;height: 490rpx;padding: 80rpx 0 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  230. background-image: url("@/static/images/login/agree-dialog-bg.png");@include ezy-no-repeat-cover;
  231. .agree-title{color:#111;font-size: 40rpx;}
  232. .agree-tip{color:#666;font-size: 30rpx;margin-top: 46rpx;}
  233. .confirm-btn{width: 588rpx;height: 92rpx;@include ezy-no-repeat-cover;margin: 42rpx auto 0;
  234. background-image: url("@/static/images/login/agree-dialog-btn.png");}
  235. .not-confirm-btn{color:#888;font-size: 32rpx;padding: 32rpx 0 0;display: inline-block;}
  236. }
  237. // 用户协议详情弹窗
  238. .agree-content-dialog{
  239. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  240. .agree-content-box{
  241. width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
  242. padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
  243. position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
  244. background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  245. }
  246. .agree-title{font-size: 42rpx;text-align: center;margin-bottom: 42rpx;flex-shrink: 0;}
  247. .agree-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;
  248. position: absolute;top: 64rpx;right: 44rpx;
  249. background-image: url("@/static/images/common/close-icon.png");}
  250. .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;word-break: break-all;}
  251. }
  252. // 选课
  253. .ezy-xuanke-page{
  254. width: 100%;height: 100vh;display: flex;flex-direction: column;padding-bottom: 100rpx;overflow: hidden;
  255. .sx-card-list{overflow-y: auto;flex: 1;padding: 24rpx 0 0;}
  256. .sx-card-box{
  257. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  258. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  259. .card-head-box{
  260. display: flex;
  261. .head-img{width: 200rpx;height: 280rpx;flex-shrink: 0;}
  262. .head-right-box{
  263. margin-left: 24rpx;
  264. .head-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 32rpx;}
  265. .head-content{font-size: 26rpx;color: #666;text-align: justify;margin-bottom: 24rpx;}
  266. }
  267. }
  268. .card-body-box{
  269. border-top: 3rpx dashed #eee;margin-top: 42rpx;
  270. .body-title{color: #7db0f4;margin: 24rpx 0 16rpx;font-size: 30rpx;}
  271. .dj-item-row{
  272. display: flex;flex-wrap: wrap;
  273. }
  274. .dj-item{
  275. width: 202rpx;height: 77rpx;line-height: 77rpx;color: #fff;
  276. text-align: center;@include ezy-no-repeat-cover;margin: 12rpx 16rpx 12rpx 0;
  277. background-image: url("@/static/images/xuanke/dj-item.png");
  278. }
  279. .dj-item.active{background-image: url("@/static/images/xuanke/dj-item-a.png");}
  280. .dj-item:nth-child(3n) {
  281. margin-right: 0;
  282. }
  283. }
  284. }
  285. }
  286. // 选版本
  287. .ezy-xbb-page{
  288. width: 100%;height: 100vh;display: flex;flex-direction: column;
  289. .xbb-list-box{
  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;
  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: 95vh;border-radius: 16rpx 16rpx 0 0;
  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 0;
  320. .xuexi-dagang-body{overflow-y: auto;padding: 24rpx 0 0;}
  321. .dagang-title{
  322. width: 80%;line-height: 1.5;margin: 24rpx auto 0;
  323. text-align: center;font-size: 36rpx;color: #000;position: relative;
  324. icon{
  325. width: 100rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;
  326. position: absolute;right: -13%;top: -60rpx;
  327. }
  328. icon::after{
  329. content: '';width: 52rpx;height: 52rpx;@include ezy-no-repeat-cover;
  330. background-image: url("@/static/images/common/close-icon.png");
  331. }
  332. }
  333. // 您将学会
  334. .dagang-xh-box{
  335. width: 690rpx;margin: 64rpx auto 0;
  336. .xh-title{font-size: 32rpx;font-weight: bold;text-align: left;color: #333;margin-left: 6rpx;}
  337. .xh-content-box{
  338. width: 100%;border-radius: 16rpx;margin-top: 32rpx;
  339. box-sizing: border-box;padding: 24rpx;
  340. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  341. }
  342. .text-row{
  343. display: flex;font-size: 32rpx;color: #333;margin: 12rpx 0;line-height: 1.6;
  344. icon{
  345. width: 13rpx;height: 13rpx;border-radius: 50%;flex-shrink: 0;
  346. background-color: #2c7bf4;margin: 22rpx 12rpx 0 0;}
  347. }
  348. }
  349. //学习大纲
  350. .dagang-content-box{
  351. background-color: #e3f7fe;margin-top: 200rpx;position: relative;
  352. .dagang-content-title{
  353. font-size: 32rpx;font-weight: bold;text-align: left;color: #333;
  354. margin-left: 36rpx;position: relative;z-index: 1;
  355. }
  356. .dagang-item-list{padding: 56rpx 0 32rpx;}
  357. .dagang-content-item{
  358. width: 690rpx;display: flex;align-items: center;border-radius: 12rpx;color: #4b4b4b;;
  359. margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;background-color: #fff;
  360. line-height: 1.5;font-size: 32rpx;
  361. img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
  362. .content-title{margin-left: 32rpx;position: relative;}
  363. .content-title:nth-child(1)::before{
  364. width: 13rpx;height: 13rpx;border-radius: 50%;display: block;
  365. background-color: #2c7bf4;content:'';
  366. position: absolute;left: -24rpx;top: 22rpx;
  367. }
  368. }
  369. .dagang-content-item:last-child{margin-bottom: 0;}
  370. }
  371. .dagang-content-box::before{
  372. content: '';width: 750rpx;height: 193rpx;display: block;@include ezy-no-repeat-cover;
  373. background-image: url("@/static/images/xuexi/dagang-img.png");
  374. position: absolute;top: -138rpx;left: 0;z-index: 1;
  375. }
  376. }
  377. // 学习
  378. .ezy-xuexi-page{
  379. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  380. .xuexi-page-body{padding:0 0 100rpx;overflow-y: auto;border-radius: 0;position: relative;}
  381. .xxjl-card-box-padding{padding-top: 64rpx;}
  382. .xx-scroll-view{position: relative;}
  383. .item-dy-box{
  384. display: flex;align-items: center;justify-content: center;
  385. color: #fff;margin-bottom: 24rpx;
  386. .dy-left-box{
  387. width: 174rpx;height: 127rpx;@include ezy-no-repeat-cover;font-size: 64rpx;
  388. display: flex;align-items: center;box-sizing: border-box;padding:0 24rpx;
  389. background-image: url("@/static/images/xuexi/xx-ml-left.png");
  390. }
  391. .dy-left-box::after{
  392. content: '';width: 32rpx;height: 34rpx;@include ezy-no-repeat-cover;margin-left: auto;
  393. background-image: url("@/static/images/xuexi/xx-ml-jt.png");display: block;
  394. }
  395. .dy-right-box{
  396. width: 518rpx;height: 127rpx;@include ezy-no-repeat-cover;
  397. display: flex;align-items: flex-start;flex-direction: column;justify-content: center;
  398. box-sizing: border-box;padding:0 24rpx;font-size: 28rpx;
  399. background-image: url("@/static/images/xuexi/xx-ml-right.png");
  400. .right-content{width: 100%;height: 90rpx;overflow: hidden;}
  401. .dy-name{font-size: 34rpx;margin-bottom: 6rpx;}
  402. }
  403. }
  404. .item-fixed{
  405. width: 100%;padding: 24rpx 0;transition: opacity 0.2s ease-in-out;
  406. position:sticky;position:-webkit-sticky;margin-bottom: 0;
  407. top: 0;z-index: 10;background-color: #fff;border-radius: 16rpx 16rpx 0 0;
  408. }
  409. // 学习记录
  410. .xxjl-card-box{
  411. width: 692rpx;margin: 0 auto 24rpx;padding: 72rpx 24rpx 24rpx 24rpx;box-sizing: border-box;
  412. background-color: #5795f6;border-radius: 16rpx;position: relative;
  413. .card-body-box{
  414. display: flex;
  415. img{width: 190rpx;height: 242rpx;border-radius: 16rpx;border: 1rpx solid #a8c3e9;}
  416. .body-right{
  417. color: #c8e4f8;margin-left: 24rpx;font-size: 30rpx;
  418. view{margin: 8rpx 0;}
  419. .right-name{font-size: 34rpx;color: #fff;}
  420. }
  421. }
  422. .card-progress-box{
  423. display: flex;align-items: center;
  424. .xx-progress-box{flex: 1;margin-right: 64rpx;color: #fff;font-size: 28rpx;}
  425. .xx-progress{border-radius: 40rpx;overflow: hidden;margin-top: 10rpx;}
  426. .jxxx-btn{
  427. width: 177rpx;height: 89rpx;@include ezy-no-repeat-cover;margin-right: 24rpx;
  428. background-image: url("@/static/images/xuexi/jx-xx-btn.png");
  429. }
  430. }
  431. }
  432. .xxjl-card-box::before{
  433. content: '学习记录';width: 289rpx;height: 77rpx;line-height: 77rpx;@include ezy-no-repeat-cover;
  434. background-image: url("@/static/images/xuexi/xx-jl-bj.png");display: block;
  435. position: absolute;top: -28rpx;text-align: center;color: #fff;font-size: 34rpx;
  436. }
  437. // 学习进度
  438. .xx-jd-box{
  439. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  440. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  441. .xx-progress-btn-box{
  442. width: 100%;
  443. display: flex;align-items: center;justify-content: space-between;
  444. }
  445. .xx-progress-box{
  446. flex: 1;font-size: 32rpx;color: #333;margin-right: 42rpx;
  447. .xx-progress{border-radius: 20rpx;overflow: hidden;margin-top: 16rpx;}
  448. }
  449. .jxxx-btn{
  450. width: 217rpx;height: 85rpx;display: block;@include ezy-no-repeat-cover;
  451. background-image: url("@/static/images/xuexi/jxxx-icon.png");flex-shrink: 0;
  452. }
  453. //学习进度按钮
  454. .jd-item-box{
  455. display: flex;border-top: 1rpx dashed #97dbf8;margin-top: 32rpx;padding-top: 32rpx;
  456. icon{width:54rpx;height: 54rpx;@include ezy-no-repeat-cover;
  457. position: relative;margin-right: 52rpx;}
  458. icon::before{
  459. content: '';width: 1rpx;height: 70rpx;background-color: #fff;display: block;
  460. position: absolute;right: -24rpx;top: -10rpx;
  461. }
  462. .dydg-icon{background-image: url("@/static/images/xuexi/dy-dg-icon.png");}
  463. .dyml-icon{background-image: url("@/static/images/xuexi/kc-ml-icon.png");}
  464. .jd-item-btn{
  465. background-color: #ddf7ff;border-radius: 16rpx;flex: 1;text-align: center;
  466. box-sizing: border-box;padding: 24rpx;display: flex;align-items: center;}
  467. .jd-item-btn:first-child{margin-right: 24rpx;}
  468. }
  469. }
  470. // 学习目录
  471. .xx-item-list{
  472. padding-bottom: 24rpx;
  473. .xx-item-title{text-align: center;margin: 32rpx 0;font-size: 32rpx;color: #444;}
  474. .xx-more-btn{
  475. width: 630rpx;height: 89rpx;@include ezy-no-repeat-cover;margin: 0 auto 32rpx;
  476. background-image: url("@/static/images/xuexi/more-btn.png");
  477. }
  478. /* 动画类 */
  479. /* .item-dy-box.item-active {
  480. animation: scalePulse 1s ease-in-out;
  481. .right-content{
  482. animation: opacityPulse 1s ease-in-out;
  483. }
  484. } */
  485. /* 定义放大动画 */
  486. @keyframes scalePulse {
  487. 0% {
  488. transform: scale(1);
  489. }
  490. 50% {
  491. transform: scale(1.05);
  492. }
  493. 100% {
  494. transform: scale(1);
  495. }
  496. }
  497. /* 定义显隐动画 */
  498. @keyframes opacityPulse {
  499. 0% {
  500. opacity: 1;
  501. }
  502. 90% {
  503. opacity: 0.2;
  504. }
  505. 100% {
  506. opacity: 1;
  507. }
  508. }
  509. .xx-item-box{
  510. width: 691rpx;height: 172rpx;
  511. display: flex;align-items: center;justify-content: space-between;color: #4b4b4b;;
  512. margin: 0 auto 24rpx;box-sizing: border-box;padding: 20rpx;border-radius: 12rpx;
  513. line-height: 1.5;font-size: 32rpx;position: relative;@include ezy-no-repeat-cover;
  514. background-image: url("@/static/images/xuexi/xx-ml-bj.png");
  515. img{width: 120rpx;height: 120rpx;border-radius: 12rpx;margin-right: 24rpx;}
  516. .xx-item-status{
  517. width: 89rpx;height: 87rpx;@include ezy-no-repeat-cover;
  518. position: absolute;top:2rpx;left: 0;
  519. }
  520. .completed-status{background-image: url("@/static/images/xuexi/xw-status.png");}
  521. .xx-text-box{flex: 1;}
  522. .xx-item-btn{
  523. width: 77rpx;height: 77rpx;@include ezy-no-repeat-cover;
  524. background-image: url("@/static/images/xuexi/xx-ml-play-icon.png");
  525. }
  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;background-color: #0ab2f0;position: relative;
  582. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  583. @include ezy-no-repeat-cover(top);
  584. .shiti-frame-box{overflow-y: auto;}
  585. .dajx-video-box{
  586. width: 95%;
  587. }
  588. .dajx-content-box{
  589. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  590. .slfx-title,.spjj-title{
  591. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  592. }
  593. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  594. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  595. .slfx-content{
  596. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  597. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  598. display: block;@include ezy-rich-text;
  599. }
  600. }
  601. }
  602. // 看视频
  603. .ezy-ksp-page{
  604. width: 100%;height: 100vh;display: flex;flex-direction: column;
  605. .ksp-tab-box{
  606. flex-shrink:0;display: flex;justify-content: space-evenly;border-bottom: 1rpx solid #b7defd;
  607. .tab-item{color: #9a9a9a;font-size: 34rpx;padding: 16rpx 24rpx;}
  608. .active{color: #5895f7;border-bottom: 4rpx solid #1684fc;}
  609. }
  610. .ksp-scroll-view{overflow-y: auto;}
  611. .ksp-page-body{padding: 24rpx 0 0;}
  612. .ksp-video-box{
  613. width: 95%;height: 423rpx;padding: 8px;box-sizing: border-box;
  614. border-radius: 16rpx;margin:32rpx auto;flex-shrink: 0;
  615. .prism-big-play-btn{
  616. width: 100rpx;height: 100rpx;opacity: 0.8;
  617. background-image: url("@/static/images/xuexi/play-btn.png");
  618. }
  619. }
  620. .ksp-item-list{
  621. width: 95%;margin: 12rpx auto 24rpx;border-radius: 16rpx;position: relative;
  622. background-color: #5894f6;padding: 20rpx 0;box-sizing: border-box;
  623. box-shadow: 0 0rpx 12rpx rgba(100, 159, 241, 0.4);
  624. }
  625. .ksp-item-list::before{
  626. content: '';width: 100%;height: 97rpx;@include ezy-no-repeat-cover;
  627. background-image: url("@/static/images/xuexi/ksp-item-top-bj.png");
  628. position: absolute;left: 0;right: 0;top: 0;z-index: 1;
  629. }
  630. .list-head{
  631. width: 95%;display: flex;align-items: center;justify-content: space-between;
  632. position: relative;z-index: 2;padding:0 0 24rpx;margin: 0 auto;
  633. .list-title{color: #fff;font-size: 36rpx;}
  634. .list-btn{
  635. width: 210rpx;height: 72rpx;@include ezy-no-repeat-cover;
  636. background-image: url("@/static/images/xuexi/ksp-video-play.png");
  637. }
  638. }
  639. .list-body{
  640. width: 95%;position: relative;z-index: 2;border-radius: 16rpx;
  641. padding: 16rpx;box-sizing: border-box;margin: 0 auto;
  642. color: #444;font-size: 32rpx;background-color: #fff;
  643. img{max-width: 100%;margin: 10rpx auto 0;display: block;}
  644. }
  645. .ksp-item-box{
  646. width: 670rpx;height: 150rpx;
  647. display: flex;align-items: center;position: relative;
  648. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/ksp-item-bj.png");
  649. .ksp-icon{
  650. width: 104rpx;height: 104rpx;@include ezy-no-repeat-cover;flex-shrink: 0;
  651. @include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/xx-ksp-icon.png");
  652. }
  653. .ksp-title{color: #444;font-size: 32rpx;margin-right: auto;
  654. margin-left: 10rpx;height: 50rpx;@include single-line-ellipsis;}
  655. }
  656. }
  657. // 考试页
  658. .ezy-exam-page{
  659. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  660. display: flex;flex-direction: column;
  661. .exam-body{
  662. z-index: 1;position: relative;flex: 1;display: flex;flex-direction: column;
  663. }
  664. .xx-jd-box{
  665. width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  666. border-radius: 16rpx;box-sizing: border-box;padding:36rpx 36rpx 42rpx;margin: 20rpx auto 0;
  667. .xx-row{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24rpx;}
  668. .text-row{color: #5d5e61;}
  669. .dq-jd-text{color: #5693f5;font-size: 52rpx;}
  670. .dq-jd-line{margin: 0 6rpx;}
  671. }
  672. .exam-progress-box{border-radius: 20rpx;overflow: hidden;}
  673. .ezy-exam-swiper{
  674. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  675. uni-swiper-item{overflow-y: auto;}
  676. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  677. }
  678. .exam-submit-btn{
  679. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  680. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  681. }
  682. .tip-mask-box{
  683. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  684. }
  685. .swiper-tip-box{
  686. font-size: 30rpx;color: #5989e2;justify-content: center;margin-top: 16rpx;
  687. display: flex;flex-direction: row;align-items: center;
  688. }
  689. .swiper-tip-box::before,.swiper-tip-box::after{
  690. content: '';width: 12rpx;height: 26rpx;display: block;
  691. background-image: url("@/static/images/common/h-jt-icon.png");@include ezy-no-repeat-cover;
  692. }
  693. .swiper-tip-box::before{transform: rotate(180deg);margin-right: 32rpx;}
  694. .swiper-tip-box::after{margin-left: 32rpx;}
  695. .shiti-jj-btn{
  696. width: 630rpx;height: 88rpx;@include ezy-no-repeat-cover;margin: 10rpx auto;
  697. background-image: url("@/static/images/exam/shiti-jj-btn.png");
  698. }
  699. }
  700. // 单元测试
  701. .dycs-dialog{
  702. width: 100%;height: 100vh;background-color: #fff;display: flex;flex-direction: column;
  703. .dycs-body{overflow-y: auto;}
  704. .dycs-img{
  705. width: 430rpx;height: 350rpx;margin: 92rpx auto 32rpx;flex-shrink: 0;
  706. background-image: url("@/static/images/exam/shiti-dialog-img.png");@include ezy-no-repeat-cover;
  707. }
  708. .dycs-tip{
  709. text-align: center;color: #333;font-size: 35rpx;
  710. }
  711. .dycs-fenshu-box{
  712. width: 560rpx;margin: 72rpx auto;padding: 42rpx 32rpx;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  713. display: flex;justify-content: center;align-items: center;border-radius: 12rpx;font-size: 32rpx;
  714. .fenshu-item-box{width: 49%;text-align: center;font-size: 32rpx;color: #333;}
  715. .item-number{font-size: 56rpx;margin-bottom: 10rpx;}
  716. .red-number{color: #f60000;}
  717. .item-line{width: 1rpx;height: 120rpx;background: #f3f5f9;}
  718. }
  719. .dycs-btn-box{
  720. display: flex;justify-content: center;margin-top: 64rpx;
  721. .cxcs-btn,.ckda-btn{
  722. width: 275rpx;height: 88rpx;line-height: 88rpx;@include ezy-no-repeat-cover;
  723. text-align: center;color: #fff;font-size: 32rpx;margin: 0 10rpx;
  724. }
  725. .cxcs-btn{background-image: url("@/static/images/exam/shiti-btn-blue-bj.png");}
  726. .ckda-btn{background-image: url("@/static/images/exam/shiti-btn-orange-bj.png");}
  727. }
  728. @media (max-height: 700px) {
  729. .dycs-img{margin: 64rpx auto 16rpx;}
  730. .dycs-fenshu-box{margin: 46rpx auto;}
  731. .dycs-btn-box{margin-top: 36rpx;}
  732. }
  733. }
  734. // 成绩页
  735. .ezy-result-page{
  736. width: 100%;height: 100vh;background-color: #f9f9fb;position: relative;
  737. display: flex;flex-direction: column;
  738. .result-exam-swiper{
  739. width: 100%;flex: 1;z-index: 2;margin: 0 auto;
  740. uni-swiper-item{overflow-y: auto;}
  741. .uni-swiper-slides{left: -2rpx;right: -2rpx;}
  742. }
  743. .answer-content-box{
  744. margin-top: 24rpx;
  745. .answer-title{
  746. width: 208rpx;height: 91rpx;line-height: 91rpx;
  747. font-size: 32rpx;text-align: center;margin-left: 10rpx;color: #fff;
  748. background-image: url("@/static/images/exam/shiti-anser-title.png");@include ezy-no-repeat-cover;
  749. }
  750. .answer-text-title{font-size: 32rpx;color: #f6aa1d;margin: 24rpx 0;}
  751. .answer-content-border{
  752. width: 96%;box-shadow: 0 0rpx 8rpx rgba(100, 159, 241, 0.3);
  753. border-radius: 12rpx;font-size: 32rpx;margin: 42rpx auto 56rpx;}
  754. .tiankong-answer-content-box{background-color: rgba(255, 255, 255, 0.7);font-size: 32rpx;color: #499141;
  755. border-radius: 4px;box-sizing: border-box;padding: 24rpx;min-height: 80rpx;
  756. .tiankong-answer-title{color: #333;margin-bottom: 10rpx;}
  757. .answer-index-box{
  758. font-size: 24rpx;border: 1rpx solid #499141;border-radius: 24rpx;margin-right: 10rpx;
  759. line-height: 1;text-align: center;padding: 2rpx 7rpx;display: inline-block;
  760. flex-shrink: 0;min-width: 16rpx;
  761. }
  762. .tiankong-answer-row{
  763. word-break: break-all;margin-bottom: 10rpx;margin: 24rpx 0;
  764. display: flex;align-items: center;line-height: 1;
  765. }
  766. .tiankong-answer-row:last-child{margin-bottom: 0;}
  767. }
  768. .answer-btn-box{display: flex;height: 135rpx;}
  769. .answer-item-left,.answer-item-right{
  770. width: 100%;flex: 1;align-items: center;justify-content: center;
  771. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.7);
  772. .answer-item-title{font-size: 30rpx;color: #333;margin-bottom: 10rpx;}
  773. .answer-item-error{font-size: 30rpx;color: #ef1417;min-height: 36rpx;}
  774. .answer-item-correct{font-size: 30rpx;color: #15ab2e;min-height: 36rpx;}
  775. }
  776. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  777. .answer-item-right{border-radius: 0 4px 4px 0;}
  778. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  779. }
  780. .answer-stjx-box{
  781. width: 96%;margin: 0 auto;
  782. .answer-rich-text{
  783. font-size: 32rpx;color: #333;line-height: 1.8;
  784. }
  785. }
  786. .answer-video-box{
  787. position: relative;margin-bottom:24rpx;
  788. img{width: 100%;}
  789. }
  790. .answer-video-box::before{
  791. content: '';display: block;position: absolute;
  792. width: 90rpx;height: 90rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/video-play-btn.png");
  793. top: 52%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;
  794. }
  795. }
  796. // 我的页面
  797. .ezy-my-page{
  798. width: 100%;height: 100vh;position: relative;overflow: auto;background: #f9f9fb;
  799. .my-page-box{position: relative;z-index: 1;margin: 0;}
  800. .my-head-box{
  801. width: 100%;padding: 0 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
  802. .head-img-box{width: 126rpx;height: 126rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
  803. .head-content-box{font-size: 30rpx;}
  804. }
  805. .my-banner-img{
  806. width: 730rpx;height: 413rpx;@include ezy-no-repeat-cover;margin: 0 auto;
  807. background-image: url("@/static/images/my/my-banner.png");border-radius: 16rpx;
  808. }
  809. // list
  810. .my-list-box{
  811. width:710rpx;margin: 24rpx auto;display: flex;flex-wrap: wrap;padding: 42rpx 6rpx 0;
  812. background-color: #fff;border-radius: 16rpx;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  813. .list-item{color: #444;width: 25%;text-align: center;font-size: 28rpx;margin-bottom: 36rpx;}
  814. .list-icon{width: 64rpx;height: 64rpx;display: block;
  815. margin: 0 auto 12rpx;@include ezy-no-repeat-cover;}
  816. .yysz-icon{background-image: url("@/static/images/my/list-icon1.png");}
  817. .sc-icon{background-image: url("@/static/images/my/sc-icon.png");}
  818. .dd-icon{background-image: url("@/static/images/my/dd-icon.png");}
  819. .dhm-icon{background-image: url("@/static/images/my/dhm-icon.png");}
  820. .dhm-icon{background-image: url("@/static/images/my/dhm-icon.png");}
  821. .bdsjh-icon{background-image: url("@/static/images/my/dhm-icon.png");}
  822. }
  823. .kefu-dialog{
  824. .not-confirm-btn{display: none;}
  825. .confirm-btn{margin: 24rpx auto;}
  826. }
  827. }
  828. // 应用设置
  829. .ezy-yysz-page{
  830. width: 100%;height: 100vh;min-height: 1400rpx;background: #f9f9fb;position: relative;overflow: auto;
  831. display: flex;flex-direction: column;
  832. .yysz-page-box{position: relative;z-index: 1;}
  833. .yysz-row-box{width: 95%;background-color: #fff;box-shadow: 0 0rpx 4rpx rgba(100, 159, 241, 0.2);
  834. border-radius: 16rpx;margin: 16rpx auto 0;color: #333;font-size: 30rpx;}
  835. .yysz-item{display: flex;align-items: center;justify-content: space-between;
  836. padding: 32rpx 32rpx 32rpx 0;position: relative;margin: 0 32rpx 0 32rpx;}
  837. .border-item{border-bottom: 1rpx dashed #f2f2f2;}
  838. .img-item{padding: 32rpx 32rpx 0 0;}
  839. .item-text{color: #888;}
  840. .yysz-item::after{
  841. content: '';width: 14rpx;height: 24rpx;@include ezy-no-repeat-cover;
  842. background-image: url("@/static/images/my/list-jt.png");
  843. position: absolute;right: 0;
  844. }
  845. .yysz-img-box{width: 36px;height: 36px;border-radius: 50%;@include ezy-no-repeat-cover}
  846. }
  847. // 关于我们
  848. .ezy-about-page{
  849. width: 100%;height: 100vh;position: relative;display: flex;flex-direction: column;
  850. .about-body-border{
  851. width: 95%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;
  852. padding: 36rpx 0;box-sizing: border-box;margin: 20rpx auto 0;
  853. position: relative;text-align: justify;border-radius: 16rpx 16rpx 0 0;
  854. background-color: #fff;box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.1);
  855. }
  856. .about-body-box{
  857. content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
  858. position: absolute;top: 20rpx;left: 20rpx;right: 20rpx;bottom: 30rpx;z-index: 1;
  859. box-sizing: border-box;padding: 52rpx 24rpx 24rpx;overflow-y: auto;
  860. }
  861. .content-top-box{
  862. display: flex;flex-shrink: 0;font-size: 24rpx;color: #333;
  863. box-sizing: border-box;padding-bottom: 42rpx;border-bottom: 1px dashed #ccc;
  864. .about-icon-box{
  865. width: 192rpx;height: 188rpx;margin-right: 36rpx;
  866. @include ezy-no-repeat-cover;background-image: url("@/static/images/my/about-icon.png");
  867. }
  868. .about-name{
  869. font-size: 30rpx;margin: 20rpx 0 42rpx;
  870. }
  871. .about-text{margin: 16rpx 0;}
  872. }
  873. .content-box{
  874. font-size: 30rpx;margin-top: 32rpx;line-height: 2;color: #333;
  875. text-align: justify;box-sizing: border-box;padding: 0 10rpx;
  876. }
  877. @media (max-height: 600px) {
  878. .about-body-border{margin: 12rpx auto 150rpx;}
  879. .about-body-box{padding: 32rpx 20rpx 20rpx;}
  880. .content-top-box{padding-bottom: 24rpx;}
  881. .content-box{margin-top: 20rpx;}
  882. }
  883. }
  884. // 资料
  885. .ezy-ziliao-page{
  886. width: 100%;height: 100vh;display: flex;flex-direction: column;
  887. padding-bottom: 100rpx;box-sizing: border-box;
  888. .zl-card-list{width: 100%;display: flex;flex-direction: column;flex: 1;overflow-y: auto;}
  889. .jstx-card-box{
  890. border-radius: 16rpx;margin: 0 24rpx 32rpx;font-size: 0;
  891. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  892. .jstx-card-img{width: 100%;height: 400rpx;}
  893. .jstx-card-title{
  894. padding: 32rpx 24rpx 42rpx;text-align: center;
  895. font-size: 32rpx;color: #333;@include single-line-ellipsis;
  896. }
  897. }
  898. }
  899. // 资料---数学--计算特训题库下载
  900. /* .ezy-jstx-ziliao-page{
  901. width: 100%;height: 100vh;display: flex;flex-direction: column;
  902. .jstx-body{
  903. margin-top: 48rpx;position: relative;overflow: unset;padding: 0 24rpx;box-sizing: border-box;
  904. height: calc(100vh - 160rpx - var(--status-bar-height));
  905. .jstx-body-title{
  906. width: 406rpx;height: 77rpx;display: block;overflow-x:auto;
  907. position: absolute;left: 50%;transform: translateX(-50%);top: -28rpx;z-index: 3;
  908. @include ezy-no-repeat-cover;background-image: url("@/static/images/ziliao/select-dj-img.png");
  909. }
  910. .jstx-tab-box{
  911. width: 100%;height: 64rpx;white-space: nowrap;padding: 0;
  912. text-align:center;margin: 90rpx 0 0;overflow-x: auto;
  913. .tab-item{
  914. height: 64rpx;line-height: 64rpx;margin: 0 18rpx;padding: 0 20rpx;
  915. color: #333;font-size: 36rpx;display: inline-block;text-align:center;}
  916. .active{color: #0d7ffc;position: relative;}
  917. .active::after{
  918. content: '';width: 100%;height: 4rpx;background-color: #0d7ffc;
  919. position: absolute;bottom: 0;left: 0;border-radius: 4rpx;
  920. }
  921. }
  922. .jstx-card-list{
  923. padding: 24rpx 0 0;overflow-y: auto;flex: 1;
  924. .ziliao-card-box{
  925. display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;
  926. background-color: #f3f3f3;padding: 20rpx;margin-bottom: 24rpx;border-radius: 16rpx;
  927. .card-img{width: 150rpx;height: 150rpx;flex-shrink: 0;margin-right: 24rpx;}
  928. .card-content-box{
  929. flex: 1;line-height: 1.6;
  930. .ziliao-name{font-size: 32rpx;color: #333;@include single-line-ellipsis;margin-bottom: 10rpx;}
  931. .banben-name{font-size: 28rpx;color: #0d7ffc;@include single-line-ellipsis;}
  932. }
  933. .card-icon{
  934. width: 58rpx;height: 62rpx;flex-shrink: 0;
  935. @include ezy-no-repeat-cover;background-image: url("@/static/images/ziliao/jstx-pdf.png");
  936. }
  937. }
  938. }
  939. }
  940. } */
  941. // 资料下载弹窗
  942. /* .sxtk-sc-dialog{
  943. .tip-title{color: #343434;font-size: 38rpx;margin-bottom: 24rpx;}
  944. .tip-content-box{
  945. width: 625rpx;height: 587rpx;padding: 42rpx 48rpx;
  946. background-image: url("@/static/images/my/tk-dialog-bj.png");
  947. @include ezy-no-repeat-cover;box-sizing: border-box;text-align:center;
  948. }
  949. .tip-content{
  950. display: flex;align-items: center;
  951. min-height: 260rpx;text-align: justify;border-bottom: 1px dashed #70cbf4;
  952. margin-bottom: 30rpx;color: #666;font-size: 32rpx;padding-bottom: 32rpx;
  953. border-bottom: 1px dashed #70cbf4;line-height: 1.8;}
  954. } */
  955. // 订单
  956. .ezy-order-page{
  957. width: 100%;height: 100vh;display: flex;flex-direction: column;
  958. .order-scroll-view{overflow-y: auto;}
  959. .order-body{padding: 0;}
  960. .order-card-box{
  961. border-radius: 16rpx;margin: 32rpx 24rpx 0;padding: 24rpx;
  962. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);
  963. .card-head-box{
  964. display: flex;align-items: center;justify-content: space-between;line-height: 1.6;
  965. .head-name{font-size: 30rpx;color: #333;font-weight: bold;}
  966. .head-status{font-size: 28rpx;color: #666;}
  967. }
  968. .card-body-box{
  969. display: flex;margin-top: 16rpx;
  970. .order-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  971. .body-right-box{
  972. margin-left: 24rpx;flex: 1;
  973. .body-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 32rpx;}
  974. .taocan-text{font-size: 26rpx;color: #666;margin-bottom: 24rpx; @include multi-line-ellipsis(2);}
  975. .tip-text{font-size: 26rpx;color: #16a245;margin-bottom: 24rpx;}
  976. .money-text{font-size: 42rpx;color: #333;text-align: right;font-weight: normal;}
  977. }
  978. }
  979. }
  980. }
  981. // 产品商城
  982. .ezy-shop-page{
  983. width: 100%;height: 100vh;display: flex;flex-direction: column;
  984. .shop-card-list{overflow-y: auto;flex: 1;padding: 24rpx 0 0;}
  985. .shop-card-box{
  986. border-radius: 16rpx;margin: 0 24rpx 32rpx;padding: 32rpx;
  987. box-shadow: 0 0rpx 6rpx rgba(100, 159, 241, 0.3);display: flex;
  988. .shop-img{width: 200rpx;height: 280rpx;flex-shrink: 0;border-radius: 16rpx;}
  989. .card-right-box{
  990. margin-left: 24rpx;display: flex;flex-direction: column;justify-content: space-between;
  991. .card-title{font-size: 34rpx;color: #333;font-weight: bold;margin-bottom: 24rpx;margin-top: 6rpx;}
  992. .card-content{font-size: 28rpx;color: #666;text-align: justify;margin-bottom: 24rpx;@include multi-line-ellipsis(3);line-height: 1.6;}
  993. .card-price{font-size: 34rpx;color: #ff0202;font-weight: bolder;}
  994. }
  995. }
  996. }
  997. // 手机号快捷登录弹窗
  998. .sjh-kjdl-dialog{
  999. .sjh-kjdl-content-box{display: flex;flex-direction: column;align-items: center;}
  1000. .kjdl-btn{
  1001. width: 496rpx;height: 88rpx;line-height: 88rpx;color: #fff;font-size: 36rpx;margin: 32rpx 0;
  1002. @include ezy-no-repeat-cover;background-image: url("@/static/images/shop/ksdl-btn.png");
  1003. }
  1004. .ykkt-text{color: #333;font-size: 32rpx;}
  1005. }