管理端bug修改 门户修改右侧图标
This commit is contained in:
parent
432ba890f6
commit
8782498104
File diff suppressed because it is too large
Load Diff
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 859 B |
Binary file not shown.
After Width: | Height: | Size: 987 B |
Binary file not shown.
After Width: | Height: | Size: 931 B |
|
@ -55,11 +55,11 @@
|
|||
<div class="fixedmount">
|
||||
<div @click="applyResource()">
|
||||
<p></p>
|
||||
<p>资源申请</p>
|
||||
<p>能力申请</p>
|
||||
</div>
|
||||
<div @click="toView()">
|
||||
<p></p>
|
||||
<p>需求申请</p>
|
||||
<p>新需求</p>
|
||||
</div>
|
||||
<div @click="showModal">
|
||||
<p></p>
|
||||
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue