index.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. ::-webkit-scrollbar {
  2. width: 0;
  3. height: 0;
  4. /* scrollbar-width: unset; */
  5. /* background: #f2f2f2; */
  6. background-color: transparent;
  7. padding-right: 2px;
  8. }
  9. ::-webkit-scrollbar-thumb {
  10. background: #b4bbc5;
  11. border-radius: 10px;
  12. border: 0;
  13. }
  14. body{
  15. margin:0;
  16. position:relative;
  17. left:0;
  18. }
  19. #base{
  20. position:absolute;
  21. width:100%;
  22. }
  23. .back-picture{
  24. position: absolute;
  25. border-width: 0;
  26. left:0;
  27. top:0;
  28. width:100%;
  29. height:1070px;
  30. background-color:darkseagreen;
  31. }
  32. .titles{
  33. position:absolute;
  34. top:193px;
  35. /* left:674px; */
  36. width:100%;
  37. text-align: center;
  38. }
  39. .locate1{
  40. top:272px;
  41. }
  42. .locate2{
  43. top:363px;
  44. }
  45. .buttons{
  46. position:absolute;
  47. top:874px;
  48. left:0;
  49. width: 100%;
  50. display:flex;
  51. justify-content: center;
  52. font-size: 22px;
  53. font-family:'Microsoft YaHei','Arial Negreta', 'Arial Normal', 'Arial';
  54. }
  55. .button{
  56. margin:0 20px 0 20px;
  57. }
  58. .text{
  59. position: absolute;
  60. left: inherit;
  61. top:27px;
  62. width: 267px;
  63. text-align: center;
  64. color:#FFFFFF;
  65. font-weight: normal;
  66. }
  67. .text a{
  68. color: inherit;
  69. }
  70. .text a:link{
  71. text-decoration:none;
  72. }
  73. .text a:visited{
  74. text-decoration:none;
  75. }
  76. .text a:hover{
  77. text-decoration:none;
  78. }
  79. .text a:active{
  80. text-decoration:none;
  81. }
  82. .herald{
  83. position: absolute;
  84. top:-60px;
  85. left:65px;
  86. border-radius: 50px / 46px;
  87. background-color: #FFFFFF;
  88. color:#000000;
  89. font-size: 12px;
  90. font-family:'Microsoft YaHei','Arial Negreta', 'Arial Normal', 'Arial';
  91. visibility: hidden;
  92. text-align: center;
  93. padding:0 10px 0 10px;
  94. }
  95. .ready:hover .herald{
  96. visibility: visible;
  97. }
  98. .contact{
  99. position: absolute;
  100. top:88px;
  101. width: 100%;
  102. }
  103. .contact-icon{
  104. position: absolute;
  105. /* left:1686px; */
  106. right:39px;
  107. width:105px;
  108. height:25px;
  109. display: flex;
  110. justify-content:space-between;
  111. }
  112. .contact-content{
  113. position: absolute;
  114. top:33px;
  115. right:39px;
  116. visibility: hidden;
  117. }
  118. .contact:hover .contact-content{
  119. visibility: visible;
  120. }
  121. .items{
  122. position: absolute;
  123. top:28px;
  124. left:28px;
  125. display: flex;
  126. flex-direction: column;
  127. justify-content: space-between;
  128. font-size: 12px;;
  129. }
  130. .item{
  131. color:#FFFFFF;
  132. }
  133. .item-title{
  134. color:#D06814;
  135. }
  136. .block1{
  137. height: 60px;
  138. }
  139. .block2{
  140. top:122px;
  141. height:35px;
  142. }
  143. .block3{
  144. top:193px;
  145. height:103px;
  146. }