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
dce70e17
authored
Feb 24, 2023
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
研究ページ途中まで
parent
e87c72a9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
64 additions
and
6 deletions
shared/css/parts.css
shared/js/accordion.js
trend/css/parts.css
trend/study02.html
shared/css/parts.css
View file @
dce70e17
...
@@ -286,7 +286,7 @@ div#container div#contents div#main_contents h4.red p {
...
@@ -286,7 +286,7 @@ div#container div#contents div#main_contents h4.red p {
}
}
div
#container
div
#contents
div
#main_contents
h4
.blue.pngfix
{
div
#container
div
#contents
div
#main_contents
h4
.blue.pngfix
{
background
:
url(../images/common/icon_midashi_blue.png)
no-repeat
left
top
;
background
:
url(../images/common/icon_midashi_blue.png)
no-repeat
left
top
3px
;
padding
:
0
0
0
30px
;
padding
:
0
0
0
30px
;
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
140%
;
font-size
:
140%
;
...
...
shared/js/accordion.js
View file @
dce70e17
$
(
function
()
{
$
(
function
()
{
$
(
".accor_btn p"
).
click
(
function
()
{
$
(
".accor_btn p"
).
click
(
function
()
{
$
(
this
).
toggleClass
(
"is-open"
);
$
(
this
).
toggleClass
(
"is-open"
);
$
(
".accor"
).
slideToggle
();
$
(
".accor"
).
slideToggle
();
});
});
$
(
".accor_btn2 p"
).
click
(
function
()
{
$
(
".accor_btn2 p"
).
click
(
function
()
{
$
(
this
).
toggleClass
(
"is-open"
);
$
(
this
).
toggleClass
(
"is-open"
);
$
(
".accor2"
).
slideToggle
();
$
(
".accor2"
).
slideToggle
();
});
});
$
(
".accor_btn3 p"
).
click
(
function
()
{
$
(
this
).
toggleClass
(
"is-open"
);
$
(
".accor3"
).
slideToggle
();
});
$
(
".accor_btn4 p"
).
click
(
function
()
{
$
(
this
).
toggleClass
(
"is-open"
);
$
(
".accor4"
).
slideToggle
();
});
$
(
".accor_btn5 p"
).
click
(
function
()
{
$
(
this
).
toggleClass
(
"is-open"
);
$
(
".accor5"
).
slideToggle
();
});
$
(
".accor_btn6 p"
).
click
(
function
()
{
$
(
this
).
toggleClass
(
"is-open"
);
$
(
".accor6"
).
slideToggle
();
});
$
(
".accor_btn7 p"
).
click
(
function
()
{
$
(
this
).
toggleClass
(
"is-open"
);
$
(
".accor7"
).
slideToggle
();
});
$
(
".accor_btn8 p"
).
click
(
function
()
{
$
(
this
).
toggleClass
(
"is-open"
);
$
(
".accor8"
).
slideToggle
();
});
$
(
".accor_btn9 p"
).
click
(
function
()
{
$
(
this
).
toggleClass
(
"is-open"
);
$
(
".accor9"
).
slideToggle
();
});
$
(
".accor_btn10 p"
).
click
(
function
()
{
$
(
this
).
toggleClass
(
"is-open"
);
$
(
".accor10"
).
slideToggle
();
});
});
});
trend/css/parts.css
View file @
dce70e17
...
@@ -721,11 +721,21 @@ body.detail01#data06 div#container div#contents div#main_contents .intro {
...
@@ -721,11 +721,21 @@ body.detail01#data06 div#container div#contents div#main_contents .intro {
background
:
url(../../shared/images/content/line_content.png)
no-repeat
bottom
center
;
background
:
url(../../shared/images/content/line_content.png)
no-repeat
bottom
center
;
}
}
body
.detail01
#data06
div
#container
div
#contents
div
#main_contents
.intro2
{
padding
:
20px
30px
60px
20px
;
background
:
url(../../shared/images/content/line_content.png)
no-repeat
bottom
center
;
}
body
.detail01
#data06
div
#container
div
#contents
div
#main_contents
.intro
h4
{
body
.detail01
#data06
div
#container
div
#contents
div
#main_contents
.intro
h4
{
margin-top
:
24px
;
margin-top
:
24px
;
margin-bottom
:
36px
;
margin-bottom
:
36px
;
}
}
body
.detail01
#data06
div
#container
div
#contents
div
#main_contents
.intro
h4
.high
{
margin-top
:
24px
;
margin-bottom
:
20px
;
}
body
.detail01
#data06
div
#container
div
#contents
div
#main_contents
.intro
div
{
body
.detail01
#data06
div
#container
div
#contents
div
#main_contents
.intro
div
{
float
:
left
;
float
:
left
;
width
:
495px
;
width
:
495px
;
...
@@ -776,6 +786,10 @@ div#container div#contents div#main_contents div.section div.content p.question
...
@@ -776,6 +786,10 @@ div#container div#contents div#main_contents div.section div.content p.question
width
:
40px
;
width
:
40px
;
}
}
div
#container
div
#contents
div
#main_contents
div
.section
div
.content
p
.question
span
.lead
{
width
:
300px
;
}
div
#container
div
#contents
div
#main_contents
div
.section
div
.content
p
.question
span
.q_text
{
div
#container
div
#contents
div
#main_contents
div
.section
div
.content
p
.question
span
.q_text
{
display
:
block
;
display
:
block
;
float
:
right
;
float
:
right
;
...
@@ -834,6 +848,10 @@ div#container div#contents div#main_contents div.section div.content .notes p {
...
@@ -834,6 +848,10 @@ div#container div#contents div#main_contents div.section div.content .notes p {
padding
:
15px
10px
0
;
padding
:
15px
10px
0
;
}
}
div
#container
div
#contents
div
#main_contents
div
.section
div
.content
.notes
p
.nopad
{
padding
:
0
!important
;
}
div
#container
div
#contents
div
#main_contents
div
.section
div
.content
.notes
p
.num
{
div
#container
div
#contents
div
#main_contents
div
.section
div
.content
.notes
p
.num
{
text-indent
:
-1em
;
text-indent
:
-1em
;
margin-left
:
1em
;
margin-left
:
1em
;
...
@@ -1726,6 +1744,14 @@ div.jis4 h6 {
...
@@ -1726,6 +1744,14 @@ div.jis4 h6 {
margin-top
:
60px
;
margin-top
:
60px
;
}
}
.mt60
{
margin-top
:
60px
;
}
.mt120
{
margin-top
:
120px
;
}
.mb0
{
.mb0
{
margin-bottom
:
0px
!important
;
margin-bottom
:
0px
!important
;
}
}
...
@@ -1770,9 +1796,6 @@ div.jis4 h6 {
...
@@ -1770,9 +1796,6 @@ div.jis4 h6 {
margin-bottom
:
55px
;
margin-bottom
:
55px
;
}
}
.mb60
{
margin-bottom
:
60px
;
}
sub
.base_line
{
sub
.base_line
{
vertical-align
:
baseline
;
vertical-align
:
baseline
;
...
...
trend/study02.html
View file @
dce70e17
...
@@ -116,6 +116,8 @@
...
@@ -116,6 +116,8 @@
<h4
class=
"blue pngfix"
><img
src=
"images/data05/section_a_title01.gif"
alt=
"温水洗浄便座の吐水に関する微生物学的実態調査研究"
width=
"481"
height=
"22"
/></h4>
<h4
class=
"blue pngfix"
><img
src=
"images/data05/section_a_title01.gif"
alt=
"温水洗浄便座の吐水に関する微生物学的実態調査研究"
width=
"481"
height=
"22"
/></h4>
<p><span
class=
"link_type_b"
><a
href=
"/trend/study/study02-8.html"
>
温水洗浄便座の吐水中の微生物濃度に及ぼす吐水ノズルの清浄性の影響 - (2022年5月受理)
</a></span></p>
<p><span
class=
"link_type_b"
><a
href=
"/trend/study/study02-5.html"
>
温水洗浄便座の吐水の微生物水準:生菌数、従属栄養細菌数に影響を与える要因、
<br
/>
及び緑膿菌の挙動とその由来に関する調査研究(2017年10月受理)
</a></span></p>
<p><span
class=
"link_type_b"
><a
href=
"/trend/study/study02-8.html"
>
温水洗浄便座の吐水中の微生物濃度に及ぼす吐水ノズルの清浄性の影響 - (2022年5月受理)
</a></span></p>
<p><span
class=
"link_type_b"
><a
href=
"/trend/study/study02-5.html"
>
温水洗浄便座の吐水の微生物水準:生菌数、従属栄養細菌数に影響を与える要因、
<br
/>
及び緑膿菌の挙動とその由来に関する調査研究(2017年10月受理)
</a></span></p>
<p><span
class=
"link_type_b"
><a
href=
"/trend/study/study02-2.html"
>
貯湯式温水洗浄便座における残留塩素や微生物の挙動と微生物群集構造(2015年7月受理)
</a></span></p>
<p><span
class=
"link_type_b"
><a
href=
"/trend/study/study02-2.html"
>
貯湯式温水洗浄便座における残留塩素や微生物の挙動と微生物群集構造(2015年7月受理)
</a></span></p>
<p
class=
"mb0"
>
温水洗浄便座の微生物学的実態について調査された研究者の説明を掲載します。
</p>
<p><span
class=
"link_type_b"
><a
href=
"/trend/study/study02-2.html"
>
環境衛生の専門研究者による研究成果の説明
</a></span></p>
</div>
</div>
</div>
</div>
<!--section_c -->
<!--section_c -->
...
...
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