no message
This commit is contained in:
parent
274a1e27a3
commit
b2fff41420
@ -115,13 +115,13 @@ body {
|
||||
}
|
||||
.tag .tag-item {
|
||||
width: fit-content;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
background-color: #f9f8f8;
|
||||
border: 1px solid #aaaaaa;
|
||||
border-radius: 6px;
|
||||
padding: 0 9px;
|
||||
font-size: 14px;
|
||||
padding: 0 6px;
|
||||
font-size: 12px;
|
||||
color: #7f7f7f;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
@ -131,13 +131,13 @@ body {
|
||||
flex-wrap: wrap;
|
||||
.tag-item {
|
||||
width: fit-content;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
background-color: rgba(249, 248, 248, 1);
|
||||
border: 1px solid rgba(170, 170, 170, 1);
|
||||
border-radius: 6px;
|
||||
padding: 0 9px;
|
||||
font-size: 14px;
|
||||
padding: 0 6px;
|
||||
font-size: 12px;
|
||||
color: #7f7f7f;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
@ -71,7 +71,7 @@
|
||||
.boxbox .tab .img {
|
||||
width: 6px;
|
||||
height: 10px;
|
||||
margin: 0 15px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
.boxbox .tab .current {
|
||||
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-weight: 650;
|
||||
font-style: normal;
|
||||
font-size: 32px;
|
||||
font-size: 28px;
|
||||
color: #000000;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
@ -125,7 +125,7 @@
|
||||
color: #333333;
|
||||
}
|
||||
.boxbox .details .right .school .line {
|
||||
margin: 0 13px;
|
||||
margin: 0 12px;
|
||||
color: #d7d7d7;
|
||||
}
|
||||
.boxbox .details .right .word {
|
||||
@ -720,15 +720,15 @@
|
||||
}
|
||||
.content .details-box .pattern .tab {
|
||||
width: 180px;
|
||||
height: 40px;
|
||||
background-color: #f2f2f2;
|
||||
height: 32px;
|
||||
background-color: #edf0f4;
|
||||
border: 1px solid #ebebeb;
|
||||
border-radius: 114px;
|
||||
margin: 0 auto 33px;
|
||||
}
|
||||
.content .details-box .pattern .tab .item {
|
||||
height: 100%;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
color: #555555;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -78,7 +78,7 @@
|
||||
.img {
|
||||
width: 6px;
|
||||
height: 10px;
|
||||
margin: 0 15px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.current {
|
||||
@ -110,7 +110,7 @@
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
font-style: normal;
|
||||
font-size: 32px;
|
||||
font-size: 28px;
|
||||
color: #000000;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
@ -138,7 +138,7 @@
|
||||
}
|
||||
|
||||
.line {
|
||||
margin: 0 13px;
|
||||
margin: 0 12px;
|
||||
color: rgb(215, 215, 215);
|
||||
}
|
||||
}
|
||||
@ -821,15 +821,15 @@
|
||||
padding: 20px 16px 33px;
|
||||
.tab {
|
||||
width: 180px;
|
||||
height: 40px;
|
||||
background-color: rgba(242, 242, 242, 1);
|
||||
height: 32px;
|
||||
background-color: rgba(237, 240, 244, 1);
|
||||
border: 1px solid rgba(235, 235, 235, 1);
|
||||
border-radius: 114px;
|
||||
margin: 0 auto 33px;
|
||||
|
||||
.item {
|
||||
height: 100%;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
color: #555555;
|
||||
cursor: pointer;
|
||||
&.pitch {
|
||||
|
Loading…
Reference in New Issue
Block a user