29 lines
405 B
Plaintext
29 lines
405 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;
|
|
}
|
|
}
|
|
} |