topicDetail.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. .content{
  2. width: 100%;
  3. height: auto;
  4. font-size: 0;
  5. }
  6. .content image{
  7. display: inline-block;
  8. width: 100%;
  9. }
  10. .comments{
  11. width: 100%;
  12. height: auto;
  13. padding-left:30rpx;
  14. background: #fff;
  15. margin-top: 20rpx;
  16. }
  17. .comments .h{
  18. height: 93rpx;
  19. line-height: 93rpx;
  20. width: 720rpx;
  21. padding-right: 30rpx;
  22. border-bottom: 1px solid #d9d9d9;
  23. }
  24. .comments .h .t{
  25. display: block;
  26. float: left;
  27. width: 50%;
  28. font-size: 29rpx;
  29. color: #333;
  30. }
  31. .comments .h .i{
  32. display: block;
  33. float: right;
  34. margin-top: 30rpx;
  35. width: 33rpx;
  36. height: 33rpx;
  37. }
  38. .comments .b{
  39. height: auto;
  40. width: 720rpx;
  41. }
  42. .comments .item{
  43. height: auto;
  44. width: 720rpx;
  45. overflow: hidden;
  46. border-bottom: 1px solid #d9d9d9;
  47. }
  48. .comments .info{
  49. height: 127rpx;
  50. width: 100%;
  51. padding: 33rpx 0 27rpx 0;
  52. }
  53. .comments .user{
  54. float: left;
  55. width: auto;
  56. height: 67rpx;
  57. line-height: 67rpx;
  58. font-size: 0;
  59. }
  60. .comments .user image{
  61. float: left;
  62. width: 67rpx;
  63. height: 67rpx;
  64. margin-right: 17rpx;
  65. border-radius: 50%;
  66. }
  67. .comments .user text{
  68. display: inline-block;
  69. width: auto;
  70. height: 66rpx;
  71. overflow: hidden;
  72. font-size: 29rpx;
  73. line-height: 66rpx;
  74. }
  75. .comments .time{
  76. display: block;
  77. float: right;
  78. width: auto;
  79. height: 67rpx;
  80. line-height: 67rpx;
  81. color: #7f7f7f;
  82. font-size: 25rpx;
  83. margin-right: 30rpx;
  84. }
  85. .comments .comment{
  86. width: 720rpx;
  87. padding-right: 30rpx;
  88. line-height: 45.8rpx;
  89. margin-bottom: 30rpx;
  90. font-size: 29rpx;
  91. color: #333;
  92. }
  93. .comments .load{
  94. width: 720rpx;
  95. height: 108rpx;
  96. line-height: 108rpx;
  97. text-align: center;
  98. font-size: 38.5rpx;
  99. }
  100. .no-comments{
  101. height: 297rpx;
  102. }
  103. .no-comments .txt{
  104. height: 43rpx;
  105. line-height: 43rpx;
  106. display: block;
  107. width: 100%;
  108. text-align: center;
  109. font-size: 29rpx;
  110. color: #7f7f7f;
  111. }
  112. .no-comments .icon{
  113. margin: 48rpx auto 18rpx auto;
  114. height: 130rpx;
  115. display: block;
  116. width: 115rpx;
  117. }
  118. .rec-box{
  119. width: 690rpx;
  120. height: auto;
  121. margin: 0 30rpx;
  122. }
  123. .rec-box .h{
  124. position: relative;
  125. width: 690rpx;
  126. height: 96rpx;
  127. /*border-bottom: 1px solid #d0d0d0;*/
  128. margin-bottom: 32rpx;
  129. }
  130. .rec-box .h .txt{
  131. display: inline-block;
  132. position: absolute;
  133. background: #f4f4f4;
  134. top: 59rpx;
  135. left: 200rpx;
  136. width: 290rpx;
  137. height: 45rpx;
  138. line-height: 45rpx;
  139. font-size: 30rpx;
  140. color: #999;
  141. text-align: center;
  142. }
  143. .rec-box .b .item{
  144. width: 690rpx;
  145. height: 397rpx;
  146. padding: 24rpx 24rpx 30rpx 24rpx;
  147. background: #fff;
  148. margin-bottom: 30rpx;
  149. }
  150. .rec-box .b .item .img{
  151. height: 278rpx;
  152. width: 642rpx;
  153. }
  154. .rec-box .b .item .title{
  155. display: block;
  156. margin-top: 30rpx;
  157. height: 30rpx;
  158. width: 642rpx;
  159. font-size: 28rpx;
  160. }
  161. @import "../../lib/wxParse/wxParse.wxss";