-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.css
233 lines (204 loc) · 3.41 KB
/
menu.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
/*공용 폰트*/
*{
font-family: 'Nanum Gothic Coding', monospace;
}
/*카테고리별 세부 메뉴*/
#HF_style{
position:fixed;
background-color: white;
border-top:0;
border-bottom: 0;
width:100%;
}
#pageone{
background-color: white;
}
#pan1{
position: fixed;
}
.bak{
max-width: 100%;
object-fit: cover;
}
.main-content{
text-align: center;
background-color: white;
}
.ui-content h2{
padding-top:0;
margin-top: 0;
margin-bottom: 5px;
}
.content{
margin-top: 5px;
background-color: white;
}
.content h2{
margin-top: 0;
}
.content h4{
margin-top: 0;
margin-bottom: 0;
}
.content p{
margin-top: 0;
color: tomato;
}
#p_hr{
border-bottom: solid 1px rgba(148, 148, 148,0.2);
padding-bottom: 10px;
}
.content i{
margin-top: 10px;
margin-left: 20px;
}
hr{
border: solid 1px rgba(148, 148, 148,0.2);
}
.flex{
display: flex;
}
.flex_s{
flex: 1;
border-right: solid 1px rgba(148, 148, 148,0.2);
}
.flex_s_1{
flex: 1;
}
.menu{
width: 40%;
}
.foot{
width: 100%;
display: flex;
justify-content: space-between;
position: fixed;
bottom: 0;
padding-left: 15px;
background-color: white;
padding-top: 10px;
border-top:solid 1px rgba(148, 148, 148,0.2);
}
.foot i{
font-size: 25px;
}
.foot p{
padding-bottom: 10px;
padding-top: 5px;
margin: 0;
text-align: center;
font-size: 12px;
}
.size img{
border-radius: 0.5em;
}
/* 메뉴 */
a{
text-decoration: none;
color: black;
}
#HF_style{
position:fixed;
background-color: white;
border-top:0;
border-bottom: 0;
width:100%;
}
#list{
list-style: none;
}
#list a{
text-decoration: none;
color: black;
}
#list hr{
border:0;
height: 4px;
background-color: grey;
}
#list li{
padding:5px 0px 5px 5px;
margin-bottom: 5px;
border-bottom: 1px solid #efefef;
font-size: 15px;
text-align: center;
}
#list ul{
padding:5px 0px 5px 5px;
margin-bottom: 5px;
border-bottom: 4px solid blanchedalmond;
font-size: 20px;
}
/*전환 페이지 속성*/
#pageone{
background-color: white;
}
#pan1{
position: fixed;
}
#pagetwo{
background-color: white;
}
#pan2{
position: fixed;
}
#pagethree{
background-color: white;
}
#pan3{
position: fixed;
}
#pagefour{
background-color: white;
}
#pan4{
position: fixed;
}
/*---------------------*/
/*메뉴 카테고리*/
.viewmenu{
left: 5%;
right: 5%;
}
.viewmenu img{
border-radius: 0.5em;
max-width: 100%;
max-height: 25%;
object-fit: cover;
}
.viewmenu h3{
margin-top: 5px;
}
.viewmenu ul{
padding-left: 0;
list-style: none;
}
.viewmenu li{
border-left: 0;
list-style: none;
padding:5px 0px 5px 5px;
margin-bottom: 5px;
border-bottom: 2px solid rgba(112, 87, 50, 0.116);
font-size: 15px;
}
.viewmenu hr{
padding: 0px 0px 0px 0px;
height: 4px;
background-color: gray;
}
h1{
margin-top: 50px;
margin-left: 2%;
}
.ui-content a{
text-decoration: none;
}
.ui-content h3{
color: black;
}
/*main_content(메인화면)*/
.foodpic img{
width: 135px;
height: 135px;
text-align: center;
}