textTitleBox.less
430 Bytes
@charset "UTF-8";
.title-box {
background-color: transparent;
width: 100%;
height: auto;
.box {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
width: 690px;
height: auto;
.title-box {
display: contents;
color: #4A4A4A;
font-size: 36px;
font-weight: 600;
}
.more-box {
display: contents;
color: #999999;
font-size: 26px;
font-weight: 400;
}
}
}