index.scss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. page {
  2. background-color: #f5f5f5;
  3. overflow-x: hidden;
  4. }
  5. .hall {
  6. header {
  7. padding: 30rpx 30rpx 25rpx;
  8. height: 500rpx;
  9. background: linear-gradient(to bottom, #ffe8d1, #00000000);
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. width: 100%;
  14. box-sizing: border-box;
  15. .title {
  16. font-size: 42rpx;
  17. font-weight: 700;
  18. }
  19. .info {
  20. display: flex;
  21. gap: 30rpx;
  22. align-items: end;
  23. width: 100%;
  24. box-sizing: border-box;
  25. margin-top: 40rpx;
  26. justify-content: space-between;
  27. .scroll-view_H {
  28. white-space: nowrap;
  29. width: 75%;
  30. display: flex;
  31. padding-left: 15rpx;
  32. color: rgba(0, 0, 0, 0.5);
  33. font-size: 28rpx;
  34. .scroll-view-item_H {
  35. display: inline-block;
  36. margin-left: 25rpx;
  37. &:first-of-type {
  38. margin-left: 0;
  39. }
  40. }
  41. .active {
  42. color: #000;
  43. font-size: 36rpx;
  44. font-weight: 550;
  45. }
  46. }
  47. .release {
  48. display: flex;
  49. align-items: center;
  50. gap: 10rpx;
  51. color: #000;
  52. font-size: 28rpx;
  53. span {
  54. margin-top: 6rpx;
  55. }
  56. }
  57. }
  58. }
  59. main {
  60. width: 100%;
  61. box-sizing: border-box;
  62. position: absolute;
  63. top: 220rpx;
  64. left: 0;
  65. padding: 0 30rpx;
  66. padding-bottom: 150rpx;
  67. overflow-x: hidden;
  68. .communicate-list {
  69. display: flex;
  70. flex-direction: column;
  71. gap: 25rpx;
  72. .communicate-item {
  73. padding: 30rpx;
  74. background-color: #fff;
  75. border-radius: 20rpx;
  76. box-sizing: border-box;
  77. .release {
  78. display: flex;
  79. align-items: center;
  80. justify-content: space-between;
  81. .prople {
  82. display: flex;
  83. align-items: center;
  84. height: 50rpx;
  85. .img-box {
  86. width: 50rpx;
  87. height: 100%;
  88. margin-right: 10rpx;
  89. }
  90. .text {
  91. display: flex;
  92. align-items: center;
  93. gap: 10rpx;
  94. span {
  95. margin-bottom: 3rpx;
  96. }
  97. p {
  98. width: 80rpx;
  99. border-radius: 30rpx;
  100. background-color: #FFF2EC;
  101. color: #EF530E;
  102. text-align: center;
  103. line-height: 50rpx;
  104. font-size: 24rpx;
  105. }
  106. .business{
  107. background-color: rgba(76, 148, 249, 0.1);
  108. color: #4C94F9;
  109. }
  110. }
  111. }
  112. .time {
  113. color: #9E9E9E;
  114. font-size: 22rpx;
  115. }
  116. }
  117. .ask{
  118. display: flex;
  119. gap: 15rpx;
  120. align-items: center;
  121. position: relative;
  122. margin-top: 30rpx;
  123. .ask-box{
  124. background-color: #EF530E;
  125. color: #fff;
  126. padding: 3rpx 8rpx 4rpx;
  127. font-size: 32rpx;
  128. font-weight: 600;
  129. border-radius: 7rpx;
  130. }
  131. .ask-text{
  132. width: 420rpx;
  133. overflow: hidden;
  134. white-space: nowrap;
  135. text-overflow: ellipsis;
  136. font-size: 32rpx;
  137. color: #000;
  138. font-weight: 600;
  139. }
  140. .ask-state{
  141. color: #ffffff;
  142. position: absolute;
  143. top: 0;
  144. right: -30rpx;
  145. width: 80rpx;
  146. height: 60rpx;
  147. line-height: 60rpx;
  148. background-color: #FD5E53;
  149. span{
  150. position: relative;
  151. z-index: 2;
  152. }
  153. &::after{
  154. content: "";
  155. width: 60rpx;
  156. height: 60rpx;
  157. border-radius: 50%;
  158. position: absolute;
  159. left: -30rpx;
  160. z-index: 1;
  161. top: 49%;
  162. transform: translateY(-49%);
  163. background-color: inherit;
  164. }
  165. }
  166. .lose{
  167. background-color: #b8b8b8;
  168. }
  169. .sell{
  170. background-color: #0BC5B6;
  171. }
  172. }
  173. .answer{
  174. margin-top: 25rpx;
  175. height: 120rpx;
  176. background-color: #FFF9F0;
  177. display: flex;
  178. flex-direction: column;
  179. justify-content: center;
  180. padding: 10rpx 30rpx ;
  181. box-sizing: border-box;
  182. gap: 20rpx;
  183. p{
  184. font-size: 24rpx;
  185. color: #9E9E9E;
  186. width: 300rpx;
  187. overflow: hidden;
  188. text-overflow: ellipsis;
  189. white-space: nowrap;
  190. span{
  191. color: #EF530E;
  192. }
  193. }
  194. }
  195. .mation{
  196. display: flex;
  197. justify-content: flex-end;
  198. margin-top: 20rpx;
  199. .list{
  200. display: flex;
  201. align-items: center;
  202. gap: 20rpx;
  203. color: rgba(0, 0, 0, 0.5);
  204. font-size: 22rpx;
  205. .item{
  206. display: flex;
  207. align-items: center;
  208. gap: 10rpx;
  209. }
  210. }
  211. }
  212. }
  213. }
  214. }
  215. }