27 lines
383 B
Plaintext
27 lines
383 B
Plaintext
:host {
|
|
.head-box {
|
|
img {
|
|
width: 80px;
|
|
height: 80px;
|
|
padding: 8px;
|
|
}
|
|
.right-h{
|
|
font-size: 16px;
|
|
}
|
|
.right-s{
|
|
color: #7f7f7f;
|
|
}
|
|
|
|
.left-rt {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
text-align: right;
|
|
}
|
|
|
|
.left-rb {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
padding-top: 16px;
|
|
}
|
|
}
|
|
} |