客户认领审核静态页面

This commit is contained in:
heqinghang
2022-03-10 11:22:26 +08:00
parent b848978d70
commit 09a22bab29
22 changed files with 1131 additions and 5 deletions

View File

@ -0,0 +1,27 @@
: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: end;
padding-top: 16px;
}
}
}