::-webkit-scrollbar { width: 8px; height: 0; background: #f2f2f2; /* background-color: transparent; */ padding-right: 2px; } ::-webkit-scrollbar-thumb { background: #999ca0; border-radius: 10px; border: 0; } .scroller{ overflow-y: scroll; scrollbar-width: thin; border-radius: 10px; scrollbar-color: #b4bbc5 #f2f2f2; scrollbar-track-color: #b4bbc5 #f2f2f2; -ms-scrollbar-track-color: #b4bbc5 #f2f2f2; font-size: 1vw; } *{ margin: 0; padding: 0; } html,body{ width: 100rem; height: 100rem; /* overflow: hidden; */ } body{ position:relative; } #base{ width:100rem; height: 56rem; position: relative; } .back-picture{ position: absolute; border-width: 0; left:50%; top:0; transform: translate(-50%); width:100%; height: 100%; background-color:darkseagreen; } .titles{ position:absolute; top:7rem; width:100rem; text-align: center; } .locate1{ top:11rem; } .locate2{ top:16rem; } .buttons{ position:absolute; /* bottom: 12%; */ top:40rem; left:0; width: 100%; display:flex; justify-content: center; font-size: 1rem; font-family:'Microsoft YaHei','Arial Negreta', 'Arial Normal', 'Arial'; } .button{ margin:0 0.8rem 0 0.8rem; display: flex; justify-content: center; align-items: center; } .text{ position: absolute; left: inherit; text-align: center; color:#FFFFFF; font-weight: normal; } .text a{ color: inherit; } .text a:link{ text-decoration:none; } .text a:visited{ text-decoration:none; } .text a:hover{ text-decoration:none; } .text a:active{ text-decoration:none; } .herald{ position: fixed; top:45%; left: 50%; transform: translateX(-50%); border-radius: 50px / 45px; color:#000000; font-size: 12px; padding:0 10px 0 10px; width: 25%; text-align: center; /* visibility: hidden; */ display: none; } .herald .toast{ width: 100%; } .herald .toast-content{ width: 52%; position: absolute; top: 37%; left: 50%; transform: translateX(-50%); } .ready:hover .herald{ /* visibility: visible; */ display: block; } .contact{ position: fixed; top:20px; right: 20px; } .contact-icon{ width:105px; height:25px; display: flex; justify-content:space-between; } .contact-content{ position: absolute; top:33px; right:0; visibility: hidden; } .contact:hover .contact-content{ visibility: visible; } .items{ position: absolute; top:28px; left:28px; display: flex; flex-direction: column; justify-content: space-between; font-size: 12px;; } .item{ color:#FFFFFF; } .item-title{ color:#D06814; } .block1{ height: 60px; } .block2{ top:122px; height:35px; } .block3{ top:193px; height:103px; } .qrcode{ width: 75px; } img.img1{ height:2.4rem; } img.img2{ height:5.68rem; } img.img3{ height:3.5rem; } img.img4{ height:4.48rem; }