嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 1 元微信扫码支付:1 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于bootstrap的电子商城前端代码
前端模板,基于bootstrap框架,电子商城
.
├── aboutus.html
├── basket.html
├── blog.html
├── catalog-departments.html
├── catalog-filter.html
├── contact.html
├── css
│ ├── main.min.css
│ └── vendor
│ ├── VenoBox
│ │ └── venobox.min.css
│ ├── bootstrapv5-0-2
│ │ └── bootstrapv5-0-2.css
│ └── jQuery-niceSelect
│ └── jQnice-select.css
├── faq.html
├── fonts
│ └── Inter
│ ├── Inter-Black.woff
│ ├── Inter-Bold.woff
│ ├── Inter-Light.woff
│ ├── Inter-Medium.woff
│ ├── Inter-Regular.woff
│ ├── Inter-Semibold.woff
│ ├── Inter-Super.woff
│ ├── Inter-Thin.woff
│ └── inter-fontfaces.css
├── images
│ └── dist
│ ├── QR
│ │ └── img-1.png
│ ├── avatars
│ │ ├── user-1.jpg
│ │ ├── user-2.jpg
│ │ ├── user-3.jpg
│ │ ├── user-4.jpg
│ │ ├── user-5.jpg
│ │ └── user-6.jpg
│ ├── banners
│ │ └── 1290x140.png
│ ├── blog
│ │ ├── grid
│ │ │ ├── img-1-1024x520.jpg
│ │ │ ├── img-10-1024x520.jpg
│ │ │ ├── img-2-1024x520.jpg
│ │ │ ├── img-3-1024x520.jpg
│ │ │ ├── img-4-1024x520.jpg
│ │ │ ├── img-5-1024x520.jpg
│ │ │ ├── img-6-1024x520.jpg
│ │ │ ├── img-7-1024x520.jpg
│ │ │ ├── img-8-1024x520.jpg
│ │ │ └── img-9-1024x520.jpg
│ │ ├── img-1.jpg
│ │ ├── img-2.jpg
│ │ ├── img-3.jpg
│ │ ├── img-4.jpg
│ │ ├── img-5.jpg
│ │ └── wide
│ │ ├── img-1-1320x420.jpg
│ │ ├── img-2-1320x420.jpg
│ │ └── img-3-1320x420.jpg
│ ├── brands
│ │ ├── img-1.png
│ │ ├── img-10.png
│ │ ├── img-11.png
│ │ ├── img-12.png
│ │ ├── img-2.png
│ │ ├── img-3.png
│ │ ├── img-4.png
│ │ ├── img-5.png
│ │ ├── img-6.png
│ │ ├── img-7.png
│ │ ├── img-8.png
│ │ └── img-9.png
│ ├── company-team
│ │ ├── img-1.png
│ │ ├── img-2.png
│ │ ├── img-3.png
│ │ └── img-4.png
│ ├── hero-banners
│ │ ├── img-1-2250x800.png
│ │ ├── img-2-2250x800.png
│ │ └── img-3-2250x800.png
│ ├── logos
│ │ ├── favicon.png
│ │ └── logo.png
│ ├── paygateways
│ │ └── checkout-options
│ │ ├── img-1.png
│ │ ├── img-2.png
│ │ ├── img-3.png
│ │ └── img-4.png
│ ├── product-details
│ │ ├── gallery
│ │ │ ├── img-1.png
│ │ │ ├── img-2.png
│ │ │ ├── img-3.png
│ │ │ ├── img-4.png
│ │ │ ├── img-5.png
│ │ │ └── img-6.png
│ │ └── reviews
│ │ ├── avatars
│ │ │ ├── img-1.jpg
│ │ │ └── img-2.jpg
│ │ ├── images
│ │ │ ├── img-1.jpeg.jpg
│ │ │ ├── img-2.jpeg.jpg
│ │ │ ├── img-3.jpeg.jpg
│ │ │ ├── img-4.jpeg.jpg
│ │ │ ├── img-5.jpeg.jpg
│ │ │ └── img-6.jpeg.jpg
│ │ └── thumbs
│ │ ├── img-1.png
│ │ ├── img-2.png
│ │ ├── img-3.png
│ │ ├── img-4.png
│ │ ├── img-5.png
│ │ ├── img-6.png
│ │ ├── img-7.png
│ │ ├── img-8.png
│ │ └── img-9.png
│ ├── products
│ │ ├── img-1.png
│ │ ├── img-10.png
│ │ ├── img-11.png
│ │ ├── img-12.png
│ │ ├── img-13.png
│ │ ├── img-14.png
│ │ ├── img-15.png
│ │ ├── img-16.png
│ │ ├── img-17.png
│ │ ├── img-18.png
│ │ ├── img-19.png
│ │ ├── img-2.png
│ │ ├── img-20.png
│ │ ├── img-21.png
│ │ ├── img-22.png
│ │ ├── img-23.png
│ │ ├── img-24.png
│ │ ├── img-25.png
│ │ ├── img-3.png
│ │ ├── img-4.png
│ │ ├── img-5.png
│ │ ├── img-6.png
│ │ ├── img-7.png
│ │ ├── img-8.png
│ │ └── img-9.png
│ └── promos
│ ├── img-1-820x516.jpg
│ ├── img-2-820x516.jpg
│ ├── img-3-820x516.jpg
│ ├── img-4-820x516.jpg
│ ├── img-5-820x516.jpg
│ ├── img-6-820x516.jpg
│ ├── img-7-820x516.jpg
│ └── img-8-820x516.jpg
├── index.html
├── js
│ ├── main.js
│ ├── pages
│ │ ├── about-us
│ │ │ └── script.master.js
│ │ ├── basket
│ │ │ └── script.master.js
│ │ ├── blog
│ │ │ └── list
│ │ │ └── script.master.js
│ │ ├── catalog
│ │ │ ├── departments
│ │ │ │ └── script.master.js
│ │ │ └── filter
│ │ │ └── script.master.js
│ │ ├── home
│ │ │ └── script.master.js
│ │ ├── product-details
│ │ │ └── script.master.js
│ │ └── profile
│ │ └── script.master.js
│ ├── plugins
│ │ ├── clipboard.min.js
│ │ ├── jquery.nice-select.js
│ │ ├── swiper-bundle.min.js
│ │ └── venobox.min.js
│ └── vendor
│ ├── bootstrap.bundle.min.js
│ └── jquery-3.6.0.min.js
├── privacy-policy.html
├── product.html
├── profile-data.html
├── profile-favorites.html
├── profile-orders.html
├── terms-of-use.html
└── 基于bootstrap的电子商城前端代码.rar
43 directories, 150 files