my.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. display: flex;
  38. align-items: center;
  39. justify-content: flex-end;
  40. }
  41. .noraltext {
  42. font-size: 26rpx;
  43. font-weight: 400;
  44. color: #FFFFFF;
  45. }
  46. .boldtext {
  47. font-size: 48rpx;
  48. font-weight: bold;
  49. color: #FFFFFF;
  50. }
  51. .appoin-btn {
  52. width: 164rpx;
  53. height: 48rpx;
  54. background: #FFFFFF;
  55. border-radius: 24rpx;
  56. font-size: 26rpx;
  57. font-weight: 400;
  58. color: var(--maincolor);
  59. }
  60. .act-item-col {
  61. margin-top: 40rpx;
  62. }
  63. .act-item {
  64. width: 104rpx;
  65. height: 126rpx;
  66. }
  67. .icon {
  68. width: 80rpx;
  69. height: 80rpx;
  70. margin: 0 auto;
  71. display: flex;
  72. justify-content: center;
  73. align-items: center;
  74. }
  75. .image-icon {
  76. width: 68rpx;
  77. height: 68rpx;
  78. }
  79. .desc {
  80. font-size: 26rpx;
  81. font-weight: 400;
  82. color: #333333;
  83. margin-top: 10rpx;
  84. text-align: center;
  85. }
  86. .my-grid {
  87. background-color: #f7f7f7;
  88. }
  89. .wrapper {
  90. height: 100%;
  91. align-items: center;
  92. }
  93. .action-modal {
  94. width: 540rpx;
  95. min-height: 280rpx;
  96. background: #FFFFFF;
  97. border-radius: 24rpx;
  98. margin-top: 300rpx;
  99. }
  100. .userinfo-auth-modal {
  101. width: 498rpx;
  102. height: 496rpx;
  103. background: #FFFFFF;
  104. border-radius: 5px;
  105. }
  106. .modal-title {
  107. height: 82rpx;
  108. text-align: center;
  109. line-height: 82rpx;
  110. font-size: 30rpx;
  111. font-weight: bold;
  112. color: #333333;
  113. }
  114. .px-border {
  115. height: 1rpx;
  116. transform: scaleY(0.5);
  117. transform-origin: 50% 100%;
  118. background-color: #dddddd;
  119. }
  120. .app-logo {
  121. height: 80rpx;
  122. text-align: center;
  123. margin: 30rpx 0;
  124. }
  125. .auth-text {
  126. width: 418rpx;
  127. margin: 0 auto;
  128. font-size: 26rpx;
  129. font-weight: 400;
  130. color: #333333;
  131. }
  132. .logopng {
  133. width: 80rpx;
  134. height: 80rpx;
  135. border-radius: 50%;
  136. }
  137. .auth-btn {
  138. width: 418rpx;
  139. border-radius: 10rpx;
  140. margin-top: 80rpx;
  141. background-color: var(--maincolor);
  142. color: #fff;
  143. font-size: 26rpx;
  144. }
  145. .nick-title{
  146. width: 100%;
  147. height: 90rpx;
  148. line-height: 90rpx;
  149. text-align: center;
  150. font-size: 34rpx;
  151. font-family: PingFangSC-Semibold, PingFang SC;
  152. font-weight: bold;
  153. color: #333333;
  154. }
  155. .avatar-wrapper {
  156. width: 190rpx;
  157. height: 120rpx;
  158. }
  159. .avatar {
  160. width: 120rpx;
  161. height: 120rpx;
  162. }
  163. .nickname-input {
  164. width: 80%;
  165. margin-left: 10%;
  166. height: 60rpx;
  167. }
  168. .itt-btn {
  169. width: 80%;
  170. margin-left: 10%;
  171. margin-top: 20rpx;
  172. height: 60rpx;
  173. }