Team:XMU Software/Requirements/css
From 2013.igem.org
YuezhenChen (Talk | contribs) (Created page with "/*requirements.css***********************************************************************************************************/ #requirements_s1{- →页眉照片: position:absolut...") |
YuezhenChen (Talk | contribs) |
||
(11 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
/*requirements.css***********************************************************************************************************/ | /*requirements.css***********************************************************************************************************/ | ||
- | #requirements_s1{ | + | #requirements{ |
+ | position:absolute; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | width:1347px; | ||
+ | height:6000px; | ||
+ | } | ||
+ | #requirements_s1{ | ||
position:absolute; | position:absolute; | ||
padding:0px; | padding:0px; | ||
Line 7: | Line 14: | ||
} | } | ||
.safety_s0t1{/*页眉大字*/ | .safety_s0t1{/*页眉大字*/ | ||
- | + | position:absolute; | |
- | + | top:170px; | |
- | + | width:1347px; | |
- | + | ||
text-align:center; | text-align:center; | ||
- | + | font-family:Arial; | |
- | + | font-size:48px; | |
- | color: | + | color:#ffffff; |
+ | font-weight:bold; | ||
+ | } | ||
+ | p{/*段落文本*/ | ||
+ | font-family:Arial ; | ||
+ | font-size:15px; | ||
+ | color:#434343; | ||
+ | text-align:justify; | ||
+ | line-height:19px; | ||
+ | margin-top:10px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
#medals{ | #medals{ | ||
position:absolute; | position:absolute; | ||
background-color:#fefef2; | background-color:#fefef2; | ||
width:1335px; | width:1335px; | ||
- | top: | + | top:395px; |
left:0px; | left:0px; | ||
+ | z-index:3; | ||
+ | } | ||
+ | #medals_m1{ | ||
+ | position:absolute; | ||
+ | top:5px; | ||
} | } | ||
#medals_m2{ | #medals_m2{ | ||
position:absolute; | position:absolute; | ||
+ | top:80px; | ||
left:20%; | left:20%; | ||
width:850px; | width:850px; | ||
} | } | ||
+ | |||
#safety{/*内容框架外*/ | #safety{/*内容框架外*/ | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:2400px; |
background-color:#fefef2; | background-color:#fefef2; | ||
width:1335px; | width:1335px; | ||
+ | z-index:3; | ||
+ | } | ||
+ | #safety_m1{ | ||
+ | position:absolute; | ||
+ | top:5px; | ||
} | } | ||
#safety_m2{/*内容框架内*/ | #safety_m2{/*内容框架内*/ | ||
position:absolute; | position:absolute; | ||
+ | top:120px; | ||
left:20%; | left:20%; | ||
width:850px; | width:850px; | ||
} | } | ||
.safety_s1a1{/*回答*/ | .safety_s1a1{/*回答*/ | ||
- | font-family: | + | font-family:Arial; |
font-size:14px; | font-size:14px; | ||
color:#707070; | color:#707070; | ||
border:1px solid #707070; | border:1px solid #707070; | ||
} | } |
Latest revision as of 04:54, 27 October 2013
/*requirements.css***********************************************************************************************************/
- requirements{
position:absolute; top:0px; left:0px; width:1347px; height:6000px; }
- requirements_s1{
position:absolute; padding:0px; left:0px; top:0px; } .safety_s0t1{/*页眉大字*/ position:absolute; top:170px; width:1347px; text-align:center; font-family:Arial; font-size:48px; color:#ffffff; font-weight:bold; } p{/*段落文本*/ font-family:Arial ; font-size:15px; color:#434343; text-align:justify; line-height:19px; margin-top:10px; }
- medals{
position:absolute; background-color:#fefef2; width:1335px; top:395px; left:0px; z-index:3; }
- medals_m1{
position:absolute; top:5px; }
- medals_m2{
position:absolute; top:80px; left:20%; width:850px; }
- safety{/*内容框架外*/
position:absolute; top:2400px; background-color:#fefef2; width:1335px; z-index:3; }
- safety_m1{
position:absolute; top:5px; }
- safety_m2{/*内容框架内*/
position:absolute; top:120px; left:20%; width:850px; } .safety_s1a1{/*回答*/ font-family:Arial; font-size:14px; color:#707070; border:1px solid #707070; }