diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue index f29ac522..9385c14c 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -1,492 +1,883 @@ - - - + + + diff --git a/front/src/assets/home/bg-right.png b/front/src/assets/home/bg-right.png new file mode 100644 index 00000000..51c177d5 Binary files /dev/null and b/front/src/assets/home/bg-right.png differ diff --git a/front/src/assets/home/sj.png b/front/src/assets/home/sj.png new file mode 100644 index 00000000..cbac3838 Binary files /dev/null and b/front/src/assets/home/sj.png differ diff --git a/front/src/assets/home/sq.png b/front/src/assets/home/sq.png new file mode 100644 index 00000000..d7d60438 Binary files /dev/null and b/front/src/assets/home/sq.png differ diff --git a/front/src/assets/home/xq.png b/front/src/assets/home/xq.png new file mode 100644 index 00000000..0d190ff2 Binary files /dev/null and b/front/src/assets/home/xq.png differ diff --git a/front/src/views/newHome/components/WorkDynamics.vue b/front/src/views/newHome/components/WorkDynamics.vue index c2a83e73..ee90a8be 100644 --- a/front/src/views/newHome/components/WorkDynamics.vue +++ b/front/src/views/newHome/components/WorkDynamics.vue @@ -55,11 +55,11 @@

-

资源申请

+

能力申请

-

需求申请

+

新需求

@@ -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; }