::-webkit-scrollbar { width: 0; /* height: 0; */ background: #f2f2f2; padding-right: 2px; } ::-webkit-scrollbar-thumb { background: #b4bbc5; border-radius: 10px; border: 0; } body{ margin:0; position:relative; left:0; } #base{ position:absolute; width:100%; } .back-picture{ position: absolute; border-width: 0; left:0; top:0; width:100%; height:1070px; background-color:darkseagreen; } .titles{ position:absolute; top:193px; /* left:674px; */ width:100%; text-align: center; } .locate1{ top:272px; } .locate2{ top:363px; } .buttons{ position:absolute; top:874px; left:0; width: 100%; display:flex; justify-content: center; font-size: 22px; font-family:'Microsoft YaHei','Arial Negreta', 'Arial Normal', 'Arial'; } .button{ margin:0 20px 0 20px; } .text{ position: absolute; left: inherit; top:27px; width: 267px; 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; } .contact{ position: absolute; top:88px; width: 100%; } .contact-icon{ position: absolute; /* left:1686px; */ right:39px; width:105px; height:25px; display: flex; justify-content:space-between; } .contact-content{ position: absolute; top:33px; right:39px; 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; }