From d8d3f2c50f284350cca2369670a28d6c22e2f0de Mon Sep 17 00:00:00 2001
From: "AERWEN\\26795" <123456789a>
Date: Tue, 31 Oct 2023 16:55:59 +0800
Subject: [PATCH] init
---
.env | 4 +-
assets/css/Final/index.scss | 110 +++++++++++-------------------
assets/css/Header/icon.scss | 2 +-
assets/css/Header/nav.scss | 4 +-
components/Carousel/index.vue | 4 +-
components/Final/index.vue | 122 +++++++---------------------------
components/Header/index.vue | 26 +++-----
nuxt.config.ts | 6 +-
package-lock.json | 23 ++++---
package.json | 2 +-
public/img/icon/logo.png | Bin 95569 -> 39672 bytes
11 files changed, 95 insertions(+), 208 deletions(-)
diff --git a/.env b/.env
index 1255ede..bc2a01b 100644
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
# 后台接口地址(仅开发/预览环境生效)
-NUXT_PROXY_API=http://localhost/AERWEN/houde_web/houde_web_api/public/admin.php/
+NUXT_PROXY_API=http://localhost/Aerwen/aerwen_web/aerwen_web_api/public/admin.php/
# 后台图片地址(仅开发/预览环境生效)
-NUXT_PROXY_UPLOADS=http://localhost/AERWEN/houde_web/houde_web_api/public/uploads/
+NUXT_PROXY_UPLOADS=http://localhost/Aerwen/aerwen_web/aerwen_web_api/public/uploads/
# 后台富文本上传地址(仅开发/预览环境生效)
NUXT_PROXY_WEB_API=http://localhost:3003/api-v
\ No newline at end of file
diff --git a/assets/css/Final/index.scss b/assets/css/Final/index.scss
index 0674511..8b65866 100644
--- a/assets/css/Final/index.scss
+++ b/assets/css/Final/index.scss
@@ -44,98 +44,66 @@
}
.Final-container {
+ width: 100%;
// 底部背景颜色
- background: #193066;
+ background: #232323;
position: relative;
color: white;
- .Final-big-box {
- width: 100%;
+ .Final-title-box{
display: flex;
- justify-content: space-evenly;
- flex-direction: column;
- margin: 0 auto;
+ justify-content: center;
- .Final-icon-box {
- height: 60px;
- width: 120px;
-
- .icon-img {
- height: 100%;
- width: 100%;
- object-fit: contain;
- }
+ .Final-title{
+ font-size: 28px;
+ font-weight: bold;
+ color: #A7A7A7;
+ text-align: center;
}
- .Final-middle-box {
- display: flex;
- justify-content: center;
- align-items: flex-start;
-
- .Final-middle-items {
- margin: 0 30px;
- text-align: center;
-
- .title-head {
- font-size: 20px !important;
- }
-
- .items {
- margin-bottom: 10px;
- color: white;
-
- font-size: 15px;
- cursor: pointer;
- }
-
- .items-title {
- font-size: 22px;
- margin-bottom: 20px;
- color: white;
- font-weight: 600;
- }
- }
- }
-
-
-
- .Final-code-box {
- display: none;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- height: 100%;
- width: 100%;
- margin-top: 50px;
- overflow: hidden;
-
- .code-text {
- font-size: 20px;
- margin-bottom: 10px;
- font-weight: bold;
- }
-
- img {
- width: 50%;
- height: 50%;
- }
- }
}
+
+ .Final-bottom-line{
+ margin: 30px auto;
+ width: 30%;
+ height: 1px;
+ background-color: #343434;
+ }
+
+ .Final-link-box{
+ display: flex;
+ justify-content: center;
+ margin-top: 15px;
+
+ .items{
+ margin: 0 10px;
+ font-size: 19px;
+ color: #888888;
+ }
+ }
}
.Final-bottom-box {
width: 100%;
display: flex;
+ flex-direction: column;
justify-content: center;
align-items: center;
- padding: 30px 0;
+ // padding: 30px 0;
+ padding-bottom: 30px;
color: white;
- font-size: 15px;
+ font-size: 13px;
font-weight: bold;
// 底部版权颜色
- background-color:#193066;
+ background-color:#232323;
+
+
+ div{
+ color: #888888;
+ margin-top: 10px;
+ }
}
}
diff --git a/assets/css/Header/icon.scss b/assets/css/Header/icon.scss
index cbec288..e9eb122 100644
--- a/assets/css/Header/icon.scss
+++ b/assets/css/Header/icon.scss
@@ -3,7 +3,7 @@
.HeaderIcon-container {
height: 100%;
width: 100%;
- max-width: 280px;
+ max-width: 250px;
margin-top: 0;
display: flex;
justify-content: center;
diff --git a/assets/css/Header/nav.scss b/assets/css/Header/nav.scss
index a5cf6a1..5a3c8cf 100644
--- a/assets/css/Header/nav.scss
+++ b/assets/css/Header/nav.scss
@@ -49,7 +49,7 @@ a {
display: flex;
align-items: center;
justify-content: center;
- font-size: 16px;
+ font-size: 18px;
font-weight: 600;
// color: rgb(198, 198, 198);
color: black;
@@ -76,7 +76,7 @@ a {
// border-color: transparent transparent black!important;
// }
span {
- color: #f9b54c !important;
+ color: #109DEA !important;
}
}
}
diff --git a/components/Carousel/index.vue b/components/Carousel/index.vue
index c19f26f..18a1a9e 100644
--- a/components/Carousel/index.vue
+++ b/components/Carousel/index.vue
@@ -69,13 +69,13 @@ useFetch('/api/banner/getBanner',{ params: { banner_location: 1 } }).then(res =>
/**整体轮播图样式*/
let styleContainer = reactive({
- height: '33vw',
+ height: '46vw',
})
const modules = ref([Pagination, Navigation, Autoplay])
const swiperStyle = conversionStyleVal(reactive({
/**轮播图样式*/
color: '', //设置字体颜色
- height: '33vw', //设置高度
+ height: '46vw', //设置高度
width: '100%', //设置高度
margin: '0', //设置margin 按照上 右 下 左 或 上下 左右 设置
padding: '0', //设置padding 按照上 右 下 左 或 上下 左右 设置
diff --git a/components/Final/index.vue b/components/Final/index.vue
index a039a96..c8e41db 100644
--- a/components/Final/index.vue
+++ b/components/Final/index.vue
@@ -4,110 +4,34 @@
+
KMF(Iq?$xxEnJ+8>e!s+Ov@)D*^(>ycg59g7}yUd
zwn;XcWI(#pt@$hgnrXqHCNmpblBMR9!Ns)yNVA#tYl@u@I&Tjdr1WMsSFXvp%ND+
zRj}NY%0rGWw&ca&E!l*ShL1_*^VfS#^*!9tSi6d|nNx=%l>nU1t^=@4nc21E{QK~}
zFx^(VXXf;zq&OyRHW@Fi8SsfW;oe#tgd*TrmXt^w{Iu({s9p=H