荣誉高度,首页公司荣誉
Before Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 29 KiB |
@ -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 |
@ -3,12 +3,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
|
|
||||||
<title>飞阳建设工程有限公司</title>
|
<title>飞阳建设工程有限公司</title>
|
||||||
<link rel="icon" href="./public/favicon.ico">
|
|
||||||
<link href="https://cdn.staticfile.org/quill/1.3.6/quill.snow.css" rel="stylesheet">
|
<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">
|
<script type="text/JavaScript">
|
||||||
function isMobile() {
|
function isMobile() {
|
||||||
|
@ -126,3 +126,9 @@ export function concatinfo(){
|
|||||||
url:'/contactus/list '
|
url:'/contactus/list '
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
//联系我们
|
||||||
|
export function componyhonor(){
|
||||||
|
return request({
|
||||||
|
url:'/honorTitle/list '
|
||||||
|
})
|
||||||
|
}
|
@ -176,13 +176,13 @@
|
|||||||
<div class="content2-left" style="width:100%">
|
<div class="content2-left" style="width:100%">
|
||||||
<div>
|
<div>
|
||||||
<h3 style=" line-height: 60px;
|
<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>
|
||||||
<div class="textbox">
|
<div class="textbox">
|
||||||
|
|
||||||
<!-- <h3></h3> -->
|
<!-- <h3></h3> -->
|
||||||
<h5 style="line-height: 20px;">荣获行业诸多奖项<br>
|
<h5 style="line-height: 20px;">
|
||||||
拥有一支高素质的专业管理团队<span style="color:RGB(48, 113, 183);float: right;font-weight: bold;cursor: pointer;"
|
{{componydata[0].content}}<span style="color:RGB(48, 113, 183);float: right;font-weight: bold;cursor: pointer;"
|
||||||
@click="switchto">MORE...</span>
|
@click="switchto">MORE...</span>
|
||||||
</h5>
|
</h5>
|
||||||
<!-- <h5></h5> -->
|
<!-- <h5></h5> -->
|
||||||
@ -219,7 +219,7 @@
|
|||||||
|
|
||||||
import Swiper from 'swiper'
|
import Swiper from 'swiper'
|
||||||
import 'swiper/css/swiper.min.css'
|
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 {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@ -231,7 +231,8 @@ export default {
|
|||||||
bgtextitem: {},
|
bgtextitem: {},
|
||||||
smallPicturearr: [],
|
smallPicturearr: [],
|
||||||
swipe:null,
|
swipe:null,
|
||||||
textindex:0
|
textindex:0,
|
||||||
|
componydata:[],
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -333,6 +334,9 @@ export default {
|
|||||||
backgroundText().then((res) => {
|
backgroundText().then((res) => {
|
||||||
this.bgtextitem = res.data[0]
|
this.bgtextitem = res.data[0]
|
||||||
|
|
||||||
|
}),
|
||||||
|
componyhonor().then((res)=>{
|
||||||
|
this.componydata=res.data
|
||||||
})
|
})
|
||||||
|
|
||||||
// 创建交叉观察器实例
|
// 创建交叉观察器实例
|
||||||
|
@ -159,7 +159,7 @@
|
|||||||
<div style="height: 100%;text-align: center; border: 5px solid #F8F8F8;">
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -225,7 +225,7 @@ li {
|
|||||||
color: rgba(255, 255, 255, 0.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.cont >>> img{
|
/* .cont >>> img{
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
}
|
} */
|
||||||
</style>
|
</style>
|
@ -204,7 +204,7 @@ li {
|
|||||||
color: rgba(255, 255, 255, 0.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.cont >>> img{
|
/* .cont >>> img{
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
}
|
} */
|
||||||
</style>
|
</style>
|
@ -1,11 +1,11 @@
|
|||||||
const HtmlWebpackPlugin = require('html-webpack-plugin');
|
// const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||||
|
|
||||||
module.exports = {
|
// module.exports = {
|
||||||
// ...其他配置
|
// // ...其他配置
|
||||||
// plugins: [
|
// // plugins: [
|
||||||
// new HtmlWebpackPlugin({
|
// // new HtmlWebpackPlugin({
|
||||||
|
|
||||||
// favicon: 'public/feiyang.png' // 设置网页标签的图标路径
|
// // favicon: 'public/feiyang.png' // 设置网页标签的图标路径
|
||||||
// })
|
// // })
|
||||||
// ]
|
// // ]
|
||||||
};
|
// };
|