Files
bbq/src/app/routes/usercenter/components/driver/detail/detail.component.less
Taric Xin bce661246c edit
2021-12-20 15:15:13 +08:00

33 lines
439 B
Plaintext

@import '../../../less/edit.less';
:host {
::ng-deep {
.sv__title {
font-weight: 600;
}
.user-info {
display : flex;
font-size: 16px;
img {
width : 64px;
height : 64px;
margin-right : 15px;
border-radius: 50%;
}
}
.imgBox {
display: flex;
img {
width : 200px !important;
height: 160px;
}
}
}
}