荣誉高度,首页公司荣誉

This commit is contained in:
dzj 2024-07-15 22:26:06 +08:00
parent fbf2e72a60
commit 18474804f1
25 changed files with 32 additions and 25 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

View File

@ -1,3 +0,0 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.00251 14.9297L0 1.07422H6.14651L8.00251 4.27503L9.84583 1.07422H16L8.00251 14.9297Z" fill="black"/>
</svg>

Before

Width:  |  Height:  |  Size: 215 B

View File

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>飞阳建设工程有限公司</title>
<link rel="icon" href="./public/favicon.ico">
<link href="https://cdn.staticfile.org/quill/1.3.6/quill.snow.css" rel="stylesheet">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico">
<script type="text/JavaScript">
function isMobile() {

View File

@ -126,3 +126,9 @@ export function concatinfo(){
url:'/contactus/list '
})
}
//联系我们
export function componyhonor(){
return request({
url:'/honorTitle/list '
})
}

View File

@ -176,13 +176,13 @@
<div class="content2-left" style="width:100%">
<div>
<h3 style=" line-height: 60px;
font-weight: lighter; font-size: 48px">公司荣耀<br>及成就展示</h3>
font-weight: lighter; font-size: 48px">{{ componydata[0].title }}</h3>
</div>
<div class="textbox">
<!-- <h3></h3> -->
<h5 style="line-height: 20px;">荣获行业诸多奖项<br>
拥有一支高素质的专业管理团队<span style="color:RGB(48, 113, 183);float: right;font-weight: bold;cursor: pointer;"
<h5 style="line-height: 20px;">
{{componydata[0].content}}<span style="color:RGB(48, 113, 183);float: right;font-weight: bold;cursor: pointer;"
@click="switchto">MORE...</span>
</h5>
<!-- <h5></h5> -->
@ -219,7 +219,7 @@
import Swiper from 'swiper'
import 'swiper/css/swiper.min.css'
import { achievementPic, hyDtai, swiperimg, getnews, backgroundText, smallPicture,honor } from '@/api'
import { achievementPic, hyDtai, swiperimg, getnews, backgroundText, smallPicture,honor,componyhonor } from '@/api'
export default {
data() {
return {
@ -231,7 +231,8 @@ export default {
bgtextitem: {},
smallPicturearr: [],
swipe:null,
textindex:0
textindex:0,
componydata:[],
}
},
@ -333,6 +334,9 @@ export default {
backgroundText().then((res) => {
this.bgtextitem = res.data[0]
}),
componyhonor().then((res)=>{
this.componydata=res.data
})
//

View File

@ -159,7 +159,7 @@
<div style="height: 100%;text-align: center; border: 5px solid #F8F8F8;">
<img :src="item.picture" alt="200603" style="scale: 0.85;height: 100%;width: 100%"> </div>
<img :src="item.picture" alt="200603" style="scale: 0.85;height: 285px;width: 379px"> </div>
</div>

View File

@ -225,7 +225,7 @@ li {
color: rgba(255, 255, 255, 0.8);
font-weight: bold;
}
.cont >>> img{
/* .cont >>> img{
max-width: 500px;
}
} */
</style>

View File

@ -204,7 +204,7 @@ li {
color: rgba(255, 255, 255, 0.8);
font-weight: bold;
}
.cont >>> img{
/* .cont >>> img{
max-width: 500px;
}
} */
</style>

View File

@ -1,11 +1,11 @@
const HtmlWebpackPlugin = require('html-webpack-plugin');
// const HtmlWebpackPlugin = require('html-webpack-plugin');
module.exports = {
// ...其他配置
// plugins: [
// new HtmlWebpackPlugin({
// module.exports = {
// // ...其他配置
// // plugins: [
// // new HtmlWebpackPlugin({
// favicon: 'public/feiyang.png' // 设置网页标签的图标路径
// })
// ]
};
// // favicon: 'public/feiyang.png' // 设置网页标签的图标路径
// // })
// // ]
// };