+
@@ -51,7 +53,8 @@ export default {
methods: {
initSwiper() {
const swiper = new Swiper(".mySwiper", {
- slidesPerView: 4,
+ slidesPerView: 'auto',
+ slidesPerGroup: 1,
spaceBetween: 30,
loop: true,
autoplay: true,
@@ -108,11 +111,11 @@ export default {
position: absolute;
box-shadow: 0 0 3px #0002;
top: 100%;
- left: 50%;
- width: 24.8vw;
+ left: 7.5vw;
+ width: 20vw;
border-radius: 5px;
background-color: #fff;
- transform: translate(calc(-100% - 2vw), -9.5vw);
+ transform: translateY(-9.5vw);
}
.list2 {
@@ -120,13 +123,24 @@ export default {
box-shadow: 0 0 3px #0002;
top: 100%;
left: 50%;
- width: 24.8vw;
+ width: 20vw;
border-radius: 5px;
background-color: #fff;
- transform: translate(2vw, -9.5vw);
+ transform: translate(-50%, -9.5vw);
}
- .list1, .list2 {
+ .list3 {
+ position: absolute;
+ box-shadow: 0 0 3px #0002;
+ top: 100%;
+ right: 7.5vw;
+ width: 20vw;
+ border-radius: 5px;
+ background-color: #fff;
+ transform: translateY(-9.5vw);
+ }
+
+ .list1, .list2, .list3 {
text-align: left;
padding: 1.1vw 2.1vw;
height: auto;
@@ -141,18 +155,42 @@ export default {
}
.carousel {
- width: 62vw;
+ width: 85vw;
margin: 32vw auto 0 auto;
position: relative;
.swiper {
- width: 58vw;
+ width: 85vw;
margin: 0 auto;
}
+
+ .swiper-button-prev {
+ left: -3vw;
+ }
+
+ .swiper-button-next {
+ right: -3vw;
+ }
}
.swiper-slide {
+ width: auto;
height: 30vw;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.qualificationImage {
+ display: inline-block;
+ width: auto;
+ max-width: 100%;
+ height: 100%;
+
+ /deep/ .el-image__inner {
+ width: auto;
+ height: 100%;
+ }
}
.subTitle {
diff --git a/src/views/contactUs/index.vue b/src/views/contactUs/index.vue
index 3cdbb69..2aa8f27 100644
--- a/src/views/contactUs/index.vue
+++ b/src/views/contactUs/index.vue
@@ -126,8 +126,7 @@ export default {
'青岛市“百千万”工程千帆企业',
'获批青岛第四批“人才特区”人才项目',
'第十一届LT中国物流技术奖-创新应用奖',
- '轮胎用RFID电子标签产品获得ROSH认证',
- '第四届“创业齐鲁 共赢未来”高层次人才创业大赛(创业企业类)优胜奖',
+ '通过信息系统建设和服务能力评估CS2级',
],
list2: [
'国家级专精特新“小巨人”企业',
@@ -135,11 +134,14 @@ export default {
'科技型中小企业',
'获批山东省中小企业创新能力提升工程项目',
'第十届中国创新创业大赛青岛赛区二等奖',
- '通过ISO 9001质量管理体系认证',
- '轮胎用RFID电子标签自动化设备通过CE认证',
- '通过信息系统建设和服务能力评估CS2级',
],
list3: [
+ '轮胎用RFID电子标签产品获得ROSH认证',
+ '第四届“创业齐鲁 共赢未来”高层次人才创业大赛(创业企业类)优胜奖',
+ '通过ISO 9001质量管理体系认证',
+ '轮胎用RFID电子标签自动化设备通过CE认证',
+ ],
+ list4: [
'http://1.13.177.47:9665/statics/2025/08/22/%E5%9B%BD%E5%AE%B6%E7%BA%A7%E4%B8%93%E7%B2%BE%E7%89%B9%E6%96%B0%E2%80%9C%E5%B0%8F%E5%B7%A8%E4%BA%BA%E2%80%9D%E4%BC%81%E4%B8%9A_20250822152510A168.png',
'http://1.13.177.47:9665/statics/2025/08/22/%E5%9B%BD%E5%AE%B6%E9%AB%98%E6%96%B0%E6%8A%80%E6%9C%AF%E4%BC%81%E4%B8%9A_20250822152526A169.jpg',
'http://1.13.177.47:9665/statics/2025/08/22/%E9%9D%92%E5%B2%9B%E5%B8%82%E4%B8%93%E7%B2%BE%E7%89%B9%E6%96%B0%E4%B8%AD%E5%B0%8F%E4%BC%81%E4%B8%9A_20250822152636A170.png',
diff --git a/src/views/index/newsCenter.vue b/src/views/index/newsCenter.vue
index 69fa914..229b068 100644
--- a/src/views/index/newsCenter.vue
+++ b/src/views/index/newsCenter.vue
@@ -38,7 +38,7 @@