pages.scss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  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. .login-btn{margin-top: 36rpx;}
  87. .ezy-login-wrap{height: 1360rpx;position: relative;}
  88. }
  89. }
  90. // 用户协议弹窗
  91. .agree-sections-dialog{
  92. width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;
  93. background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
  94. .agree-title{color:#666;font-size: 32rpx;font-weight: 600;}
  95. .agree-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
  96. .confirm-btn{width: 538rpx;height: 85rpx;@include ezy-no-repeat-cover;margin: 46rpx auto 0;
  97. background-image: url("@/static/images/login/agree-confirm-btn.png");}
  98. .not-confirm-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
  99. }
  100. // 用户协议详情弹窗
  101. .agree-content-dialog{
  102. width: 100%;height: 100vh;overflow: auto;
  103. .agree-content-box{
  104. width: 684rpx;height: 1308rpx;@include ezy-no-repeat-cover;
  105. background-image: url("@/static/images/login/agree-content-bj.png");
  106. padding: 120rpx 0 64rpx;box-sizing: border-box;margin-top: 36%;
  107. position: relative;text-align: justify;
  108. display: flex;flex-direction: column;
  109. }
  110. .agree-title{font-size: 42rpx;text-align: center;margin-bottom: 42rpx;flex-shrink: 0;}
  111. .agree-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;
  112. position: absolute;top: 64rpx;right: 44rpx;
  113. background-image: url("@/static/images/login/agree-sections-close.png");}
  114. .agree-section-box{font-size: 30rpx;line-height: 1.8;overflow: auto;flex: 1;padding: 0 46rpx;}
  115. @media (max-height: 800px) {
  116. .agree-content-box{margin-top: 18%;}
  117. }
  118. @media (max-height: 700px) {
  119. .agree-content-box{margin-top: var(--status-bar-height);}
  120. }
  121. }
  122. // 滑块校验弹窗
  123. .slider-check-dialog{
  124. background-color: rgba(255, 255, 255, 0.6);
  125. position: fixed;display: flex;flex-direction: column;top: 0;left: 0;bottom:0;right: 0;
  126. justify-content: center;align-items: center;
  127. .slider-check-content{
  128. width: 635rpx;height: 702rpx;padding: 360rpx 36rpx 42rpx;box-sizing: border-box;text-align: center;
  129. background-image: url("@/static/images/login/agree-dialog-bj.png");@include ezy-no-repeat-cover;
  130. }
  131. .slider-check-title{color:#666;font-size: 32rpx;font-weight: 600;}
  132. .slider-check-tip{color:#777;font-size: 28rpx;margin-top: 30rpx;}
  133. .slider-check-btn{color:#888;font-size: 32rpx;padding: 16rpx 0;display: inline-block;}
  134. .btn-click{color:#666;}
  135. #yzm-slider{
  136. margin: 32rpx 0;position: unset;
  137. // #nc_1_wrapper{width: 100%;}
  138. }
  139. .slider-tip-red{color: red;}
  140. }
  141. // 选择年级和学期
  142. .grades-terms-page{
  143. width:100%;height:100vh;
  144. background-color: #43c1f6;
  145. background-image: url("@/static/images/grade/grades-terms-bj.png");@include ezy-no-repeat-cover(top);
  146. // padding-top: 52%;
  147. position: relative;min-height: 1212rpx;
  148. .grades-body{
  149. width: 752rpx;max-width: 100%;height: 1212rpx;display: flex;flex-direction: column;margin: 0 auto;
  150. background-image: url("@/static/images/grade/grades-border.png");@include ezy-no-repeat-cover(top);
  151. position: absolute;left: 50%;transform: translateX(-50%);top: 24%;
  152. }
  153. .grades-change-title{
  154. width: 577rpx;height: 92rpx;margin: 10% auto 0;
  155. background-image: url("@/static/images/grade/grades-title.png");@include ezy-no-repeat-cover;
  156. }
  157. .grades-title-desc{font-size: 28rpx;color: #777;text-align: center;margin-top: 10rpx;}
  158. .grades-terms-title{width: 692rpx;height: 92rpx;margin: 3% auto 0;@include ezy-no-repeat-cover;}
  159. .grades-title-img{background-image: url("@/static/images/grade/grade-title.png");}
  160. .terms-title-img{background-image: url("@/static/images/grade/term-bj.png");}
  161. .grade-item-box{display: flex;flex-wrap: wrap;justify-content: space-evenly;box-sizing: border-box;padding: 3% 4% 1%;}
  162. .grade-item {
  163. width: 277rpx;height: 87rpx;line-height: 82rpx;margin: 2% 0;
  164. background-image: url("@/static/images/grade/grades-bj.png");@include ezy-no-repeat-cover;
  165. text-align: center;font-size: 36rpx;color: #fff;font-weight: 800;
  166. -webkit-text-stroke: 1rpx #003466;
  167. text-stroke: 1rpx #003466;
  168. }
  169. // -webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300;
  170. .grade-item.active{
  171. color: #fff;-webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300;
  172. background-image: url("@/static/images/grade/grades-a-bj.png");
  173. }
  174. .grade-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 5% auto 4%;}
  175. .grade-confirm-btn{
  176. width: 644rpx;height: 108rpx;background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
  177. }
  178. .grade-confirm-btn:after{display: none;}
  179. /* 针对小屏幕设备 */
  180. @media (max-height: 800px) {
  181. min-height: 1300rpx;
  182. .grades-body{zoom:0.9;bottom: 1%;top: unset;}
  183. }
  184. @media (max-height: 700px) {
  185. min-height: 1200rpx;
  186. .grades-body{zoom:0.8;}
  187. }
  188. @media (max-height: 480px) {
  189. min-height: 1200rpx;
  190. .grades-body{zoom:0.75;}
  191. }
  192. }
  193. // 蛋
  194. .study-egg-dialog{
  195. .egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;}
  196. .egg-title{
  197. width: 606rpx;height: 85rpx;
  198. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-title.png");
  199. }
  200. .egg-img{width: 692rpx;height: 615rpx;margin-top: 20%;
  201. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.png");
  202. }
  203. .egg-btn{
  204. width: 644rpx;height: 106rpx;margin-top: 10%;
  205. @include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");
  206. }
  207. @media (max-height: 800px) {
  208. .egg-img{margin-top: 10%;}
  209. .egg-btn{margin-top: 6%;}
  210. }
  211. @media (max-height: 700px) {
  212. .egg-img{margin-top: 6%;}
  213. .egg-btn{margin-top: 4%;}
  214. }
  215. }
  216. //地图页
  217. .ezy-study-page{
  218. width:100%;height:100vh;
  219. background-color: #43c1f6;
  220. background-image: url("@/static/images/study/study-page-bj.png");@include ezy-no-repeat-cover(top);
  221. position: relative;min-height: 1394rpx;padding-top:calc(1% + var(--status-bar-height));
  222. box-sizing: border-box;z-index: 1;
  223. .study-school-year{
  224. width: 237rpx;height: 73rpx;line-height:68rpx;background-image: url("@/static/images/study/school-year-bj.png");
  225. color: #fff;@include ezy-no-repeat-cover;padding-left: 75rpx;margin: 1% 0 0 3%;
  226. font-size: 32rpx;
  227. }
  228. .ezy-study-wrap{
  229. width:100%;height:1394rpx;background-image: url("@/static/images/study/study-wrap-bj.png");@include ezy-no-repeat-cover;
  230. position: absolute;bottom: 4%;z-index: 2;
  231. }
  232. .chapter-box{
  233. width: 150rpx;text-align: center;font-weight: 800;color: #5c1a11;
  234. position: absolute;top: 126rpx;left: 330rpx;font-size: 32rpx;
  235. }
  236. .chapter-title-box{
  237. width: 268rpx;text-align: center;font-weight: 800;color: #fbb030;
  238. position: absolute;top: 180rpx;left: 270rpx;font-size: 32rpx;
  239. }
  240. .brand-item{position: absolute;box-sizing: border-box;font-size: 28rpx;color: #fff;text-align: center;font-weight: 600;}
  241. .brand-content{width: 100%;@include single-line-ellipsis;}
  242. .brand-icon,.brand-lock{
  243. width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
  244. position: absolute;top: -30rpx;left: 50%;transform: translateX(-50%);}
  245. .brand-icon{
  246. font-size: 36rpx;font-weight: 600;color: #ff6501;line-height: 70rpx;
  247. background-image: url("@/static/images/catalog/number-bj.png");
  248. }
  249. .brand-lock{background-image: url("@/static/images/catalog/lock-bj.png");
  250. display: flex;justify-content: center;}
  251. .brand-lock::before{
  252. content: '';width: 38rpx;height: 45rpx;display: block;@include ezy-no-repeat-cover;
  253. background-image: url("@/static/images/catalog/lock-img.png");margin-top: 10rpx;
  254. }
  255. .brand-item:nth-child(1){
  256. width: 298rpx;height: 144rpx;@include ezy-no-repeat-cover;
  257. right: 60rpx;top: 320rpx;padding: 40rpx 4rpx 10rpx 12rpx;
  258. background-image: url("@/static/images/catalog/chang-pai-disabled.png");
  259. }
  260. .brand-item.brand-active:nth-child(1){background-image: url("@/static/images/catalog/chang-pai-active.png");}
  261. .brand-item:nth-child(2){
  262. width: 231rpx;height: 147rpx;@include ezy-no-repeat-cover;
  263. left: 55rpx;top: 512rpx;padding: 40rpx 0 10rpx 16rpx;
  264. background-image: url("@/static/images/catalog/duan-pai-disabled.png");
  265. }
  266. .brand-item:nth-child(3){
  267. width: 298rpx;height: 144rpx;@include ezy-no-repeat-cover;
  268. right: 85rpx;bottom: 560rpx;padding: 40rpx 4rpx 10rpx 12rpx;
  269. background-image: url("@/static/images/catalog/chang-pai-disabled.png");
  270. }
  271. .brand-item:nth-child(4){
  272. width: 185rpx;height: 121rpx;@include ezy-no-repeat-cover;
  273. right: 160rpx;bottom: 160rpx;padding: 16rpx 16rpx 10rpx 24rpx;
  274. background-image: url("@/static/images/catalog/ceshi-pai.png");
  275. .brand-lock{left: 0;top: -30rpx;}
  276. }
  277. }
  278. // 考试页
  279. .ezy-exam-page{
  280. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  281. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  282. .ezy-exam-swiper{
  283. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  284. uni-swiper-item{overflow: auto;}
  285. }
  286. .exam-submit-btn{
  287. width: 87rpx;height: 125rpx;@include ezy-no-repeat-cover;z-index: 2;
  288. background-image: url("@/static/images/exam/submit-btn.png");margin: 10rpx 42rpx 0 auto;
  289. }
  290. .exam-tip-box{
  291. width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
  292. background-image: url("@/static/images/exam/exam-tip-bj.png");
  293. color: #036f6f;font-size: 32rpx;z-index: 3;padding: 180rpx 0 0 100rpx;
  294. position: absolute;left: 0;right: 0;bottom: var(--window-bottom);
  295. }
  296. }
  297. // 成绩页
  298. .ezy-result-page{
  299. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  300. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  301. .result-exam-swiper{
  302. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;
  303. uni-swiper-item{overflow: auto;}
  304. .flex-center{
  305. height: 100%;
  306. .body{height: 100%;display: flex;flex-direction: column;}
  307. .ezy-danxuan-box{flex: 1;overflow-y: auto;}
  308. }
  309. }
  310. .answer-content-box{
  311. margin-top: 24rpx;
  312. .answer-title{width: 150rpx;height: 62rpx;flex-shrink: 0;
  313. background-image: url("@/static/images/exam/answer-title.png");@include ezy-no-repeat-cover;
  314. }
  315. .answer-btn-box{
  316. display: flex;height: 135rpx;
  317. margin: 20rpx 0 20rpx 10rpx;}
  318. .answer-item-left,.answer-item-right{
  319. width: 100%;flex: 1;align-items: center;justify-content: center;
  320. display: flex;flex-direction: column;background-color: rgba(255, 255, 255, 0.3);
  321. .answer-item-title{font-size: 32rpx;color: #333;margin-bottom: 4rpx;}
  322. .answer-item-error{font-size: 32rpx;color: #ef1417;}
  323. .answer-item-correct{font-size: 32rpx;color: #15ab2e;}
  324. }
  325. .answer-item-left{border-radius: 4px 0 4px 0;position: relative;}
  326. .answer-item-right{border-radius: 0 4px 4px 0;}
  327. .answer-line{width: 1px;position: absolute;top: 16rpx;right: 0;bottom: 16rpx;background: #d1e9f5;}
  328. .answer-btn{width: 144rpx;height: 135rpx;@include ezy-no-repeat-cover;
  329. background-image: url("@/static/images/exam/answer-btn.png");
  330. margin: 0 32rpx;flex-shrink: 0;
  331. }
  332. }
  333. }
  334. // 得分页
  335. .exam-score-dialog{
  336. width: 750rpx;height: 1250rpx;margin-bottom: 24%;position: relative;
  337. background-image: url("@/static/images/exam/score-bj.png");@include ezy-no-repeat-cover;
  338. // -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  339. .score-content-box{
  340. position: absolute;top: 746rpx;left: 200rpx;word-spacing: 18rpx;
  341. font-size: 38rpx;font-weight: 800; color: #000;
  342. .text-red{color: #ff6500;margin: 0 8rpx;}
  343. .text-score{
  344. width: 160rpx;font-size: 82rpx;weight: 800;color: #ff6701;
  345. -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
  346. margin: 110rpx 0 0 160rpx;text-align: center;}
  347. }
  348. .ckst-btn,.jxxx-btn{width: 115rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
  349. .score-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
  350. .ckst-btn{background-image: url("@/static/images/exam/ckst-btn.png");}
  351. .jxxx-btn{background-image: url("@/static/images/exam/jxxx-btn.png");}
  352. @media (max-height: 700px) {zoom: 0.9;}
  353. @media (max-height: 600px) {margin-bottom: 40%;}
  354. }
  355. // 答案解析
  356. .ezy-dajx-page{
  357. width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
  358. padding-top:var(--status-bar-height);display: flex;flex-direction: column;
  359. .shiti-frame-box{overflow-y: auto;}
  360. .dajx-content-box{
  361. width: 615rpx;flex: 1;z-index: 2;margin: 0 auto;overflow-y: auto;
  362. .slfx-title,.spjj-title{
  363. width: 231rpx;height: 63rpx;@include ezy-no-repeat-cover;margin-bottom: 16rpx;
  364. }
  365. .slfx-title{background-image: url("@/static/images/exam/slfx-title.png");}
  366. .spjj-title{background-image: url("@/static/images/exam/spjj-title.png");}
  367. .slfx-content{
  368. font-size: 32rpx;color: #333;line-height: 1.6;margin-bottom: 42rpx;
  369. box-sizing: border-box;padding: 0 20rpx;word-wrap: break-word;word-break: break-all;
  370. }
  371. }
  372. .spjj-video-box{
  373. width: 606rpx;height: 394rpx;@include ezy-no-repeat-cover;margin: 0 auto 42rpx;
  374. background-image: url("@/static/images/exam/video-frame-bj.png");position: relative;
  375. box-sizing: border-box;padding: 18rpx;
  376. .play-btn{
  377. width: 90rpx;height:90rpx;position:absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
  378. @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/video-play-btn.png");
  379. }
  380. .scale-btn{
  381. width: 29rpx;height:29rpx;position:absolute;right: 30rpx;bottom: 24rpx;
  382. @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/video-zoom-btn.png");
  383. }
  384. .spjj-video{
  385. width: 100%;height: 100%;background-color: blue;
  386. }
  387. }
  388. }
  389. // height:$titleBar-tabBar-page;
  390. .lli-develop-expect-page{
  391. display: flex;flex-direction: column;justify-content: space-between;align-items: center;
  392. background-color: blue;position: relative;
  393. .page-content{
  394. background-color: #9ed5cf;width: 100%;text-align: center;display: block;
  395. margin-top: 44px;flex: 1;
  396. span{
  397. font-size: 24px;padding: 20px 0;display: block;font-weight: 900;color: #09539a;
  398. -webkit-text-stroke: 1rpx #fff; /* 文字描边(仅webkit内核浏览器支持) */
  399. text-stroke: 1rpx #fff; /* 未来可能的标准属性,目前支持有限 */
  400. text-shadow: 4px 4px 4px rgba(110, 229, 249, 0.5); /* 文字阴影 */
  401. }
  402. }
  403. .bottom-word{position: absolute;bottom: 0;margin-top: 0;}
  404. }