|
|
@@ -53,7 +53,7 @@
|
|
|
</view>
|
|
|
<div class="col-lg-4 col-sm-12 card card-body">
|
|
|
<h4 v-t="'Custom.Transfer.Tips'"></h4>
|
|
|
- <view class="fs-6 fw-semibold lh-sm">
|
|
|
+ <view class="fs-6 fw-semibold text-color">
|
|
|
<view v-t="'Custom.Transfer.Tips1'"></view>
|
|
|
<view v-t="'Custom.Transfer.Tips2'"></view>
|
|
|
<view v-t="'Custom.Transfer.Tips3'"></view>
|
|
|
@@ -536,6 +536,10 @@ watch(transferType, (newVal) => {
|
|
|
.card-body{
|
|
|
color: var(--bs-emphasis-color);
|
|
|
}
|
|
|
+.text-color{
|
|
|
+ font-size: px2rpx(15);
|
|
|
+ line-height: 1.5;
|
|
|
+}
|
|
|
|
|
|
.amount-box {
|
|
|
display: flex;
|