pages.scss 40 KB

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