diff --git a/components.d.ts b/components.d.ts
index 99c6524..060eda8 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -8,7 +8,20 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
+ HomeGoodsItem: typeof import('./components/guyu-home-container/home-goods-item.vue')['default']
+ HomeNotice: typeof import('./components/guyu-home-container/home-notice.vue')['default']
+ HomeRecommend: typeof import('./components/guyu-home-container/home-recommend.vue')['default']
+ HomeSearch: typeof import('./components/guyu-home-container/home-search.vue')['default']
+ HomeSwiper: typeof import('./components/guyu-home-container/home-swiper.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
+ ZPaging: typeof import('./components/z-paging/z-paging.vue')['default']
+ ZPagingCell: typeof import('./components/z-paging-cell/z-paging-cell.vue')['default']
+ ZPagingEmptyView: typeof import('./components/z-paging-empty-view/z-paging-empty-view.vue')['default']
+ ZPagingLoadMore: typeof import('./components/z-paging/components/z-paging-load-more.vue')['default']
+ ZPagingRefresh: typeof import('./components/z-paging/components/z-paging-refresh.vue')['default']
+ ZPagingSwiper: typeof import('./components/z-paging-swiper/z-paging-swiper.vue')['default']
+ ZPagingSwiperItem: typeof import('./components/z-paging-swiper-item/z-paging-swiper-item.vue')['default']
+ ZTabs: typeof import('./components/z-tabs/z-tabs.vue')['default']
}
}
diff --git a/components/guyu-home-container/home-search.vue b/components/guyu-home-container/home-search.vue
index d25878d..a4eb06b 100644
--- a/components/guyu-home-container/home-search.vue
+++ b/components/guyu-home-container/home-search.vue
@@ -1,52 +1,57 @@
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/home/search-page.vue b/pages/home/search-page.vue
index 0bd70d2..6e03b3b 100644
--- a/pages/home/search-page.vue
+++ b/pages/home/search-page.vue
@@ -8,29 +8,111 @@
+ style="width: 385.69rpx; height: 71.53rpx; background-color: white; margin-left: 40.97rpx; border: 1rpx solid #F5D677; border-radius: 50rpx; align-items: center;">
-
-
+
+
+
+
+
+
+
+ 历史记录
+
+
+
+
+
+
+
+ {{item}}
+
+
+
+
+ 热门发现
+
+
+
+
+
+ {{item}}
+
+
+
+
+
+
+
+ 共10条搜索结果
+
+
+
+
+
+
+
+
+
@@ -60,4 +180,14 @@
height: 27.08rpx;
}
}
+
+ .grid-container {
+ width: 100%;
+ display: grid;
+ /* 3列等宽 */
+ grid-template-columns: repeat(2, 1fr);
+ /* 间距 */
+ gap: 34.72rpx;
+ padding: 20rpx;
+ }
\ No newline at end of file