File: /www/wwwroot//zt5.pdtmtip.cn/index_files/index.css
* {
margin: 0;
padding: 0;
}
.container {
max-width: 790px;
height: 100vh;
margin-left: auto;
margin-right: auto;
background-color: #000000;
}
.header-1 {
color: #ffffff;
text-align: center;
padding-top: 80px;
}
.color-1 {
color: #eddea7;
}
.header-1 h1 {
font-family: cursive;
font-size: 60px;
font-weight: bold;
}
.txt-1 {
font-size: 24px;
margin-top: 10px;
margin-bottom: 10px;
}
.txt-2 {
margin-top: 15px;
margin-bottom: 20px;
}
.txt-3 {
margin-bottom: 25px;
}
.button-1 {
display: inline;
background-color: #840000;
padding: 4px 35px;
border-radius: 20px;
}
.img-box {
display: grid;
position: relative;
background-color: #000000;
}
.float-button {
color: #ffffff;
position: absolute;
top: 77%;
left: 38%;
}
.button-2 {
background-color: #01b901;
padding: 8px 50px;;
box-shadow: 0px 0px 4px 1px #f53268;
border-radius: 3px;
color: #ffffff;
text-decoration: none;
}
.float-box {
position: relative;
display: flex;
justify-content: center;
flex-direction: row;
}
.line-buttons {
position: fixed;
z-index: 100;
bottom: 10vh;
display: flex;
justify-content: center;
}
.line-buttons img {
cursor: pointer;
}
.line-buttons img:last-child {
margin-left: 7px;
}
@media (max-width: 790px) {
.img-bg, .img-box img {
width: 98vw;
}
.line-buttons img {
width: 48%;
}
.button-2 {
background-color: #01b901;
padding: 3px 20px;;
box-shadow: 0px 0px 4px 1px #f53268;
border-radius: 3px;
color: #ffffff;
text-decoration: none;
}
}
@media (max-width: 425px) {
.button-2 {
padding: 3px;
}
}