index.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. ::-webkit-scrollbar {
  2. width: 8px;
  3. height: 0;
  4. background: #f2f2f2;
  5. /* background-color: transparent; */
  6. padding-right: 2px;
  7. }
  8. ::-webkit-scrollbar-thumb {
  9. background: #999ca0;
  10. border-radius: 10px;
  11. border: 0;
  12. }
  13. .scroller{
  14. overflow-y: scroll;
  15. scrollbar-width: thin;
  16. border-radius: 10px;
  17. scrollbar-color: #b4bbc5 #f2f2f2;
  18. scrollbar-track-color: #b4bbc5 #f2f2f2;
  19. -ms-scrollbar-track-color: #b4bbc5 #f2f2f2;
  20. font-size: 1vw;
  21. }
  22. *{
  23. margin: 0;
  24. padding: 0;
  25. }
  26. html,body{
  27. width: 100rem;
  28. height: 100rem;
  29. /* overflow: hidden; */
  30. }
  31. body{
  32. position:relative;
  33. }
  34. #base{
  35. width:100rem;
  36. height: 56rem;
  37. position: relative;
  38. }
  39. .back-picture{
  40. position: absolute;
  41. border-width: 0;
  42. left:50%;
  43. top:0;
  44. transform: translate(-50%);
  45. width:100%;
  46. height: 100%;
  47. background-color:darkseagreen;
  48. }
  49. .titles{
  50. position:absolute;
  51. top:7rem;
  52. width:100rem;
  53. text-align: center;
  54. }
  55. .locate1{
  56. top:11rem;
  57. }
  58. .locate2{
  59. top:16rem;
  60. }
  61. .buttons{
  62. position:absolute;
  63. /* bottom: 12%; */
  64. top:40rem;
  65. left:0;
  66. width: 100%;
  67. display:flex;
  68. justify-content: center;
  69. font-size: 1rem;
  70. font-family:'Microsoft YaHei','Arial Negreta', 'Arial Normal', 'Arial';
  71. }
  72. .button{
  73. margin:0 0.8rem 0 0.8rem;
  74. display: flex;
  75. justify-content: center;
  76. align-items: center;
  77. }
  78. .text{
  79. position: absolute;
  80. left: inherit;
  81. text-align: center;
  82. color:#FFFFFF;
  83. font-weight: normal;
  84. }
  85. .text a{
  86. color: inherit;
  87. }
  88. .text a:link{
  89. text-decoration:none;
  90. }
  91. .text a:visited{
  92. text-decoration:none;
  93. }
  94. .text a:hover{
  95. text-decoration:none;
  96. }
  97. .text a:active{
  98. text-decoration:none;
  99. }
  100. .herald{
  101. position: fixed;
  102. top:45%;
  103. left: 50%;
  104. transform: translateX(-50%);
  105. border-radius: 50px / 45px;
  106. color:#000000;
  107. font-size: 12px;
  108. padding:0 10px 0 10px;
  109. width: 25%;
  110. text-align: center;
  111. /* visibility: hidden; */
  112. display: none;
  113. }
  114. .herald .toast{
  115. width: 100%;
  116. }
  117. .herald .toast-content{
  118. width: 52%;
  119. position: absolute;
  120. top: 37%;
  121. left: 50%;
  122. transform: translateX(-50%);
  123. }
  124. .ready:hover .herald{
  125. /* visibility: visible; */
  126. display: block;
  127. }
  128. .contact{
  129. position: fixed;
  130. top:20px;
  131. right: 20px;
  132. }
  133. .contact-icon{
  134. width:105px;
  135. height:25px;
  136. display: flex;
  137. justify-content:space-between;
  138. }
  139. .contact-content{
  140. position: absolute;
  141. top:33px;
  142. right:0;
  143. visibility: hidden;
  144. }
  145. .contact:hover .contact-content{
  146. visibility: visible;
  147. }
  148. .items{
  149. position: absolute;
  150. top:28px;
  151. left:28px;
  152. display: flex;
  153. flex-direction: column;
  154. justify-content: space-between;
  155. font-size: 12px;;
  156. }
  157. .item{
  158. color:#FFFFFF;
  159. }
  160. .item-title{
  161. color:#D06814;
  162. }
  163. .block1{
  164. height: 60px;
  165. }
  166. .block2{
  167. top:122px;
  168. height:35px;
  169. }
  170. .block3{
  171. top:193px;
  172. height:103px;
  173. }
  174. .qrcode{
  175. width: 75px;
  176. }
  177. img.img1{
  178. height:2.4rem;
  179. }
  180. img.img2{
  181. height:5.68rem;
  182. }
  183. img.img3{
  184. height:3.5rem;
  185. }
  186. img.img4{
  187. height:4.48rem;
  188. }