my.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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: 8px;
  27. font-size: 14px;
  28. }
  29. .lr-my-page .userinfo:after {
  30. position: absolute;
  31. top: 52px;
  32. right: 15px;
  33. font-family: "iconfont" !important;
  34. font-size: 16px;
  35. font-style: normal;
  36. -webkit-font-smoothing: antialiased;
  37. -moz-osx-font-smoothing: grayscale;
  38. content: "\e6a3";
  39. color: #fff;
  40. }
  41. .lr-my-page .version {
  42. position: relative;
  43. width: 100%;
  44. margin-top: 5px;
  45. text-align: center;
  46. font-size: 12px;
  47. color: #ccc;
  48. }