From 4ef89054c92ca6a2f2835e7fc3c84706bf6f097e Mon Sep 17 00:00:00 2001 From: musteven <1009173794@qq.com> Date: Thu, 6 Mar 2025 17:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E8=BF=90=E8=A1=8C=E5=B9=B6=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E8=B7=91=E9=80=9A=E4=BA=86=E5=B7=B2=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=EF=BC=8C=E7=AE=80=E5=8D=95=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BA=86=E4=B8=BB=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E5=AE=8C=E6=88=90=E4=BA=86=E5=B8=B8=E8=A7=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=8F=8A=E8=A7=A3=E7=AD=94=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E4=BD=86=E6=9C=AA=E5=AF=B9=E5=86=85=E9=83=A8=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E8=BF=9B=E8=A1=8C=E4=BF=AE=E6=94=B9=EF=BC=88=E8=AF=A5?= =?UTF-8?q?=E9=83=A8=E5=88=86=E9=9C=80=E5=90=8E=E7=BB=AD=E8=AE=A8=E8=AE=BA?= =?UTF-8?q?=E5=95=86=E9=87=8F=E5=90=8E=E4=BF=AE=E6=94=B9=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AES-front/src/views/user/faq/index.vue | 190 ++++++++++++++++++++++++- AES-front/src/views/user/index.vue | 44 ++++++ 2 files changed, 233 insertions(+), 1 deletion(-) diff --git a/AES-front/src/views/user/faq/index.vue b/AES-front/src/views/user/faq/index.vue index c31081a..8149186 100644 --- a/AES-front/src/views/user/faq/index.vue +++ b/AES-front/src/views/user/faq/index.vue @@ -1,8 +1,196 @@ diff --git a/AES-front/src/views/user/index.vue b/AES-front/src/views/user/index.vue index 9da79ab..b202dc8 100644 --- a/AES-front/src/views/user/index.vue +++ b/AES-front/src/views/user/index.vue @@ -4,6 +4,18 @@

在线报告评测系统(首页)

+ +
+ +
+ 首页图片 +
+ +
+

第一条文字说明(可能的链接控件)

+

第二条文字说明(可能的链接控件)

+
+
@@ -68,4 +80,36 @@ img.shadow-img { display: block; outline: none; } + +/* 图片和文字说明的外层容器样式 */ +.index-content { + display: flex; + align-items: center; /* 垂直对齐图片和文字 */ + justify-content: space-between; + margin-left: auto; + margin-right: auto; + width: 800px; +} + +/* 文字说明样式 */ +.index-right-div { + margin-left: 30px; /* 根据需要调整左边距 */ + width: 400px; /* 根据需要调整宽度 */ +} + +.index-right-line1, +.index-right-line2 { + color: #4e627a; + padding-top: 35px; /* 调整行距 */ + white-space: nowrap; /* 防止文字换行 */ +} + +.container { + background-image: url('@/assets/images/login_bg.webp'); /* 设置背景图片 */ + background-size: cover; + background-position: center; + background-repeat: no-repeat; + height: 100vh; + width: 100%; +}