index.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. .recommend-question {
  2. margin-top: .14rem;
  3. background-color: #fff;
  4. }
  5. .recommend-question > div:first-child {
  6. display: -webkit-box;
  7. display: flex;
  8. -webkit-box-pack: justify;
  9. justify-content: space-between;
  10. -webkit-box-align: center;
  11. align-items: center;
  12. padding-top: .15rem;
  13. padding-right: .2rem;
  14. padding-left: .2rem;
  15. font-weight: bold;
  16. font-size: .32rem;
  17. color: #333;
  18. }
  19. .recommend-question > div:first-child a {
  20. font-weight: normal;
  21. font-size: .22rem;
  22. color: #999;
  23. }
  24. .recommend-question .iconxiangyou {
  25. margin-left: .09rem;
  26. font-size: .18rem;
  27. }
  28. .recommend-question .swiper-container {
  29. padding: .3rem .2rem .5rem;
  30. }
  31. /* .recommend-question .swiper-slide > a {
  32. display: -webkit-box;
  33. display: flex;
  34. -webkit-box-orient: vertical;
  35. -webkit-box-direction: normal;
  36. flex-direction: column;
  37. -webkit-box-pack: justify;
  38. justify-content: space-between;
  39. width: 5.2rem;
  40. height: 4.9rem;
  41. border-radius: .1rem;
  42. overflow: hidden;
  43. -webkit-box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
  44. box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
  45. } */
  46. .recommend-question .swiper-slide {
  47. width: 6.2rem;
  48. }
  49. .recommend-question .swiper-slide a {
  50. display: -webkit-box;
  51. display: flex;
  52. padding: .2rem;
  53. border-radius: .12rem;
  54. -webkit-box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
  55. box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
  56. }
  57. .recommend-question .swiper-slide .figure {
  58. width: 3rem;
  59. height: 1.69rem;
  60. }
  61. .recommend-question .swiper-slide .attr {
  62. -webkit-box-flex: 1;
  63. flex: 1;
  64. display: -webkit-box;
  65. display: flex;
  66. -webkit-box-orient: vertical;
  67. -webkit-box-direction: normal;
  68. flex-direction: column;
  69. -webkit-box-pack: justify;
  70. justify-content: space-between;
  71. min-width: 0;
  72. height: auto;
  73. padding-top: 0;
  74. margin-left: .2rem;
  75. }
  76. .recommend-question .swiper-slide .group {
  77. -webkit-box-pack: justify;
  78. justify-content: space-between;
  79. }
  80. .recommend-question ul {
  81. padding: .3rem .2rem;
  82. }
  83. .recommend-question li ~ li {
  84. margin-top: .3rem;
  85. }
  86. .recommend-question .figure {
  87. display: block;
  88. width: 100%;
  89. height: 3.8rem;
  90. border-radius: .1rem;
  91. object-fit: cover;
  92. -webkit-touch-callout: none;
  93. pointer-events: none;
  94. }
  95. .recommend-question .title {
  96. overflow: hidden;
  97. white-space: nowrap;
  98. text-overflow: ellipsis;
  99. font-size: .28rem;
  100. color: #333;
  101. }
  102. .recommend-question .people {
  103. font-size: .22rem;
  104. color: #999;
  105. }
  106. .recommend-question .money {
  107. font-weight: bold;
  108. font-size: .22rem;
  109. color: #F78200;
  110. }
  111. .recommend-question .money span {
  112. font-size: .32rem;
  113. }
  114. .recommend-question .free {
  115. font-size: .28rem;
  116. }
  117. .recommend-question .link {
  118. height: .38rem;
  119. padding-right: .17rem;
  120. padding-left: .17rem;
  121. border-radius: .19rem;
  122. background-color: #f2f8ff;
  123. font-size: .22rem;
  124. line-height: .38rem;
  125. color: #191C6E;
  126. }
  127. .recommend-question .link img {
  128. width: .17rem;
  129. height: .19rem;
  130. margin-right: .1rem;
  131. -webkit-touch-callout: none;
  132. pointer-events: none;
  133. }
  134. .recommend-question .attr {
  135. display: -webkit-box;
  136. display: flex;
  137. -webkit-box-orient: vertical;
  138. -webkit-box-direction: normal;
  139. flex-direction: column;
  140. -webkit-box-pack: justify;
  141. justify-content: space-between;
  142. height: 1.12rem;
  143. padding-top: .13rem;
  144. }
  145. .recommend-question .group {
  146. display: -webkit-box;
  147. display: flex;
  148. -webkit-box-align: center;
  149. align-items: center;
  150. }
  151. .recommend-question .group .people {
  152. -webkit-box-flex: 1;
  153. flex: 1;
  154. margin-left: .22rem;
  155. }
  156. .recommend-question .small li > a {
  157. display: -webkit-box;
  158. display: flex;
  159. }
  160. .recommend-question .small .figure {
  161. width: 2.5rem;
  162. height: 1.41rem;
  163. }
  164. .recommend-question .small .attr {
  165. -webkit-box-flex: 1;
  166. flex: 1;
  167. min-width: 0;
  168. height: auto;
  169. padding-top: 0;
  170. margin-left: .24rem;
  171. }
  172. .recommend-question .small .people {
  173. margin-left: 0;
  174. }
  175. .recommend-question .gird {
  176. display: -webkit-box;
  177. display: flex;
  178. flex-wrap: wrap;
  179. -webkit-box-pack: justify;
  180. justify-content: space-between;
  181. -webkit-box-align: center;
  182. align-items: center;
  183. padding-top: 0;
  184. }
  185. .recommend-question .gird li {
  186. width: 3.45rem;
  187. margin-top: .3rem;
  188. }
  189. .recommend-question .gird .figure {
  190. width: 3.45rem;
  191. height: 1.92rem;
  192. }
  193. .recommend-question .gird .attr {
  194. height: 1.51rem;
  195. }
  196. .recommend-question .gird .group {
  197. -webkit-box-pack: justify;
  198. justify-content: space-between;
  199. }