topicDetail.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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. .post-comment{
  101. display: none;
  102. width: 690rpx;
  103. height: auto;
  104. overflow: hidden;
  105. margin-top: 20rpx;
  106. }
  107. .post-comment .input-box{
  108. height: 337.5rpx;
  109. width: 690rpx;
  110. position: relative;
  111. }
  112. .post-comment .input-box .content{
  113. position: absolute;
  114. top:0;
  115. left:0;
  116. display: block;
  117. background: #f4f4f4;
  118. font-size: 29rpx;
  119. color: #333;
  120. height: 300rpx;
  121. width: 650rpx;
  122. padding: 20rpx;
  123. }
  124. .post-comment .input-box .count{
  125. position: absolute;
  126. bottom:20rpx;
  127. right: 20rpx;
  128. display: block;
  129. height: 30rpx;
  130. width: 50rpx;
  131. font-size: 29rpx;
  132. color: #999;
  133. }
  134. .post-comment .btns{
  135. height: 108rpx;
  136. }
  137. .post-comment .close{
  138. float: left;
  139. height: 108rpx;
  140. line-height: 108rpx;
  141. text-align: left;
  142. color: #666;
  143. }
  144. .post-comment .post{
  145. float: right;
  146. height: 108rpx;
  147. line-height: 108rpx;
  148. text-align: right;
  149. }
  150. .no-comments{
  151. display: none;
  152. height: 297rpx;
  153. }
  154. .no-comments .txt{
  155. height: 43rpx;
  156. line-height: 43rpx;
  157. display: block;
  158. width: 100%;
  159. text-align: center;
  160. font-size: 29rpx;
  161. color: #7f7f7f;
  162. }
  163. .no-comments .icon{
  164. margin: 48rpx auto 18rpx auto;
  165. height: 130rpx;
  166. display: block;
  167. width: 115rpx;
  168. }
  169. .rec-box{
  170. width: 690rpx;
  171. height: auto;
  172. margin: 0 30rpx;
  173. }
  174. .rec-box .h{
  175. position: relative;
  176. width: 690rpx;
  177. height: 96rpx;
  178. /*border-bottom: 1px solid #d0d0d0;*/
  179. margin-bottom: 32rpx;
  180. }
  181. .rec-box .h .txt{
  182. display: inline-block;
  183. position: absolute;
  184. background: #f4f4f4;
  185. top: 59rpx;
  186. left: 200rpx;
  187. width: 290rpx;
  188. height: 45rpx;
  189. line-height: 45rpx;
  190. font-size: 30rpx;
  191. color: #999;
  192. text-align: center;
  193. }
  194. .rec-box .b .item{
  195. width: 690rpx;
  196. height: 397rpx;
  197. padding: 24rpx 24rpx 30rpx 24rpx;
  198. background: #fff;
  199. margin-bottom: 30rpx;
  200. }
  201. .rec-box .b .item .img{
  202. height: 278rpx;
  203. width: 642rpx;
  204. }
  205. .rec-box .b .item .title{
  206. display: block;
  207. margin-top: 30rpx;
  208. height: 30rpx;
  209. width: 642rpx;
  210. font-size: 28rpx;
  211. }
  212. @import "../../lib/wxParse/wxParse.wxss";