|
@@ -14,7 +14,7 @@
|
|
|
</div>
|
|
|
<div class="item-sub-num">
|
|
|
<span class="num">总金额</span>
|
|
|
- <span class="fon-lg" style="opacity: 0;">1</span>
|
|
|
+ <span class="fon-lg" style="opacity: 0;">1111111111</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</hc-gradient-card>
|
|
@@ -85,7 +85,7 @@
|
|
|
</div>
|
|
|
<div class="item-sub-num">
|
|
|
<span class="num">已超过截止日期</span>
|
|
|
- <span class="fon-lg" style="opacity: 0;">1</span>
|
|
|
+ <span class="fon-lg" style="opacity: 0;">1111111111</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</HcGradientCard>
|
|
@@ -107,7 +107,7 @@ import { ref, watch } from 'vue'
|
|
|
}
|
|
|
.title_box{
|
|
|
width: 100%;
|
|
|
- height: 100px;
|
|
|
+
|
|
|
background-color:#6799D9 ;
|
|
|
border-radius: 25px;
|
|
|
text-align: center;
|
|
@@ -116,6 +116,7 @@ import { ref, watch } from 'vue'
|
|
|
line-height: 100px;
|
|
|
margin-bottom: 100px;
|
|
|
font-size: 50px;
|
|
|
+ word-wrap: break-word; /* 让文字在需要时自动换行 */
|
|
|
}
|
|
|
.hc-card-item-sub {
|
|
|
|