@@ -320,7 +320,7 @@
router.push({
path: '/DetailsPageconetent',
query: {
- select: "基础设施",
+ select: '基础设施',
},
})
}
@@ -592,11 +592,11 @@
}
.fixedmount {
- height: 2.4rem;
+ height: 3rem;
display: flex;
position: fixed;
bottom: 1.56rem;
- right: 1.9rem;
+ right: 0rem;
z-index: 10;
flex-direction: column;
justify-content: space-between;
@@ -604,50 +604,52 @@
}
.fixedmount div {
- width: 0.7rem;
- height: 0.7rem;
- border-radius: 0.04rem;
- border: 0.01rem #94aac9 solid;
+ width: 0.96rem;
+ height: 0.96rem;
+ // border-radius: 0.04rem;
+ // border: 0.01rem #94aac9 solid;
display: flex;
flex-direction: column;
// justify-content: center;
align-items: center;
- padding-top: 0.13rem;
+ padding-top: 0.16rem;
+ margin-bottom: 2px;
position: relative;
cursor: pointer;
- background: #e3edfc;
+ // background: #e3edfc;
+ background: url('~@/assets/home/bg-right.png');
}
.fixedmount div p:nth-child(2) {
position: absolute;
bottom: 0rem;
- height: 0.14rem;
- font-size: 0.14rem;
- line-height: 0.14rem;
- color: #000000;
+ height: 0.2rem;
+ font-size: 0.2rem;
+ line-height: 0.2rem;
+ color: #fff;
// margin-top: .08rem;
}
.fixedmount div:nth-child(1) p:nth-child(1) {
- height: 0.24rem;
- width: 0.24rem;
+ height: 0.32rem;
+ width: 0.32rem;
//background: url('~@/assets/home/shenqing.png') no-repeat;
- background: url('~@/assets/newHome/banner-yy.png') no-repeat;
+ background: url('~@/assets/home/sq.png') no-repeat;
background-size: contain;
background-position: center;
}
.fixedmount div:nth-child(2) p:nth-child(1) {
- height: 0.24rem;
- width: 0.24rem;
- background: url('~@/assets/home/shangjia.png') no-repeat;
+ height: 0.32rem;
+ width: 0.32rem;
+ background: url('~@/assets/home/xq.png') no-repeat;
background-size: contain;
background-position: center;
}
.fixedmount div:nth-child(3) p:nth-child(1) {
- height: 0.24rem;
- width: 0.24rem;
- background: url('~@/assets/home/abilitysquare.png') no-repeat;
+ height: 0.32rem;
+ width: 0.32rem;
+ background: url('~@/assets/home/sj.png') no-repeat;
background-size: 140% 126%;
background-position: center;
}