Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
ming-order
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
ming-order
Commits
7a76d31d
Commit
7a76d31d
authored
Oct 16, 2019
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MOD:增加了没有分类和没有菜品的情况
parent
103a8eab
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
53 additions
and
3 deletions
+53
-3
vcs.xml
.idea/vcs.xml
+3
-1
workspace.xml
.idea/workspace.xml
+0
-0
index.css
css/index.css
+50
-2
noClassification.png
img/noClassification.png
+0
-0
menu.html
menu.html
+0
-0
No files found.
.idea/vcs.xml
View file @
7a76d31d
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
"$PROJECT_DIR$/.."
vcs=
"Git"
/>
<mapping
directory=
"F:"
vcs=
"Git"
/>
<mapping
directory=
"$PROJECT_DIR$"
vcs=
"Git"
/>
</component>
</project>
\ No newline at end of file
.idea/workspace.xml
View file @
7a76d31d
This diff is collapsed.
Click to expand it.
css/index.css
View file @
7a76d31d
...
...
@@ -45,6 +45,9 @@ li {
text-align
:
center
;
line-height
:
64px
;
border-right
:
5px
solid
#ffffff
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
/*点菜*/
.menu
{
...
...
@@ -257,4 +260,50 @@ li {
left
:
50%
;
margin-left
:
-172px
;
cursor
:
pointer
;
}
\ No newline at end of file
}
/*左侧没有分类*/
.noCategory
{
width
:
100%
;
position
:
relative
;
}
.noCategory
img
{
width
:
179px
;
height
:
152px
;
position
:
absolute
;
top
:
236px
;
left
:
50%
;
margin-left
:
-89px
;
}
.noCategory
p
{
position
:
absolute
;
top
:
408px
;
width
:
100%
;
text-align
:
center
;
color
:
#999999
;
font-size
:
14px
;
}
/*没有菜品*/
.noProduct
{
width
:
100%
;
position
:
relative
;
}
.noProduct
img
{
width
:
179px
;
height
:
152px
;
position
:
absolute
;
top
:
236px
;
left
:
50%
;
margin-left
:
-89px
;
}
.noProduct
p
{
position
:
absolute
;
top
:
408px
;
width
:
179px
;
left
:
50%
;
margin-left
:
-95px
;
text-align
:
center
;
color
:
#999999
;
font-size
:
14px
;
}
img/noClassification.png
0 → 100644
View file @
7a76d31d
13 KB
menu.html
View file @
7a76d31d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment