87 lines
1.1 KiB
Plaintext
87 lines
1.1 KiB
Plaintext
:host {
|
|
::ng-deep {
|
|
nz-input-number {
|
|
width: 100%;
|
|
}
|
|
|
|
nz-date-picker {
|
|
width: 94.3%;
|
|
}
|
|
|
|
.sf3 {
|
|
.goods_Tips_item {
|
|
.goods_tips {
|
|
width: calc(50% - 45px);
|
|
|
|
.ant-alert {
|
|
padding: 0 0 0 2px;
|
|
}
|
|
|
|
}
|
|
|
|
nz-form-item {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
// .ant-form-item-control-input-content {
|
|
// display: flex;
|
|
// justify-content: end;
|
|
// }
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
i {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.tip-font {
|
|
margin-left: 16px;
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.card-title {
|
|
margin-bottom: 24px;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.align-center {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.swap-icon {
|
|
padding: 24px;
|
|
color: #7d7d7d;
|
|
font-size: 30px;
|
|
|
|
:hover {
|
|
color: #52acff;
|
|
}
|
|
}
|
|
|
|
#container {
|
|
width: 300px;
|
|
height: 180px;
|
|
}
|
|
|
|
input[type='number'] {
|
|
-moz-appearance: textfield;
|
|
}
|
|
|
|
input[type='number']::-webkit-inner-spin-button,
|
|
input[type='number']::-webkit-outer-spin-button {
|
|
margin: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.hides {
|
|
margin-left: 10px;
|
|
color: aqua;
|
|
}
|