index.wxss 865 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .personal-center.data-v-ebf6908a {
  2. padding: 0px;
  3. background-color: #f7f7f7;
  4. min-height: 150vh;
  5. }
  6. .user-card.data-v-ebf6908a {
  7. display: flex;
  8. justify-content: center; /* 水平居中 */
  9. align-items: center; /* 垂直居中 */
  10. padding: 20px;
  11. height: 9.5rem;
  12. background-color: #2164cb;
  13. /* border-radius: 10px;
  14. margin-bottom: 20px; */
  15. }
  16. .avatar.data-v-ebf6908a {
  17. background-color:#f7f7f7;
  18. width: 80px;
  19. height: 80px;
  20. border-radius: 50%;
  21. /* margin-right: 15px; */
  22. }
  23. .user-info.data-v-ebf6908a {
  24. margin-top: -20px;
  25. margin-left: 20px; /* 左右留白 */
  26. margin-right: 20px;
  27. border-radius: 10px;
  28. background-color: #fff;
  29. height: 200px;
  30. position: relative;
  31. z-index: 1
  32. }
  33. .username.data-v-ebf6908a {
  34. font-size: 18px;
  35. font-weight: bold;
  36. margin-bottom: 5px;
  37. }
  38. .phone.data-v-ebf6908a {
  39. font-size: 14px;
  40. color: #999;
  41. }