index.css 2.0 KB

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