index.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. .detail-container.data-v-dc9d1727 {
  2. width: 100%;
  3. height: 100vh;
  4. background-color: #FFFFFF;
  5. display: flex;
  6. flex-direction: column;
  7. }
  8. .scroll-wrapper.data-v-dc9d1727 {
  9. flex: 1;
  10. }
  11. .section.data-v-dc9d1727 {
  12. padding: 30rpx 40rpx;
  13. background-color: #FFFFFF;
  14. }
  15. .section-title.data-v-dc9d1727 {
  16. font-size: 34rpx;
  17. font-weight: bold;
  18. color: #1A1A1A;
  19. margin-bottom: 30rpx;
  20. }
  21. /* 头部样式 */
  22. .header-section.data-v-dc9d1727 {
  23. padding-top: 20rpx;
  24. }
  25. .header-section .title-line.data-v-dc9d1727 {
  26. display: flex;
  27. justify-content: space-between;
  28. align-items: center;
  29. margin-bottom: 24rpx;
  30. }
  31. .header-section .title-line .left-box.data-v-dc9d1727 {
  32. display: flex;
  33. align-items: center;
  34. }
  35. .header-section .title-line .left-box .job-name.data-v-dc9d1727 {
  36. font-size: 44rpx;
  37. font-weight: bold;
  38. color: #1A1A1A;
  39. margin-right: 16rpx;
  40. }
  41. .header-section .title-line .left-box .urgent-tag.data-v-dc9d1727 {
  42. font-size: 20rpx;
  43. color: #FF4D4F;
  44. border: 1rpx solid #FF4D4F;
  45. padding: 2rpx 10rpx;
  46. border-radius: 6rpx;
  47. }
  48. .header-section .title-line .salary.data-v-dc9d1727 {
  49. font-size: 38rpx;
  50. font-weight: bold;
  51. color: #1F6CFF;
  52. }
  53. .header-section .meta-list .meta-item.data-v-dc9d1727 {
  54. display: flex;
  55. align-items: center;
  56. margin-bottom: 12rpx;
  57. font-size: 26rpx;
  58. color: #777777;
  59. }
  60. .header-section .meta-list .meta-item .icon.data-v-dc9d1727 {
  61. width: 30rpx;
  62. height: 30rpx;
  63. margin-right: 12rpx;
  64. opacity: 0.7;
  65. }
  66. .header-section .meta-list .meta-item .warning-text.data-v-dc9d1727 {
  67. color: #FF4D4F;
  68. margin-left: 16rpx;
  69. }
  70. /* HR 区域 */
  71. .hr-section.data-v-dc9d1727 {
  72. border-top: 1rpx solid #F8F9FB;
  73. display: flex;
  74. align-items: center;
  75. padding: 30rpx 40rpx;
  76. }
  77. .hr-section .hr-avatar.data-v-dc9d1727 {
  78. width: 100rpx;
  79. height: 100rpx;
  80. border-radius: 50%;
  81. margin-right: 24rpx;
  82. background-color: #F0F0F0;
  83. }
  84. .hr-section .hr-content .hr-name.data-v-dc9d1727 {
  85. display: block;
  86. font-size: 30rpx;
  87. font-weight: bold;
  88. color: #1A1A1A;
  89. margin-bottom: 4rpx;
  90. }
  91. .hr-section .hr-content .hr-desc.data-v-dc9d1727 {
  92. font-size: 24rpx;
  93. color: #888888;
  94. }
  95. /* 岗位详情描述 */
  96. .detail-content.data-v-dc9d1727 {
  97. border-top: 10rpx solid #F8F9FB;
  98. }
  99. .detail-content .tag-cloud.data-v-dc9d1727 {
  100. display: flex;
  101. flex-wrap: wrap;
  102. gap: 16rpx;
  103. margin-bottom: 40rpx;
  104. }
  105. .detail-content .tag-cloud .tag-label.data-v-dc9d1727 {
  106. background-color: #F5F7FA;
  107. color: #888888;
  108. font-size: 24rpx;
  109. padding: 10rpx 24rpx;
  110. border-radius: 6rpx;
  111. }
  112. .detail-content .rich-text-wrapper.data-v-dc9d1727 {
  113. font-size: 28rpx;
  114. color: #555555;
  115. line-height: 1.8;
  116. }
  117. .detail-content .info-block.data-v-dc9d1727 {
  118. margin-bottom: 24rpx;
  119. }
  120. .detail-content .info-block .block-label.data-v-dc9d1727 {
  121. display: block;
  122. font-size: 28rpx;
  123. font-weight: bold;
  124. color: #1A1A1A;
  125. margin-bottom: 8rpx;
  126. }
  127. .detail-content .info-block .block-text.data-v-dc9d1727 {
  128. font-size: 28rpx;
  129. color: #555555;
  130. line-height: 1.6;
  131. }
  132. .detail-content .info-block .list-item.data-v-dc9d1727 {
  133. display: flex;
  134. margin-bottom: 8rpx;
  135. }
  136. .detail-content .info-block .list-item .dot.data-v-dc9d1727 {
  137. font-weight: bold;
  138. margin-right: 12rpx;
  139. color: #1A1A1A;
  140. }
  141. .detail-content .info-block .list-item .list-text.data-v-dc9d1727 {
  142. font-size: 28rpx;
  143. color: #555555;
  144. line-height: 1.6;
  145. }
  146. /* 办公地址区 - 动态地图 */
  147. .address-section.data-v-dc9d1727 {
  148. border-top: 10rpx solid #F8F9FB;
  149. }
  150. .address-section .map-wrapper.data-v-dc9d1727 {
  151. position: relative;
  152. width: 100%;
  153. height: 360rpx;
  154. border-radius: 12rpx;
  155. overflow: hidden;
  156. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.06);
  157. }
  158. .address-section .map-wrapper .map-view.data-v-dc9d1727 {
  159. width: 100%;
  160. height: 100%;
  161. }
  162. /* 公司概况区 */
  163. .company-section.data-v-dc9d1727 {
  164. border-top: 10rpx solid #F8F9FB;
  165. }
  166. .company-section .company-header.data-v-dc9d1727 {
  167. display: flex;
  168. align-items: center;
  169. margin-bottom: 24rpx;
  170. }
  171. .company-section .company-header .company-logo.data-v-dc9d1727 {
  172. width: 80rpx;
  173. height: 80rpx;
  174. border-radius: 12rpx;
  175. background: #f0f0f0;
  176. margin-right: 20rpx;
  177. }
  178. .company-section .company-header .company-name.data-v-dc9d1727 {
  179. font-size: 32rpx;
  180. font-weight: bold;
  181. color: #1A1A1A;
  182. }
  183. .company-section .company-desc.data-v-dc9d1727 {
  184. font-size: 28rpx;
  185. color: #666666;
  186. line-height: 1.6;
  187. }
  188. .end-tip.data-v-dc9d1727 {
  189. padding: 60rpx 0;
  190. text-align: center;
  191. }
  192. .end-tip text.data-v-dc9d1727 {
  193. font-size: 24rpx;
  194. color: #CCCCCC;
  195. }
  196. .safe-bottom-holder.data-v-dc9d1727 {
  197. height: 140rpx;
  198. }
  199. /* 底部栏 */
  200. .bottom-action-bar.data-v-dc9d1727 {
  201. position: fixed;
  202. bottom: 0;
  203. left: 0;
  204. right: 0;
  205. height: 120rpx;
  206. background-color: #FFFFFF;
  207. display: flex;
  208. align-items: center;
  209. padding: 0 40rpx;
  210. padding-bottom: env(safe-area-inset-bottom);
  211. box-shadow: 0 -4rpx 20rpx rgba(0, 0, 0, 0.08);
  212. z-index: 999;
  213. }
  214. .bottom-action-bar .collect-box.data-v-dc9d1727 {
  215. display: flex;
  216. flex-direction: column;
  217. align-items: center;
  218. width: 80rpx;
  219. margin-right: 40rpx;
  220. background: transparent;
  221. /* 强制背景透明 */
  222. }
  223. .bottom-action-bar .collect-box .star-icon.data-v-dc9d1727 {
  224. width: 44rpx;
  225. height: 44rpx;
  226. margin-bottom: 4rpx;
  227. background: transparent;
  228. display: block;
  229. }
  230. .bottom-action-bar .collect-box .collect-text.data-v-dc9d1727 {
  231. font-size: 20rpx;
  232. color: #999999;
  233. }
  234. .bottom-action-bar .consult-btn.data-v-dc9d1727 {
  235. flex: 1;
  236. background-color: #FFB700;
  237. height: 88rpx;
  238. border-radius: 44rpx;
  239. display: flex;
  240. align-items: center;
  241. justify-content: center;
  242. transition: all 0.3s;
  243. }
  244. .bottom-action-bar .consult-btn text.data-v-dc9d1727 {
  245. color: #FFFFFF;
  246. font-size: 32rpx;
  247. font-weight: bold;
  248. }
  249. .bottom-action-bar .consult-btn.initial.data-v-dc9d1727, .bottom-action-bar .consult-btn.paid.data-v-dc9d1727 {
  250. background-color: #FFB700;
  251. box-shadow: 0 8rpx 16rpx rgba(255, 183, 0, 0.2);
  252. }
  253. .bottom-action-bar .consult-btn.assessed.data-v-dc9d1727 {
  254. background-color: #1F6CFF;
  255. box-shadow: 0 8rpx 16rpx rgba(31, 108, 255, 0.2);
  256. }
  257. .bottom-action-bar .consult-btn.added.data-v-dc9d1727 {
  258. background-color: #E0E0E0 !important;
  259. box-shadow: none !important;
  260. pointer-events: none;
  261. }
  262. .bottom-action-bar .consult-btn.added text.data-v-dc9d1727 {
  263. color: #999 !important;
  264. }
  265. .bottom-action-bar .consult-btn.data-v-dc9d1727:active {
  266. opacity: 0.9;
  267. }