friends-list.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. /* pages/friends-list/friends-list.wxss */
  2. /* pages/order/order.wxss */
  3. .content-name {
  4. font-size: 28rpx;
  5. font-family: PingFangSC-Regular;
  6. font-weight: 400;
  7. color: rgba(69, 82, 107, 1);
  8. line-height: 20px;
  9. margin-left: 8px;
  10. }
  11. .icon-container{
  12. display: flex;
  13. flex-direction: row;
  14. align-items: center
  15. }
  16. .city{
  17. font-size: 28rpx;
  18. color: #333;
  19. margin-right: 10rpx;
  20. }
  21. .aa{
  22. margin-top: 20rpx;
  23. }
  24. .bb{
  25. width: 500rpx !important;
  26. }
  27. .header{
  28. position: fixed;
  29. top: 0;
  30. left: 0;
  31. }
  32. .content {
  33. /* height: 400rpx; */
  34. position: relative;
  35. }
  36. .tab-content {
  37. min-height: 140rpx;
  38. height: 100%;
  39. display: flex;
  40. align-items: center;
  41. justify-content: center;
  42. font-size: 28rpx;
  43. color: rgba(140, 152, 174, 1);
  44. }
  45. .toggle-button {
  46. position: absolute !important;
  47. top: -80rpx;
  48. right: 20rpx;
  49. min-width: 72rpx !important;
  50. padding: 0 !important;
  51. display: flex;
  52. justify-content: center;
  53. align-items: center;
  54. border-radius: 50% !important;
  55. background: transparent !important;
  56. }
  57. .swipeable-header {
  58. margin: 0 auto;
  59. width: 327rpx !important;
  60. border: 0 !important;
  61. }
  62. .swipeable-class-inactive {
  63. border-width: 8rpx !important;
  64. }
  65. .swipeable-class-active {
  66. font-weight: 900 !important;
  67. font-size: 34rpx !important;
  68. border-width: 6rpx !important;
  69. }
  70. .line-tabs {
  71. background: rgba(90, 120, 158, 1) !important;
  72. }
  73. .tab-image {
  74. width: 44rpx !important;
  75. height: 44rpx !important;
  76. }
  77. .line-class {
  78. width: 30rpx !important;
  79. }
  80. .card {
  81. margin: 10rpx auto !important;
  82. }
  83. .right-card {
  84. height: 150rpx !important;
  85. width: 150rpx !important;
  86. border-radius: 12rpx !important;
  87. }
  88. .card-dot {
  89. width: 18rpx;
  90. height: 18rpx;
  91. border-radius: 50%;
  92. border: 6rpx solid #3963bc;
  93. margin-left: 26rpx;
  94. }
  95. .card-top {
  96. display: flex;
  97. flex-direction: row;
  98. align-items: center;
  99. width: 750rpx;
  100. height: 100rpx;
  101. }
  102. .contentcard-name {
  103. font-size: 28rpx;
  104. font-family: PingFangSC-Regular;
  105. font-weight: 400;
  106. color: rgba(69, 82, 107, 1);
  107. line-height: 20px;
  108. margin-left: 8px;
  109. }
  110. .contentcard {
  111. margin:5rpx 0rpx 0rpx 0rpx;
  112. color: #666;
  113. font-size: 25rpx;
  114. overflow: hidden;
  115. text-overflow: ellipsis;
  116. display: -webkit-box;
  117. -webkit-box-orient: vertical;
  118. -webkit-line-clamp: 5;
  119. }
  120. .avter-contentcard {
  121. margin-top: 10rpx;
  122. color: #333;
  123. font-size: 26rpx;
  124. overflow: hidden;
  125. text-overflow: ellipsis;
  126. display: -webkit-box;
  127. -webkit-box-orient: vertical;
  128. -webkit-line-clamp: 5;
  129. }
  130. .super-long-test{
  131. display: -webkit-box;
  132. word-break: break-all;
  133. text-overflow: ellipsis;
  134. font-size: 30rpx;
  135. overflow: hidden;
  136. -webkit-box-orient: vertical;
  137. -webkit-line-clamp:2;
  138. }
  139. .empty-icon{
  140. width: 30rpx;
  141. height: 30rpx;
  142. background-color:rgb(252, 248, 248);
  143. }
  144. .containertag{
  145. display: flex;
  146. flex-direction: row;
  147. align-items: flex-end;
  148. flex-wrap: wrap;
  149. }
  150. .btn{
  151. margin-bottom: 5rpx;
  152. }
  153. .describe{
  154. color: #f4f4f5;
  155. font-size: 28rpx;
  156. }
  157. .fanli{
  158. position: absolute;
  159. right: 10rpx;
  160. }
  161. .l-tag {
  162. padding: 0 16rpx;
  163. display: inline-flex;
  164. align-items: center;
  165. justify-content: center;
  166. flex-direction: row;
  167. color: #fff;
  168. background-color: #3963bc;
  169. margin-left: 15rpx;
  170. }
  171. .tag{
  172. margin: 6rpx 15rpx 6rpx 0 !important;
  173. }
  174. .price-container{
  175. display: flex;
  176. flex-direction: row;
  177. align-items: center;
  178. margin-left: 10rpx;
  179. }
  180. .price{
  181. color:#d81e06;
  182. font-size: 30rpx;
  183. position: absolute;
  184. }
  185. .yprice{
  186. position: absolute;
  187. right: 30rpx;
  188. color: #999;
  189. font-size: 25rpx;
  190. text-decoration:line-through;
  191. }
  192. .price-v{
  193. margin:5rpx 0rpx 10rpx 0rpx;
  194. }