diff --git a/front/src/assets/newHome/add-grey.png b/front/src/assets/newHome/add-grey.png new file mode 100644 index 00000000..61d40dbc Binary files /dev/null and b/front/src/assets/newHome/add-grey.png differ diff --git a/front/src/assets/newHome/biaoti.png b/front/src/assets/newHome/biaoti.png new file mode 100644 index 00000000..cae79049 Binary files /dev/null and b/front/src/assets/newHome/biaoti.png differ diff --git a/front/src/views/home/AbilityToApplyFor.vue b/front/src/views/home/AbilityToApplyFor.vue index e7b50be7..4d787b23 100644 --- a/front/src/views/home/AbilityToApplyFor.vue +++ b/front/src/views/home/AbilityToApplyFor.vue @@ -289,6 +289,9 @@ margin-bottom: 0.2rem; display: flex; justify-content: space-between; + background: url("~@/assets/newHome/biaoti.png") no-repeat; + background-position-y: 7px; + padding-left: 17px; } .ability-to-apply-for-content { @@ -297,7 +300,7 @@ .dep-name { color: #0558e1; - font-size: 0.22rem; + font-size: 0.18rem; display: flex; align-items: center; line-height: 0.22rem; @@ -346,7 +349,7 @@ .description { width: 8.8rem; - color: rgba(0, 0, 0, 0.45); + color: rgba(0, 0, 0, 0.70); } .remove { diff --git a/front/src/views/home/algorithmCompare.vue b/front/src/views/home/algorithmCompare.vue index f872ad40..6fffa394 100644 --- a/front/src/views/home/algorithmCompare.vue +++ b/front/src/views/home/algorithmCompare.vue @@ -678,11 +678,21 @@ height: 100vh; width: 100%; } - - // @font-face { - // font-family: 'num-typeface'; - // src: url('~@/assets/newHome/font/num-typeface.otf'); - // } + :deep .ant-anchor-link{ + height: 50px !important; + line-height: 50px; + margin:0px !important; + } +:deep .ant-anchor-link-active > .ant-anchor-link-title { + color: #fff; + width: 100%; + height: 100%; + background: #0058e1; +} +:deep .ant-anchor-link-title:only-child { + + padding-left: 14px; +} .border { border: 1px solid #dddee1; @@ -768,22 +778,22 @@ .top { width: 100%; - height: 100px; + height: 137px; margin-bottom: 20px; display: flex; align-items: center; - justify-content: flex-start; + justify-content: flex-end; .td-name { - height: 100px; + height: 137px; display: flex; align-items: center; justify-content: center; } .td { - height: 100px; - line-height: 100px; + height: 137px; + line-height: 137px; position: relative; display: flex; justify-content: center; @@ -877,9 +887,9 @@ } .add-img { - height: 60px; - width: 60px; - background: url('~@/assets/newHome/add-on.png'); + height: 40px; + width: 40px; + background: url('~@/assets/newHome/add-grey.png'); background-size: 100% 100%; cursor: pointer; } diff --git a/front/src/views/home/apply.vue b/front/src/views/home/apply.vue index 6eda1c7c..fcf0c6e0 100644 --- a/front/src/views/home/apply.vue +++ b/front/src/views/home/apply.vue @@ -8,222 +8,116 @@