pages.scss 40 KB

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