diff --git a/front/src/assets/home/sanjiao.png b/front/src/assets/home/sanjiao.png
new file mode 100644
index 00000000..5400ec41
Binary files /dev/null and b/front/src/assets/home/sanjiao.png differ
diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue
index 346c6eaa..da776910 100644
--- a/front/src/views/home/DetailsPageconetent.vue
+++ b/front/src/views/home/DetailsPageconetent.vue
@@ -74,7 +74,11 @@
{{ item.name }}
+
+
{{ item.name }}
+
@@ -465,6 +472,7 @@
}"
>
{{ item.name }}
+
@@ -491,6 +499,7 @@
}"
>
{{ item.name }}
+
@@ -2274,18 +2283,32 @@
margin-right: 0.1rem;
}
div {
- padding: 0 0.1rem;
+ padding-left: 33px;
+ width: 220px;
cursor: pointer;
- display: flex;
+ // display: flex;
align-items: center;
}
- div:hover {
- color: #0087ff;
+ div span{
+ vertical-align:middle;
}
+ div:hover {
+ color: #0058e1;
+ }
+
+ .sanjiao{
+ background: url('~@/assets/home/sanjiao.png');
+ background-repeat: no-repeat;
+ height: 10px;
+ width: 10px;
+ margin-left: 67px;
+ position: absolute;
+ }
.sel {
- font-weight: 600;
- color: #0087ff;
- border-bottom: 0.02rem solid #0087ff;
+ color: #000000;
+ border-bottom: 0.03rem solid #0058e1;
+ // background: url('~@/assets/home/sanjiao.png');
+ // background-repeat: no-repeat;
}
}
.top-content-father {
@@ -2301,6 +2324,7 @@
display: flex;
margin-top: 0rem;
span:nth-child(1) {
+ font-size: 0.14rem;
display: inline-block;
position: relative;
line-height: 0.3614rem;
diff --git a/front/src/views/home/algorithmCompare.vue b/front/src/views/home/algorithmCompare.vue
index dcb757d4..f872ad40 100644
--- a/front/src/views/home/algorithmCompare.vue
+++ b/front/src/views/home/algorithmCompare.vue
@@ -744,7 +744,7 @@
height: 60px;
display: flex;
align-items: center;
- justify-content: center;
+ justify-content: left;
font-size: 16px;
color: #212121;
border-bottom: 1px solid #dddee1;
@@ -931,7 +931,7 @@
height: 60px;
display: flex;
align-items: center;
- justify-content: center;
+ justify-content: left;
font-size: 16px;
color: #212121;
border-bottom: 1px solid #dddee1;
diff --git a/front/src/views/home/components/KnowledgeBase.vue b/front/src/views/home/components/KnowledgeBase.vue
index 0408b64e..8049cba9 100644
--- a/front/src/views/home/components/KnowledgeBase.vue
+++ b/front/src/views/home/components/KnowledgeBase.vue
@@ -147,19 +147,19 @@
cursor: pointer;
}
.zskTag {
- margin: 20px 10px;
+ margin: 20px 20px;
// display: flex;
// justify-content: center;
- border-top: 1px solid #eee;
- padding-top: 20px;
+ border-top: 1px solid #dddee1;
+ padding-top: 18px;
.type {
padding: 0 10px 0 0;
- font-size: 18px;
+ font-size: 16px;
font-weight: 600;
- border-right: 1px solid #eee;
+ border-right: 1px solid #dddee1;
}
.ant-tag {
- font-size: 18px;
+ font-size: 16px;
padding: 5px;
margin-left: 10px;
}
@@ -170,15 +170,20 @@
}
.top {
display: flex;
- justify-content: space-between;
- border-top: 1px solid #eee;
- margin: 10px 0;
- padding: 30px 10px 0;
+ padding-top: 10px;
+ justify-content: space-between;
+ border-top: 1px solid #dddee1;
+ margin: 3px 18px 5px;
+ font-size: 14px;
span {
color: #0058e1;
- font-weight: 600;
+ font-weight: 600;
+ font-size:16px;
}
}
+ :deep(.ant-list-lg .ant-list-item){
+ padding: 18px 17px 12px 49px;
+ }
:deep(.ant-list-bordered) {
border: none;
.ant-list-item {
@@ -192,11 +197,12 @@
display: flex;
justify-content: flex-start;
align-items: center;
+ font-size: 14px;
svg {
margin-right: 5px;
}
.text {
- font-size: 16px;
+ font-size: 14px;
cursor: pointer;
&:hover {
color: #0087ff;
diff --git a/front/src/views/home/components/header.vue b/front/src/views/home/components/header.vue
index 3d8e8efe..f78b2384 100644
--- a/front/src/views/home/components/header.vue
+++ b/front/src/views/home/components/header.vue
@@ -145,7 +145,7 @@