From 713787d02068ea1cac9c660b0ea5880be790c473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E6=8B=99=5F233?= <342879248@qq.com> Date: Sat, 11 Oct 2025 09:52:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/pages/index.vue | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) 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 @@ -
@@ -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;