feat: 初始化
This commit is contained in:
39
pages/capital/deposit/usdt/index.scss
Normal file
39
pages/capital/deposit/usdt/index.scss
Normal file
@ -0,0 +1,39 @@
|
||||
.container {
|
||||
padding: 0 24px 24px 16px;
|
||||
.title {
|
||||
margin: 14px 0 15px;
|
||||
}
|
||||
.minAmount {
|
||||
margin-top: 4px;
|
||||
color: #14cc9e;
|
||||
font-size: 10px;
|
||||
line-height: 14px;
|
||||
&.unavailable {
|
||||
color: #ff5733;
|
||||
}
|
||||
}
|
||||
.exchangeRate {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 12px;
|
||||
font-size: 14px;
|
||||
color: #777777;
|
||||
.value {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
.currency_amount {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 12px;
|
||||
.label {
|
||||
font-size: 14px;
|
||||
color: #777777;
|
||||
}
|
||||
.value {
|
||||
font-size: 14px;
|
||||
color: #29bbe4;
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user