Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최지우
/
oss_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최지우
2020-12-09 22:40:57 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a2c9198507a74014c38077d9469cc36f9afaac39
a2c91985
1 parent
b1db42fa
최종 디자인 수정
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
views/pass.ejs
views/search.ejs
views/pass.ejs
View file @
a2c9198
...
...
@@ -38,7 +38,7 @@
<script>
var
mapContainer
=
document
.
getElementById
(
'map'
),
// 지도를 표시할 div
mapOption
=
{
center
:
new
kakao
.
maps
.
LatLng
(
3
5.9
50000
,
128.250000
),
center
:
new
kakao
.
maps
.
LatLng
(
3
6.6
50000
,
128.250000
),
level
:
12
// 지도의 확대 레벨
};
...
...
views/search.ejs
View file @
a2c9198
...
...
@@ -30,7 +30,7 @@
body
,
html
{
height
:
100%
;}
.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
:
100%
;}
#category
{
position
:
absolute
;
top
:
2
5
px
;
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
{
position
:
absolute
;
top
:
2
0
px
;
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
;}
...
...
@@ -57,7 +57,7 @@ body, html {height: 100%;}
.map_wrap
a
,
.map_wrap
a
:hover
,
.map_wrap
a
:active
{
color
:
#000
;
text-decoration
:
none
;}
#menu_wrap
{
position
:
absolute
;
top
:
10px
;
left
:
1500px
;
bottom
:
70px
;
width
:
30
0px
;
margin
:
10px
0
30px
10px
;
padding
:
5px
;
overflow-y
:
auto
;
background
:
rgba
(
255
,
255
,
255
,
0.7
);
z-index
:
1
;
font-size
:
12px
;
border-radius
:
10px
;}
#menu_wrap
{
position
:
absolute
;
top
:
60px
;
left
:
10px
;
bottom
:
70px
;
width
:
27
0px
;
margin
:
10px
0
30px
10px
;
padding
:
5px
;
overflow-y
:
auto
;
background
:
rgba
(
255
,
255
,
255
,
0.7
);
z-index
:
1
;
font-size
:
12px
;
border-radius
:
10px
;}
.bg_white
{
background
:
#fff
;}
#placesList
li
{
list-style
:
none
;}
#placesList
.item
{
position
:
relative
;
border-bottom
:
1px
solid
#888
;
overflow
:
hidden
;
cursor
:
pointer
;
min-height
:
65px
;}
...
...
Please
register
or
login
to post a comment