my.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .my-boxs,
  2. .my-conts {
  3. background: #FFFFFF;
  4. margin-bottom: 7px;
  5. }
  6. .imgs {
  7. width: 70px;
  8. height: 70px;
  9. margin: 0 auto;
  10. margin-bottom: 10px;
  11. }
  12. img {
  13. width: 100%;
  14. height: 100%;
  15. border-radius: 50%;
  16. }
  17. .my-box {
  18. position: relative;
  19. padding: 30px 0 20px 0;
  20. border-bottom: 1px solid rgba(200, 199, 204, 0.2);
  21. }
  22. .my-box>.my-cont {
  23. text-align: center;
  24. margin-top: 5px;
  25. }
  26. .my-box>.my-cont>span {
  27. font-size: 14px;
  28. }
  29. .my-box>.my-cont1>span {
  30. color: #999999;
  31. }
  32. .my-box1>div {
  33. display: inline-block;
  34. width: 49%;
  35. height: 80px;
  36. padding: 15px;
  37. text-align: center;
  38. box-sizing: border-box;
  39. }
  40. .my-box1>div:first-child {
  41. border-right: 1px solid rgba(200, 199, 204, 0.2);
  42. }
  43. .my-box1>div>span {
  44. font-size: 14px;
  45. display: block;
  46. margin: 0 auto;
  47. }
  48. .my-box1>div>span:first-child {
  49. width: 35px;
  50. height: 35px;
  51. }
  52. .my-box1>div>span img {
  53. width: 100%;
  54. height: 100%;
  55. }
  56. .mui-icon {
  57. line-height: 1.7;
  58. color: rgb(218, 218, 218);
  59. }
  60. .my-conts {
  61. height: 40px;
  62. line-height: 42px;
  63. padding: 0 20px;
  64. }
  65. .right {
  66. position: absolute;
  67. right: 20px;
  68. top: 80px;
  69. }
  70. .my-conts span:first-child {
  71. display: inline-block;
  72. width: 15px;
  73. height: 15px;
  74. position: relative;
  75. top: 2px;
  76. left: -2px;
  77. }
  78. .conts span:first-child{
  79. width: 17px;
  80. height: 17px;
  81. left: -5px;
  82. }
  83. .my-conts span img {
  84. width: 100%;
  85. height: 100%;
  86. border-radius: 0;
  87. }