You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

userInfo.css 659 B

4 years ago
12345678910111213141516171819202122232425262728293031
  1. .lr-userInfo-list .lr-list-item {
  2. text-align:right;
  3. }
  4. .lr-userInfo-list .lr-list-item>div {
  5. position:absolute;
  6. top:0;
  7. left:14px;
  8. }
  9. .lr-userInfo-list .lr-list-item-img {
  10. height: 64px;
  11. line-height:64px;
  12. }
  13. .lr-userInfo-list img {
  14. position:absolute;
  15. top:11px;
  16. right:22px;
  17. border-radius:5px;
  18. height:42px;
  19. width:42px;
  20. }
  21. .lr-userInfo-list .lr-list-item-img:before {
  22. font-family: "iconfont" !important;
  23. font-size: 14px;
  24. font-style: normal;
  25. -webkit-font-smoothing: antialiased;
  26. -moz-osx-font-smoothing: grayscale;
  27. content: "\e6a3";
  28. position: absolute;
  29. right: 8px;
  30. color: #c8c7cc;
  31. }