topicDetail.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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 .avatar{
  61. display: block;
  62. float: left;
  63. width: 67rpx;
  64. height: 67rpx;
  65. margin-right: 17rpx;
  66. border-radius: 50%;
  67. }
  68. .comments .user .nickname{
  69. display: block;
  70. width: auto;
  71. float: left;
  72. height: 66rpx;
  73. overflow: hidden;
  74. font-size: 29rpx;
  75. line-height: 66rpx;
  76. }
  77. .comments .time{
  78. display: block;
  79. float: right;
  80. width: auto;
  81. height: 67rpx;
  82. line-height: 67rpx;
  83. color: #7f7f7f;
  84. font-size: 25rpx;
  85. margin-right: 30rpx;
  86. }
  87. .comments .comment{
  88. width: 720rpx;
  89. padding-right: 30rpx;
  90. line-height: 45.8rpx;
  91. margin-bottom: 30rpx;
  92. font-size: 29rpx;
  93. color: #333;
  94. }
  95. .comments .load{
  96. width: 720rpx;
  97. height: 108rpx;
  98. line-height: 108rpx;
  99. text-align: center;
  100. font-size: 38.5rpx;
  101. }
  102. .no-comments{
  103. height: 297rpx;
  104. }
  105. .no-comments .txt{
  106. height: 43rpx;
  107. line-height: 43rpx;
  108. display: block;
  109. width: 100%;
  110. text-align: center;
  111. font-size: 29rpx;
  112. color: #7f7f7f;
  113. }
  114. .no-comments .icon{
  115. margin: 48rpx auto 18rpx auto;
  116. height: 130rpx;
  117. display: block;
  118. width: 115rpx;
  119. }
  120. .rec-box{
  121. width: 690rpx;
  122. height: auto;
  123. margin: 0 30rpx;
  124. }
  125. .rec-box .h{
  126. position: relative;
  127. width: 690rpx;
  128. height: 96rpx;
  129. /*border-bottom: 1px solid #d0d0d0;*/
  130. margin-bottom: 32rpx;
  131. }
  132. .rec-box .h .txt{
  133. display: inline-block;
  134. position: absolute;
  135. background: #f4f4f4;
  136. top: 59rpx;
  137. left: 200rpx;
  138. width: 290rpx;
  139. height: 45rpx;
  140. line-height: 45rpx;
  141. font-size: 30rpx;
  142. color: #999;
  143. text-align: center;
  144. }
  145. .rec-box .b .item{
  146. width: 690rpx;
  147. height: 397rpx;
  148. padding: 24rpx 24rpx 30rpx 24rpx;
  149. background: #fff;
  150. margin-bottom: 30rpx;
  151. }
  152. .rec-box .b .item .img{
  153. height: 278rpx;
  154. width: 642rpx;
  155. }
  156. .rec-box .b .item .title{
  157. display: block;
  158. margin-top: 30rpx;
  159. height: 30rpx;
  160. width: 642rpx;
  161. font-size: 28rpx;
  162. }
  163. @import "../../lib/wxParse/wxParse.wxss";