Files
bbq/src/app/routes/partner/claim-audit/components/channel-detail/channel-detail.component.less
Taric Xin c6e3be24f1 edit
2022-03-21 14:18:43 +08:00

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;
}
}
}