diff --git a/pages/canteenRent/rentDetail.vue b/pages/canteenRent/rentDetail.vue index 375294d..802e6ba 100644 --- a/pages/canteenRent/rentDetail.vue +++ b/pages/canteenRent/rentDetail.vue @@ -508,10 +508,10 @@ .footer-box { width: 100%; height: 98rpx; - padding-bottom: 0rpx; + padding-bottom: 30rpx; box-sizing: border-box; position: fixed; - bottom: 0; + bottom: 5rpx; display: flex; align-items: center; justify-content: space-between; diff --git a/pages/index/category.vue b/pages/index/category.vue index 7afbcc6..e7c1931 100644 --- a/pages/index/category.vue +++ b/pages/index/category.vue @@ -65,6 +65,15 @@ + + + + + + + @@ -103,6 +112,12 @@ state.categoryList = data; } } + + const toPage = (e) => { + uni.navigateTo({ + url: e, + }) + } const onMenu = (val) => { state.activeMenu = val; @@ -252,4 +267,43 @@ } } } + + .car-show { + height: 78rpx; + position: fixed; + bottom: 150rpx; + right: 0; + + .car-image { + width: 165rpx; + height: 78rpx; + } + + .logo-image { + width: 67rpx; + height: 67rpx; + position: absolute; + top: -50rpx; + left: 80rpx; + } + + .gou-image { + width: 30rpx; + height: 30rpx; + position: absolute; + top: 49%; + left: 30rpx; + transform: translateY(-50%); + } + + .cart-image { + width: 130rpx; + height: 130rpx; + position: absolute; + top: 45%; + right: 20rpx; + transform: translateY(-50%); + } + } + diff --git a/pages/index/fabu.vue b/pages/index/fabu.vue index 52d5c42..7836181 100644 --- a/pages/index/fabu.vue +++ b/pages/index/fabu.vue @@ -73,7 +73,7 @@ 详细信息 - + @@ -81,7 +81,7 @@ + :imageStyles="{ width: '168rpx', height: '168rpx'}"> diff --git a/pages/user/myRelease/list.vue b/pages/user/myRelease/list.vue index 4631799..9d9b7fc 100644 --- a/pages/user/myRelease/list.vue +++ b/pages/user/myRelease/list.vue @@ -1,9 +1,503 @@ - - \ No newline at end of file