This commit is contained in:
wangshiming
2022-03-24 19:37:46 +08:00
parent 884040a950
commit d3ec9d8eae

View File

@ -1,25 +1,57 @@
.sfBox{
position: relative;
}
.pr { .pr {
position: relative; position: relative;
}
.pa {
position: absolute;
top: 35px;
left: 150px;
img{border: solid 1px #ebf0fb;}
}
.tips {
display: flex;
margin-bottom: 0;
color: #333;
dt {
width: 150px;
} }
.pa { dd {
position: absolute; width: 190px;
top: 35px;
left: 150px;
}
.tips {
display: flex;
margin-bottom: 0; margin-bottom: 0;
color: #333; text-align: center;
}
dt { }
width: 150px; .drivercard{
position: absolute;
top: 620px;
left: 330px;
border: solid 1px #ebf0fb;
}
.jopcard{
position: absolute;
top: 1034px;
left: 330px;
border: solid 1px #ebf0fb;
}
:host{
::ng-deep {
.ant-input-borderless{
padding: 0;
padding-top: 4px;
color: black;
resize:none;
} }
.setCustom .ant-form-item-control{
dd { margin-left: -100px !important
width: 190px; }
margin-bottom: 0; .borderImg{
text-align: center; border: solid 1px #ebf0fb;
} }
} }
}