my.wxss 2.5 KB

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