my.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /* pages/my/my.wxss */
  2. .my-content {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f7f7f7;
  6. }
  7. .my-info {
  8. width: 100%;
  9. height: 202rpx;
  10. background-color: var(--maincolor);
  11. }
  12. .main-info {
  13. width: 690rpx;
  14. min-height: 120rpx;
  15. margin: 0 auto;
  16. }
  17. .avatar {
  18. width: 120rpx;
  19. height: 120rpx;
  20. border-radius: 50%;
  21. background-color: #fff;
  22. margin-right: 20rpx;
  23. }
  24. .image-ac {
  25. width: 120rpx;
  26. height: 120rpx;
  27. border-radius: 50%;
  28. }
  29. .username {
  30. font-size: 30rpx;
  31. font-weight: bold;
  32. color: #FFFFFF;
  33. padding: 20rpx 0;
  34. }
  35. .check-count {
  36. margin-bottom: 10rpx;
  37. }
  38. .noraltext {
  39. font-size: 26rpx;
  40. font-weight: 400;
  41. color: #FFFFFF;
  42. }
  43. .boldtext {
  44. font-size: 48rpx;
  45. font-weight: bold;
  46. color: #FFFFFF;
  47. }
  48. .appoin-btn {
  49. width: 164rpx;
  50. height: 48rpx;
  51. background: #FFFFFF;
  52. border-radius: 24rpx;
  53. font-size: 26rpx;
  54. font-weight: 400;
  55. color: var(--maincolor);
  56. }
  57. .act-item-col {
  58. margin-top: 40rpx;
  59. }
  60. .act-item {
  61. width: 104rpx;
  62. height: 126rpx;
  63. }
  64. .icon {
  65. width: 80rpx;
  66. height: 80rpx;
  67. margin: 0 auto;
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. }
  72. .image-icon {
  73. width: 68rpx;
  74. height: 68rpx;
  75. }
  76. .desc {
  77. font-size: 26rpx;
  78. font-weight: 400;
  79. color: #333333;
  80. margin-top: 10rpx;
  81. text-align: center;
  82. }
  83. .my-grid {
  84. background-color: #f7f7f7;
  85. }
  86. .wrapper {
  87. height: 100%;
  88. align-items: flex-start;
  89. margin-top: 300rpx;
  90. }
  91. .action-modal {
  92. width: 540rpx;
  93. min-height: 280rpx;
  94. background: #FFFFFF;
  95. border-radius: 24rpx;
  96. }
  97. .nick-title{
  98. width: 100%;
  99. height: 90rpx;
  100. line-height: 90rpx;
  101. text-align: center;
  102. font-size: 34rpx;
  103. font-family: PingFangSC-Semibold, PingFang SC;
  104. font-weight: bold;
  105. color: #333333;
  106. }
  107. .avatar-wrapper {
  108. width: 190rpx;
  109. height: 120rpx;
  110. }
  111. .avatar {
  112. width: 120rpx;
  113. height: 120rpx;
  114. }
  115. .nickname-input {
  116. width: 80%;
  117. margin-left: 10%;
  118. height: 60rpx;
  119. }
  120. .itt-btn {
  121. width: 80%;
  122. margin-left: 10%;
  123. margin-top: 20rpx;
  124. height: 60rpx;
  125. }