index.less 4.2 KB

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