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