fix: UI部分完成

This commit is contained in:
2025-05-28 13:39:30 +08:00
parent b57b43009c
commit fb63d830f0
13 changed files with 41 additions and 1 deletions

View File

@@ -1 +1,41 @@
# 奶酪商城 - PC端
# PS
暂未完成,只写完部分页面
# 技术栈
- Vue3
- Js
- Tailwind Css
- Element Plus
# 运行截图
## 首页
![img.png](public/md/index.png)
## 商品模态框
![img.png](public/md/product-modal.png)
## 商品详情
![img.png](public/md/product-detail.png)
## 商品介绍图(长图片)
![img.png](public/md/product-detail-lang-image.png)
## 购物车
![img.png](public/md/shopping-cart.png)
## 个人中心
![img.png](public/md/my1.png)
![img.png](public/md/my2.png)
![img.png](public/md/my3.png)
![img.png](public/md/my4.png)
![img.png](public/md/my5.png)
![img.png](public/md/order.png)

BIN
public/md/index.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

BIN
public/md/my1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
public/md/my2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
public/md/my3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
public/md/my4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
public/md/my5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 911 KiB

BIN
public/md/order.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

BIN
public/md/product-modal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 KiB

BIN
public/md/shopping-cart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 KiB

View File

@@ -44,7 +44,7 @@
</div>
<div class="mt-8 pt-6 border-t border-gray-700 text-center text-sm text-gray-400">
<p>© 2023 淘宝商城 版权所有</p>
<p>© 2023 奶酪商城 版权所有</p>
<p class="mt-2">京ICP备12345678号-1 | 京公网安备12345678901234号</p>
</div>
</div>