pages.scss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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;overflow:hidden;
  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. /***** 输入手机号页面*****/
  15. .phone-input-box{
  16. width: 644rpx;height: 144rpx;box-sizing: border-box;padding-bottom: 20rpx;
  17. display: flex;align-items: center;margin-top: 50rpx;
  18. background-image: url("@/static/images/login/login-tel-bj.png");@include ezy-no-repeat-cover;
  19. .phone-prefix {
  20. width: 90rpx;margin-left:18rpx;font-size: 38rpx;color: #ffffffd9;
  21. font-weight: normal;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;
  22. }
  23. .phone-prefix::after{content: '';width: 1rpx;height: 40rpx;display: inline-block;background-color: #ffffffd9;}
  24. .phone-input {font-size: 38rpx;padding: 0 22rpx;box-sizing: border-box;color: #fff;flex: 1;}
  25. .uni-input-placeholder {font-size: 34rpx;color: #ffffffd9;
  26. }
  27. .close-btn{width: 42rpx;height: 42rpx;margin-right: 30rpx;@include ezy-no-repeat-cover;
  28. background-image: url("@/static/images/login/login-close-icon.png");flex-shrink: 0;}
  29. }
  30. .agreement-checkbox-box {
  31. display: flex;justify-content: center;margin-top: 10rpx;;
  32. .agreement-checkbox-input{width: 40rpx;height: 40rpx;border: 0;margin-right: 4rpx;font-size: 0;}
  33. .uni-checkbox-input{
  34. width: 40rpx;height: 40rpx;border: 0;background-color: unset;@include ezy-no-repeat-cover;
  35. background-image: url("@/static/images/login/login-checked-bj.png");
  36. svg {width: 28;height: 28rpx;top: 48%;left: 50%;}
  37. }
  38. .agreement-text-box {
  39. color: #ffffffd9;font-size: 27rpx;
  40. flex-direction: row;display: flex;align-items: center;
  41. .agreement-text{color: #e3f524;display: contents;}
  42. }
  43. }
  44. .login-btn{width: 644rpx;height: 106rpx;@include ezy-no-repeat-cover;}
  45. .yzm-btn-disabled{margin-top: 84rpx;background-image: url("@/static/images/login/login-zym-bj-disabled.png");}
  46. .yzm-btn-normal{background-image: url("@/static/images/login/login-zym-bj.png");}
  47. .wx-btn-img{
  48. width: 96rpx;height: 96rpx;position: absolute;bottom:5%;
  49. left: 50%;transform:translateX(-50%) ;
  50. background-image: url("@/static/images/login/login-wx-icon.png");@include ezy-no-repeat-cover;
  51. }
  52. /***** 输入验证码页面*****/
  53. .login-title-img{
  54. width: 317rpx;height: 77rpx;@include ezy-no-repeat-cover;margin-right: auto;
  55. background-image: url("@/static/images/login/login-yzm.png");
  56. }
  57. .yzm-show{font-size: 28rpx;color: #ffffffd9;margin: 24rpx 0 0 20rpx;}
  58. .login-btn-disabled{margin-top: 52rpx;background-image: url("@/static/images/login/login-btn-bj-disabled.png");}
  59. .login-btn-normal{margin-top: 52rpx;background-image: url("@/static/images/login/login-btn-bj.png");}
  60. .cxfs-btn{font-size: 30rpx;color: #3257b9;display: inline-block;margin: 20rpx auto 60rpx;}
  61. .cxfs-btn-disabled{color: #777;}
  62. .login-text{font-size: 28rpx;color: #3257b9;margin: 16rpx 0 0 20rpx;}
  63. /* 针对小屏幕设备 */
  64. @media (max-height: 800px) {
  65. .wx-btn-img{bottom:2%;}
  66. }
  67. @media (max-height: 700px) {
  68. .phone-input-box{margin-top: 24rpx;}
  69. .yzm-btn-img{margin-top: 52rpx;}
  70. .wx-btn-img{bottom:3%;}
  71. }
  72. @media (max-height: 480px) {
  73. overflow:auto;
  74. .login-body-box{top:660rpx;}
  75. .ezy-login-wrap{height: 1400rpx;position: relative;}
  76. }
  77. }
  78. // 用户协议弹窗
  79. .agree-sections-dialog{
  80. width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;
  81. background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
  82. .agree-title{color:#666;font-size: 32rpx;font-weight: 600;}
  83. .agree-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
  84. .confirm-btn{width: 538rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 46rpx auto 0;
  85. background-image: url("@/static/images/login/agree-confirm-btn.png");}
  86. .not-confirm-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
  87. }
  88. // 用户协议详情弹窗
  89. .agree-content-dialog{
  90. width: 100%;height: 100vh;overflow: auto;
  91. .agree-content-box{
  92. width: 684rpx;height: 1308rpx;@include ezy-no-repeat-cover;
  93. background-image: url("@/static/images/login/agree-content-bj.png");
  94. padding: 120rpx 0 64rpx;box-sizing: border-box;margin-top: 36%;
  95. position: relative;text-align: justify;
  96. display: flex;flex-direction: column;
  97. }
  98. .agree-title{font-size: 42rpx;text-align: center;margin-bottom: 42rpx;flex-shrink: 0;}
  99. .agree-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;
  100. position: absolute;top: 64rpx;right: 44rpx;
  101. background-image: url("@/static/images/login/agree-sections-close.png");}
  102. .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;}
  103. @media (max-height: 800px) {
  104. .agree-content-box{margin-top: 18%;}
  105. }
  106. @media (max-height: 700px) {
  107. .agree-content-box{margin-top: var(--status-bar-height);}
  108. }
  109. }
  110. // 滑块校验弹窗
  111. .slider-check-dialog{
  112. background-color: rgba(255, 255, 255, 0.6);
  113. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  114. justify-content: center;align-items: center;
  115. .slider-check-content{
  116. width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;
  117. background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
  118. }
  119. #yzm-slider{
  120. margin: 32rpx 0 46rpx;position: unset;
  121. // #nc_1_wrapper{width: 100%;}
  122. }
  123. }
  124. // 选择年级和学期
  125. .grades-terms-page{
  126. width:100%;height:100vh;
  127. background-color: #43c1f6;
  128. background-image: url("@/static/images/grade/grades-terms-bj.png");@include ezy-no-repeat-cover(top);
  129. // padding-top: 52%;
  130. position: relative;min-height: 1212rpx;
  131. .grades-body{
  132. width: 752rpx;max-width: 100%;height: 1212rpx;display: flex;flex-direction: column;margin: 0 auto;
  133. background-image: url("@/static/images/grade/grades-border.png");@include ezy-no-repeat-cover(top);
  134. position: absolute;bottom: 2%;left: 50%;transform: translateX(-50%);
  135. }
  136. .grades-change-title{
  137. width: 577rpx;height: 92rpx;margin: 10% auto 0;
  138. background-image: url("@/static/images/grade/grades-title.png");@include ezy-no-repeat-cover;
  139. }
  140. .grades-title-desc{font-size: 28rpx;color: #777;text-align: center;margin-top: 10rpx;}
  141. .grades-terms-title{width: 692rpx;height: 92rpx;margin: 3% auto 0;@include ezy-no-repeat-cover;}
  142. .grades-title-img{background-image: url("@/static/images/grade/grade-title.png");}
  143. .terms-title-img{background-image: url("@/static/images/grade/term-bj.png");}
  144. .grade-item-box{display: flex;flex-wrap: wrap;justify-content: space-evenly;box-sizing: border-box;padding: 3% 4% 1%;}
  145. .grade-item {
  146. width: 277rpx;height: 87rpx;line-height: 82rpx;margin: 2% 0;
  147. background-image: url("@/static/images/grade/grades-bj.png");@include ezy-no-repeat-cover;
  148. text-align: center;font-size: 36rpx;color: #fff;font-weight: 800;
  149. -webkit-text-stroke: 1.6rpx #003466;
  150. text-stroke: 1.6rpx #003466;
  151. }
  152. .grade-item.active{
  153. color: #fff;-webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300;
  154. background-image: url("@/static/images/grade/grades-a-bj.png");
  155. }
  156. .grade-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 5% auto 4%;}
  157. .grade-confirm-btn{
  158. width: 644rpx;height: 108rpx;background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
  159. }
  160. .grade-confirm-btn:after{display: none;}
  161. /* 针对小屏幕设备 */
  162. @media (max-height: 800px) {
  163. min-height: 1500rpx;
  164. .grades-body{bottom: unset;top:26%;zoom:0.9;}
  165. }
  166. @media (max-height: 700px) {
  167. min-height: 1400rpx;
  168. .grades-body{top:23%;zoom:0.84;}
  169. }
  170. @media (max-height: 480px) {
  171. min-height: 1500rpx;
  172. .grades-body{top:25%;zoom:0.92;}
  173. }
  174. }
  175. // 蛋
  176. .study-egg-dialog{
  177. .egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;}
  178. .egg-title{
  179. width: 606rpx;height: 85rpx;
  180. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-title.png");
  181. }
  182. .egg-img{width: 692rpx;height: 615rpx;margin-top: 20%;
  183. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.png");
  184. }
  185. .egg-btn{
  186. width: 644rpx;height: 106rpx;margin-top: 10%;
  187. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");
  188. }
  189. @media (max-height: 800px) {
  190. .egg-img{margin-top: 10%;}
  191. .egg-btn{margin-top: 6%;}
  192. }
  193. @media (max-height: 700px) {
  194. .egg-img{margin-top: 6%;}
  195. .egg-btn{margin-top: 4%;}
  196. }
  197. }
  198. //地图页
  199. .ezy-study-page{
  200. width:100%;height:100vh;
  201. background-color: #43c1f6;
  202. background-image: url("@/static/images/study/study-page-bj.png");@include ezy-no-repeat-cover(top);
  203. position: relative;min-height: 1394rpx;
  204. padding:var(--status-bar-height) var(--window-right) 0 var(--window-left);box-sizing: border-box;z-index: 1;
  205. .ezy-study-wrap{
  206. width:100%;height:1394rpx;background-image: url("@/static/images/study/study-wrap-bj.png");@include ezy-no-repeat-cover;
  207. position: absolute;bottom: 4%;z-index: 2;
  208. }
  209. .study-school-year{
  210. width: 237rpx;height: 73rpx;line-height:68rpx;background-image: url("@/static/images/study/school-year-bj.png");
  211. color: #fff;@include ezy-no-repeat-cover;padding-left: 75rpx;position: absolute;top: 1%;left: 3%;z-index: 3;
  212. font-size: 32rpx;
  213. }
  214. }
  215. // height:$titleBar-tabBar-page;
  216. .lli-develop-expect-page{
  217. display: flex;flex-direction: column;justify-content: space-between;align-items: center;
  218. background-color: blue;position: relative;
  219. .page-content{
  220. background-color: #9ed5cf;width: 100%;text-align: center;display: block;
  221. margin-top: 44px;flex: 1;
  222. span{
  223. font-size: 24px;padding: 20px 0;display: block;font-weight: 900;color: #09539a;
  224. -webkit-text-stroke: 1rpx #fff; /* 文字描边(仅webkit内核浏览器支持) */
  225. text-stroke: 1rpx #fff; /* 未来可能的标准属性,目前支持有限 */
  226. text-shadow: 4px 4px 4px rgba(110, 229, 249, 0.5); /* 文字阴影 */
  227. }
  228. }
  229. .bottom-word{position: absolute;bottom: 0;margin-top: 0;}
  230. }