about.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. min-height: 600px;
  60. // height: 1400px;
  61. // margin-bottom: 70px;
  62. .inner {
  63. width: 1200px;
  64. font-size: 16px;
  65. position: relative;
  66. .innerDetail {
  67. width: 1080px;
  68. margin: 0 auto;
  69. margin-bottom: 60px;
  70. .headImg {
  71. width: 1086px;
  72. height: 10px;
  73. // background: url("../../public/special/head11.png") no-repeat 100% 100%;
  74. background: url("@/public/special/head11.png") no-repeat 100% 100%;
  75. }
  76. .footImg {
  77. width: 1086px;
  78. height: 7px;
  79. background: url("@/public/special/foot01.png") no-repeat 100% 100%;
  80. }
  81. .innerDetail1 {
  82. width: 1086px;
  83. min-height: 600px;
  84. margin: 0 auto;
  85. padding: 30px 50px 40px;
  86. box-sizing: border-box;
  87. border-left: 1px solid #DBBE9E;
  88. background: url("@/public/special/mid01.png") repeat-y 100% 100%;
  89. }
  90. .leftBottom::v-deep {
  91. font-size: 16px;
  92. line-height: 40px;
  93. }
  94. }
  95. .innerLeft {
  96. width: 279px;
  97. position: absolute;
  98. top: 3px;
  99. left: -155px;
  100. // .rightMenuTitle {
  101. // width: 279px;
  102. // height: 69px;
  103. // font-size: 22px;
  104. // font-weight: bold;
  105. // line-height: 58px;
  106. // text-align: center;
  107. // color: #fff;
  108. // background: url("../../../../public/special/projectMoreTitle.png") no-repeat;
  109. // margin-bottom: 30px;
  110. // }
  111. ul {
  112. li {
  113. a {
  114. display: inline-block;
  115. width: 144px;
  116. height: 60px;
  117. line-height: 60px;
  118. text-align: center;
  119. background-color: #F4F4F4;
  120. border-top: 1px #fff solid;
  121. font-family: Microsoft YaHei, Microsoft YaHei;
  122. font-weight: 400;
  123. font-size: 16px;
  124. color: #000000;
  125. }
  126. }
  127. li:nth-child(1) {
  128. width: 144px;
  129. height: 60px;
  130. line-height: 60px;
  131. text-align: center;
  132. background-color: #F4F4F4;
  133. border-top: 1px #fff solid;
  134. font-family: Microsoft YaHei, Microsoft YaHei;
  135. font-weight: 400;
  136. font-size: 16px;
  137. color: #a01c0e;
  138. }
  139. }
  140. .active {
  141. // border-left: 0;
  142. // border: 1px solid #028E21;
  143. background: #a01c0e;
  144. color: #fff;
  145. }
  146. }
  147. }
  148. }