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

View File

@ -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,7 +1285,8 @@ onMounted(async () => {
} }
.price-container { .price-container {
margin: 40px; margin: auto;
margin-top: 40px;
height: 268px; height: 268px;
width: 1010px; width: 1010px;
padding-top: 79px; padding-top: 79px;
@ -1294,12 +1295,10 @@ onMounted(async () => {
background-size: cover; background-size: cover;
background-position: center; background-position: center;
background-repeat: no-repeat; 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{