diff --git a/App.vue b/App.vue index 4742415..35e8216 100644 --- a/App.vue +++ b/App.vue @@ -75,6 +75,11 @@ transition: all 0.2s ease; } + .topbar { + background-color: $uni-color-error; + height: 176rpx; + } + //占位 空符 .extra-space { height: 156rpx; diff --git a/components/cartBut/cartBut.vue b/components/cartBut/cartBut.vue index 79867b7..843c31b 100644 --- a/components/cartBut/cartBut.vue +++ b/components/cartBut/cartBut.vue @@ -28,16 +28,68 @@ - \ No newline at end of file diff --git a/pages/shop/list.vue b/pages/shop/list.vue index 0043c2e..7781886 100644 --- a/pages/shop/list.vue +++ b/pages/shop/list.vue @@ -1,10 +1,16 @@