You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
562 B
26 lines
562 B
4 years ago
|
.tltleBox{
|
||
|
text-align: center;
|
||
|
width: 10rem;
|
||
|
height: 0.585938rem;
|
||
|
line-height: 0.585938rem;
|
||
|
position: relative;
|
||
|
background: #FFFFFF;
|
||
|
top: 0;
|
||
|
.icon{
|
||
|
position: absolute;
|
||
|
left: 0.292969rem;
|
||
|
top: 50%;
|
||
|
transform: translateY(-50%);
|
||
|
mat-icon{
|
||
|
vertical-align: text-top;
|
||
|
width: 40px;
|
||
|
height: 40px;
|
||
|
font-size: 40px;
|
||
|
}
|
||
|
}
|
||
|
.text{
|
||
|
font-size: 0.195313rem;
|
||
|
font-family: Source Han Sans CN;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
}
|