my-set.css 670 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .my-set-box {
  2. background: #FFFFFF;
  3. margin-top: 7px;
  4. }
  5. .my-set-box .imgs {
  6. display: inline-block;
  7. width: 70px;
  8. height: 70px;
  9. top: 15px;
  10. }
  11. img {
  12. width: 100%;
  13. height: 100%;
  14. border-radius: 50%;
  15. }
  16. .my-set-box span {
  17. font-size: 14px;
  18. }
  19. .my-set-box div {
  20. padding: 15px 10px 10px 10px;
  21. position: relative;
  22. border-bottom: 1px solid rgba(200, 199, 204, 0.2);
  23. }
  24. .my-set-box .my-header {
  25. height: 100px;
  26. line-height: 102px;
  27. padding: 0 10px;
  28. }
  29. .my-set-box span:nth-child(2) {
  30. position: absolute;
  31. right: 40px;
  32. color: #c0c0c0;
  33. text-align: right;
  34. }
  35. .mui-content .mui-icon {
  36. color: #c0c0c0;
  37. line-height: 0.8;
  38. }
  39. .my-header .my-set-icon {
  40. line-height: 4.2;
  41. }