index.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. page {
  2. background: #f6f6f6;
  3. padding-bottom: 148rpx;
  4. }
  5. .background {
  6. height: 300rpx;
  7. width: 100%;
  8. display: flex;
  9. justify-content: center;
  10. align-items: center;
  11. image {
  12. width: 350rpx;
  13. height: 203rpx;
  14. transform: translateY(20rpx);
  15. }
  16. }
  17. .person{
  18. margin-top: 150rpx;
  19. width: 100%;
  20. height: 200rpx;
  21. .image{
  22. margin: auto;
  23. width: 120rpx;
  24. height: 120rpx;
  25. image{
  26. width: 100%;
  27. height: 100%;
  28. border-radius: 50%;
  29. }
  30. }
  31. .name{
  32. width: 100%;
  33. display: flex;
  34. justify-content: center;
  35. align-items: end;
  36. font-weight: bold;
  37. .my-home{
  38. margin-left: 10rpx;
  39. font-size: 20rpx;
  40. }
  41. }
  42. }
  43. .my {
  44. display: flex;
  45. justify-content: space-between;
  46. // background: #46a9a4;
  47. margin: 0rpx 30rpx;
  48. .my-title {
  49. display: flex;
  50. margin: 0rpx 20rpx;
  51. .my-image {
  52. width: 120rpx;
  53. height: 120rpx;
  54. // border-radius: 50%;
  55. }
  56. .my-name {
  57. margin: auto 20rpx;
  58. .name {
  59. font-size: 36rpx;
  60. font-weight: bold;
  61. }
  62. .id {
  63. font-size: 25rpx;
  64. }
  65. }
  66. }
  67. .my-home {
  68. margin: auto 20rpx;
  69. }
  70. }
  71. .box_box{
  72. background: white;
  73. border-radius: 20rpx;
  74. margin: auto;
  75. width: 90%;
  76. .box {
  77. display: flex;
  78. flex-wrap: wrap;
  79. background: #ffffff;
  80. margin: 20rpx;
  81. padding: 30rpx 0 0 0;
  82. border-bottom: 1rpx solid rgb(189, 188, 188);
  83. // button::after {rgb(212, 212, 212)
  84. // border: none;
  85. // }
  86. // button {
  87. // background-color: #fff;
  88. // padding-left: 0;
  89. // padding-right: 0;
  90. // line-height: inherit;
  91. // }
  92. .box-title {
  93. // width: 230rpx;
  94. flex: 1;
  95. text-align: center;
  96. margin-bottom: 30rpx;
  97. .box-icon {
  98. width: 45rpx;
  99. height: 45rpx;
  100. image{
  101. width: 100%;
  102. height: 100%;
  103. }
  104. }
  105. .box-name {
  106. font-size: 24rpx;
  107. font-weight: 800;
  108. }
  109. }
  110. }
  111. .box2 {
  112. padding:0 30rpx;
  113. // border-radius: 16rpx;
  114. button::after {
  115. border: none;
  116. }
  117. button {
  118. background-color: #fff;
  119. padding-left: 0;
  120. padding-right: 0;
  121. line-height: inherit;
  122. }
  123. .box-title {
  124. height: 120rpx;
  125. width: 100%;
  126. background-color: #fff;
  127. display: flex;
  128. // border: 1px solid ;
  129. justify-content: space-between;
  130. align-items: center;
  131. .box-icon {
  132. // border: 1rpx solid;
  133. margin-left: 10rpx;
  134. width: 600rpx;
  135. height: 60rpx;
  136. display: flex;
  137. align-items: center;
  138. image{
  139. width: 60rpx;height: 60rpx;
  140. }
  141. .box-name {
  142. word-wrap: break-word;
  143. margin-left: 10rpx;
  144. font-size: 30rpx;
  145. font-weight: 800;
  146. }
  147. }
  148. .van-icon {
  149. text-align: right;
  150. color: red;
  151. }
  152. }
  153. .a {
  154. border-bottom: 3rpx solid #f6f6f6;
  155. }
  156. }
  157. }