diff --git a/components/list/userList/index.vue b/components/list/userList/index.vue new file mode 100644 index 0000000..d1b92b1 --- /dev/null +++ b/components/list/userList/index.vue @@ -0,0 +1,70 @@ + + + + + \ No newline at end of file diff --git a/components/list/userList/userItem.vue b/components/list/userList/userItem.vue new file mode 100644 index 0000000..1986a61 --- /dev/null +++ b/components/list/userList/userItem.vue @@ -0,0 +1,128 @@ + + + + + diff --git a/components/screen/screenWork.vue b/components/screen/screenWork.vue new file mode 100644 index 0000000..5d5a90b --- /dev/null +++ b/components/screen/screenWork.vue @@ -0,0 +1,278 @@ + + + + + \ No newline at end of file diff --git a/components/user/productList.vue b/components/user/productList.vue deleted file mode 100644 index ad16f79..0000000 --- a/components/user/productList.vue +++ /dev/null @@ -1,112 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 3dc8820..e76602c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -6,13 +6,13 @@ :list="bannerList" indicator height="620rpx" - indicatorStyle="bottom: 100rpx;" - keyName="imageContent"> + keyName="url"> + - + + - + + @@ -50,12 +52,16 @@ @@ -127,18 +130,17 @@ background-color: $uni-color; .top{ position: absolute; - top: var(--status-bar-height); - left: 0; + top: 190rpx; + left:00rpx; padding-top: 30rpx; display: flex; width: 100%; flex-direction: column; align-items: center; .search{ - width: 400rpx; - margin-left: -100rpx; + width: 700rpx; /deep/ .uv-search__content__icon{ - padding: 30rpx 0; + padding: 10rpx 0; } } .title{ diff --git a/static/image/home/banner.png b/static/image/home/banner.png new file mode 100644 index 0000000..efd3d89 Binary files /dev/null and b/static/image/home/banner.png differ diff --git a/static/image/product/favorable.png b/static/image/product/favorable.png deleted file mode 100644 index edae056..0000000 Binary files a/static/image/product/favorable.png and /dev/null differ