89 lines
1.5 KiB
SCSS
89 lines
1.5 KiB
SCSS
.TopTitleBoder {
|
|
width: 3840px;
|
|
height: 84px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
|
|
.TopSideRight {
|
|
margin-top: 40px;
|
|
margin-right: 40px;
|
|
width: 493px;
|
|
height: 16px;
|
|
}
|
|
|
|
.TopSideLeft {
|
|
margin-left: 40px;
|
|
margin-top: 40px;
|
|
width: 493px;
|
|
height: 16px;
|
|
}
|
|
|
|
.TopSideLeftLine {
|
|
background: url('../../../assets/TopTitleLeft.png');
|
|
width: 899px;
|
|
height: 40px;
|
|
margin-top: 42px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: right;
|
|
|
|
.TopSideLeftLineicon {
|
|
margin-right: 40px;
|
|
margin-top: 25px;
|
|
width: 204.32px;
|
|
height: 2.79px;
|
|
}
|
|
|
|
.TopSideLeftTxt {
|
|
margin-right: 120px;
|
|
margin-top: 15px;
|
|
color: rgb(255, 255, 255, 0.8);
|
|
font-size: 20px;
|
|
font-weight: 300px;
|
|
letter-spacing: 1px;
|
|
line-height: 22.174976px;
|
|
}
|
|
}
|
|
|
|
.TopSideRightLine {
|
|
background: url('../../../assets/TopTitleRight.png');
|
|
width: 899px;
|
|
height: 40px;
|
|
margin-top: 42px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: left;
|
|
|
|
.TopSideRightLineicon {
|
|
margin-left: 40px;
|
|
margin-top: 25px;
|
|
width: 204.32px;
|
|
height: 2.79px;
|
|
}
|
|
|
|
.TopSideRightTxt {
|
|
margin-left: 120px;
|
|
margin-top: 15px;
|
|
color: rgb(255, 255, 255, 0.8);
|
|
font-size: 20px;
|
|
line-height: 22.174976px;
|
|
}
|
|
}
|
|
|
|
.TopButtonLine {
|
|
margin-top: 12px;
|
|
width: 760px;
|
|
height: 14px;
|
|
}
|
|
|
|
.TopTitleText {
|
|
margin-top: 40px;
|
|
letter-spacing: 8px;
|
|
font-size: 34px;
|
|
color: #00fff7;
|
|
text-align: center;
|
|
letter-spacing: 2px;
|
|
}
|
|
}
|