diff --git a/front/src/assets/home/searchInner.png b/front/src/assets/home/searchInner.png new file mode 100644 index 00000000..1ee46d37 Binary files /dev/null and b/front/src/assets/home/searchInner.png differ diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index fbf52dd8..986fda7c 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -21,21 +21,21 @@ @change="onSearch" class="resultListSearchInput" /> - - +
@@ -168,14 +168,14 @@ @change="onSearch" class="resultListSearchInput" /> - + +
@@ -228,14 +228,14 @@ @change="onSearch" class="resultListSearchInput" /> - - +
@@ -334,7 +334,8 @@ @change="onSearch" class="resultListSearchInput" /> - + +
@@ -481,7 +482,8 @@ @change="onSearch" class="resultListSearchInput" /> - + + - + +
@@ -703,7 +706,8 @@ @change="onSearch" class="resultListSearchInput" /> - + + +
@@ -342,6 +343,14 @@ background: rgba(150, 144, 144, 0.3); margin-top: 0.2rem; } + .searchImg{ + width: 17px; + height: 17px; + background: url('~@/assets/home/searchInner.png'); + position: absolute; + top: 139px; + left: 500px; + } } } @@ -350,20 +359,20 @@ :deep(.ant-input) { width: 4rem; - height: 0.36rem; + height: 0.32rem; background: #fff; - border-radius: 0.04rem; + border-radius: 0.02rem; } :deep(.ant-input-search-button) { width: 0.8rem; - height: 0.36rem; - background: #0087ff; - border-radius: 0.04rem !important; + height: 0.32rem; + background: #0558e1; + border-radius: 0.02rem !important; font-size: 0.14rem; font-weight: 400; color: #fff; - line-height: 0.34rem; + line-height: 0.32rem; margin-left: 0.1rem; } @@ -376,13 +385,15 @@ border: 0; outline: none; width: 0.8rem; - height: 0.36rem; - background: #e1edfa; - border-radius: 0.04rem; + height: 0.32rem; + //background: #e1edfa; + background: #0558e1; + border-radius: 0.02rem; font-size: 0.14rem; font-weight: 400; - color: #0087ff; - line-height: 0.34rem; + //color: #0087ff; + color: #fff; + line-height: 0.32rem; margin-left: 2.5rem; cursor: pointer; }