my.wxss 2.5 KB

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