index.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  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. margin-top:-4rem;
  39. }
  40. .back-picture{
  41. position: absolute;
  42. border-width: 0;
  43. left:50%;
  44. top:0;
  45. -webkit-transform: translate(-50%);
  46. -ms-transform: translate(-50%);
  47. transform: translate(-50%);
  48. width:100%;
  49. height: 100%;
  50. background-color:darkseagreen;
  51. }
  52. video{
  53. margin: auto;
  54. position: absolute;
  55. z-index: -1;
  56. top:0;
  57. left: 50%;
  58. transform: translateX(-50%);
  59. visibility: visible;
  60. opacity: 1;
  61. width: 100%;
  62. height: auto;
  63. }
  64. .titles{
  65. position:absolute;
  66. top:6.5rem;
  67. left:3.5rem;
  68. /* width:100rem; */
  69. text-align: center;
  70. }
  71. .locate1{
  72. top:14rem;
  73. }
  74. .locate2{
  75. top:18.8rem;
  76. }
  77. .buttons{
  78. position:absolute;
  79. /* bottom: 12%; */
  80. top:46rem;
  81. left:0;
  82. width: 100%;
  83. display:-webkit-box;
  84. display:-webkit-flex;
  85. display:-ms-flexbox;
  86. display:flex;
  87. -webkit-box-pack: center;
  88. -webkit-justify-content: center;
  89. -ms-flex-pack: center;
  90. justify-content: center;
  91. font-size: 1rem;
  92. font-family:'Microsoft YaHei','Arial Negreta', 'Arial Normal', 'Arial';
  93. }
  94. .button{
  95. margin:0 2rem 0;
  96. display: -webkit-box;
  97. display: -webkit-flex;
  98. display: -ms-flexbox;
  99. display: flex;
  100. -webkit-box-pack: center;
  101. -webkit-justify-content: center;
  102. -ms-flex-pack: center;
  103. justify-content: center;
  104. -webkit-box-align: center;
  105. -webkit-align-items: center;
  106. -ms-flex-align: center;
  107. align-items: center;
  108. -webkit-box-shadow: 0 0 10px #000;
  109. box-shadow: 0 0 10px #000;
  110. border-radius: 5px;
  111. width: 12.3rem;
  112. height: 2.91rem;
  113. /* background: -o-linear-gradient(top,#D06814,#FFCDB2);
  114. background: -webkit-gradient(linear,left top, left bottom,from(#D06814),to(#FFCDB2));*/
  115. background: linear-gradient(180deg,#D06814,transparent);
  116. /* background-color: #D06814; */
  117. border: solid 0px #D06814;
  118. opacity: 0.8;
  119. }
  120. .text{
  121. position: absolute;
  122. left: inherit;
  123. text-align: center;
  124. color:#FFFFFF;
  125. font-weight: normal;
  126. }
  127. .text a{
  128. color: #FFFFFF;
  129. opacity: 1;
  130. }
  131. .text a:link{
  132. text-decoration:none;
  133. }
  134. .text a:visited{
  135. text-decoration:none;
  136. }
  137. .text a:hover{
  138. text-decoration:none;
  139. }
  140. .text a:active{
  141. text-decoration:none;
  142. }
  143. .herald{
  144. position: absolute;
  145. top: -22rem;
  146. left: 19rem;
  147. -webkit-transform: translateX(-50%);
  148. -ms-transform: translateX(-50%);
  149. transform: translateX(-50%);
  150. border-radius: 50px / 45px;
  151. color:#000000;
  152. font-size: 12px;
  153. padding:0 10px 0 10px;
  154. width: 26rem;
  155. text-align: center;
  156. /* visibility: hidden; */
  157. display: none;
  158. }
  159. .herald .toast{
  160. width: 100%;
  161. }
  162. .herald .toast-content{
  163. width: 52%;
  164. position: absolute;
  165. top: 37%;
  166. left: 50%;
  167. color:#D06814;
  168. font-weight: bold;
  169. font-family: serif;
  170. font-size: 1.5rem;
  171. line-height: 2.1rem;
  172. text-shadow: 0 3px 6px #000000;
  173. -webkit-transform: translateX(-50%);
  174. -ms-transform: translateX(-50%);
  175. transform: translateX(-50%);
  176. }
  177. .ready:hover .herald{
  178. /* visibility: visible; */
  179. display: block;
  180. }
  181. .contact{
  182. /* position: fixed; */
  183. position:absolute;
  184. top:4.9rem;
  185. right: 2rem;
  186. z-index:9999;
  187. }
  188. .contact-icon{
  189. width:105px;
  190. height:25px;
  191. display: -webkit-box;
  192. display: -webkit-flex;
  193. display: -ms-flexbox;
  194. display: flex;
  195. -webkit-box-pack:justify;
  196. -webkit-justify-content:space-between;
  197. -ms-flex-pack:justify;
  198. justify-content:space-between;
  199. }
  200. .contact-content{
  201. position: absolute;
  202. top:33px;
  203. right:0;
  204. visibility: hidden;
  205. }
  206. .contact:hover .contact-content{
  207. visibility: visible;
  208. }
  209. .items{
  210. position: absolute;
  211. top:28px;
  212. left:28px;
  213. display: -webkit-box;
  214. display: -webkit-flex;
  215. display: -ms-flexbox;
  216. display: flex;
  217. -webkit-box-orient: vertical;
  218. -webkit-box-direction: normal;
  219. -webkit-flex-direction: column;
  220. -ms-flex-direction: column;
  221. flex-direction: column;
  222. -webkit-box-pack: justify;
  223. -webkit-justify-content: space-between;
  224. -ms-flex-pack: justify;
  225. justify-content: space-between;
  226. font-size: 12px;;
  227. }
  228. .item{
  229. color:#FFFFFF;
  230. }
  231. .item-title{
  232. color:#D06814;
  233. }
  234. .block1{
  235. height: 60px;
  236. }
  237. .block2{
  238. top:122px;
  239. height:35px;
  240. }
  241. .block3{
  242. top:193px;
  243. height:103px;
  244. }
  245. .qrcode{
  246. width: 75px;
  247. }
  248. img.img1{
  249. height:2.4rem;
  250. }
  251. img.img2{
  252. height:5.68rem;
  253. }
  254. img.img3{
  255. height:3.5rem;
  256. }
  257. img.img4{
  258. width:12.3rem;
  259. height:2.91rem;
  260. }
  261. img.img4:hover{
  262. -webkit-box-shadow: 2px 2px 5px;
  263. box-shadow: 2px 2px 5px;
  264. }