pages.scss 36 KB

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