53 lines
736 B
Plaintext
53 lines
736 B
Plaintext
:host {
|
|
::ng-deep {
|
|
nz-input-number {
|
|
width: 100%;
|
|
}
|
|
nz-date-picker {
|
|
width: 100%;
|
|
}
|
|
}
|
|
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;
|
|
}
|