123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- ::-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;
- -webkit-transform: translate(-50%);
- -ms-transform: translate(-50%);
- 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:-webkit-box;
- display:-webkit-flex;
- display:-ms-flexbox;
- display:flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-size: 1rem;
- font-family:'Microsoft YaHei','Arial Negreta', 'Arial Normal', 'Arial';
-
- }
- .button{
- margin:0 1.5rem 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: 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%;
- -webkit-transform: translateX(-50%);
- -ms-transform: translateX(-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%;
- -webkit-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- .ready:hover .herald{
- /* visibility: visible; */
- display: block;
- }
- .contact{
- /* position: fixed; */
- position:absolute;
- top:1.2rem;
- right: 1.5rem;
- z-index:9999;
- }
- .contact-icon{
- width:105px;
- height:25px;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack:justify;
- -webkit-justify-content:space-between;
- -ms-flex-pack:justify;
- justify-content:space-between;
- }
- .contact-content{
- position: absolute;
- top:33px;
- right:0;
- visibility: hidden;
- }
- /* @media screen and (min-width:320px) and (max-width:480px) {
- .contact-icon{
- width:5.4rem;
- height:1.3rem;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack:justify;
- -webkit-justify-content:space-between;
- -ms-flex-pack:justify;
- justify-content:space-between;
- }
-
- .contact-content{
- position: absolute;
- top:1.17rem;
- right:0;
- visibility: hidden;
- }
- } */
- .contact:hover .contact-content{
- visibility: visible;
- }
- .items{
- position: absolute;
- top:28px;
- left:28px;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- -ms-flex-pack: justify;
- 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{
- width:12.3rem;
- height:2.91rem;
- }
|