Showing
2 changed files
with
1 additions
and
75 deletions
1 | +{"cookie":{"originalMaxAge":null,"expires":null,"httpOnly":true,"path":"/"},"__lastAccess":1621433406098} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -3,81 +3,6 @@ | ... | @@ -3,81 +3,6 @@ |
3 | <head> | 3 | <head> |
4 | <title>Cafe Map</title> | 4 | <title>Cafe Map</title> |
5 | <style> | 5 | <style> |
6 | - .map_wrap, | ||
7 | - .map_wrap * { | ||
8 | - margin: 0; | ||
9 | - padding: 0; | ||
10 | - font-family: "Malgun Gothic", dotum, "돋움", sans-serif; | ||
11 | - font-size: 12px; | ||
12 | - } | ||
13 | - .map_wrap { | ||
14 | - position: relative; | ||
15 | - width: 100%; | ||
16 | - height: 350px; | ||
17 | - } | ||
18 | - #category { | ||
19 | - position: absolute; | ||
20 | - top: 10px; | ||
21 | - left: 10px; | ||
22 | - border-radius: 5px; | ||
23 | - border: 1px solid #909090; | ||
24 | - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); | ||
25 | - background: #fff; | ||
26 | - overflow: hidden; | ||
27 | - z-index: 2; | ||
28 | - } | ||
29 | - #category li { | ||
30 | - float: left; | ||
31 | - list-style: none; | ||
32 | - width: 50px; | ||
33 | - border-right: 1px solid #acacac; | ||
34 | - padding: 6px 0; | ||
35 | - text-align: center; | ||
36 | - cursor: pointer; | ||
37 | - } | ||
38 | - #category li.on { | ||
39 | - background: #eee; | ||
40 | - } | ||
41 | - #category li:hover { | ||
42 | - background: #ffe6e6; | ||
43 | - border-left: 1px solid #acacac; | ||
44 | - margin-left: -1px; | ||
45 | - } | ||
46 | - #category li:last-child { | ||
47 | - margin-right: 0; | ||
48 | - border-right: 0; | ||
49 | - } | ||
50 | - #category li span { | ||
51 | - display: block; | ||
52 | - margin: 0 auto 3px; | ||
53 | - width: 27px; | ||
54 | - height: 28px; | ||
55 | - } | ||
56 | - #category li .category_bg { | ||
57 | - background: url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/places_category.png) | ||
58 | - no-repeat; | ||
59 | - } | ||
60 | - #category li .bank { | ||
61 | - background-position: -10px 0; | ||
62 | - } | ||
63 | - #category li .mart { | ||
64 | - background-position: -10px -36px; | ||
65 | - } | ||
66 | - #category li .pharmacy { | ||
67 | - background-position: -10px -72px; | ||
68 | - } | ||
69 | - #category li .oil { | ||
70 | - background-position: -10px -108px; | ||
71 | - } | ||
72 | - #category li .cafe { | ||
73 | - background-position: -10px -144px; | ||
74 | - } | ||
75 | - #category li .store { | ||
76 | - background-position: -10px -180px; | ||
77 | - } | ||
78 | - #category li.on .category_bg { | ||
79 | - background-position-x: -46px; | ||
80 | - } | ||
81 | .placeinfo_wrap { | 6 | .placeinfo_wrap { |
82 | position: absolute; | 7 | position: absolute; |
83 | bottom: 28px; | 8 | bottom: 28px; | ... | ... |
-
Please register or login to post a comment