Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zuzitsu
/
UR_Village
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
Suyeon Jung
2020-12-09 03:30:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3e7b26f78f84550650a3a838d471da754bef5c52
3e7b26f7
1 parent
982844ce
Modify result css
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
15 deletions
public/css/result.css
views/results/food.ejs
views/results/safe.ejs
views/results/school.ejs
views/results/transport.ejs
public/css/result.css
View file @
3e7b26f
body
{
text-align
:
center
;
}
.table
{
.table
{
text-align
:
center
;
margin-left
:
25%
;
width
:
50%
;
margin-left
:
auto
;
margin-right
:
auto
;
width
:
75%
;
}
.container
{
.container
{
text-align
:
center
;
}
.sum
{
.sum
{
display
:
inline-block
;
font-weight
:
bold
;
margin-right
:
10px
;
}
.alert
{
text-align
:
center
;
width
:
75%
;
display
:
inline-block
;
margin-left
:
auto
;
margin-right
:
auto
;
}
.divide
{
border
:
dotted
1px
gray
;
width
:
75%
;
}
\ No newline at end of file
...
...
views/results/food.ejs
View file @
3e7b26f
...
...
@@ -29,7 +29,7 @@
</tbody>
</table>
<hr
style = "border:dotted 1px gray; width : 50%;
">
<hr
class="divide
">
<h4>🍔 패스트푸드점 현황 </h4>
...
...
@@ -54,9 +54,9 @@
<%}%>
</tbody>
</table>
<p class
=
"sum">총 맛집 개수 :
<p class
=
"sum">총 맛집 개수 :
<%=stores.length%>
</p>
<p class
=
"sum">패스트푸드점 개수 :
<p class
=
"sum">패스트푸드점 개수 :
<%=fast_food_stores.length%>
</p>
\ No newline at end of file
...
...
views/results/safe.ejs
View file @
3e7b26f
...
...
@@ -21,10 +21,9 @@
</tbody>
</table>
<hr style
=
"border:dotted 1px gray; width : 50%;">
<hr style
=
"border:dotted 1px gray; width : 50%;">
<h4>💡 보안등 현황</h4>
보안등 소재지 지번주소 :
<table class="table">
<thead class="thead-dark">
<tr>
...
...
views/results/school.ejs
View file @
3e7b26f
...
...
@@ -31,7 +31,7 @@
</tbody>
</table>
<hr
style = "border:dotted 1px gray; width : 50%;
">
<hr
class="divide
">
...
...
@@ -63,10 +63,10 @@
</tbody>
</table>
<p class
=
"sum">총 도서관 개수 :
<p class
=
"sum">총 도서관 개수 :
<%=librarys.length%>
</p>
<p class
=
"sum">학원 및 교습소 개수 :
<p class
=
"sum">학원 및 교습소 개수 :
<%=institutes.length%>
</p>
\ No newline at end of file
...
...
views/results/transport.ejs
View file @
3e7b26f
...
...
@@ -23,7 +23,7 @@
<hr
style = "border:dotted 1px gray; width : 50%;
">
<hr
class="divide
">
<h4>🚆 지하철역 현황</h4>
...
...
@@ -54,6 +54,6 @@
<p class="sum">총 버스정류장 개수 :
<%=busStations.length%>
</p>
<p class
=
"sum">총 지하철역 개수 :
<p class
=
"sum">총 지하철역 개수 :
<%=subwayStations.length%>
</p>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment