pages.scss 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  1. /***** 这里放页面样式 *****/
  2. // 登录页 padding-bottom: env(safe-area-inset-bottom); box-sizing: unset;
  3. .ezy-login-page {
  4. width:100%;height:100vh; background-color: #80dfff;position: relative;
  5. .ezy-login-wrap{width:100%;height: 1623.08rpx;background-image: url("@/static/images/login/login-bj.jpg");@include ezy-no-repeat-cover(top);}
  6. .login-body-box{
  7. display: flex;flex-direction: column;display: flex;box-sizing: border-box;
  8. position: absolute;top:690rpx;left: 50%;transform: translateX(-50%);
  9. }
  10. .index-title-img{
  11. width: 411rpx;height: 73rpx;@include ezy-no-repeat-cover;margin-right: auto;
  12. background-image: url("@/static/images/login/login-tel.png");
  13. }
  14. .login-btn{width: 644rpx;height: 106rpx;margin-top: 84rpx;@include ezy-no-repeat-cover;}
  15. /***** 输入手机号页面*****/
  16. .phone-input-box{
  17. width: 644rpx;height: 144rpx;box-sizing: border-box;padding-bottom: 20rpx;
  18. display: flex;align-items: center;margin-top: 50rpx;
  19. background-image: url("@/static/images/login/login-tel-bj.png");@include ezy-no-repeat-cover;
  20. .phone-prefix {
  21. width: 90rpx;margin-left:18rpx;font-size: 38rpx;color: #ffffffd9;
  22. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  23. }
  24. .phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ffffffd9;}
  25. .phone-input {font-size: 38rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
  26. .uni-input-placeholder {font-size: 34rpx;color: #ffffffd9;
  27. }
  28. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  29. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  30. }
  31. .agreement-checkbox-box {
  32. display: flex;justify-content: center;margin-top: 10rpx;
  33. uni-checkbox-group{font-size: 0;}
  34. .agreement-checkbox-input{width: 40rpx;height: 40rpx;border: 0;margin-right: 4rpx;font-size: 0;}
  35. .uni-checkbox-input{
  36. width: 40rpx;height: 40rpx;border: 0;background-color: unset;@include ezy-no-repeat-cover;
  37. background-image: url("@/static/images/login/login-checked-bj.png");
  38. svg {width: 28;height: 28rpx;top: 48%;left: 50%;}
  39. }
  40. .agreement-text-box {
  41. color: #ffffffd9;font-size: 27rpx;
  42. flex-direction: row;display: flex;align-items: center;
  43. .agreement-text{color: #e3f524;display: contents;}
  44. }
  45. }
  46. .tel-btn-disabled{background-image: url("@/static/images/login/login-zym-bj-disabled.png");}
  47. .tel-btn-normal{background-image: url("@/static/images/login/login-zym-bj.png");}
  48. .bottom-btn-box{
  49. position: absolute;bottom:5%;left: 50%;transform: translateX(-50%);display: flex;
  50. .wx-btn,.yk-btn{
  51. width: 125rpx;height: 144rpx;@include ezy-no-repeat-cover;margin: 0 20rpx;
  52. }
  53. .wx-btn{background-image: url("@/static/images/login/login-wx-btn.png");}
  54. .yk-btn{background-image: url("@/static/images/login/login-yk-btn.png");}
  55. }
  56. /***** 输入验证码页面*****/
  57. .login-title-img{
  58. width: 317rpx;height: 77rpx;@include ezy-no-repeat-cover;margin-right: auto;
  59. background-image: url("@/static/images/login/login-yzm.png");
  60. }
  61. .yzm-btn{margin-top: 42rpx;}
  62. .yzm-show{font-size: 28rpx;color: #ffffffd9;margin: 24rpx 0 0 20rpx;}
  63. .login-btn-disabled{background-image: url("@/static/images/login/login-btn-bj-disabled.png");}
  64. .login-btn-normal{background-image: url("@/static/images/login/login-btn-bj.png");}
  65. .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 20rpx auto 60rpx;}
  66. .cxfs-btn-disabled{color: #777;}
  67. .login-text{font-size: 28rpx;color: #3257b9;margin: 16rpx 0 0 20rpx;}
  68. /* 针对小屏幕设备 */
  69. @media (max-height: 800px) {
  70. .login-body-box{top:660rpx;}
  71. .bottom-btn-box{bottom:2%;}
  72. .login-btn{margin-top: 64rpx;}
  73. // 输入验证码页面
  74. .yzm-btn{margin-top: 32rpx;}
  75. .cxfs-btn{margin: 16rpx auto 30rpx;}
  76. }
  77. @media (max-height: 700px) {
  78. .login-body-box{top:640rpx;}
  79. .login-btn{margin-top: 46rpx;}
  80. .phone-input-box{margin-top: 24rpx;}
  81. // 输入验证码页面
  82. .yzm-btn{margin-top: 24rpx;}
  83. .cxfs-btn{margin: 12rpx auto 20rpx;}
  84. }
  85. @media (max-height: 600px) {
  86. .bottom-btn-box{bottom:5%;}
  87. .login-btn{margin-top: 36rpx;}
  88. .ezy-login-wrap{height: 1360rpx;position: relative;}
  89. }
  90. }
  91. // 用户协议弹窗
  92. .agree-sections-dialog{
  93. width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  94. background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
  95. .agree-title{color:#666;font-size: 32rpx;font-weight: 600;}
  96. .agree-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
  97. .confirm-btn{width: 538rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 46rpx auto 0;
  98. background-image: url("@/static/images/login/agree-confirm-btn.png");}
  99. .not-confirm-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
  100. @media (max-height: 700px) {margin-bottom: 16%;}
  101. @media (max-height: 600px) {margin-bottom: 0;}
  102. }
  103. // 用户协议详情弹窗
  104. .agree-content-dialog{
  105. width: 100%;height: 100vh;overflow: auto;
  106. .agree-content-box{
  107. width: 684rpx;height: 1308rpx;@include ezy-no-repeat-cover;
  108. background-image: url("@/static/images/login/agree-content-bj.png");
  109. padding: 120rpx 0 64rpx;box-sizing: border-box;margin-top: 36%;
  110. position: relative;text-align: justify;
  111. display: flex;flex-direction: column;
  112. }
  113. .agree-title{font-size: 42rpx;text-align: center;margin-bottom: 42rpx;flex-shrink: 0;}
  114. .agree-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;
  115. position: absolute;top: 64rpx;right: 44rpx;
  116. background-image: url("@/static/images/login/agree-sections-close.png");}
  117. .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;}
  118. @media (max-height: 800px) {
  119. .agree-content-box{margin-top: 18%;}
  120. }
  121. @media (max-height: 700px) {
  122. .agree-content-box{margin-top: var(--status-bar-height);}
  123. }
  124. }
  125. // 滑块校验弹窗
  126. .slider-check-dialog{
  127. background-color: rgba(255, 255, 255, 0.6);
  128. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  129. justify-content: center;align-items: center;
  130. .slider-check-content{
  131. width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;margin-bottom: 26%;
  132. background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
  133. }
  134. .slider-check-title{color:#666;font-size: 32rpx;font-weight: 600;}
  135. .slider-check-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
  136. .slider-check-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
  137. .btn-click{color:#666;}
  138. #yzm-slider{
  139. margin: 32rpx 0 20rpx;position: unset;
  140. #nc_1_wrapper{width: 100%;}
  141. }
  142. .slider-tip-red{color: red;}
  143. @media (max-height: 700px) {
  144. .slider-check-content{margin-bottom: 16%;}
  145. }
  146. @media (max-height: 600px) {
  147. .slider-check-content{margin-bottom: 0;}
  148. }
  149. }
  150. // 选择年级和学期
  151. .grades-terms-page{
  152. width:100%;height:100vh;
  153. background-color: #43c1f6;
  154. background-image: url("@/static/images/grade/grades-terms-bj.png");@include ezy-no-repeat-cover(top);
  155. // padding-top: 52%;
  156. position: relative;min-height: 1212rpx;
  157. .grades-body{
  158. width: 752rpx;max-width: 100%;height: 1212rpx;display: flex;flex-direction: column;margin: 0 auto;
  159. background-image: url("@/static/images/grade/grades-border.png");@include ezy-no-repeat-cover(top);
  160. position: absolute;left: 50%;transform: translateX(-50%);top: 24%;
  161. }
  162. .grades-change-title{
  163. width: 577rpx;height: 92rpx;margin: 10% auto 0;
  164. background-image: url("@/static/images/grade/grades-title.png");@include ezy-no-repeat-cover;
  165. }
  166. .grades-title-desc{font-size: 28rpx;color: #777;text-align: center;margin-top: 10rpx;}
  167. .grades-terms-title{width: 692rpx;height: 92rpx;margin: 3% auto 0;@include ezy-no-repeat-cover;}
  168. .grades-title-img{background-image: url("@/static/images/grade/grade-title.png");}
  169. .terms-title-img{background-image: url("@/static/images/grade/term-bj.png");}
  170. .grade-item-box{display: flex;flex-wrap: wrap;justify-content: space-evenly;box-sizing: border-box;padding: 3% 4% 1%;}
  171. .grade-item {
  172. width: 277rpx;height: 87rpx;line-height: 82rpx;margin: 2% 0;
  173. background-image: url("@/static/images/grade/grades-bj.png");@include ezy-no-repeat-cover;
  174. text-align: center;font-size: 36rpx;color: #fff;font-weight: 800;
  175. }
  176. // -webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300;
  177. .grade-item.active{
  178. color: #fff;background-image: url("@/static/images/grade/grades-a-bj.png");
  179. }
  180. .grade-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 5% auto 4%;}
  181. .grade-confirm-btn{
  182. width: 644rpx;height: 108rpx;background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
  183. }
  184. .grade-confirm-btn:after{display: none;}
  185. /* 针对小屏幕设备 */
  186. @media (max-height: 800px) {
  187. min-height: 1300rpx;
  188. .grades-body{zoom:0.9;bottom: 1%;top: unset;}
  189. }
  190. @media (max-height: 700px) {
  191. min-height: 1200rpx;
  192. .grades-body{zoom:0.8;}
  193. }
  194. @media (max-height: 480px) {
  195. min-height: 1200rpx;
  196. .grades-body{zoom:0.75;}
  197. }
  198. }
  199. // 蛋
  200. .study-egg-dialog{
  201. .egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;}
  202. .egg-title{
  203. width: 606rpx;height: 85rpx;
  204. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-title.png");
  205. }
  206. .egg-img{width: 692rpx;height: 615rpx;margin-top: 20%;
  207. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.png");
  208. }
  209. .egg-btn{
  210. width: 644rpx;height: 106rpx;margin-top: 10%;
  211. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");
  212. }
  213. @media (max-height: 800px) {
  214. .egg-img{margin-top: 10%;}
  215. .egg-btn{margin-top: 6%;}
  216. }
  217. @media (max-height: 700px) {
  218. .egg-img{margin-top: 6%;}
  219. .egg-btn{margin-top: 4%;}
  220. }
  221. }
  222. //地图页
  223. .ezy-study-page{
  224. width:100%;height: 100vh;min-height:1400rpx;background-color: #43c1f6;display: flex;flex-direction: column;
  225. background-image: url("@/static/images/study/study-page-bj.png");@include ezy-no-repeat-cover(top);
  226. box-sizing: border-box;padding-top:var(--status-bar-height);justify-content: center;position: relative;
  227. .study-school-year{
  228. width: 237rpx;height: 73rpx;line-height:68rpx;background-image: url("@/static/images/study/school-year-bj.png");
  229. color: #fff;@include ezy-no-repeat-cover;padding-left: 75rpx;font-size: 28rpx;font-weight: 600;
  230. position: absolute;left: 20rpx;top:var(--status-bar-height);
  231. }
  232. .ezy-study-wrap{
  233. width:750rpx;height:1394rpx;background-image: url("@/static/images/study/study-wrap-bj.png");
  234. @include ezy-no-repeat-cover;position: relative;margin: 0 auto;
  235. }
  236. .chapter-box{
  237. width: 150rpx;text-align: center;font-weight: 800;color: #5c1a11;
  238. font-size: 32rpx;position: absolute;top:126rpx;left:330rpx;
  239. }
  240. .chapter-title-box{
  241. width: 268rpx;text-align: center;font-weight: 800;color: #fbb030;@include single-line-ellipsis;
  242. font-size: 32rpx;position: absolute;top:180rpx;left:270rpx;
  243. }
  244. .brand-item{box-sizing: border-box;font-size: 28rpx;color: #fff;text-align: center;font-weight: 600;position: relative;}
  245. .brand-content{width: 100%;@include single-line-ellipsis;}
  246. .brand-icon,.brand-lock{
  247. width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
  248. position: absolute;top: -30rpx;left: 50%;transform: translateX(-50%);}
  249. .brand-icon{
  250. font-size: 36rpx;font-weight: 600;color: #ff6501;line-height: 70rpx;
  251. background-image: url("@/static/images/catalog/number-bj.png");
  252. }
  253. .brand-lock{background-image: url("@/static/images/catalog/lock-bj.png");
  254. display: flex;justify-content: center;}
  255. .brand-lock::before{
  256. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  257. background-image: url("@/static/images/catalog/lock-img.png");margin-top: 10rpx;
  258. }
  259. .brand-item:nth-child(1){
  260. width: 298rpx;height: 144rpx;@include ezy-no-repeat-cover;
  261. padding: 40rpx 4rpx 10rpx 12rpx;position: absolute;top:320rpx;right:60rpx;
  262. background-image: url("@/static/images/catalog/chang-pai-disabled.png");
  263. }
  264. .brand-item.brand-active:nth-child(1){background-image: url("@/static/images/catalog/chang-pai-active.png");}
  265. .brand-item:nth-child(2){
  266. width: 231rpx;height: 147rpx;@include ezy-no-repeat-cover;
  267. padding: 40rpx 0 10rpx 16rpx;position: absolute;top:540rpx;left:75rpx;
  268. background-image: url("@/static/images/catalog/duan-pai-disabled.png");
  269. }
  270. .brand-item:nth-child(3){
  271. width: 298rpx;height: 144rpx;@include ezy-no-repeat-cover;
  272. padding: 40rpx 4rpx 10rpx 12rpx;position: absolute;top:692rpx;right:90rpx;
  273. background-image: url("@/static/images/catalog/chang-pai-disabled.png");
  274. }
  275. .brand-item:nth-child(4){
  276. width: 185rpx;height: 121rpx;@include ezy-no-repeat-cover;
  277. padding: 16rpx 16rpx 10rpx 24rpx;position: absolute;top:1112rpx;right:140rpx;
  278. background-image: url("@/static/images/catalog/ceshi-pai.png");
  279. .brand-lock{left: 0;top: -30rpx;}
  280. }
  281. @media (max-height: 800px) {
  282. // 0.92
  283. .ezy-study-wrap{width: 690rpx;height: 1284rpx;}
  284. .chapter-box{width: 138rpx;top:115rpx;left:304rpx;}
  285. .chapter-title-box{width: 247rpx;top:164rpx;left:247rpx;}
  286. .brand-item:nth-child(1){top:280rpx;right:32rpx;}
  287. .brand-item:nth-child(2){top:480rpx;left:70rpx;}
  288. .brand-item:nth-child(3){top:632rpx;right:78rpx;}
  289. .brand-item:nth-child(4){top:1016rpx;right:140rpx;}
  290. }
  291. @media (max-height: 700px) {
  292. //0.88
  293. .ezy-study-wrap{width: 644rpx;height: 1198rpx;}
  294. .chapter-box{top:106rpx;left:275rpx;}
  295. .chapter-title-box{width: 230rpx;top:152rpx;left:230rpx;}
  296. .brand-item:nth-child(1){top:245rpx;right:30rpx;}
  297. .brand-item:nth-child(2){top:440rpx;left:60rpx;}
  298. .brand-item:nth-child(3){top:578rpx;right:50rpx;}
  299. .brand-item:nth-child(4){top:942rpx;right:124rpx;}
  300. }
  301. @media (max-height: 600px) {
  302. //0.76
  303. min-height:1200rpx;
  304. .ezy-study-wrap{width: 577rpx;height: 1072rpx;}
  305. .chapter-box{width: 120rpx;top:93rpx;left:252rpx;}
  306. .chapter-title-box{width: 210rpx;top:132rpx;left:206rpx;}
  307. .brand-item:nth-child(1){top:205rpx;right:4rpx;}
  308. .brand-item:nth-child(2){top:380rpx;left:30rpx;}
  309. .brand-item:nth-child(3){top:508rpx;right:30rpx;}
  310. .brand-item:nth-child(4){top:836rpx;right:104rpx;}
  311. }
  312. }
  313. //目录页
  314. .ezy-catalogue-dialog{
  315. width: 663rpx;height: 1038rpx;padding: 180rpx 52rpx 60rpx;box-sizing: border-box;position: relative;
  316. background-image: url("@/static/images/catalog/catalog-bj.png");@include ezy-no-repeat-cover;
  317. display: flex;
  318. .catalogue-close-btn{
  319. width: 54rpx;height: 54rpx;
  320. background-image: url("@/static/images/catalog/catalog-close-btn.png");@include ezy-no-repeat-cover;
  321. position: absolute;top: 40rpx;right: 36rpx;
  322. }
  323. .ezy-catalogue-collapse{
  324. background-color: transparent!important;flex: 1;overflow-y: auto;
  325. .collapse-item-box{
  326. display: flex;flex-direction: column;padding: 24rpx 10rpx 24rpx 10rpx;box-sizing: border-box;
  327. border-bottom: 2rpx dashed #9dc0f6;
  328. .uni-collapse-item__wrap{background-color: transparent!important;}
  329. .collapse-title{display: flex;font-size: 30rpx;font-weight: 700;color: #0a549d;position: relative;}
  330. .collapse-num-box{
  331. width: 46rpx;height: 46rpx;line-height: 46rpx;font-size: 30rpx;font-weight: 700;color: #fff;text-align: center;
  332. background-image: url("@/static/images/catalog/num-bj.png");@include ezy-no-repeat-cover;
  333. -webkit-text-stroke: 1rpx #0d64d7;text-stroke: 1rpx #0d64d7;margin-right: 20rpx;flex-shrink: 0;
  334. }
  335. .collapse-name{@include single-line-ellipsis;width: 380rpx;}
  336. .uni-collapse-item__title-arrow{margin-right: 60rpx;}
  337. .uni-icons{
  338. width: 37rpx;height: 37rpx;
  339. background-image: url("@/static/images/catalog/jt-btn.png");@include ezy-no-repeat-cover;
  340. &::before{display: none;}
  341. }
  342. .collapse-lock{
  343. width: 35rpx;height: 41rpx;position: absolute;right: -90rpx;top: 0rpx;
  344. background-image: url("@/static/images/catalog/catalog-lock.png");@include ezy-no-repeat-cover;
  345. }
  346. }
  347. .collapse-item-box.collapse-active{
  348. border: 0;
  349. .collapse-title{color: #01b106;}
  350. .collapse-num-box{
  351. background-image: url("@/static/images/catalog/num-active-bj.png");
  352. -webkit-text-stroke: 1rpx #009931;text-stroke: 1rpx #009931;
  353. }
  354. .uni-icons{
  355. background-image: url("@/static/images/catalog/jt-active-btn.png");transform:unset;
  356. }
  357. }
  358. .collapse-content-box{border-top: 2rpx dashed #9dc0f6;margin: 20rpx 0 100rpx;}
  359. .collapse-content-item{
  360. font-size: 28rpx;color:#343434;
  361. border-bottom: 1px dashed #999;
  362. padding: 20rpx 10rpx;margin: 0 10rpx;
  363. }
  364. // .collapse-item-box:last-child{border: 0;}
  365. }
  366. }
  367. // 考试页
  368. .ezy-exam-page{
  369. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  370. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  371. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  372. .ezy-exam-swiper{
  373. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  374. uni-swiper-item{overflow: auto;}
  375. }
  376. .exam-submit-btn{
  377. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  378. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  379. }
  380. .tip-mask-box{
  381. width: 100%;height: 100vh;position: relative;position: absolute;top: 0;left: 0;z-index: 3;
  382. }
  383. .exam-tip-box{
  384. width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
  385. background-image: url("@/static/images/exam/exam-tip-bj.png");
  386. color: #036f6f;font-size: 32rpx;z-index: 3;padding: 180rpx 0 0 100rpx;
  387. position: absolute;left: 0;right: 0;bottom: var(--window-bottom);
  388. }
  389. }
  390. // 成绩页
  391. .ezy-result-page{
  392. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  393. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  394. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  395. .result-exam-swiper{
  396. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  397. uni-swiper-item{overflow: auto;}
  398. .flex-center{
  399. height: 100%;
  400. .body{height: 100%;display: flex;flex-direction: column;}
  401. .ezy-danxuan-box{flex: 1;overflow-y: auto;}
  402. }
  403. }
  404. .answer-content-box{
  405. margin-top: 24rpx;
  406. .answer-title{width: 150rpx;height: 62rpx;flex-shrink: 0;
  407. background-image: url("@/static/images/exam/answer-title.png");@include ezy-no-repeat-cover;
  408. }
  409. .answer-btn-box{
  410. display: flex;height: 135rpx;
  411. margin: 20rpx 0 20rpx 10rpx;}
  412. .answer-item-left,.answer-item-right{
  413. width: 100%;flex: 1;align-items: center;justify-content: center;
  414. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.3);
  415. .answer-item-title{font-size: 32rpx;color: #333;margin-bottom: 4rpx;}
  416. .answer-item-error{font-size: 32rpx;color: #ef1417;}
  417. .answer-item-correct{font-size: 32rpx;color: #15ab2e;}
  418. }
  419. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  420. .answer-item-right{border-radius: 0 4px 4px 0;}
  421. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  422. .answer-btn{width: 144rpx;height: 135rpx;@include ezy-no-repeat-cover;
  423. background-image: url("@/static/images/exam/answer-btn.png");
  424. margin: 0 32rpx;flex-shrink: 0;
  425. }
  426. }
  427. }
  428. // 得分页
  429. .exam-score-dialog{
  430. width: 750rpx;height: 1250rpx;margin-bottom: 24%;position: relative;
  431. background-image: url("@/static/images/exam/score-bj.png");@include ezy-no-repeat-cover;
  432. // -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  433. .score-content-box{
  434. position: absolute;top: 746rpx;left: 200rpx;word-spacing: 18rpx;
  435. font-size: 38rpx;font-weight: 800; color: #000;
  436. .text-red{color: #ff6500;margin: 0 8rpx;}
  437. .text-score{
  438. width: 160rpx;font-size: 82rpx;font-weight: 800;color: #ff6701;
  439. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  440. margin: 110rpx 0 0 160rpx;text-align: center;}
  441. }
  442. .ckst-btn,.jxxx-btn{width: 115rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  443. .score-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  444. .ckst-btn{background-image: url("@/static/images/exam/ckst-btn.png");}
  445. .jxxx-btn{background-image: url("@/static/images/exam/jxxx-btn.png");}
  446. @media (max-height: 700px) {zoom: 0.9;}
  447. @media (max-height: 600px) {margin-bottom: 40%;}
  448. }
  449. // 答案解析
  450. .ezy-dajx-page{
  451. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  452. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  453. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  454. .shiti-frame-box{overflow-y: auto;}
  455. .dajx-content-box{
  456. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  457. .slfx-title,.spjj-title{
  458. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  459. }
  460. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  461. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  462. .slfx-content{
  463. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  464. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  465. }
  466. }
  467. .spjj-video-box{
  468. width: 606rpx;height: 394rpx;@include ezy-no-repeat-cover;margin: 0 auto 42rpx;
  469. background-image: url("@/static/images/exam/video-frame-bj.png");position: relative;
  470. box-sizing: border-box;padding: 18rpx;
  471. .spjj-video{
  472. width: 100%;height: 100%!important;
  473. .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;}
  474. .prism-info-display{display: none;}
  475. }
  476. }
  477. }
  478. // 课程页面
  479. .ezy-course-page{
  480. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  481. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  482. @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
  483. .course-video-box{
  484. width: 100%;height: 400rpx!important;flex-shrink: 0;position: relative;
  485. .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);z-index: 20;}
  486. .prism-info-display{display: none;}
  487. }
  488. .course-content-border{
  489. width: 100%;display: flex;flex: 1;position: relative;
  490. background-color: rgba(255, 255, 255, 0.6);overflow-y: auto;
  491. }
  492. .course-content-box{
  493. flex: 1;margin: 20rpx 20rpx 0;background-color: #fff;overflow-y: auto;
  494. box-sizing: border-box;padding: 42rpx 24rpx;
  495. }
  496. .course-content-item{
  497. width: 100%;background-color: #f7f8fa;border-radius: 8rpx;
  498. display: flex;box-sizing: border-box;padding: 20rpx;margin-bottom: 24rpx;
  499. }
  500. .course-title{color: #088aea;font-size: 42rpx;margin-bottom: 20rpx;}
  501. .course-play-btn{width: 48rpx;height: 48rpx;margin-right: 20rpx;
  502. @include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-play.png");
  503. }
  504. .course-content{
  505. display: flex;flex-direction: column;color: #666;font-size: 32rpx;
  506. .content-kcwz{font-size: 28rpx;margin-top: 16rpx;}
  507. }
  508. }
  509. // 课程得分页面
  510. .course-score-dialog{
  511. width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
  512. background-image: url("@/static/images/course/video-score-bj.png");
  513. margin-bottom: 20%;position: relative;
  514. .text-score{
  515. width: 220rpx;font-size: 100rpx;font-weight: 800;color: #ff6701;
  516. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  517. margin: 110rpx 0 0 160rpx;text-align: right;position: absolute;
  518. bottom: 230rpx;left: 0;
  519. }
  520. .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  521. .course-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  522. .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
  523. .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
  524. @media (max-height: 600px) {margin-bottom: 40%;}
  525. }
  526. // height:$titleBar-tabBar-page;
  527. .lli-develop-expect-page{
  528. width: 100%;height: 100vh;
  529. display: flex;flex-direction: column;justify-content: center;align-items: center;
  530. position: relative;box-sizing: border-box;
  531. .page-content{
  532. background-color: #9ed5cf;width: 100%;text-align: center;display: block;
  533. margin-top: 44px;flex: 1;
  534. span{
  535. font-size: 24px;padding: 20px 0;display: block;font-weight: 900;color: #09539a;
  536. -webkit-text-stroke: 1rpx #fff; /* 文字描边(仅webkit内核浏览器支持) */
  537. text-stroke: 1rpx #fff; /* 未来可能的标准属性,目前支持有限 */
  538. text-shadow: 4px 4px 4px rgba(110, 229, 249, 0.5); /* 文字阴影 */
  539. }
  540. }
  541. .bottom-word{position: absolute;bottom: 0;margin-top: 0;}
  542. }