|
@@ -33,7 +33,7 @@
|
|
|
<div class="banner1">
|
|
|
<!-- <img src="" height="910" width="1920" alt=""> -->
|
|
|
<div class="widcen">
|
|
|
- <button @click="jumpapply">申请代理</button>
|
|
|
+ <button @click="jumpapply">申请经纪商</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
@@ -41,7 +41,7 @@
|
|
|
<div class="banner2">
|
|
|
<!-- <img src="../../assets/img/banner/banner1.png" height="910" width="1920" alt=""> -->
|
|
|
<div class="widcen">
|
|
|
- <button @click="jumpapply">申请代理</button>
|
|
|
+ <button @click="jumpapply">申请经纪商</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
@@ -49,13 +49,13 @@
|
|
|
<div class="banner3">
|
|
|
<!-- <img src="../../assets/img/banner/banner2.png" height="910" width="1920" alt=""> -->
|
|
|
<div class="widcen">
|
|
|
- <button @click="jumpapply">申请代理</button>
|
|
|
+ <button @click="jumpapply">申请经纪商</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|
|
|
<div class="button-line2" v-show="isStart">
|
|
|
- <button class="btn1">申请代理</button>
|
|
|
+ <button class="btn1" @click="jumpapply">申请经纪商</button>
|
|
|
<!-- <button class="btn2">在线咨询</button> -->
|
|
|
<span class="phoneNum">热线电话:4001-566-899</span>
|
|
|
</div>
|
|
@@ -77,7 +77,7 @@
|
|
|
<loginPart></loginPart>
|
|
|
</div>
|
|
|
<div class="fixLine" v-show="isNotStart">
|
|
|
- <button class="btn1">申请代理</button>
|
|
|
+ <button class="btn1" @click="jumpapply">申请经纪商</button>
|
|
|
<!-- <button class="btn2">在线咨询</button> -->
|
|
|
<span class="phoneNum">热线电话:4001-566-899</span>
|
|
|
</div>
|
|
@@ -237,7 +237,7 @@ export default{
|
|
|
},
|
|
|
watch:{
|
|
|
sectionState(val){
|
|
|
- console.log(val);
|
|
|
+ // console.log(val);
|
|
|
}
|
|
|
},
|
|
|
components:{
|
|
@@ -640,10 +640,10 @@ export default{
|
|
|
li:last-child{
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
- li:hover{
|
|
|
+ /*li:hover{
|
|
|
transform: scale(1.1);
|
|
|
box-shadow: 2px 2px 50px #1A6FA6;
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
ul:last-child{
|
|
|
margin-bottom: 0;
|
|
@@ -904,7 +904,7 @@ export default{
|
|
|
line-height: 100px;
|
|
|
position: absolute;
|
|
|
top: 800px;
|
|
|
- z-index: 10;
|
|
|
+ z-index: 100;
|
|
|
button{
|
|
|
width: 140px;
|
|
|
height: 40px;
|