|
@@ -215,7 +215,7 @@ export default {
|
|
|
xiaoxi(){
|
|
|
console.log(111);
|
|
|
var tempwindow=window.open('_blank');
|
|
|
- tempwindow.location='https://www.xiright.com/';
|
|
|
+ tempwindow.location='https://www.xigital.com.cn';
|
|
|
},
|
|
|
// 切换tab
|
|
|
selectTab(router) {
|
|
@@ -375,24 +375,32 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.image {
|
|
|
- position: absolute;
|
|
|
- top: 41%;
|
|
|
- bottom: auto;
|
|
|
- left: auto;
|
|
|
- right: 2%;
|
|
|
- z-index: 1;
|
|
|
- width: 11.7%;
|
|
|
- height: 38px;
|
|
|
+ position: absolute;
|
|
|
+ top: 28%;
|
|
|
+ bottom: auto;
|
|
|
+ left: auto;
|
|
|
+ right: 2%;
|
|
|
+ z-index: 1;
|
|
|
+ width: 11.7%;
|
|
|
+ height: 60px;
|
|
|
+ // position: absolute;
|
|
|
+ // top: 41%;
|
|
|
+ // bottom: auto;
|
|
|
+ // left: auto;
|
|
|
+ // right: 2%;
|
|
|
+ // z-index: 1;
|
|
|
+ // width: 11.7%;
|
|
|
+ // height: 38px;
|
|
|
&:hover{
|
|
|
- background: url("../../assets/index/copyright.png") no-repeat;
|
|
|
- background-size: 100%;
|
|
|
+ background: url("../../assets/index/xi1.png") no-repeat;
|
|
|
+ background-size: 70%;
|
|
|
background-position: center 0;
|
|
|
}
|
|
|
}
|
|
|
.imgtupian{
|
|
|
cursor: pointer;
|
|
|
- background: url("../../assets/index/copyright1.png") no-repeat ;
|
|
|
- background-size: 100%;
|
|
|
+ background: url("../../assets/index/xi2.png") no-repeat ;
|
|
|
+ background-size: 70%;
|
|
|
background-position: center 0;
|
|
|
}
|
|
|
.title {
|