39 lines
584 B
CSS
39 lines
584 B
CSS
|
|
.bg {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.titletopbg {
|
|
width: 100%;
|
|
background: #F8F8F8;
|
|
height: 1.5625rem;
|
|
}
|
|
.titlebg {
|
|
width: 100%;
|
|
height: 3.125rem;
|
|
background: #F8F8F8;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
.arrowleft {
|
|
width: 1.40625rem;
|
|
height: 1.40625rem;
|
|
position: absolute;
|
|
left: 0.625rem;
|
|
}
|
|
.txt {
|
|
width: 100%;
|
|
height: 100%;
|
|
color: #000000;
|
|
font-weight: 600;
|
|
font-size: 1.1875rem;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.webbg {
|
|
}
|