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%; +}