open-data.wxss 189 B

1234567891011121314151617
  1. .avatar {
  2. display: flex;
  3. justify-content: center;
  4. margin-bottom: 25px;
  5. }
  6. .avatar-img {
  7. width: 50%;
  8. border-radius: 50%;
  9. }
  10. .country, .province, .city {
  11. padding-right: 5px;
  12. }