Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
sanitary-net
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ed8f5eec
authored
Jun 23, 2022
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
!MVテスト版
parent
b3a8f266
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
css/index.css
shared/js/commonparts.js
css/index.css
View file @
ed8f5eec
...
...
@@ -28,7 +28,8 @@ div#contents_area_top{
div
#contents_area_top
div
#showcase
{
width
:
1280px
;
margin
:
0
auto
20px
auto
;
text-align
:
left
;
/*temp*/
text-align
:
center
;
}
div
#contents_area_top
p
.headline_area
{
/*0423 追記 */
...
...
shared/js/commonparts.js
View file @
ed8f5eec
...
...
@@ -210,11 +210,11 @@ function includeSideEn_pict() {
function
includeShowcaseImage
()
{
showcaseimage
=
new
Array
();
showcaseimage
[
0
]
=
"<img src='images/mv_test.jpg' alt='' width='
1200' height='740
' />"
;
showcaseimage
[
1
]
=
"<img src='images/mv_test.jpg' alt='' width='
1200' height='740
' />"
;
showcaseimage
[
2
]
=
"<img src='images/mv_test.jpg' alt='' width='
1200' height='740
' />"
;
showcaseimage
[
3
]
=
"<img src='images/mv_test.jpg' alt='' width='
1200' height='740
' />"
;
showcaseimage
[
4
]
=
"<img src='images/mv_test.jpg' alt='' width='
1200' height='740
' />"
;
showcaseimage
[
0
]
=
"<img src='images/mv_test.jpg' alt='' width='
860' height='auto
' />"
;
showcaseimage
[
1
]
=
"<img src='images/mv_test.jpg' alt='' width='
860' height='auto
' />"
;
showcaseimage
[
2
]
=
"<img src='images/mv_test.jpg' alt='' width='
860' height='auto
' />"
;
showcaseimage
[
3
]
=
"<img src='images/mv_test.jpg' alt='' width='
860' height='auto
' />"
;
showcaseimage
[
4
]
=
"<img src='images/mv_test.jpg' alt='' width='
860' height='auto
' />"
;
n
=
Math
.
floor
(
Math
.
random
()
*
showcaseimage
.
length
);
document
.
write
(
showcaseimage
[
n
]);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment