业务交流通
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

listItem.wxss 3.5KB

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