no message

This commit is contained in:
A1300399510 2024-11-22 11:45:18 +08:00
parent 274a1e27a3
commit b2fff41420
4 changed files with 21 additions and 21 deletions

View File

@ -115,13 +115,13 @@ body {
} }
.tag .tag-item { .tag .tag-item {
width: fit-content; width: fit-content;
height: 24px; height: 20px;
line-height: 24px; line-height: 20px;
background-color: #f9f8f8; background-color: #f9f8f8;
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
border-radius: 6px; border-radius: 6px;
padding: 0 9px; padding: 0 6px;
font-size: 14px; font-size: 12px;
color: #7f7f7f; color: #7f7f7f;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px; margin-bottom: 10px;

View File

@ -131,13 +131,13 @@ body {
flex-wrap: wrap; flex-wrap: wrap;
.tag-item { .tag-item {
width: fit-content; width: fit-content;
height: 24px; height: 20px;
line-height: 24px; line-height: 20px;
background-color: rgba(249, 248, 248, 1); background-color: rgba(249, 248, 248, 1);
border: 1px solid rgba(170, 170, 170, 1); border: 1px solid rgba(170, 170, 170, 1);
border-radius: 6px; border-radius: 6px;
padding: 0 9px; padding: 0 6px;
font-size: 14px; font-size: 12px;
color: #7f7f7f; color: #7f7f7f;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px; margin-bottom: 10px;

View File

@ -71,7 +71,7 @@
.boxbox .tab .img { .boxbox .tab .img {
width: 6px; width: 6px;
height: 10px; height: 10px;
margin: 0 15px; margin: 0 10px;
} }
.boxbox .tab .current { .boxbox .tab .current {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
@ -100,7 +100,7 @@
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650; font-weight: 650;
font-style: normal; font-style: normal;
font-size: 32px; font-size: 28px;
color: #000000; color: #000000;
margin-bottom: 6px; margin-bottom: 6px;
} }
@ -125,7 +125,7 @@
color: #333333; color: #333333;
} }
.boxbox .details .right .school .line { .boxbox .details .right .school .line {
margin: 0 13px; margin: 0 12px;
color: #d7d7d7; color: #d7d7d7;
} }
.boxbox .details .right .word { .boxbox .details .right .word {
@ -720,15 +720,15 @@
} }
.content .details-box .pattern .tab { .content .details-box .pattern .tab {
width: 180px; width: 180px;
height: 40px; height: 32px;
background-color: #f2f2f2; background-color: #edf0f4;
border: 1px solid #ebebeb; border: 1px solid #ebebeb;
border-radius: 114px; border-radius: 114px;
margin: 0 auto 33px; margin: 0 auto 33px;
} }
.content .details-box .pattern .tab .item { .content .details-box .pattern .tab .item {
height: 100%; height: 100%;
font-size: 16px; font-size: 14px;
color: #555555; color: #555555;
cursor: pointer; cursor: pointer;
} }

View File

@ -78,7 +78,7 @@
.img { .img {
width: 6px; width: 6px;
height: 10px; height: 10px;
margin: 0 15px; margin: 0 10px;
} }
.current { .current {
@ -110,7 +110,7 @@
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650; font-weight: 650;
font-style: normal; font-style: normal;
font-size: 32px; font-size: 28px;
color: #000000; color: #000000;
margin-bottom: 6px; margin-bottom: 6px;
} }
@ -138,7 +138,7 @@
} }
.line { .line {
margin: 0 13px; margin: 0 12px;
color: rgb(215, 215, 215); color: rgb(215, 215, 215);
} }
} }
@ -821,15 +821,15 @@
padding: 20px 16px 33px; padding: 20px 16px 33px;
.tab { .tab {
width: 180px; width: 180px;
height: 40px; height: 32px;
background-color: rgba(242, 242, 242, 1); background-color: rgba(237, 240, 244, 1);
border: 1px solid rgba(235, 235, 235, 1); border: 1px solid rgba(235, 235, 235, 1);
border-radius: 114px; border-radius: 114px;
margin: 0 auto 33px; margin: 0 auto 33px;
.item { .item {
height: 100%; height: 100%;
font-size: 16px; font-size: 14px;
color: #555555; color: #555555;
cursor: pointer; cursor: pointer;
&.pitch { &.pitch {