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.
 
 
 
 
 
 

57 lines
1.2 KiB

  1. .lr-my-page .userinfo {
  2. position: relative;
  3. background: #fff;
  4. height: 120px;
  5. padding: 40px 0 0 90px;
  6. background: url(images/myCardBg.png) no-repeat;
  7. background-size: 100%;
  8. }
  9. .lr-my-page .userinfo img {
  10. position: absolute;
  11. left: 10px;
  12. top: 30px;
  13. width: 60px;
  14. height: 60px;
  15. border-radius: 50%;
  16. }
  17. .lr-my-page .userinfo .content {
  18. position: relative;
  19. color: #fff;
  20. }
  21. .lr-my-page .userinfo .name {
  22. font-size: 16px;
  23. margin-bottom: 2px;
  24. }
  25. .lr-my-page .userinfo .subname {
  26. border-radius: 35px;
  27. font-size: 12px;
  28. background-color: #c6c6c6;
  29. padding: 0 5px;
  30. }
  31. .lr-my-page .userinfo:after {
  32. position: absolute;
  33. top: 52px;
  34. right: 15px;
  35. font-family: "iconfont" !important;
  36. font-size: 16px;
  37. font-style: normal;
  38. -webkit-font-smoothing: antialiased;
  39. -moz-osx-font-smoothing: grayscale;
  40. content: "\e6a3";
  41. color: #fff;
  42. }
  43. .lr-my-page .version {
  44. position: relative;
  45. width: 100%;
  46. margin-top: 5px;
  47. text-align: center;
  48. font-size: 12px;
  49. color: #ccc;
  50. }