管理端bug修改 门户修改右侧图标

This commit is contained in:
a0049873 2022-09-27 09:42:13 +08:00
parent 432ba890f6
commit 8782498104
6 changed files with 909 additions and 516 deletions

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

View File

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