优化样式

This commit is contained in:
TOP糯米 2023-10-12 10:49:05 +08:00
parent c3d135bb54
commit f01631fa7b
4 changed files with 11 additions and 4 deletions

View File

@ -195,7 +195,7 @@
padding-bottom: 0.7rem; padding-bottom: 0.7rem;
} }
.section.about-textarea .at-img { .section.about-textarea .at-img {
max-height: 0.6rem; height: 0.53rem;
} }
.section.about-textarea .content { .section.about-textarea .content {
margin-top: 0.4rem; margin-top: 0.4rem;

View File

@ -270,7 +270,7 @@
padding-bottom: 0.7rem; padding-bottom: 0.7rem;
.at-img { .at-img {
max-height: 0.6rem; height: 0.53rem;
} }
.content { .content {

View File

@ -361,7 +361,10 @@
background-color: #F7F7F7; background-color: #F7F7F7;
} }
.section.about-textarea { .section.about-textarea {
padding: 0.9rem 0 0.65rem 0; padding: 0.85rem 0 0.65rem 0;
}
.section.about-textarea .at-img {
height: 0.76rem;
} }
.section.about-textarea .content { .section.about-textarea .content {
font-size: 0.2rem; font-size: 0.2rem;

View File

@ -461,7 +461,11 @@
} }
.section.about-textarea { .section.about-textarea {
padding: 0.9rem 0 0.65rem 0; padding: 0.85rem 0 0.65rem 0;
.at-img {
height: 0.76rem;
}
.content { .content {
font-size: 0.2rem; font-size: 0.2rem;