sitemap.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. @import './common/common.less';
  2. header {
  3. z-index: 19999;
  4. }
  5. body {
  6. background-color: #F0F0F0;
  7. height:auto;
  8. }
  9. //.content{
  10. // max-width: 1000px;
  11. //}
  12. .setContent {
  13. margin: 121px auto 0;
  14. max-width: 1000px !important;
  15. }
  16. .headerbox {
  17. width: 100%;
  18. height: 50px;
  19. padding: 10px 0;
  20. }
  21. a {
  22. text-decoration: none;
  23. display: block;
  24. white-space: nowrap;
  25. overflow: hidden;
  26. text-overflow: ellipsis;
  27. outline: none;
  28. color: #16181B;
  29. font-size: 1.4rem;
  30. }
  31. a:hover {
  32. color: #C31A00;
  33. font-weight: bold;
  34. text-decoration: none;
  35. }
  36. .bgwrapper {
  37. background-color: #FFFFFF;
  38. }
  39. .sitenav-wrapper {
  40. margin-top: 20px;
  41. width: 100%;
  42. }
  43. .navbottom {
  44. border-bottom: 10px solid #C31A00;
  45. margin: 0 20px;
  46. }
  47. .nav-tabs {
  48. border-bottom: 0px;
  49. }
  50. .nav {
  51. .nav-link {
  52. border: 1px solid transparent;
  53. border-top-left-radius: .25rem;
  54. /* background-color: #C31A00; */
  55. border-top-right-radius: .25rem;
  56. margin-left: 10px;
  57. padding: 10px;
  58. &.active {
  59. color: #fff;
  60. background-color: #C31A00;
  61. border-color: #C31A00 #C31A00 #C31A00;
  62. font-weight: bold;
  63. }
  64. }
  65. }
  66. .content-wrapper {
  67. margin: 5px auto 0;
  68. width: 100%;
  69. padding: 0 20px 50px;
  70. }
  71. .bodrerline {
  72. border: 0.1rem solid #E7E7E7;
  73. border-right: 0;
  74. border-bottom: 0;
  75. }
  76. .bottomline {
  77. border-bottom: 0.1rem solid #E7E7E7;
  78. }
  79. .map-title {
  80. padding: 10px;
  81. background-color: #D4D5D4;
  82. background: -webkit-linear-gradient(right, #b8c4cb, #f6f6f8);
  83. background: -o-linear-gradient(right, #b8c4cb, #f6f6f8);
  84. background: -moz-linear-gradient(right, #b8c4cb, #f6f6f8);
  85. background: linear-gradient(right, #b8c4cb, #f6f6f8);
  86. // filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #b8c4cb, endColorstr = #f6f6f8);
  87. margin: 10px;
  88. .circle {
  89. font-size: 0;
  90. width: 0px;
  91. margin-right: 6px;
  92. margin-bottom: 5px;
  93. padding: 0.01rem;
  94. border-radius: 20px;
  95. background: #C31A00;
  96. border: 2px solid #C31A00;
  97. }
  98. span {
  99. font-size: 1.4rem;
  100. font-weight: bold;
  101. }
  102. }
  103. .map-content {
  104. padding: 10px;
  105. min-height: 150px;
  106. // height: 380px;
  107. p {
  108. line-height: 25px;
  109. font-size: 1.4rem;
  110. text-indent: 2rem;
  111. }
  112. }
  113. .site-area {
  114. padding: 0 15px 10px 15px;
  115. .site-titile {
  116. font-size: 1.2rem;
  117. color: #C31A00;
  118. font-weight: bold;
  119. margin-top: 15px;
  120. }
  121. .site-content {
  122. margin-top: 10px;
  123. line-height: 15px;
  124. a {
  125. margin: 3px;
  126. text-decoration: none;
  127. display: inline-block;
  128. white-space: nowrap;
  129. overflow: hidden;
  130. text-overflow: ellipsis;
  131. outline: none;
  132. color: #16181B;
  133. font-size: 1.2rem;
  134. }
  135. a:hover {
  136. color: #C31A00;
  137. font-weight: bold;
  138. text-decoration: none;
  139. }
  140. }
  141. }
  142. .copyright {
  143. margin: 20px auto 0;
  144. text-align: center;
  145. span {
  146. font-size: 1.2rem;
  147. }
  148. }