diff --git a/src/pages/cart/cart.vue b/src/pages/cart/cart.vue index 0442f07..f95ec8f 100644 --- a/src/pages/cart/cart.vue +++ b/src/pages/cart/cart.vue @@ -1,26 +1,33 @@ @@ -198,4 +205,28 @@ export default { } } } + +.cart_empty { + width: 100vw; + height: 100vh; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + .cart_empty_image { + width: 400rpx; + } + + .cart_empty_button { + margin-top: 20rpx; + width: 400rpx; + height: 60rpx; + display: flex; + justify-content: center; + align-items: center; + background-color: #ea4350; + color: #fff; + border-radius: 30rpx; + } +} \ No newline at end of file diff --git a/src/static/cart_empty_image.gif b/src/static/cart_empty_image.gif new file mode 100644 index 0000000..698f48b Binary files /dev/null and b/src/static/cart_empty_image.gif differ