结果
This commit is contained in:
parent
6fb8d365f6
commit
713787d020
@ -470,7 +470,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</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 class="price-container" :style="{ backgroundImage: `url(${backgroundImg})`}">
|
||||||
<div>
|
<div>
|
||||||
¥9,988,670
|
¥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 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>
|
</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 class="score-box" style="background: #3196FF22; color: #303133; font-size: 14px; " :style="{ backgroundImage: `url(${backgroundImg3})`}">
|
||||||
<div style="font-size: 18px; font-weight: bold;">
|
<div style="font-size: 18px; font-weight: bold;">
|
||||||
<img style="width: 18px; height: 18px; transform: translate(0,2px);" src="@/assets/images/cost.png" alt="">
|
<img style="width: 18px; height: 18px; transform: translate(0,2px);" src="@/assets/images/cost.png" alt="">
|
||||||
@ -1285,22 +1285,21 @@ onMounted(async () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.price-container {
|
.price-container {
|
||||||
margin: 40px;
|
margin: auto;
|
||||||
height: 268px;
|
margin-top: 40px;
|
||||||
width: 1010px;
|
height: 268px;
|
||||||
padding-top: 79px;
|
width: 1010px;
|
||||||
/* 使用导入的图片作为背景 */
|
padding-top: 79px;
|
||||||
background-image: url(~@/assets/images/background.png);
|
/* 使用导入的图片作为背景 */
|
||||||
background-size: cover;
|
background-image: url(~@/assets/images/background.png);
|
||||||
background-position: center;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
/* 文本样式 */
|
/* 文本样式 */
|
||||||
color: #B5906B; /* 假设白色文本在背景上更清晰 */
|
color: #B5906B; /* 假设白色文本在背景上更清晰 */
|
||||||
font-size: 52px;
|
font-size: 52px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
text-align: center;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
.score-box{
|
.score-box{
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user