agentdetail.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. .item {
  2. width: 750rpx;
  3. padding: 20rpx 30rpx;
  4. display: flex;
  5. box-sizing: border-box;
  6. background-color: white;
  7. }
  8. .img {
  9. width: 140rpx;
  10. height: 140rpx;
  11. border-radius: 50%;
  12. flex-shrink: 0;
  13. }
  14. .info-box {
  15. margin-left: 32rpx;
  16. }
  17. .name-box {
  18. display: flex;
  19. align-items: center;
  20. font-size: 32rpx;
  21. font-family: PingFang SC, PingFang SC-Bold;
  22. font-weight: 700;
  23. color: #1a1a1a;
  24. height: 45rpx;
  25. }
  26. .sex {
  27. width: 26rpx;
  28. height: 26rpx;
  29. margin-left: 10rpx;
  30. /* margin-top: 5rpx; */
  31. }
  32. .zhi {
  33. font-size: 26rpx;
  34. font-family: PingFang SC, PingFang SC-Medium;
  35. font-weight: 500;
  36. color: #333333;
  37. margin-top: 12rpx;
  38. }
  39. .label-box {
  40. display: flex;
  41. flex-wrap: wrap;
  42. }
  43. .label {
  44. font-size: 24rpx;
  45. font-family: PingFang SC, PingFang SC-Medium;
  46. font-weight: 500;
  47. color: #999999;
  48. margin-top: 11rpx;
  49. margin-right: 15rpx;
  50. }
  51. .down-icon {
  52. font-size: 30rpx;
  53. color: #666666;
  54. margin-left: 13rpx;
  55. }
  56. .head-box {
  57. width: 100%;
  58. height: 125rpx;
  59. display: flex;
  60. padding: 0 30rpx;
  61. justify-content: space-between;
  62. align-items: center;
  63. border-radius: 40rpx 40rpx 0 0;
  64. background-color: white;
  65. box-sizing: border-box;
  66. margin-top: 20rpx;
  67. }
  68. .head-box .word1 {
  69. font-size: 34rpx;
  70. font-family: PingFang SC, PingFang SC-Bold;
  71. font-weight: 700;
  72. color: #10100e;
  73. }
  74. .head-box .right {
  75. display: flex;
  76. font-size: 24rpx;
  77. font-family: PingFang SC, PingFang SC-Regular;
  78. font-weight: 400;
  79. color: #999999;
  80. }
  81. .activeitem {
  82. background-color: white;
  83. width: 690rpx;
  84. margin-left: 20rpx;
  85. border-radius: 8rpx;
  86. padding-bottom: 23rpx;
  87. margin-bottom: 20rpx;
  88. }
  89. /* .activeitem:nth-child(1) {
  90. margin-top: 0rpx;
  91. } */
  92. .active-img {
  93. width: 690rpx;
  94. height: 260rpx;
  95. border-radius: 8rpx 8rpx 0 0;
  96. }
  97. .img-box {
  98. width: 690rpx;
  99. height: 260rpx;
  100. position: relative;
  101. }
  102. .state-box {
  103. width: 112rpx;
  104. height: 39rpx;
  105. position: absolute;
  106. background-color: #FFDB29;
  107. border-radius: 8rpx 0 8rpx 0;
  108. text-align: center;
  109. line-height: 39rpx;
  110. font-size: 24rpx;
  111. font-family: PingFang SC, PingFang SC-Regular;
  112. font-weight: 400;
  113. color: #51491d;
  114. top: 0;
  115. left: 0;
  116. }
  117. .active-name {
  118. font-size: 28rpx;
  119. font-family: PingFang SC, PingFang SC-Bold;
  120. font-weight: 700;
  121. color: #1a1a1a;
  122. margin-top: 18rpx;
  123. padding-left: 30rpx;
  124. }
  125. .active-time {
  126. font-size: 24rpx;
  127. font-family: PingFang SC, PingFang SC-Regular;
  128. font-weight: 400;
  129. color: #333333;
  130. margin-top: 7rpx;
  131. padding-left: 30rpx;
  132. }
  133. .nums-box {
  134. padding: 0 30rpx;
  135. box-sizing: border-box;
  136. font-size: 24rpx;
  137. font-family: PingFang SC, PingFang SC-Regular;
  138. font-weight: 400;
  139. color: #333333;
  140. display: flex;
  141. justify-content: space-between;
  142. align-items: center;
  143. }
  144. .address-h-box {
  145. display: flex;
  146. justify-content: space-between;
  147. align-items: center;
  148. padding: 0 30rpx;
  149. box-sizing: border-box;
  150. }
  151. .address-h-box .address {
  152. display: flex;
  153. align-items: center;
  154. /* margin-top: 13rpx; */
  155. }
  156. .address-h-box .address .address-word {
  157. font-size: 24rpx;
  158. font-family: FZZhunYuan-M02S;
  159. font-weight: 400;
  160. color: #999999;
  161. }
  162. .address-h-box .word-type {
  163. font-size: 24rpx;
  164. font-family: FZZhunYuan-M02S;
  165. font-weight: 400;
  166. color: #333333;
  167. }
  168. .nodata-img{
  169. margin: 130rpx auto;
  170. }
  171. .activestatus{
  172. background:#ffdc2f
  173. }
  174. .nostatus{
  175. background: rgba(251,177,120,0.9);
  176. }