my.wxss 2.4 KB

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