memeber.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. @charset "UTF-8";
  2. .text-center.data-v-7f3f56f2 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-7f3f56f2 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-7f3f56f2 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-7f3f56f2 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-7f3f56f2 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-7f3f56f2 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-7f3f56f2 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-7f3f56f2 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-7f3f56f2 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .no-tip.data-v-7f3f56f2 {
  39. position: fixed;
  40. top: 400rpx;
  41. left: 0;
  42. right: 0;
  43. margin: 0 auto;
  44. color: #666666;
  45. font-size: 24rpx;
  46. width: 240rpx;
  47. text-align: center;
  48. }
  49. .no-tip image.data-v-7f3f56f2 {
  50. height: 240rpx;
  51. width: 240rpx;
  52. margin-bottom: 20rpx;
  53. }
  54. .search.data-v-7f3f56f2 {
  55. height: 88rpx;
  56. padding: 16rpx 26rpx;
  57. background-color: #efeff4;
  58. position: fixed;
  59. top: 0;
  60. left: 0;
  61. right: 0;
  62. z-index: 10;
  63. }
  64. .search input.data-v-7f3f56f2 {
  65. padding: 0 30rpx;
  66. }
  67. .search-content.data-v-7f3f56f2 {
  68. background-color: #fff;
  69. height: 56rpx;
  70. border-radius: 28rpx;
  71. }
  72. .search-content image.data-v-7f3f56f2 {
  73. height: 24rpx;
  74. width: 24rpx;
  75. }
  76. .search-content text.data-v-7f3f56f2 {
  77. color: #b2b2b2;
  78. font-size: 24rpx;
  79. margin: 0 5rpx;
  80. }
  81. .search-area.data-v-7f3f56f2 {
  82. height: 56rpx;
  83. }
  84. .placeholder.data-v-7f3f56f2 {
  85. height: 192rpx;
  86. }
  87. .sort.data-v-7f3f56f2 {
  88. height: 80rpx;
  89. background-color: #fff;
  90. position: fixed;
  91. top: 88rpx;
  92. left: 0;
  93. right: 0;
  94. z-index: 10;
  95. font-size: 28rpx;
  96. color: #666;
  97. }
  98. .sort image.data-v-7f3f56f2 {
  99. height: 26rpx;
  100. width: 16rpx;
  101. margin-left: 16rpx;
  102. }
  103. .item.data-v-7f3f56f2 {
  104. width: 702rpx;
  105. margin: 24rpx;
  106. margin-top: 0;
  107. background-color: #fff;
  108. border-radius: 16rpx;
  109. padding: 24rpx;
  110. font-size: 24rpx;
  111. color: #999;
  112. }
  113. .item .avatar.data-v-7f3f56f2 {
  114. height: 80rpx;
  115. width: 80rpx;
  116. margin-right: 24rpx;
  117. border-radius: 5rpx;
  118. }
  119. .item-info.data-v-7f3f56f2 {
  120. font-size: 28rpx;
  121. color: #353535;
  122. }
  123. .item-info .item-nickname.data-v-7f3f56f2 {
  124. margin-bottom: 4rpx;
  125. }
  126. .info-label.data-v-7f3f56f2 {
  127. height: 36rpx;
  128. padding: 0 10rpx;
  129. text-align: center;
  130. line-height: 36rpx;
  131. font-size: 24rpx;
  132. color: #999;
  133. background-color: #efeff4;
  134. display: inline-block;
  135. }
  136. .search-input.data-v-7f3f56f2 {
  137. height: 56rpx;
  138. position: relative;
  139. width: 620rpx;
  140. }
  141. .search-input image.data-v-7f3f56f2 {
  142. height: 22rpx;
  143. width: 22rpx;
  144. position: absolute;
  145. top: 17rpx;
  146. left: 28rpx;
  147. z-index: 10;
  148. }
  149. .search-input input.data-v-7f3f56f2 {
  150. padding-left: 66rpx;
  151. background-color: #fff;
  152. border-radius: 32rpx;
  153. height: 56rpx;
  154. font-size: 26rpx;
  155. color: #353535;
  156. }
  157. .cancel view.data-v-7f3f56f2 {
  158. margin-left: 16rpx;
  159. font-size: 28rpx;
  160. color: #00c203;
  161. }
  162. .arrow-right.data-v-7f3f56f2 {
  163. height: 20rpx;
  164. width: 12rpx;
  165. margin-left: 12rpx;
  166. }