topicDetail.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  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. .sv-goods {
  121. width: 100%;
  122. height: auto;
  123. padding-left: 30rpx;
  124. background: #fff;
  125. margin-top: 20rpx;
  126. }
  127. .topic-goods .b .item {
  128. border-top: 1px solid #d9d9d9;
  129. margin: 0 20rpx;
  130. height: 244rpx;
  131. width: 710rpx;
  132. }
  133. .topic-goods .b .img {
  134. margin-top: 12rpx;
  135. margin-right: 12rpx;
  136. float: left;
  137. width: 220rpx;
  138. height: 220rpx;
  139. }
  140. .topic-goods .b .right {
  141. float: left;
  142. height: 244rpx;
  143. width: 476rpx;
  144. display: flex;
  145. flex-flow: row nowrap;
  146. }
  147. .topic-goods .b .text {
  148. display: flex;
  149. flex-wrap: nowrap;
  150. flex-direction: column;
  151. justify-content: center;
  152. overflow: hidden;
  153. height: 244rpx;
  154. width: 476rpx;
  155. }
  156. .topic-goods .b .name {
  157. float: left;
  158. width: 330rpx;
  159. display: block;
  160. color: #333;
  161. line-height: 50rpx;
  162. font-size: 30rpx;
  163. }
  164. .topic-goods .b .desc {
  165. width: 476rpx;
  166. display: block;
  167. color: #999;
  168. line-height: 50rpx;
  169. font-size: 25rpx;
  170. }
  171. .topic-goods .b .price {
  172. width: 476rpx;
  173. display: flex;
  174. color: #b4282d;
  175. line-height: 50rpx;
  176. font-size: 33rpx;
  177. }
  178. .rec-box {
  179. width: 690rpx;
  180. height: auto;
  181. margin: 0 30rpx;
  182. }
  183. .rec-box .h {
  184. position: relative;
  185. width: 690rpx;
  186. height: 96rpx;
  187. /*border-bottom: 1px solid #d0d0d0;*/
  188. margin-bottom: 32rpx;
  189. }
  190. .rec-box .h .txt {
  191. display: inline-block;
  192. position: absolute;
  193. background: #f4f4f4;
  194. top: 59rpx;
  195. left: 200rpx;
  196. width: 290rpx;
  197. height: 45rpx;
  198. line-height: 45rpx;
  199. font-size: 30rpx;
  200. color: #999;
  201. text-align: center;
  202. }
  203. .rec-box .b .item {
  204. width: 690rpx;
  205. height: 397rpx;
  206. padding: 24rpx 24rpx 30rpx 24rpx;
  207. background: #fff;
  208. margin-bottom: 30rpx;
  209. }
  210. .rec-box .b .item .img {
  211. height: 278rpx;
  212. width: 642rpx;
  213. }
  214. .rec-box .b .item .title {
  215. display: block;
  216. margin-top: 30rpx;
  217. height: 30rpx;
  218. width: 642rpx;
  219. font-size: 28rpx;
  220. }
  221. @import "../../lib/wxParse/wxParse.wxss";