嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 3 元微信扫码支付:3 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
运用bootstrap框架制作的餐饮类网站. (单页)
项目案例2
├── css
│ └── spiceFood.css
├── images
│ ├── 1.jpg
│ ├── 1p.jpg
│ ├── 2p.jpg
│ ├── 3.jpg
│ ├── 3p.png
│ ├── 4.jpg
│ ├── 4p.jpg
│ ├── 5p.jpg
│ ├── 6p.jpg
│ ├── 7p.jpg
│ ├── 8p.jpg
│ ├── bag.png
│ ├── banner.jpg
│ ├── logo.png
│ ├── products
│ │ ├── small01.jpg
│ │ ├── small02.jpg
│ │ ├── small03.jpg
│ │ ├── small04.jpg
│ │ ├── small05.jpg
│ │ ├── small06.jpg
│ │ ├── small07.jpg
│ │ ├── small08.jpg
│ │ └── small09.jpg
│ ├── search-icon.png
│ └── title.jpg
├── lib
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.css.map
│ │ │ ├── bootstrap-theme.min.css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ └── bootstrap.min.css
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ └── js
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ └── npm.js
│ └── jquery
│ ├── jquery-1.11.0.js
│ └── jquery-1.11.0.min.js
└── spiceFood.html
9 directories, 43 files