index.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /* nova-werun/components/my/index.wxss */
  2. .all {
  3. width: 100vw;
  4. background-color: #F1F1F2;
  5. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/h1105d091940141.png);
  6. background-repeat: no-repeat;
  7. /* 不重复背景图片 */
  8. background-size: 750rpx 468rpx;
  9. display: flex;
  10. align-items: center;
  11. flex-direction: column;
  12. font-family: MicrosoftYaHei;
  13. color: #333333;
  14. .navbox {
  15. width: 100vw;
  16. display: flex;
  17. align-items: flex-end;
  18. .nav {
  19. width: 100%;
  20. display: flex;
  21. justify-content: center;
  22. position: relative;
  23. margin-bottom: 20rpx;
  24. height: 40rpx;
  25. image {
  26. position: absolute;
  27. left: 38rpx;
  28. top: 8rpx;
  29. width: 44rpx;
  30. height: 35rpx;
  31. }
  32. .nav-title {
  33. height: 36rpx;
  34. font-family: MicrosoftYaHei;
  35. font-size: 36rpx;
  36. color: #333333;
  37. line-height: 40rpx;
  38. text-align: center;
  39. }
  40. }
  41. }
  42. .perxonalbox {
  43. width: 100%;
  44. height: 162rpx;
  45. padding-top: 20rpx;
  46. display: flex;
  47. position: relative;
  48. margin-bottom: 70rpx;
  49. padding-left: 34rpx;
  50. padding-right: 34rpx;
  51. align-items: center;
  52. .avatar {
  53. width: 120rpx;
  54. height: 120rpx;
  55. border-radius: 50%;
  56. }
  57. .namebox {
  58. width: 450rpx;
  59. height: 162rpx;
  60. display: flex;
  61. justify-content: center;
  62. flex-direction: column;
  63. margin-left: 20rpx;
  64. .name {
  65. font-size: 32rpx;
  66. }
  67. .databox {
  68. width: 100%;
  69. height: 40rpx;
  70. display: flex;
  71. color: #d81e06;
  72. margin-top: 10rpx;
  73. align-items: center;
  74. .data {
  75. font-size: 28rpx;
  76. }
  77. image {
  78. width: 30rpx;
  79. height: 30rpx;
  80. margin-left: 10rpx;
  81. }
  82. }
  83. .numberbox {
  84. width: 100%;
  85. font-size: 26rpx;
  86. margin-top: 20rpx;
  87. }
  88. }
  89. .picbox {
  90. height: 100%;
  91. display: flex;
  92. justify-content: center;
  93. align-items: center;
  94. margin-left: auto;
  95. image {
  96. width: 34rpx;
  97. height: 34rpx;
  98. }
  99. image:nth-child(2) {
  100. margin-left: 20rpx;
  101. }
  102. }
  103. }
  104. .infobox {
  105. width: 627rpx;
  106. height: 139rpx;
  107. display: flex;
  108. justify-content: space-around;
  109. align-items: center;
  110. background-color: white;
  111. border-radius: 20rpx;
  112. .info {
  113. width: 120rpx;
  114. height: 100rpx;
  115. display: flex;
  116. justify-content: center;
  117. align-items: center;
  118. flex-direction: column;
  119. margin-left: 10rpx;
  120. margin-right: 10rpx;
  121. .info-num {
  122. font-weight: bold;
  123. font-size: 31rpx;
  124. color: #333333;
  125. }
  126. .info-tex {
  127. font-size: 26rpx;
  128. color: #333333;
  129. margin-top: 4rpx;
  130. }
  131. }
  132. }
  133. .textbox {
  134. width: 100%;
  135. height: auto;
  136. padding-left: 33rpx;
  137. padding-right: 33rpx;
  138. background-color: white;
  139. margin-top: 26rpx;
  140. .text1box {
  141. width: 100%;
  142. height: 110rpx;
  143. display: flex;
  144. align-items: center;
  145. justify-content: flex-end;
  146. border-bottom: #E0E0E0 2rpx solid;
  147. image {
  148. width: 34rpx;
  149. height: 34rpx;
  150. margin-left: 10rpx;
  151. }
  152. .text1 {
  153. font-size: 28rpx;
  154. margin-right: auto;
  155. margin-left: 10rpx;
  156. }
  157. }
  158. .text1box:last-child {
  159. border-bottom: #E0E0E0 0rpx solid;
  160. }
  161. }
  162. }