my.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. .containers{
  2. padding-top: 0;
  3. }
  4. .mine-top{
  5. margin-top: 16rpx;
  6. position: relative;
  7. width: 732rpx;
  8. height: 220rpx;
  9. display: flex;
  10. align-items: center;
  11. background: #fff;
  12. border-radius: 20rpx;
  13. }
  14. .avatar-box {
  15. margin: 50rpx 0 50rpx 50rpx;
  16. width: 120rpx;
  17. height: 120rpx;
  18. border-radius: 50%;
  19. }
  20. .avatar-box image{
  21. width: 100%;
  22. height: 100%;
  23. border-radius: 50%;
  24. }
  25. .mine-info{
  26. margin-left: 24rpx;
  27. }
  28. .mine-info :nth-child(1){
  29. width: 308rpx;
  30. height: 44rpx;
  31. font-size: 32rpx;
  32. color: #030303;
  33. }
  34. .mine-info :nth-child(2){
  35. width: 422rpx;
  36. height: 38rpx;
  37. font-size: 30rpx;
  38. color: #8F8E94;
  39. }
  40. .mine-top .edit{
  41. position: absolute;
  42. right: 0;
  43. bottom: 0;
  44. width: 72rpx;
  45. height: 72rpx;
  46. display: flex;
  47. align-items: center;
  48. justify-content: center;
  49. background: #C3C3C3;
  50. border-radius: 20rpx 0 20rpx 0;
  51. }
  52. .mine-top .edit .icon{
  53. width: 48rpx;
  54. height: 48rpx;
  55. background: #FFFFFF;
  56. }
  57. .category{
  58. margin-top: 8rpx;
  59. position: relative;
  60. width: 732rpx;
  61. height: 180rpx;
  62. display: flex;
  63. align-items: center;
  64. border-radius: 20rpx;
  65. background: #fff;
  66. font-weight: 500;
  67. font-family: SourceHanSansSC-regular;
  68. color: #030303;
  69. }
  70. .attentionCount{
  71. position: absolute;
  72. top: 20rpx;
  73. left: 313rpx;
  74. width: 50rpx;
  75. height: 44rpx;
  76. line-height: 44rpx;
  77. text-align: center;
  78. color: red;
  79. font-size: 28rpx;
  80. font-weight: lighter;
  81. }
  82. .category text{
  83. color: #959595;
  84. font-weight: 500;
  85. font-size: 36rpx;
  86. }
  87. .play,.attention,.point,.red-flower{
  88. flex: 1;
  89. text-align: center;
  90. }
  91. .wallet,.grouping,.reader,.keep,.attention-me{
  92. margin-top: 8rpx;
  93. width: 732rpx;
  94. height: 120rpx;
  95. background: #FFFFFF;
  96. border-radius: 20rpx;
  97. display: flex;
  98. align-items: center;
  99. justify-content: space-between;
  100. }
  101. .wallet-title,.grouping-title,.reader-title,.keep-title,.attention-me-title{
  102. margin-left: 50rpx;
  103. }
  104. .image-box{
  105. display: inline-block;
  106. width: 56rpx;
  107. height: 56rpx;
  108. }
  109. .wallet image,.grouping image,.reader image,.keep image,.attention-me image{
  110. width: 100%;
  111. height: 100%;
  112. vertical-align: bottom;
  113. }
  114. .wallet .text,.grouping .text,.reader .text,.keep .text,.attention-me .text{
  115. display: inline-block;
  116. margin-left: 14rpx;
  117. font-size: 36rpx;
  118. color: #101010;
  119. }
  120. .wallet .wallet-detail,.grouping .grouping-detail,.reader-detail,.keep-detail,.attention-me-detail{
  121. width: 48rpx;
  122. height: 48rpx;
  123. line-height: 48rpx;
  124. color: #101010;
  125. text-align: center;
  126. margin-right: 20rpx;
  127. }