Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김명주
/
kartrider
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
김명주
2021-11-29 00:01:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e9ff77959631c06449c9a751676d4ae3e8276745
e9ff7795
1 parent
fe8499d5
Update search result page design
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
26 deletions
views/search_result.css
views/search_result.ejs
views/search_result.css
View file @
e9ff779
...
...
@@ -15,8 +15,6 @@ body{
position
:
relative
;
width
:
120px
;
height
:
120px
;
top
:
50%
;
margin
:
-60px
0px
0px
5px
;
box-shadow
:
2px
2px
2px
rgb
(
166
,
166
,
166
);
border
:
2px
solid
rgb
(
166
,
166
,
166
);
float
:
left
;
...
...
@@ -25,15 +23,14 @@ body{
{
position
:
relative
;
width
:
300px
;
height
:
50px
;
top
:
50%
;
margin
:
-25px
0px
0px
20px
;
float
:
left
;
height
:
120px
;
top
:
4%
;
left
:
3%
;
}
#s_home
{
position
:
relative
;
left
:
355px
;
width
:
100%
;
}
#title
{
...
...
@@ -52,9 +49,9 @@ body{
#most
{
position
:
relative
;
width
:
37
0px
;
width
:
40
0px
;
height
:
800px
;
left
:
-250px
;
left
:
6%
;
float
:
left
;
}
#imgId
...
...
@@ -70,9 +67,9 @@ body{
#div1
{
position
:
relative
;
width
:
800px
;
width
:
50%
;
height
:
900px
;
left
:
-150px
;
left
:
10%
;
float
:
left
;
}
...
...
views/search_result.ejs
View file @
e9ff779
...
...
@@ -46,25 +46,19 @@
}
</script>
<body>
<div
id=
"div"
>
<div
id=
"emblem"
>
<script>
document
.
getElementById
(
"emblem"
).
style
=
embl
()
</script>
</div>
<div
id=
"name"
>
<text
id=
"nick"
>
<
%- name %>
</text>
</div>
<img
id=
"s_home"
src=
"metadata/image/search_image.png"
>
</div>
<div
id=
"resu"
>
<div
id=
"most"
>
<text
id=
"title"
>
SAVE
</text>
<div
id=
"emblem"
>
<script>
document
.
getElementById
(
"emblem"
).
style
=
embl
()
</script>
</div>
<div
id=
"name"
>
<text
id=
"nick"
>
<
%- name %>
</text>
</div>
<text
id=
"title"
><br>
SAVE
</text>
<canvas
id=
"myChart2"
width=
"350"
height=
"200"
></canvas>
<text
id=
"title"
><br>
RANKING GRAPE
</text>
<canvas
id=
"myChart"
width=
"350"
height=
"200"
></canvas>
<text
id=
"title"
><br>
MOST KART
</text>
<table
id=
"table_most"
border=
"1"
>
<table
id=
"table_most"
border=
"1"
style=
"text-align: center;"
>
<colgroup>
<col
width=
"10%"
/>
<col
width=
"30%"
/>
...
...
@@ -81,6 +75,7 @@
</div>
<div
id=
"div1"
>
<img
id=
"s_home"
src=
"metadata/image/search_image.png"
>
<table
id=
"table"
>
<colgroup>
<col
width=
"100px"
/>
...
...
@@ -92,7 +87,6 @@
</colgroup>
</table>
</div>
</div>
</body>
<script>
...
...
Please
register
or
login
to post a comment