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.
 
 
 
 
 
 

46 lines
957 B

  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. .role{
  10. margin-top: 0px;
  11. position: relative;
  12. /* height: 100px; */
  13. left: 0;
  14. top: 17px;
  15. z-index: 999;
  16. /* text-align: center; */
  17. /* width: 100%; */
  18. /* display: block; */
  19. float: right;
  20. line-height: 2;
  21. padding: 19px 0 20px 0;
  22. text-align: left;
  23. }
  24. .lr-userInfo-list .lr-list-item-img {
  25. height: 64px;
  26. line-height:64px;
  27. }
  28. .lr-userInfo-list img {
  29. position:absolute;
  30. top:11px;
  31. right:22px;
  32. border-radius:5px;
  33. height:42px;
  34. width:42px;
  35. }
  36. .lr-userInfo-list .lr-list-item-img:before {
  37. font-family: "iconfont" !important;
  38. font-size: 14px;
  39. font-style: normal;
  40. -webkit-font-smoothing: antialiased;
  41. -moz-osx-font-smoothing: grayscale;
  42. content: "\e6a3";
  43. position: absolute;
  44. right: 8px;
  45. color: #c8c7cc;
  46. }