feat: 字体修改
This commit is contained in:
parent
15c558ee4d
commit
9bc377748d
@ -154,7 +154,7 @@ const otherDirectors = [
|
||||
|
||||
.director-name {
|
||||
margin-bottom: 8px;
|
||||
font-size: 28px;
|
||||
font-size: 28*2.5px;
|
||||
font-weight: 500;
|
||||
color: #1a1a1a;
|
||||
position: relative;
|
||||
@ -163,15 +163,15 @@ const otherDirectors = [
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 2px;
|
||||
height: 20px;
|
||||
height: 60px;
|
||||
background: #ff7bac;
|
||||
left: -10px;
|
||||
left: -23px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.director-title {
|
||||
font-size: 18px;
|
||||
font-size: 18*2.5px;
|
||||
color: #ff7bac;
|
||||
display: block;
|
||||
margin-bottom: 24px;
|
||||
@ -185,7 +185,7 @@ const otherDirectors = [
|
||||
.director-bio {
|
||||
line-height: 1.8;
|
||||
color: #4a4a4a;
|
||||
font-size: 16px;
|
||||
font-size: 16*2.5px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user