poster.wxss 284 B

12345678910111213141516
  1. page{
  2. height: 100%;
  3. }
  4. .box{
  5. width: 100%;
  6. height: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. background:linear-gradient(0deg,rgba(24,213,185,1) 0%,rgba(89,240,202,1) 100%);
  11. position: relative;
  12. }
  13. .box .position{
  14. position: absolute;
  15. top: 21%;
  16. }