01
This commit is contained in:
@@ -275,7 +275,7 @@
|
|||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="3">
|
<el-col :span="2" :offset="1">
|
||||||
<div class="communication_img">
|
<div class="communication_img">
|
||||||
<img src="@/assets/index/sy_icon_b1.png" alt="">
|
<img src="@/assets/index/sy_icon_b1.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
@@ -820,6 +820,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleScroll() {
|
handleScroll() {
|
||||||
|
/*
|
||||||
if (window.pageYOffset < 960) {
|
if (window.pageYOffset < 960) {
|
||||||
if (window.pageYOffset > this.scroll) {
|
if (window.pageYOffset > this.scroll) {
|
||||||
console.log("向下")
|
console.log("向下")
|
||||||
@@ -835,6 +836,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.scroll = window.pageYOffset
|
this.scroll = window.pageYOffset
|
||||||
console.log(window.pageYOffset)
|
console.log(window.pageYOffset)
|
||||||
|
*/
|
||||||
}, //返回顶部
|
}, //返回顶部
|
||||||
backtop(top,type) {
|
backtop(top,type) {
|
||||||
// 实现滚动效果
|
// 实现滚动效果
|
||||||
@@ -1045,8 +1047,10 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.communication_img {
|
.communication_img {
|
||||||
height: 2.6rem;
|
width: 100%;
|
||||||
margin-left: 3rem;
|
//height: 2.6rem;
|
||||||
|
//margin-left: 3rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.communication_time {
|
.communication_time {
|
||||||
|
|||||||
Reference in New Issue
Block a user