123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- ::-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;
- }
|