Files
2025-02-20 14:59:35 +08:00

73 lines
1.3 KiB
CSS

body{
font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
font-size: 12px;
line-height: 1.5;
color: #515151;
background: #e1e1e1;
height: 100%;
}
.img-box{
width: 100%;
height: 70%;
margin: 80px auto;
display: flex;
justify-content: center;
align-items: center;
}
.img-box img{
max-width: 80%;
max-height: 80%;
}
.btn-copy{
display: inline-block;
width: 100%;
height: 40px;
background-color: #54708c;
color: #fff;
text-align: center;
line-height: 40px;
font-size: 16px;
position: absolute;
bottom: 50px;
left: 0;
z-index: 2;
}
.my-btn-back-works-home{
width: 100%;
height: 40px;
background-color: #54708c;
color: #fff;
text-align: center;
line-height: 40px;
font-size: 16px;
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
.my-btn-back-template-home{
width: 100%;
height: 40px;
background-color: #54708c;
color: #fff;
text-align: center;
line-height: 40px;
font-size: 16px;
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
}
.info{
width: 60px;
/* left: 50%;
margin-left: -30px; */
margin: auto;
border-radius: 10px;
bottom: 50px;
border-radius: 20px;
background: rgba(0,0,0,.2);
color: #fff;
font-size: 20px;
text-align: center;
}