业务交流通
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

listItem.wxss 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. /* components/listItem/listItem.wxss */
  2. .fl {
  3. float: left;
  4. }
  5. .fr {
  6. float: right;
  7. }
  8. /* list块-头部 */
  9. .list-avatar {
  10. height: 60rpx;
  11. line-height: 60rpx;
  12. }
  13. .list-chatHeads{
  14. width: 60rpx;
  15. height: 60rpx;
  16. border-radius: 50%;
  17. background: #999;
  18. }
  19. .list-chatHeads .chatHeads-img{
  20. width: 100%;
  21. height: 100%;
  22. border-radius: 50%;
  23. }
  24. /* 平台VIP认证 */
  25. .list-certification {
  26. position: absolute;
  27. right: 0;
  28. top: 22rpx;
  29. width: 130rpx;
  30. height: 40rpx;
  31. line-height: 40rpx;
  32. background-color: #fff0be;
  33. border-radius: 18rpx 0 0 18rpx;
  34. text-align: center;
  35. color: #ef6f10;
  36. font-size: 20rpx;
  37. font-style: italic;
  38. }
  39. .list-certification.w170{
  40. width: 170rpx;
  41. }
  42. .list-certification .certification-img{
  43. width: 26rpx;
  44. height: 27rpx;
  45. position: relative;
  46. top: 6rpx;
  47. }
  48. /* 名称 */
  49. .list-nick-name {
  50. margin-left: 15rpx;
  51. max-width: 300rpx;
  52. white-space:nowrap;
  53. overflow:hidden;
  54. text-overflow:ellipsis;
  55. font-weight: bold;
  56. }
  57. /* 主页 */
  58. .list-home {
  59. color: #827de5;
  60. border-radius: 16px;
  61. border: solid 1px #827de5;
  62. width: 106rpx;
  63. height: 40rpx;
  64. line-height: 38rpx;
  65. font-size: 22rpx;
  66. text-align: center;
  67. margin-top: 12rpx;
  68. margin-left: 15rpx;
  69. box-sizing: border-box;
  70. }
  71. .list-home .home-img{
  72. width: 22rpx;
  73. height: 23rpx;
  74. position: relative;
  75. top: 3rpx;
  76. }
  77. /* 内容容器 */
  78. .list-content {
  79. padding-left: 75rpx;
  80. padding-right: 15rpx;
  81. }
  82. /* 详情 */
  83. .list-details-text{
  84. margin: 15rpx 0;
  85. word-break: break-all;
  86. text-overflow: ellipsis;
  87. overflow: hidden;
  88. display: -webkit-box;
  89. }
  90. .list-details-text.need {
  91. -webkit-line-clamp: 3;
  92. -webkit-box-orient: vertical;
  93. }
  94. /* 标签 */
  95. .list-tag-view {
  96. margin-bottom: 20rpx;
  97. }
  98. .list-tag-view .list-tag{
  99. display: inline-block;
  100. width: 120rpx;
  101. height: 44rpx;
  102. border-radius: 20rpx;
  103. text-align: center;
  104. line-height: 44rpx;
  105. font-size: 22rpx;
  106. margin-right: 15rpx;
  107. }
  108. .list-tag-view .list-tag:nth-child(1){
  109. background-color: #e4f1f7;
  110. color: #3d97e6;
  111. }
  112. .list-tag-view .list-tag:nth-child(2){
  113. background-color: #f7eee4;
  114. color: #f29f61;
  115. }
  116. .list-tag-view .list-tag:nth-child(3){
  117. background-color: #eafee3;
  118. color: #80c269;
  119. }
  120. /* 底部 */
  121. .list-foot {
  122. height: 62rpx;
  123. line-height: 62rpx;
  124. }
  125. .list-foot-text-lf{
  126. color: #999;
  127. font-size: 22rpx;
  128. margin-right: 40rpx;
  129. }
  130. .list-foot-text-lf .browse-img{
  131. width: 24rpx;
  132. height: 18rpx;
  133. }
  134. .list-foot-text-lf .time-img{
  135. width: 24rpx;
  136. height: 24rpx;
  137. position: relative;
  138. top: 4rpx;
  139. }
  140. .list-foot-text-chat {
  141. height: 60rpx;
  142. width: 160rpx;
  143. background-color: #5e73e5;
  144. box-shadow: -1px 3px 12px 4px
  145. rgba(62, 95, 179, 0.14);
  146. border-radius: 31rpx;
  147. text-align: center;
  148. color: #fff;
  149. font-size: 24rpx;
  150. }
  151. .list-foot-text-chat .chat-img{
  152. width: 28rpx;
  153. height: 28rpx;
  154. position: relative;
  155. top: 4rpx;
  156. left: -10rpx;
  157. }
  158. .list-collect-view {
  159. color: #e16531;
  160. font-size: 22rpx;
  161. }
  162. .list-collect-view .collect-img {
  163. width: 26rpx;
  164. height: 23rpx;
  165. position: relative;
  166. top: 4rpx;
  167. }
  168. .is-details-page .list-foot-text-lf{
  169. margin-right: 16rpx;
  170. }
  171. /* 置顶 */
  172. .ontop-img {
  173. position: absolute;
  174. left: 0;
  175. top: 0;
  176. width: 67rpx;
  177. height: 62rpx;
  178. }
  179. .disabled-model-view .list-foot-text-chat{
  180. background-color: #818181!important;
  181. }
  182. .disabled-model-view .list-tag{
  183. background: #ededed!important;
  184. color: #9d9d9d!important;
  185. }
  186. .disabled-model-view .list-details-text{
  187. color: #999!important;
  188. }