style.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. /* beijing */
  2. .bg {
  3. background-repeat: no-repeat;
  4. background-size: cover;
  5. width: 10rem;
  6. height: 5.454545rem;
  7. position: relative;
  8. left: 50%;
  9. margin-left: -5rem;
  10. padding: 0 .20202rem;
  11. box-sizing: border-box;
  12. background-color: #15213D;
  13. }
  14. .header {
  15. background: url(../img/header.png) no-repeat center center;
  16. background-size: cover;
  17. width: 7.479798rem;
  18. height: .565657rem;
  19. position: absolute;
  20. left: 50%;
  21. margin-left: -3.737374rem;
  22. text-align: center;
  23. padding-right: .176768rem;
  24. box-sizing: border-box;
  25. }
  26. .header-title {
  27. font-size: .121212rem;
  28. color: #fff;
  29. padding-top: .10101rem;
  30. display: block;
  31. letter-spacing: .020202rem;
  32. font-weight: 600;
  33. }
  34. .header-text {
  35. font-size: .090909rem;
  36. display: block;
  37. color: #fff;
  38. padding-top: .025253rem;
  39. letter-spacing: .020202rem;
  40. font-weight: 600;
  41. }
  42. /* left neirong */
  43. .wrap {
  44. position: absolute;
  45. top: .727273rem;
  46. }
  47. .left {
  48. margin-right: .126263rem;
  49. }
  50. .left-mid,
  51. .left-bottom,
  52. .left-header {
  53. background: url(../img/kuang4.png) no-repeat;
  54. background-size: cover;
  55. width: 2.39899rem;
  56. height: 1.494949rem;
  57. margin-bottom: .045455rem;
  58. }
  59. .left-bottom span,
  60. .left-mid span,
  61. .left-header span {
  62. display: inline-block;
  63. color: #2b8fff;
  64. font-size: .070707rem;
  65. font-weight: 600;
  66. padding-top: .050505rem;
  67. padding-left: .050505rem;
  68. }
  69. /* mid neirong */
  70. .center {
  71. margin-right: .126263rem;
  72. }
  73. .center-map {
  74. width: 4.277778rem;
  75. height: 2.732323rem;
  76. border: 1px solid #43dcff;
  77. margin-bottom: .10101rem;
  78. padding: .10101rem;
  79. box-sizing: border-box;
  80. }
  81. .center-offline {
  82. width: 4.277778rem;
  83. }
  84. .center-offline-header {
  85. width: 4.277778rem;
  86. height: .353535rem;
  87. background: url(../img/kuang3.png) no-repeat center center;
  88. background-size: cover;
  89. text-align: center;
  90. }
  91. .center-offline-header p {
  92. font-size: 22px;
  93. color: #fff;
  94. line-height: .353535rem;
  95. letter-spacing: .020202rem;
  96. }
  97. .center-offline-mid {
  98. width: 4.277778rem;
  99. height: 1.111111rem;
  100. box-sizing: border-box;
  101. background-color: rgba(15, 52, 129, 0.3);
  102. }
  103. .title{
  104. height: .151515rem;
  105. margin-bottom: .126263rem;
  106. }
  107. .sit {
  108. text-align: center;
  109. width: 25%;
  110. }
  111. .sit-title {
  112. font-size: .10101rem;
  113. color: #52d2ff;
  114. }
  115. .list{
  116. height: .681818rem;
  117. overflow: hidden;
  118. }
  119. .list-item{
  120. height: .176768rem;
  121. }
  122. .sit-item {
  123. font-size: .090909rem;
  124. color: #fff;
  125. width: 25%;
  126. text-align: center;
  127. }
  128. .center-offline-bottom {
  129. width: 4.277778rem;
  130. height: .232323rem;
  131. background-color: #04153b;
  132. text-align: center;
  133. }
  134. .center-offline-bottom p {
  135. color: #fff;
  136. line-height: .232323rem;
  137. }
  138. /* right neirong */
  139. .right {
  140. width: 2.39899rem;
  141. height: 4.681515rem;
  142. background: url(../img/kuang2.png) no-repeat;
  143. background-size: cover;
  144. }
  145. .right .right-title{
  146. display: inline-block;
  147. color: #2b8fff;
  148. font-size: .080808rem;
  149. font-weight: 600;
  150. padding-top: .025253rem;
  151. padding-left: .090909rem;
  152. letter-spacing: .035354rem;
  153. }
  154. .right-top {
  155. padding: 0 0 0 .10101rem;
  156. }
  157. .right-top-content {
  158. margin-top: .075758rem;
  159. }
  160. .right-top:nth-last-child(1) {
  161. margin-top: none;
  162. }
  163. .right-top-content .name {
  164. font-size: .090909rem;
  165. color: #52d2ff;
  166. margin-right: .050505rem;
  167. }
  168. .right-top-content .text {
  169. font-size: .070707rem;
  170. color: #fff;
  171. }
  172. .right-mid {
  173. margin-top: .10101rem;
  174. }
  175. .right-mid-header {
  176. background: url(../img/jianbian.png) no-repeat;
  177. background-size: cover;
  178. width: 100%;
  179. height: .222222rem;
  180. text-align: left;
  181. line-height: .222222rem;
  182. color: #00ffff;
  183. font-size: .090909rem;
  184. padding-left: .10101rem;
  185. box-sizing: border-box;
  186. font-weight: 500;
  187. }
  188. .right-mid-scroll {
  189. padding-left: .10101rem;
  190. margin-top: .10101rem;
  191. height: 1.414141rem;
  192. width: 90%;
  193. box-sizing: border-box;
  194. overflow-y: scroll;
  195. }
  196. .right-mid-content {
  197. width: 100%;
  198. height: 2.020202rem;
  199. }
  200. .right-bottom-content {
  201. width: 2.186869rem;
  202. height: 1.363636rem;
  203. margin: .040505rem .10101rem .030303rem .10101rem;
  204. padding: .020202rem .050505rem;
  205. box-sizing: border-box;
  206. border: 1px solid #43dcff;
  207. overflow: hidden;
  208. }
  209. .right-bottom-content img {
  210. width: 100%;
  211. height: 98%;
  212. }
  213. /* lishijilu*/
  214. .history {
  215. display: block;
  216. margin-top: .030303rem;
  217. width: 100%;
  218. font-size: .070707rem;
  219. color: #4b7ae2;
  220. text-align: center;
  221. margin-bottom: .050505rem;
  222. }
  223. .history-pic {
  224. display: block;
  225. width: 100%;
  226. font-size: .070707rem;
  227. color: #4b7ae2;
  228. text-align: center;
  229. }
  230. /* 去除水印 */
  231. .anchorBL {
  232. display: none;
  233. }