index.wxss 467 B

123456789101112131415161718192021222324252627
  1. /* colorui */
  2. .DrawerPage {
  3. position: fixed;
  4. width: 100vw;
  5. height: 100vh;
  6. box-sizing: border-box;
  7. padding-bottom: 100rpx;
  8. left: 0vw;
  9. background-color: #f1f1f1;
  10. transition: all 0.4s;
  11. }
  12. /* 开发者 */
  13. /* 用户信息板 */
  14. .header{
  15. height: 480rpx;
  16. background-repeat: no-repeat;
  17. background-size: 100% auto;
  18. background-position: bottom;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .header .user{
  24. text-align: center;
  25. }