index.wxss 450 B

12345678910111213141516171819202122232425262728293031323334
  1. /* pages/index/index.wxss */
  2. /**index.wxss**/
  3. .userinfo {
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. }
  8. .userinfo-avatar {
  9. width: 128rpx;
  10. height: 128rpx;
  11. margin: 20rpx;
  12. border-radius: 50%;
  13. }
  14. .userinfo-nickname {
  15. color: #aaa;
  16. }
  17. .usermotto {
  18. margin-top: 200px;
  19. }
  20. .clear_fixed {
  21. height: 140rpx;
  22. }
  23. .free_bonus {
  24. position: fixed;
  25. z-index: 99;
  26. right: 4rpx;
  27. bottom: 228rpx;
  28. width: 86rpx;
  29. height: 108rpx;
  30. }