index.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .banner {
  2. background-color: #fff;
  3. padding: 18px 0 20px;
  4. }
  5. .banner-title {
  6. line-height: 40px;
  7. font-size: 28px;
  8. font-weight: 600;
  9. }
  10. .banner-title h1 {
  11. display: inline-block;
  12. color: #0E100F;
  13. font-size: 28px;
  14. margin-right: 30px;
  15. margin-top: 1px;
  16. vertical-align: middle;
  17. }
  18. .button-item {
  19. min-width: 110px;
  20. height: 36px;
  21. }
  22. .salary {
  23. min-width: 100px;
  24. color: var(--v-primary-base);
  25. line-height: 41px;
  26. font-weight: 600;
  27. height: auto;
  28. display: inline-block;
  29. vertical-align: sub;
  30. }
  31. .refresh-time {
  32. color: var(--color-666);
  33. font-size: 14px;
  34. text-align: right;
  35. line-height: 32px;
  36. }
  37. .banner-tags span {
  38. font-weight: 600;
  39. }
  40. .radius {
  41. border-radius: 8px;
  42. }
  43. .content-left {
  44. width: 810px;
  45. padding: 20px 20px;
  46. }
  47. .content-right {
  48. flex: 1;
  49. padding: 20px 20px 20px 0;
  50. }
  51. .label-text {
  52. color: #7f7a7a;
  53. font-weight: 600;
  54. }
  55. .value-text {
  56. color: #000;
  57. font-weight: 400;
  58. }
  59. .requirement {
  60. white-space: pre-wrap;
  61. word-break: break-all;
  62. line-height: 28px;
  63. color: var(--color-333);
  64. font-size: 15px;
  65. text-align: justify;
  66. letter-spacing: 0;
  67. }
  68. .contact {
  69. height: 60px;
  70. line-height: 60px;
  71. }
  72. .contact-name {
  73. font-size: 20px;
  74. font-weight: 500;
  75. color: var(--color-222);
  76. line-height: 28px;
  77. }
  78. .contact-info {
  79. font-size: 15px;
  80. color: var(--color-666);
  81. line-height: 21px;
  82. margin-top: 8px;
  83. }