master
Lee 2022-01-23 13:24:19 +08:00
parent b8b3f190be
commit 0abfe65a4f
1 changed files with 79 additions and 122 deletions

View File

@ -60,63 +60,20 @@ img {
.content img{ .content img{
width: 100%; width: 100%;
} }
/* 尾部 */
.foot{ .foot{
position: relative; position: relative;
} }
.foot img{ .foot img{
width: 100%; width: 100%;
} }
.back{ .toTop{
display: flex; display: block;
align-items: center; width: 15%;
height: 35%;
position: absolute; position: absolute;
text-decoration: none;
left: 50%; left: 50%;
bottom: 16.5%; bottom: 8%;
transform: translateX(-50%); transform: translateX(-50%);
} cursor: pointer;
.back>span{
display: block;
font-family: "仿宋";
font-size: 22px;
line-height: 38px;
font-weight: bold;
color: #cd322e;
margin: 0 20px;
}
.back>ins{
display: block;
width: 12px;
height: 12px;
border-radius: 100%;
background-color: #cd322e;
}
@media screen and (max-width:900px){
.back>span{
font-size: 16px;
line-height: 24px;
margin: 0 10px;
}
.back>ins{
display: block;
width: 8px;
height: 8px;
border-radius: 100%;
background-color: #cd322e;
}
}
@media screen and (max-width:780px){
.back>span{
font-size: 14px;
line-height: 24px;
margin: 0 10px;
}
.back>ins{
display: block;
width: 8px;
height: 8px;
border-radius: 100%;
background-color: #cd322e;
}
} }