topicDetail.wxss 3.9 KB

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