topicDetail.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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. width: 33rpx;
  35. height: 33rpx;
  36. }
  37. .comments .b {
  38. height: auto;
  39. width: 720rpx;
  40. }
  41. .comments .item {
  42. height: auto;
  43. width: 720rpx;
  44. overflow: hidden;
  45. border-bottom: 1px solid #d9d9d9;
  46. }
  47. .comments .info {
  48. height: 127rpx;
  49. width: 100%;
  50. padding: 33rpx 0 27rpx 0;
  51. }
  52. .comments .user {
  53. float: left;
  54. width: auto;
  55. height: 67rpx;
  56. line-height: 67rpx;
  57. font-size: 0;
  58. }
  59. .comments .user .avatar {
  60. display: block;
  61. float: left;
  62. width: 67rpx;
  63. height: 67rpx;
  64. margin-right: 17rpx;
  65. border-radius: 50%;
  66. }
  67. .comments .user .nickname {
  68. display: block;
  69. width: auto;
  70. float: left;
  71. height: 66rpx;
  72. overflow: hidden;
  73. font-size: 29rpx;
  74. line-height: 66rpx;
  75. }
  76. .comments .time {
  77. display: block;
  78. float: right;
  79. width: auto;
  80. height: 67rpx;
  81. line-height: 67rpx;
  82. color: #7f7f7f;
  83. font-size: 25rpx;
  84. margin-right: 30rpx;
  85. }
  86. .comments .comment {
  87. width: 720rpx;
  88. padding-right: 30rpx;
  89. line-height: 45.8rpx;
  90. margin-bottom: 30rpx;
  91. font-size: 29rpx;
  92. color: #333;
  93. }
  94. .comments .load {
  95. width: 720rpx;
  96. height: 108rpx;
  97. line-height: 108rpx;
  98. text-align: center;
  99. font-size: 38.5rpx;
  100. }
  101. .no-comments {
  102. height: 297rpx;
  103. }
  104. .no-comments .txt {
  105. height: 43rpx;
  106. line-height: 43rpx;
  107. display: block;
  108. width: 100%;
  109. text-align: center;
  110. font-size: 29rpx;
  111. color: #7f7f7f;
  112. padding-top: 150rpx;
  113. }
  114. .sv-goods {
  115. width: 100%;
  116. height: auto;
  117. padding-left: 30rpx;
  118. background: #fff;
  119. margin-top: 20rpx;
  120. }
  121. .topic-goods .h {
  122. height: 93rpx;
  123. line-height: 93rpx;
  124. width: 720rpx;
  125. padding-right: 30rpx;
  126. border-bottom: 1px solid #d9d9d9;
  127. }
  128. .topic-goods .h .t {
  129. display: block;
  130. float: left;
  131. width: 50%;
  132. font-size: 29rpx;
  133. color: #333;
  134. }
  135. .topic-goods .b .item {
  136. border-top: 1px solid #d9d9d9;
  137. margin: 0 20rpx;
  138. height: 244rpx;
  139. width: 710rpx;
  140. }
  141. .topic-goods .b .img {
  142. margin-top: 12rpx;
  143. margin-right: 12rpx;
  144. float: left;
  145. width: 220rpx;
  146. height: 220rpx;
  147. }
  148. .topic-goods .b .right {
  149. float: left;
  150. height: 244rpx;
  151. width: 476rpx;
  152. display: flex;
  153. flex-flow: row nowrap;
  154. }
  155. .topic-goods .b .text {
  156. display: flex;
  157. flex-wrap: nowrap;
  158. flex-direction: column;
  159. justify-content: center;
  160. overflow: hidden;
  161. height: 244rpx;
  162. width: 476rpx;
  163. }
  164. .topic-goods .b .name {
  165. float: left;
  166. width: 330rpx;
  167. display: block;
  168. color: #333;
  169. line-height: 50rpx;
  170. font-size: 30rpx;
  171. }
  172. .topic-goods .b .desc {
  173. width: 476rpx;
  174. display: block;
  175. color: #999;
  176. line-height: 50rpx;
  177. font-size: 25rpx;
  178. }
  179. .topic-goods .b .price {
  180. width: 476rpx;
  181. display: flex;
  182. color: #b4282d;
  183. line-height: 50rpx;
  184. font-size: 33rpx;
  185. }
  186. .rec-box {
  187. width: 690rpx;
  188. height: auto;
  189. margin: 0 30rpx;
  190. }
  191. .rec-box .h {
  192. position: relative;
  193. width: 690rpx;
  194. height: 96rpx;
  195. /*border-bottom: 1px solid #d0d0d0;*/
  196. margin-bottom: 32rpx;
  197. }
  198. .rec-box .h .txt {
  199. display: inline-block;
  200. position: absolute;
  201. background: #f4f4f4;
  202. top: 59rpx;
  203. left: 200rpx;
  204. width: 290rpx;
  205. height: 45rpx;
  206. line-height: 45rpx;
  207. font-size: 30rpx;
  208. color: #999;
  209. text-align: center;
  210. }
  211. .rec-box .b .item {
  212. width: 690rpx;
  213. height: 397rpx;
  214. padding: 24rpx 24rpx 30rpx 24rpx;
  215. background: #fff;
  216. margin-bottom: 30rpx;
  217. }
  218. .rec-box .b .item .img {
  219. height: 278rpx;
  220. width: 642rpx;
  221. }
  222. .rec-box .b .item .title {
  223. display: block;
  224. margin-top: 30rpx;
  225. height: 30rpx;
  226. width: 642rpx;
  227. font-size: 28rpx;
  228. }
  229. @import "../../../lib/wxParse/wxParse.wxss";