diff --git a/web/src/views/pages/index.vue b/web/src/views/pages/index.vue index 73cfd79..165ca2a 100644 --- a/web/src/views/pages/index.vue +++ b/web/src/views/pages/index.vue @@ -470,7 +470,7 @@ -
+
¥9,988,670 @@ -483,7 +483,7 @@
动态质押率=50%
-
+
@@ -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;