Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대철
/
CafeRecommend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
dckat
2021-05-19 23:10:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e62ba81f4db8ddbc46e74d0214fd17d1c8d4b684
e62ba81f
1 parent
d94cbedc
불필요한 코드 제거
fix: map.ejs 필요없는 코드 부분 제거
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
75 deletions
sessions/1dksHMgk8D2uMdiRQatQfOnB0dMXMAt9.json
views/map.ejs
sessions/1dksHMgk8D2uMdiRQatQfOnB0dMXMAt9.json
0 → 100644
View file @
e62ba81
{
"cookie"
:{
"originalMaxAge"
:
null
,
"expires"
:
null
,
"httpOnly"
:
true
,
"path"
:
"/"
},
"__lastAccess"
:
1621433406098
}
\ No newline at end of file
views/map.ejs
View file @
e62ba81
...
...
@@ -3,81 +3,6 @@
<head>
<title>
Cafe Map
</title>
<style>
.map_wrap
,
.map_wrap
*
{
margin
:
0
;
padding
:
0
;
font-family
:
"Malgun Gothic"
,
dotum
,
"돋움"
,
sans-serif
;
font-size
:
12px
;
}
.map_wrap
{
position
:
relative
;
width
:
100%
;
height
:
350px
;
}
#category
{
position
:
absolute
;
top
:
10px
;
left
:
10px
;
border-radius
:
5px
;
border
:
1px
solid
#909090
;
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.4
);
background
:
#fff
;
overflow
:
hidden
;
z-index
:
2
;
}
#category
li
{
float
:
left
;
list-style
:
none
;
width
:
50px
;
border-right
:
1px
solid
#acacac
;
padding
:
6px
0
;
text-align
:
center
;
cursor
:
pointer
;
}
#category
li
.on
{
background
:
#eee
;
}
#category
li
:hover
{
background
:
#ffe6e6
;
border-left
:
1px
solid
#acacac
;
margin-left
:
-1px
;
}
#category
li
:last-child
{
margin-right
:
0
;
border-right
:
0
;
}
#category
li
span
{
display
:
block
;
margin
:
0
auto
3px
;
width
:
27px
;
height
:
28px
;
}
#category
li
.category_bg
{
background
:
url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/places_category.png)
no-repeat
;
}
#category
li
.bank
{
background-position
:
-10px
0
;
}
#category
li
.mart
{
background-position
:
-10px
-36px
;
}
#category
li
.pharmacy
{
background-position
:
-10px
-72px
;
}
#category
li
.oil
{
background-position
:
-10px
-108px
;
}
#category
li
.cafe
{
background-position
:
-10px
-144px
;
}
#category
li
.store
{
background-position
:
-10px
-180px
;
}
#category
li
.on
.category_bg
{
background-position-x
:
-46px
;
}
.placeinfo_wrap
{
position
:
absolute
;
bottom
:
28px
;
...
...
Please
register
or
login
to post a comment