index.scss
311 Bytes
.page-title {
font-family: SFProDisplay-Bold;
font-size: 68px;
color: #000;
line-height: 82px;
font-weight: bold;
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.pd {
padding: 0 40px;
box-sizing: border-box;
margin-bottom: 10px;
}