user_relation.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. .panel1{
  2. width:100%;
  3. height: 110rpx;
  4. justify-content: flex-start;
  5. background-color: #fff;
  6. }
  7. .avatar{
  8. width:50rpx;
  9. height:50rpx;
  10. border-radius: 20rpx;
  11. margin-left: 30rpx;
  12. }
  13. .text1{
  14. font-size: 28rpx;
  15. font-weight: 400;
  16. margin-left: 22rpx;
  17. color: #4d4d4d;
  18. }
  19. .panel2{
  20. width: 100%;
  21. justify-content: flex-start;
  22. margin: 60rpx 0 30rpx 0;
  23. }
  24. .text2{
  25. font-size: 36rpx;
  26. margin: 0 30rpx;
  27. color: #4d4d4d;
  28. }
  29. .panelItem{
  30. width:100%;
  31. background-color: #fff;
  32. justify-content: space-between;
  33. position: relative;
  34. overflow: hidden;
  35. }
  36. .panelItem1{
  37. margin: 20rpx 0 20rpx 0;
  38. width: 150rpx;
  39. }
  40. .panelItem2{
  41. width:300rpx;
  42. justify-content: flex-start;
  43. position: relative;
  44. }
  45. .panelItem22{
  46. width:20rpx;
  47. position: relative;
  48. }
  49. .line{
  50. width:3rpx;
  51. height:300rpx;
  52. position: absolute;
  53. left:36rpx;
  54. top:-100rpx;
  55. z-index: 50;
  56. background-color: #d2d2d2;
  57. }
  58. .circle{
  59. width:10rpx;
  60. height:10rpx;
  61. border-radius: 50%;
  62. border:3rpx solid #d2d2d2;
  63. background-color: #fff;
  64. margin-left: 30rpx;
  65. z-index: 60;
  66. }
  67. .panelItem21{
  68. font-size:28rpx;
  69. color:#4d4d4d;
  70. margin-left: 24rpx;
  71. }
  72. .avatar2{
  73. width:80rpx;
  74. height:80rpx;
  75. border-radius: 20rpx;
  76. }
  77. .text3{
  78. font-size: 20rpx;
  79. margin-top: 20rpx;
  80. color: #1e1e1e;
  81. }
  82. .text4{
  83. font-size: 28rpx;
  84. margin-right: 30rpx;
  85. color: #787878;
  86. }
  87. .IsMe{
  88. background-color: #FFE4B6;
  89. }
  90. .panel3{
  91. width: 100%;
  92. justify-content: flex-start;
  93. height:190rpx;
  94. align-items: flex-start;
  95. }
  96. .text5{
  97. font-size: 36rpx;
  98. margin: 60rpx 30rpx 0 30rpx;
  99. color: #4d4d4d;
  100. }
  101. .text6{
  102. font-size: 36rpx;
  103. margin: 0 30rpx 0 30rpx;
  104. color: #4d4d4d;
  105. }
  106. .Number1{
  107. font-family: 'Roboto-Black';
  108. font-size:36rpx;
  109. color:#4D4D4D;
  110. margin-right: 6rpx;
  111. }
  112. .panel4{
  113. width: 100%;
  114. min-height:372rpx;
  115. background-color: #fff;
  116. flex-wrap: wrap;
  117. justify-content: flex-start;
  118. align-items: flex-start;
  119. }
  120. .panel41{
  121. width:150rpx;
  122. min-height:168rpx;
  123. justify-content: flex-start;
  124. }
  125. .product_icon_mg_70x70{
  126. width:80rpx;
  127. height:80rpx;
  128. border-radius: 20rpx;
  129. margin-top: 30rpx;
  130. }
  131. .text7{
  132. width:110rpx;
  133. font-size:20rpx;
  134. font-weight: 400;
  135. text-align: center;
  136. margin-top:20rpx;
  137. }
  138. .text8{
  139. width:110rpx;
  140. font-size:20rpx;
  141. font-weight: 400;
  142. text-align: center;
  143. }
  144. .line2{
  145. width:2rpx;
  146. height:14rpx;
  147. background-color: #d2d2d2;
  148. margin: 0 6rpx;
  149. }
  150. .Number2{
  151. font-family: 'Roboto-Black';
  152. color:#4D4D4D;
  153. margin: 6rpx;
  154. }