list.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .jobList {
  2. width: 1200px;
  3. margin: 0 auto;
  4. }
  5. //导航条
  6. .breadcrumb {
  7. width: 100%;
  8. height: 22px;
  9. padding-bottom: 20px;
  10. border-bottom: 1px solid #ccc;
  11. font-family: Microsoft YaHei, Microsoft YaHei;
  12. font-weight: 400;
  13. font-size: 20px;
  14. color: #666666;
  15. line-height: 23px;
  16. text-align: left;
  17. font-style: normal;
  18. text-transform: none;
  19. margin-top: 30px;
  20. :deep(.el-breadcrumb) {
  21. display: inline-block;
  22. vertical-align: -4px;
  23. }
  24. :deep(.el-breadcrumb__inner a),
  25. :deep(.el-breadcrumb__inner.is-link) {
  26. color: #666666;
  27. font-weight: 400;
  28. text-decoration: none;
  29. transition: var(--el-transition-color);
  30. }
  31. span {
  32. font-family: Microsoft YaHei, Microsoft YaHei;
  33. font-weight: 400;
  34. font-size: 20px;
  35. color: #666666;
  36. line-height: 23px;
  37. text-align: left;
  38. font-style: normal;
  39. text-transform: none;
  40. }
  41. span:hover {
  42. color: #666666;
  43. }
  44. .location {
  45. margin-right:5px;
  46. width: 100px;
  47. height: 22px;
  48. font-family: Microsoft YaHei, Microsoft YaHei;
  49. font-weight: 400;
  50. font-size: 20px;
  51. color: #666666;
  52. line-height: 23px;
  53. text-align: left;
  54. font-style: normal;
  55. text-transform: none;
  56. }
  57. }
  58. .clearfix {
  59. overflow: hidden;
  60. }
  61. .shop_head_1 {
  62. height: 29px;
  63. position: relative;
  64. .shop_head_1_name {
  65. float: left;
  66. height: 29px;
  67. line-height: 29px;
  68. color: #255590;
  69. font-size: 22px;
  70. font-weight: bold;
  71. padding-left: 22px;
  72. background: url(@/public/img/3.png) no-repeat left center;
  73. background-size: 12px 18px;
  74. }
  75. }
  76. .categ_color_box {
  77. border: solid 1px #E9E9E9;
  78. background: #F8F8F8;
  79. margin-top: 30px;
  80. box-sizing: border-box;
  81. .categ_color_name {
  82. width: 1160px;
  83. margin: 0px auto;
  84. height: 60px;
  85. line-height: 60px;
  86. color: #333;
  87. font-size: 18px;
  88. border-bottom: dashed 1px #E9E9E9;
  89. }
  90. .categ_color_in {
  91. padding: 6px 0px 0px;
  92. }
  93. .categ_color_a {
  94. float: left;
  95. height: 29px;
  96. line-height: 29px;
  97. color: #333;
  98. margin: 10px 10px 16px;
  99. font-size: 16px;
  100. padding: 0px 10px;
  101. }
  102. .categ_color_a_only {
  103. color: #fff;
  104. background: #255590;
  105. }
  106. }