笔记本移动端
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
This commit is contained in:
43
public/static/index/mobile/css/topic_laptop/footer.css
Normal file
43
public/static/index/mobile/css/topic_laptop/footer.css
Normal file
@@ -0,0 +1,43 @@
|
||||
.footer-imgs {
|
||||
width: 6.8rem;
|
||||
margin: 0 auto;
|
||||
margin-top: 1.5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.footer-imgs img {
|
||||
width: 2.22rem;
|
||||
}
|
||||
.footer-imgs img:nth-child(4),
|
||||
.footer-imgs img:nth-child(5),
|
||||
.footer-imgs img:nth-child(6) {
|
||||
margin-top: 0.09rem;
|
||||
}
|
||||
|
||||
.footer-texts {
|
||||
width: 6.8rem;
|
||||
margin: 0 auto;
|
||||
font-size: 0.16rem;
|
||||
color: #cbcfd8;
|
||||
white-space: normal;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
.footer-texts p {
|
||||
text-indent: clamp(-16px, -1vw, -0.22rem);
|
||||
line-height: 1.5;
|
||||
margin-bottom: 0.1rem;
|
||||
font-family: 'HarmonyOS-Light';
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.footer-texts-en {
|
||||
width: 6.8rem;
|
||||
margin: 0 auto;
|
||||
font-size: 0.16rem;
|
||||
color: #cbcfd8;
|
||||
white-space: normal;
|
||||
}
|
||||
.footer-texts-en p {
|
||||
text-indent: clamp(-16px, -1vw, -0.22rem);
|
||||
font-family: 'HarmonyOS-Light';
|
||||
}
|
||||
Reference in New Issue
Block a user