clientInfo.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. .content {
  2. padding: 10rpx 28rpx;
  3. }
  4. .border-radius {
  5. background: #FFFFFF;
  6. border-radius: 24rpx;
  7. margin: 20rpx 0;
  8. }
  9. .padding {
  10. padding: 28rpx;
  11. }
  12. .user-info .top .edit-btn {
  13. width: 154rpx;
  14. height: 52rpx;
  15. border-radius: 26rpx;
  16. border: 2rpx solid #333333;
  17. font-size: 28rpx;
  18. }
  19. .user-info .user-avatar {
  20. margin: 56rpx 0 30rpx;
  21. }
  22. .user-info .user-avatar image {
  23. width: 64rpx;
  24. height: 64rpx;
  25. border-radius: 50%;
  26. background-color: #ccc;
  27. margin-right: 14rpx;
  28. }
  29. .user-info .user-content {
  30. background: #FFF7FA;
  31. border-radius: 16rpx;
  32. padding: 24rpx 28rpx 4rpx;
  33. }
  34. .user-info .user-content text {
  35. font-size: 28rpx;
  36. color: #333333;
  37. line-height: 48rpx;
  38. }
  39. .user-content .tags-list {
  40. flex-wrap:wrap;
  41. margin-top: 8rpx;
  42. }
  43. .user-content .tags-list .item {
  44. padding: 6rpx 20rpx;
  45. border-radius: 26rpx;
  46. border: 2rpx solid #333333;
  47. box-sizing: border-box;
  48. margin-right: 6rpx;
  49. margin-bottom: 20rpx;
  50. }
  51. .buy-info {
  52. padding-bottom: 0;
  53. }
  54. .buy-info .buy-content {
  55. background: #FFF7FA;
  56. border-radius: 16rpx;
  57. padding: 30rpx 26rpx;
  58. margin-top: 30rpx;
  59. position: relative;
  60. }
  61. .buy-info .buy-content text {
  62. font-size: 28rpx;
  63. color: #666;
  64. line-height: 48rpx;
  65. }
  66. .buy-info .buy-content .buy-active {
  67. color: #fff;
  68. font-size: 16rpx;
  69. width: 70rpx;
  70. height: 40rpx;
  71. background: #FF77B0;
  72. overflow: hidden;
  73. position: absolute;
  74. border-top-left-radius: 200rpx;
  75. border-bottom-left-radius: 200rpx;
  76. right: 0;
  77. top: 34rpx;
  78. /* border-radius: 200rpx 0rpx rpx 200rpx; */
  79. }
  80. .buy-info .buy-content text.active {
  81. font-family: PingFangSC-Medium, PingFang SC;
  82. font-weight: 500;
  83. color: #333333;
  84. }
  85. .btn-more {
  86. height: 104rpx;
  87. margin-top: 30rpx;
  88. box-sizing: border-box;
  89. border-top: 2rpx solid #F2F2F2;
  90. }
  91. .list .item {
  92. padding-top: 30rpx;
  93. }
  94. .list .item-top .btn {
  95. width: 154rpx;
  96. height: 52rpx;
  97. border-radius: 26rpx;
  98. border: 2rpx solid #333333;
  99. box-sizing: border-box;
  100. font-size: 28rpx;
  101. }
  102. .list .user-info {
  103. margin-bottom: 20rpx;
  104. }
  105. .list .user-info image {
  106. width: 64rpx;
  107. height: 64rpx;
  108. border-radius: 50%;
  109. background-color: red;
  110. margin-right: 14rpx;
  111. }
  112. /* .list .more {
  113. width: 48rpx;
  114. height: 48rpx;
  115. padding: 0 4rpx;
  116. box-sizing: border-box;
  117. }
  118. .list .more text {
  119. width: 8rpx;
  120. height: 8rpx;
  121. background: #333;
  122. border-radius: 50%;
  123. } */
  124. .list .box {
  125. display: grid;
  126. grid-gap: 20rpx 22rpx;
  127. grid-template-columns: repeat(3, 1fr);
  128. padding: 30rpx 0;
  129. }
  130. .list .box image {
  131. width: 198rpx;
  132. height: 198rpx;
  133. border-radius: 16rpx;
  134. /* background-color: red; */
  135. }
  136. .list .box .icon-01 {
  137. width: 64rpx;
  138. height: 64rpx;
  139. position: absolute;
  140. }