about.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. //导航条
  2. .breadcrumb {
  3. width: 1200px;
  4. margin: 0 auto;
  5. height: 22px;
  6. padding-bottom: 40px;
  7. margin-top: 40px;
  8. margin-bottom: 60px;
  9. border-bottom: 1px solid #d9d9d9;
  10. font-family: Microsoft YaHei, Microsoft YaHei;
  11. font-weight: 400;
  12. font-size: 20px;
  13. color: #666666;
  14. line-height: 23px;
  15. text-align: left;
  16. font-style: normal;
  17. text-transform: none;
  18. .el-breadcrumb::v-deep {
  19. display: inline-block;
  20. vertical-align: -4px;
  21. }
  22. /deep/.el-breadcrumb__inner a,
  23. /deep/.el-breadcrumb__inner.is-link {
  24. color: #666666;
  25. font-weight: 400;
  26. text-decoration: none;
  27. transition: var(--el-transition-color);
  28. }
  29. span {
  30. font-family: Microsoft YaHei, Microsoft YaHei;
  31. font-weight: 400;
  32. font-size: 20px;
  33. color: #666666;
  34. line-height: 23px;
  35. text-align: left;
  36. font-style: normal;
  37. text-transform: none;
  38. }
  39. span:hover {
  40. color: #666666;
  41. }
  42. .location {
  43. margin-right: 20px;
  44. width: 100px;
  45. height: 22px;
  46. font-family: Microsoft YaHei, Microsoft YaHei;
  47. font-weight: 400;
  48. font-size: 20px;
  49. color: #666666;
  50. line-height: 23px;
  51. text-align: left;
  52. font-style: normal;
  53. text-transform: none;
  54. }
  55. }
  56. // 资讯列表
  57. .newsDetail {
  58. width: 100%;
  59. // height: 1400px;
  60. // margin-bottom: 70px;
  61. .inner {
  62. width: 1200px;
  63. font-size: 16px;
  64. position: relative;
  65. .innerDetail {
  66. width: 1080px;
  67. margin: 0 auto;
  68. margin-bottom: 60px;
  69. .headImg {
  70. width: 1086px;
  71. height: 10px;
  72. // background: url("../../public/special/head11.png") no-repeat 100% 100%;
  73. background: url("@/public/special/head11.png") no-repeat 100% 100%;
  74. }
  75. .footImg {
  76. width: 1086px;
  77. height: 7px;
  78. background: url("@/public/special/foot01.png") no-repeat 100% 100%;
  79. }
  80. .innerDetail1 {
  81. width: 1086px;
  82. margin: 0 auto;
  83. padding: 30px 50px 40px;
  84. box-sizing: border-box;
  85. border-left: 1px solid #DBBE9E;
  86. background: url("@/public/special/mid01.png") repeat-y 100% 100%;
  87. }
  88. .leftBottom::v-deep {
  89. font-size: 16px;
  90. line-height: 40px;
  91. }
  92. }
  93. .innerLeft {
  94. width: 279px;
  95. position: absolute;
  96. top: 3px;
  97. left: -155px;
  98. // .rightMenuTitle {
  99. // width: 279px;
  100. // height: 69px;
  101. // font-size: 22px;
  102. // font-weight: bold;
  103. // line-height: 58px;
  104. // text-align: center;
  105. // color: #fff;
  106. // background: url("../../../../public/special/projectMoreTitle.png") no-repeat;
  107. // margin-bottom: 30px;
  108. // }
  109. ul {
  110. li {
  111. a {
  112. display: inline-block;
  113. width: 144px;
  114. height: 60px;
  115. line-height: 60px;
  116. text-align: center;
  117. background-color: #F4F4F4;
  118. border-top: 1px #fff solid;
  119. font-family: Microsoft YaHei, Microsoft YaHei;
  120. font-weight: 400;
  121. font-size: 16px;
  122. color: #000000;
  123. }
  124. }
  125. li:nth-child(1) {
  126. width: 144px;
  127. height: 60px;
  128. line-height: 60px;
  129. text-align: center;
  130. background-color: #F4F4F4;
  131. border-top: 1px #fff solid;
  132. font-family: Microsoft YaHei, Microsoft YaHei;
  133. font-weight: 400;
  134. font-size: 16px;
  135. color: #a01c0e;
  136. }
  137. }
  138. .active {
  139. // border-left: 0;
  140. // border: 1px solid #028E21;
  141. background: #a01c0e;
  142. color: #fff;
  143. }
  144. }
  145. }
  146. }