This commit is contained in:
若拙_233 2025-10-11 09:52:28 +08:00
parent 6fb8d365f6
commit 713787d020

View File

@ -470,7 +470,7 @@
</div>
</div>
<div v-if="status=='success'" class="right">
<div v-if="status=='success'" class="right" >
<div class="price-container" :style="{ backgroundImage: `url(${backgroundImg})`}">
<div>
¥9,988,670
@ -483,7 +483,7 @@
<div style="border-radius: 4px; width: 125px; height: 28px; font-size: 14px; color: #303133; font-weight: normal; background: #A3011332; margin-left: 10px; line-height: 28px;">动态质押率=50%</div>
</div>
</div>
<div style="display: flex; margin-left: 15px;">
<div style="display: flex; margin: auto; margin-top: 24px; width: 1010px;">
<div class="score-box" style="background: #3196FF22; color: #303133; font-size: 14px; " :style="{ backgroundImage: `url(${backgroundImg3})`}">
<div style="font-size: 18px; font-weight: bold;">
<img style="width: 18px; height: 18px; transform: translate(0,2px);" src="@/assets/images/cost.png" alt="">
@ -1285,22 +1285,21 @@ onMounted(async () => {
}
.price-container {
margin: 40px;
height: 268px;
width: 1010px;
padding-top: 79px;
/* 使用导入的图片作为背景 */
background-image: url(~@/assets/images/background.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/* 文本样式 */
color: #B5906B; /* 假设白色文本在背景上更清晰 */
font-size: 52px;
font-weight: bold;
text-align: center;
margin: auto;
margin-top: 40px;
height: 268px;
width: 1010px;
padding-top: 79px;
/* 使用导入的图片作为背景 */
background-image: url(~@/assets/images/background.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/* 文本样式 */
color: #B5906B; /* 假设白色文本在背景上更清晰 */
font-size: 52px;
font-weight: bold;
text-align: center;
}
.score-box{
padding: 30px;