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
b3a8f266
authored
Jun 23, 2022
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
!MVテスト版
parent
e221686d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
css/index.css
images/mv_test.jpg
index.html
shared/js/commonparts.js
css/index.css
View file @
b3a8f266
div
#contents_area_top
{
div
#contents_area_top
{
padding-bottom
:
30px
;
padding-bottom
:
30px
;
border-bottom
:
1px
solid
#E9E9F2
;
border-bottom
:
1px
solid
#E9E9F2
;
...
@@ -37,7 +37,8 @@ div#contents_area_top p.headline_area{ /*0423 追記 */
...
@@ -37,7 +37,8 @@ div#contents_area_top p.headline_area{ /*0423 追記 */
margin-right
:
auto
;
margin-right
:
auto
;
margin-bottom
:
-30px
;
margin-bottom
:
-30px
;
position
:
relative
;
position
:
relative
;
bottom
:
60px
;
/* bottom: 60px;temp*/
bottom
:
0
;
text-align
:
left
;
text-align
:
left
;
}
}
...
@@ -46,6 +47,8 @@ div#contents_area_top p.headline_area a{
...
@@ -46,6 +47,8 @@ div#contents_area_top p.headline_area a{
padding-left
:
45px
;
padding-left
:
45px
;
display
:
block
;
display
:
block
;
font-weight
:
bold
;
font-weight
:
bold
;
/*temp*/
text-align
:
left
;
}
}
div
#main_area
{
div
#main_area
{
...
@@ -53,6 +56,8 @@ div#main_area{
...
@@ -53,6 +56,8 @@ div#main_area{
/*margin: 20px auto 0 auto;20190225*/
/*margin: 20px auto 0 auto;20190225*/
margin
:
0
auto
0
auto
;
margin
:
0
auto
0
auto
;
text-align
:
left
;
text-align
:
left
;
/*temp*/
margin-top
:
50px
;
}
}
div
#main_area
div
.left
{
div
#main_area
div
.left
{
...
...
images/mv_test.jpg
0 → 100644
View file @
b3a8f266
300 KB
index.html
View file @
b3a8f266
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<link
rel=
"stylesheet"
href=
"shared/css/reset.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"shared/css/reset.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"shared/css/fontdefault.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"shared/css/fontdefault.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"shared/css/common.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"shared/css/common.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"css/index.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"css/index.css
?v=20220623
"
type=
"text/css"
media=
"all"
>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
//
<!
[
CDATA
[
//
<!
[
CDATA
[
(
function
(
$
)
{
(
function
(
$
)
{
...
...
shared/js/commonparts.js
View file @
b3a8f266
...
@@ -210,11 +210,11 @@ function includeSideEn_pict() {
...
@@ -210,11 +210,11 @@ function includeSideEn_pict() {
function
includeShowcaseImage
()
{
function
includeShowcaseImage
()
{
showcaseimage
=
new
Array
();
showcaseimage
=
new
Array
();
showcaseimage
[
0
]
=
"<img src='images/
showcase01.jpg' alt='' width='1280' height='377
' />"
;
showcaseimage
[
0
]
=
"<img src='images/
mv_test.jpg' alt='' width='1200' height='740
' />"
;
showcaseimage
[
1
]
=
"<img src='images/
showcase02.jpg' alt='' width='1280' height='377
' />"
;
showcaseimage
[
1
]
=
"<img src='images/
mv_test.jpg' alt='' width='1200' height='740
' />"
;
showcaseimage
[
2
]
=
"<img src='images/
showcase03.jpg' alt='' width='1280' height='377
' />"
;
showcaseimage
[
2
]
=
"<img src='images/
mv_test.jpg' alt='' width='1200' height='740
' />"
;
showcaseimage
[
3
]
=
"<img src='images/
showcase04.jpg' alt='' width='1280' height='377
' />"
;
showcaseimage
[
3
]
=
"<img src='images/
mv_test.jpg' alt='' width='1200' height='740
' />"
;
showcaseimage
[
4
]
=
"<img src='images/
showcase05.jpg' alt='' width='1280' height='377
' />"
;
showcaseimage
[
4
]
=
"<img src='images/
mv_test.jpg' alt='' width='1200' height='740
' />"
;
n
=
Math
.
floor
(
Math
.
random
()
*
showcaseimage
.
length
);
n
=
Math
.
floor
(
Math
.
random
()
*
showcaseimage
.
length
);
document
.
write
(
showcaseimage
[
n
]);
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