user.css 475 B

1234567891011121314151617
  1. h2.page-header {
  2. margin:10px 0 25px 0;
  3. padding-bottom:15px;
  4. }
  5. .user-baseinfo {
  6. margin-bottom:25px;
  7. }
  8. .user-baseinfo table tr td {color:#999;}
  9. @media (min-width: 767px) {
  10. .user-center .avatar-text,.user-center .avatar-img {
  11. height:150px;width:150px;border-radius: 150px;line-height:150px;font-size:70px;
  12. }
  13. .user-center .avatar-img {font-size:0;}
  14. .user-center .avatar-img img {
  15. height:150px;width:150px;border-radius:150px;
  16. }
  17. }