pages.scss 43 KB

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