@font-face { font-family: 'Alibaba PuHuiTi'; src: url('../font/Alibaba-PuHuiTi-Medium.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Bebas Neue'; src: url('../font/BebasNeue.otf'); font-weight: normal; font-style: normal; } html, body { font-family: Alibaba PuHuiTi; width: 100%; height: 100%; margin: 0; /* Safari */ -webkit-user-select: none; /* Firefox */ -moz-user-select: none; /* IE10+/Edge */ -ms-user-select: none; /* Standard syntax */ user-select: none; ::-webkit-scrollbar { display: none; } } .home-card { color: #fff; width: 100%; height: 100%; text-align: center; background-color: #fff; } .home-card-image { position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background: url(../img/face_bg.png) no-repeat; background-size: 100% 100%; z-index: 1; }