fix: UI部分完成
40
README.md
@@ -1 +1,41 @@
|
||||
# 奶酪商城 - PC端
|
||||
|
||||
# PS
|
||||
暂未完成,只写完部分页面
|
||||
|
||||
|
||||
# 技术栈
|
||||
- Vue3
|
||||
- Js
|
||||
- Tailwind Css
|
||||
- Element Plus
|
||||
|
||||
# 运行截图
|
||||
|
||||
## 首页
|
||||

|
||||
|
||||
## 商品模态框
|
||||

|
||||
|
||||
## 商品详情
|
||||

|
||||
|
||||
## 商品介绍图(长图片)
|
||||

|
||||
|
||||
## 购物车
|
||||

|
||||
|
||||
## 个人中心
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
BIN
public/md/index.png
Normal file
|
After Width: | Height: | Size: 5.0 MiB |
BIN
public/md/my1.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
public/md/my2.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
public/md/my3.png
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
public/md/my4.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
public/md/my5.png
Normal file
|
After Width: | Height: | Size: 911 KiB |
BIN
public/md/order.png
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
public/md/product-detail-lang-image.png
Normal file
|
After Width: | Height: | Size: 6.8 MiB |
BIN
public/md/product-detail.png
Normal file
|
After Width: | Height: | Size: 518 KiB |
BIN
public/md/product-modal.png
Normal file
|
After Width: | Height: | Size: 816 KiB |
BIN
public/md/shopping-cart.png
Normal file
|
After Width: | Height: | Size: 536 KiB |
@@ -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>
|
||||
|
||||