diff --git a/package.json b/package.json index 6b7b701..3167e00 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "vue-cli-service build" }, "dependencies": { + "@element-plus/icons-vue": "^2.3.1", "axios": "^1.6.8", "core-js": "^3.8.3", "element-plus": "^2.7.2", diff --git a/public/favicon.ico b/public/favicon.ico index 660c423..16d2b3e 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/assets/images/lx-bg.jpg b/src/assets/images/lx-bg.jpg new file mode 100644 index 0000000..60b1969 Binary files /dev/null and b/src/assets/images/lx-bg.jpg differ diff --git a/src/assets/images/微信图片_20240529174159.png b/src/assets/images/微信图片_20240529174159.png new file mode 100644 index 0000000..16d2b3e Binary files /dev/null and b/src/assets/images/微信图片_20240529174159.png differ diff --git a/src/views/index.vue b/src/views/index.vue index 7802d3d..5cb4c50 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -23,7 +23,7 @@
- + diff --git a/src/views/pages/article.vue b/src/views/pages/article.vue index 16883d9..f9a2472 100644 --- a/src/views/pages/article.vue +++ b/src/views/pages/article.vue @@ -37,7 +37,6 @@ export default { font-size: .25rem; color: #505050; line-height: .6rem; - min-height: 800px; img{ width: 100%; height: auto; @@ -57,9 +56,10 @@ export default { text-align: center; } .back{ - position: fixed; - bottom: 3.75rem; - right: 1.25rem; + display: flex; + justify-content: center; + transform: rotate(90deg); + margin-bottom: 1rem; img{ width: 1.25rem; height: auto; diff --git a/src/views/pages/home.vue b/src/views/pages/home.vue index c8bb705..62dc267 100644 --- a/src/views/pages/home.vue +++ b/src/views/pages/home.vue @@ -67,18 +67,18 @@
- {{item.tittle}} - {{item.tittle.slice(0,25)}}... + {{item.tittle}} + {{item.tittle.slice(0,35)}}... {{item.submitTime}}
-
+
@@ -211,6 +211,7 @@ color: #333333; line-height: .6rem; font-family: Source Han Sans CN; + text-indent: 2em; } .menu{ display: flex; @@ -256,7 +257,6 @@ margin-bottom: .55rem; position: relative; cursor: pointer; - img{ width: 100%; height: 100%; @@ -271,8 +271,8 @@ color: #FFFFFF; line-height: .55rem; font-family: Source Han Sans CN; - } + } } @@ -303,12 +303,12 @@ } } .list{ - margin: 0 2.375rem; + margin: 0 3.375rem; margin-bottom: 1rem; display: flex; justify-content: space-between; .left{ - width: 8.25rem; + width: 100%; .item{ width: 100%; height: .75rem; @@ -319,12 +319,26 @@ color: #282828; border-bottom: .0125rem solid #DADADA; cursor: pointer; + position: relative; + &::before{ + position: absolute; + content: ''; + width: .125rem; + height: .125rem; + border-radius: 50%; + background-color: #e93535; + left: .0625rem; + } &:hover{ color: #189eef; } &:last-child{ border: none; } + .title{ + font-size: .25rem; + margin-left: .375rem; + } .time{ color: #666666; font-size: .23rem; diff --git a/src/views/pages/honor.vue b/src/views/pages/honor.vue index a7adb2d..07e4184 100644 --- a/src/views/pages/honor.vue +++ b/src/views/pages/honor.vue @@ -1,22 +1,32 @@ @@ -59,6 +105,27 @@ } } } + .preview{ + position: fixed; + z-index: 999; + top: 0; + width: 100vw; + height: 100vh; + background-color: rgba(0, 0, 0, .5); + display: flex; + justify-content: center; + align-items: center; + img{ + width: auto; + height: 80vh; + + } + .el-icon{ + position: absolute; + top: .5rem; + right: .8rem; + } + } } diff --git a/src/views/pages/introduce.vue b/src/views/pages/introduce.vue index a933f9a..e645bee 100644 --- a/src/views/pages/introduce.vue +++ b/src/views/pages/introduce.vue @@ -194,10 +194,11 @@ .lianxi{ width: 100%; height: 2.5rem; - background-color: #ccc; display: flex; align-items: center; padding-left: 1.625rem; + background: url('@/assets/images/lx-bg.jpg') no-repeat; + background-size: 100% 100%; .phone,.address{ display: flex; margin-left: .75rem; @@ -226,6 +227,7 @@ line-height: .575rem; color: #fff; padding-left: .375rem; + font-size: .25rem; } diff --git a/src/views/pages/recruit.vue b/src/views/pages/recruit.vue index b3577d6..794dd25 100644 --- a/src/views/pages/recruit.vue +++ b/src/views/pages/recruit.vue @@ -3,7 +3,7 @@
- 电气工程师 + {{item.tittle}}