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

View File

@ -1,14 +1,18 @@
.sfBox{
position: relative;
}
.pr { .pr {
position: relative; position: relative;
} }
.pa { .pa {
position: absolute; position: absolute;
top: 35px; top: 35px;
left: 150px; left: 150px;
} img{border: solid 1px #ebf0fb;}
}
.tips { .tips {
display: flex; display: flex;
margin-bottom: 0; margin-bottom: 0;
color: #333; color: #333;
@ -22,4 +26,32 @@
margin-bottom: 0; margin-bottom: 0;
text-align: center; text-align: center;
} }
}
.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{
margin-left: -100px !important
}
.borderImg{
border: solid 1px #ebf0fb;
}
}
}