details.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. /* pages/details/details.wxss */
  2. .comment_swiper {
  3. position: absolute;
  4. bottom: 90rpx;
  5. left: 19rpx;
  6. background: rgba(140, 140, 140, 0.5);
  7. max-width: 430rpx;
  8. height: 50rpx;
  9. line-height: 50rpx;
  10. overflow: hidden;
  11. white-space: nowrap;
  12. text-overflow: ellipsis;
  13. border-radius: 30rpx;
  14. padding: 0 21rpx;
  15. box-sizing: border-box;
  16. color: #fff;
  17. font-size: 24rpx;
  18. }
  19. .comment_content {
  20. max-width: 220rpx;
  21. font-size: 24rpx;
  22. height: 40rpx;
  23. line-height:40rpx;
  24. display: inline-block;
  25. vertical-align: middle;
  26. }
  27. .nickname {
  28. height: 40rpx;
  29. line-height:40rpx;
  30. font-size: 24rpx;
  31. display: inline-block;
  32. vertical-align: middle;
  33. }
  34. .comment_swiper image {
  35. width: 40rpx;
  36. height: 40rpx;
  37. border-radius: 50rpx;
  38. display: inline-block;
  39. vertical-align: middle;
  40. }
  41. .details_collection {
  42. position: absolute;
  43. bottom: 96rpx;
  44. right: 19rpx;
  45. color: #fff;
  46. padding: 10rpx 30rpx;
  47. background: #7e7e7e;
  48. border-radius: 50rpx;
  49. font-size: 24rpx;
  50. }
  51. .goods_content {
  52. text-align: center;
  53. position: relative;
  54. }
  55. .goods_content::after {
  56. position: absolute;
  57. content: "";
  58. bottom: 0;
  59. left: 0;
  60. width: 100%;
  61. height: 1px;
  62. background: #dadada;
  63. }
  64. .goods_name_title {
  65. font-size: 34rpx;
  66. color: rgb(0, 0, 0);
  67. }
  68. .bonus_price {
  69. font-size: 36rpx;
  70. color: #ef524d;
  71. overflow: hidden;
  72. }
  73. .goods_price {
  74. color: #9b9b9b;
  75. font-size: 22rpx;
  76. }
  77. .goods_desc {
  78. font-size: 24rpx;
  79. display: -webkit-box;
  80. -webkit-box-orient: vertical;
  81. -webkit-line-clamp: 2;
  82. overflow: hidden;
  83. color: #7e7e7e;
  84. min-height: 56rpx;
  85. line-height: 28rpx;
  86. }
  87. .congratulation_text {
  88. position: relative;
  89. padding: 16rpx 0;
  90. margin-left: 25rpx;
  91. color: rgb(167, 167, 167);
  92. font-size: 24rpx;
  93. }
  94. .congratulation_text::after {
  95. content: " ";
  96. position: absolute;
  97. left: 0;
  98. bottom: 1rpx;
  99. right: 0;
  100. height: 1rpx;
  101. border-bottom: 1px solid #c7c7c7;
  102. color: #c7c7c7;
  103. -webkit-transform-origin: 0 100%;
  104. transform-origin: 0 100%;
  105. -webkit-transform: scaleY(0.5);
  106. transform: scaleY(0.5);
  107. }
  108. .details_stamps {
  109. /* height: 166rpx; */
  110. padding-top: 40rpx;
  111. padding-bottom: 30rpx;
  112. box-sizing: border-box;
  113. display: flex;
  114. flex-direction: row;
  115. flex-wrap: wrap;
  116. }
  117. .stamps_item {
  118. width: 50%;
  119. display: flex;
  120. align-items: center;
  121. padding-left: 90rpx;
  122. color: #a7a7a7;
  123. font-size: 24rpx;
  124. height: 46rpx;
  125. box-sizing: border-box;
  126. }
  127. .goods_logo {
  128. width: 30rpx;
  129. height: 30rpx;
  130. margin-right: 22rpx;
  131. }
  132. .place-bac247 {
  133. background: rgb(247, 247, 247);
  134. height: 20rpx;
  135. }
  136. .comments_block {
  137. position: relative;
  138. display: flex;
  139. justify-content: space-between;
  140. align-items: center;
  141. height: 70rpx;
  142. margin: 0 24rpx;
  143. color: #a7a7a7;
  144. font-size: 28rpx;
  145. }
  146. .comments_block::after {
  147. content: " ";
  148. position: absolute;
  149. bottom: 0;
  150. right: 0;
  151. left: 0;
  152. height: 1px;
  153. border-bottom: 1px solid #c7c7c7;
  154. color: #c7c7c7;
  155. -webkit-transform-origin: 0 100%;
  156. transform-origin: 0 100%;
  157. -webkit-transform: scaleY(0.5);
  158. transform: scaleY(0.5);
  159. }
  160. .comment {
  161. position: relative;
  162. color: #a7a7a7;
  163. padding-top: 28rpx;
  164. padding-bottom: 20rpx;
  165. }
  166. .user {
  167. overflow: hidden;
  168. margin-bottom: 18rpx;
  169. padding: 0 24rpx;
  170. line-height: 1.6;
  171. }
  172. .member_avatar {
  173. margin-right: 20rpx;
  174. }
  175. .member_avatar image {
  176. width: 72rpx;
  177. height: 72rpx;
  178. border-radius: 50%;
  179. display: block;
  180. }
  181. .flex-stars {
  182. display: flex;
  183. align-items: center;
  184. height: 44rpx;
  185. }
  186. .star {
  187. display: inline-block;
  188. width: 24rpx;
  189. height: 24rpx;
  190. margin-left: 4rpx;
  191. vertical-align: middle;
  192. }
  193. .comment_time {
  194. text-align: right;
  195. font-size: 20rpx;
  196. }
  197. .spec {
  198. padding: 0 24rpx;
  199. margin-bottom: 10rpx;
  200. font-size: 20rpx;
  201. }
  202. .content {
  203. padding: 0 24rpx;
  204. margin-bottom: 0;
  205. font-size: 22rpx;
  206. color: #000;
  207. line-height: 36rpx;
  208. padding-bottom: 10rpx;
  209. }
  210. .attr_list_item {
  211. display: flex;
  212. justify-content: space-between;
  213. align-items: center;
  214. line-height: 70rpx;
  215. padding: 0 25rpx;
  216. overflow: hidden;
  217. font-size: 24rpx;
  218. color: rgb(167, 167, 167);
  219. }