Talk:Team:XMU Software/css
From 2013.igem.org
YuezhenChen (Talk | contribs) |
YuezhenChen (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | h1{/*safety大标题 hp大标题*/ | ||
+ | font-family:微软雅黑; | ||
+ | font-weight:bold; | ||
+ | font-size:30px; | ||
+ | color:#b3d465; | ||
+ | } | ||
+ | h4{ | ||
+ | font-family:微软雅黑; | ||
+ | font-size:18px; | ||
+ | font-weight:bold; | ||
+ | color:#004986; | ||
+ | } | ||
+ | h3{/*小问题 日记文本中日期文字*/ | ||
+ | font-family:微软雅黑; | ||
+ | font-weight:bold; | ||
+ | font-size:16px; | ||
+ | color:#0075a9; | ||
+ | } | ||
+ | p{/*日记文本中的文字*/ | ||
+ | font-family:微软雅黑; | ||
+ | font-size:16px; | ||
+ | color:#707070; | ||
+ | } | ||
+ | table,tr,td{ | ||
+ | border:1px solid #707070; | ||
+ | } | ||
+ | #xmu_software_right_matrix{ | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | right:0px; | ||
+ | width:180px; | ||
+ | height:67px; | ||
+ | z-index:10; | ||
+ | } | ||
+ | #menubar{ | ||
+ | z-index:10; | ||
+ | position: fixed; | ||
+ | } | ||
+ | .right-menu{ | ||
+ | display:none; | ||
+ | } | ||
+ | #search-controls{ | ||
+ | top:23px; | ||
+ | display:none; | ||
+ | position:fixed; | ||
+ | } | ||
+ | input.searchButton{ | ||
+ | color:black; | ||
+ | } | ||
+ | #searchGoButton{ | ||
+ | z-index:10; | ||
+ | margin-left:5px; | ||
+ | display:none; | ||
+ | } | ||
+ | #mw-searchButton{ | ||
+ | display:none; | ||
+ | z-index:10; | ||
+ | } | ||
+ | .navi_text{ | ||
+ | position:fixed; | ||
+ | bottom:50px; | ||
+ | z-index:4; | ||
+ | font-family:Arial; | ||
+ | font-weight:bold; | ||
+ | font-size:16px; | ||
+ | text-align:center; | ||
+ | line-height:40px; | ||
+ | } | ||
+ | .navi1{ | ||
+ | position:fixed; | ||
+ | top:400px; | ||
+ | width:170px; | ||
+ | height:38px; | ||
+ | background:#b3d465; | ||
+ | color:white; | ||
+ | border:2px solid white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .navi2{ | ||
+ | position:fixed; | ||
+ | top:440px; | ||
+ | width:170px; | ||
+ | height:38px; | ||
+ | background:#b3d465; | ||
+ | border:2px solid white; | ||
+ | color:white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .navi3{ | ||
+ | position:fixed; | ||
+ | top:480px; | ||
+ | width:170px; | ||
+ | height:38px; | ||
+ | background:#b3d465; | ||
+ | border:2px solid white; | ||
+ | color:white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .navi4{ | ||
+ | position:fixed; | ||
+ | top:520px; | ||
+ | width:170px; | ||
+ | height:38px; | ||
+ | background:#b3d465; | ||
+ | border:2px solid white; | ||
+ | color:white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .navi5{ | ||
+ | position:fixed; | ||
+ | top:560px; | ||
+ | width:170px; | ||
+ | height:38px; | ||
+ | background:#b3d465; | ||
+ | border:2px solid white; | ||
+ | color:white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .navi6{ | ||
+ | position:fixed; | ||
+ | top:600px; | ||
+ | width:170px; | ||
+ | height:38px; | ||
+ | background:#b3d465; | ||
+ | border:2px solid white; | ||
+ | color:white; | ||
+ | text-decoration: none; | ||
+ | } | ||
.blank{ | .blank{ | ||
position:relative; | position:relative; | ||
- | margin-left: | + | margin-left:50px; |
width:1px; | width:1px; | ||
height:1px; | height:1px; | ||
+ | } | ||
+ | #lab_s1{ | ||
+ | position:fixed; | ||
+ | left:0px; | ||
+ | top:0px; | ||
+ | right:0px; | ||
+ | bottom:0px; | ||
+ | overflow-x:auto; | ||
+ | width:815px; | ||
+ | background-color:#eff0e2; | ||
+ | } | ||
+ | #lab_s2{ | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | width:815px; | ||
+ | padding:0px; | ||
+ | } | ||
+ | #notebook_s5{/*实验日记+分界栏位置*/ | ||
+ | position:relative; | ||
+ | background-color:white; | ||
+ | width:1335px; | ||
+ | top:3300px; | ||
+ | left:0px; | ||
+ | } | ||
+ | #notebook_s5m2{/*实验日记*/ | ||
+ | position:absolute; | ||
+ | top:180px; | ||
+ | left:22%; | ||
+ | width:800px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | #labrecord{ | ||
+ | position:relative; | ||
+ | top:20px; | ||
+ | width:815px; | ||
+ | height:1400px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | .dataOutput1{ | ||
+ | position: absolute; | ||
+ | width:790px; | ||
+ | height:650px; | ||
+ | overflow-y:auto; | ||
+ | overflow-x:hidden; | ||
+ | border:green solid 3px; | ||
+ | } | ||
+ | .dataOutput2{ | ||
+ | position: absolute; | ||
+ | width:790px; | ||
+ | height:430px; | ||
+ | overflow-y:auto; | ||
+ | overflow-x:hidden; | ||
+ | border:green solid 3px; | ||
+ | } | ||
+ | .dataOutput_head{ | ||
+ | font-size:50px; | ||
+ | border:green solid 3px; | ||
+ | border-bottom:green solid 0px; | ||
+ | width:790px; | ||
+ | line-height:60px; | ||
+ | height:70px; | ||
+ | } | ||
+ | #t1e1{ | ||
+ | position: absolute; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | width:815px; | ||
+ | } | ||
+ | #t1e2{ | ||
+ | position: absolute; | ||
+ | top:750px; | ||
+ | left:0px; | ||
+ | width:815px; | ||
} | } | ||
/*home.css***********************************************************************************************************/ | /*home.css***********************************************************************************************************/ | ||
#xmu_body{ | #xmu_body{ | ||
position:fixed; | position:fixed; | ||
- | |||
left:0px; | left:0px; | ||
- | overflow- | + | top:0px; |
+ | right:0px; | ||
+ | bottom:0px; | ||
+ | overflow-x:auto; | ||
+ | background-color:white; | ||
} | } | ||
#xmu_software{ | #xmu_software{ | ||
position:absolute; | position:absolute; | ||
top:0px; | top:0px; | ||
- | |||
width:1348px; | width:1348px; | ||
+ | padding:0px; | ||
} | } | ||
#title{/*导航菜单外*/ | #title{/*导航菜单外*/ | ||
Line 34: | Line 238: | ||
height:400px; | height:400px; | ||
top:15px; | top:15px; | ||
- | margin-left: | + | margin-left:230px; |
+ | } | ||
+ | .title_p1{ | ||
+ | position:absolute; | ||
+ | left:150px; | ||
+ | top:15px; | ||
+ | width:80px; | ||
+ | height:60px; | ||
+ | z-index:4; | ||
} | } | ||
#home{/*首页框架*/ | #home{/*首页框架*/ | ||
Line 61: | Line 273: | ||
left:390px; | left:390px; | ||
width:650px; | width:650px; | ||
- | + | z-index:10; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#home_s3{/*5个书签位置*/ | #home_s3{/*5个书签位置*/ | ||
Line 71: | Line 279: | ||
top:845px; | top:845px; | ||
left:176px; | left:176px; | ||
+ | z-index:10; | ||
} | } | ||
.home_s3p1{/*5个书签位置*/ | .home_s3p1{/*5个书签位置*/ | ||
margin-top:-8px; | margin-top:-8px; | ||
+ | } | ||
+ | .home_s3p2{/*5个书签位置*/ | ||
+ | margin-top:-8px; | ||
+ | margin-left:17px; | ||
} | } | ||
#home_s4{/*赞助商图标*/ | #home_s4{/*赞助商图标*/ | ||
Line 80: | Line 293: | ||
margin-left:300px; | margin-left:300px; | ||
} | } | ||
- | #hp,# | + | #hp,#requirements,#notebook,#project,#team{ |
display:none; | display:none; | ||
} | } | ||
Line 112: | Line 325: | ||
text-align:center; | text-align:center; | ||
text-decoration: none;/*border-right: 1px solid white;中间分割白线*/ | text-decoration: none;/*border-right: 1px solid white;中间分割白线*/ | ||
- | width: | + | width: 130px; |
height:33px; | height:33px; | ||
color:white; | color:white; | ||
Line 220: | Line 433: | ||
top:0px; | top:0px; | ||
} | } | ||
- | .team_title {/*页眉大字*/ | + | .team_title{/*页眉大字*/ |
- | font-family: Agency FB; | + | font-family:Agency FB; |
- | font-size: 120px; | + | font-size:120px; |
- | font-weight: 900; | + | font-weight:900; |
- | position: absolute; | + | position:absolute; |
- | top: 225px; | + | top:225px; |
- | left: 225px; | + | left:225px; |
- | color: white; | + | color:white; |
} | } | ||
.team_introduce{/*页眉简介*/ | .team_introduce{/*页眉简介*/ | ||
Line 233: | Line 446: | ||
font-size:16px; | font-size:16px; | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:260px; |
- | left: | + | left:600px; |
color:white; | color:white; | ||
width:650px; | width:650px; | ||
- | |||
- | |||
} | } | ||
#ourteam{ | #ourteam{ | ||
Line 269: | Line 480: | ||
position:absolute; | position:absolute; | ||
left:20%; | left:20%; | ||
+ | } | ||
+ | .name{ | ||
+ | font-family:Arial; | ||
+ | font-size:24px; | ||
+ | font-weight:bold; | ||
+ | color:#004986; | ||
+ | margin-left:25px; | ||
} | } | ||
.team_m3t1{ | .team_m3t1{ | ||
Line 275: | Line 493: | ||
left:230px; | left:230px; | ||
width:600px; | width:600px; | ||
+ | height:244px; | ||
+ | padding:3px 20px; | ||
background-color:#fefef2; | background-color:#fefef2; | ||
} | } | ||
Line 312: | Line 532: | ||
background-color:#eff0e2; | background-color:#eff0e2; | ||
width:1348px; | width:1348px; | ||
- | height: | + | height:600px; |
top:2980px; | top:2980px; | ||
left:0px; | left:0px; | ||
Line 322: | Line 542: | ||
width:800px; | width:800px; | ||
background-color:#fefef2; | background-color:#fefef2; | ||
+ | padding:10px 30px; | ||
} | } | ||
#city{ | #city{ | ||
Line 328: | Line 549: | ||
width:1348px; | width:1348px; | ||
height:1000px; | height:1000px; | ||
- | top: | + | top:3490px; |
left:0px; | left:0px; | ||
} | } | ||
Line 338: | Line 559: | ||
position:relative; | position:relative; | ||
top:30px; | top:30px; | ||
- | width: | + | width:490px; |
- | height: | + | height:400px; |
+ | padding:3px 20px; | ||
background-color:#fefef2; | background-color:#fefef2; | ||
} | } | ||
Line 349: | Line 571: | ||
#city_m3{ | #city_m3{ | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:570px; |
left:20%; | left:20%; | ||
} | } | ||
.city_m2t2{ | .city_m2t2{ | ||
position:relative; | position:relative; | ||
- | top: | + | top:40px; |
- | width: | + | width:490px; |
height:350px; | height:350px; | ||
left:320px; | left:320px; | ||
+ | padding:3px 20px; | ||
background-color:#fefef2; | background-color:#fefef2; | ||
} | } | ||
.city_m2p2{ | .city_m2p2{ | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:40px; |
} | } | ||
Line 593: | Line 816: | ||
} | } | ||
.project_title{/*页眉大字*/ | .project_title{/*页眉大字*/ | ||
- | font-family: Agency FB; | + | font-family:Agency FB; |
- | font-size: 80px; | + | font-size:80px; |
- | font-weight: 900; | + | font-weight:900; |
- | position: absolute; | + | position:absolute; |
- | top: 225px; | + | top:225px; |
- | left: 205px; | + | left:205px; |
- | color: white; | + | color:white; |
} | } | ||
.project_introduce{/*页眉简介*/ | .project_introduce{/*页眉简介*/ | ||
Line 609: | Line 832: | ||
color:white; | color:white; | ||
width:650px; | width:650px; | ||
- | |||
} | } | ||
#terminator{ | #terminator{ | ||
Line 674: | Line 896: | ||
width:800px; | width:800px; | ||
} | } | ||
- | + | #enote{ | |
+ | position:absolute; | ||
+ | background-color:#fefef2; | ||
+ | width:1335px; | ||
+ | top:485px; | ||
+ | left:0px; | ||
+ | display:none; | ||
+ | } | ||
+ | #enote_m2{ | ||
+ | position:absolute; | ||
+ | left:20%; | ||
+ | width:800px; | ||
+ | } | ||
/*safetyform.css***********************************************************************************************************/ | /*safetyform.css***********************************************************************************************************/ | ||
- | # | + | #requirements_s0{/*页眉照片*/ |
position:absolute; | position:absolute; | ||
padding:0px; | padding:0px; | ||
Line 683: | Line 917: | ||
} | } | ||
.safety_s0t1{/*页眉大字*/ | .safety_s0t1{/*页眉大字*/ | ||
- | font-family: | + | font-family: Agency FB; |
- | font-size: | + | font-size: 50px; |
- | font-weight:bold; | + | font-weight: bold; |
- | position:absolute; | + | position: absolute; |
- | top: | + | top: 225px; |
- | left:200px; | + | left: 200px; |
- | color:white; | + | color: white; |
} | } | ||
- | # | + | #medals{ |
position:absolute; | position:absolute; | ||
background-color:#fefef2; | background-color:#fefef2; | ||
width:1335px; | width:1335px; | ||
+ | top:485px; | ||
+ | left:0px; | ||
} | } | ||
- | # | + | #medals_m2{ |
position:absolute; | position:absolute; | ||
- | + | left:20%; | |
- | left: | + | width:800px; |
- | + | ||
} | } | ||
- | + | #safety{/*内容框架外*/ | |
- | + | position:absolute; | |
- | + | top:2600px; | |
- | + | background-color:#fefef2; | |
- | + | width:1335px; | |
- | + | ||
} | } | ||
- | + | #safety_m2{/*内容框架内*/ | |
- | + | position:absolute; | |
- | + | left:20%; | |
- | + | width:800px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
.safety_s1a1{/*回答*/ | .safety_s1a1{/*回答*/ | ||
Line 728: | Line 952: | ||
font-size:14px; | font-size:14px; | ||
color:#707070; | color:#707070; | ||
- | + | border:1px solid #707070; | |
- | + | ||
} | } | ||
Line 744: | Line 967: | ||
} | } | ||
.hp_s0t1{/*页眉大字*/ | .hp_s0t1{/*页眉大字*/ | ||
- | font-family: | + | font-family: Agency FB; |
- | + | font-size: 72px; | |
- | + | font-weight: bold; | |
- | + | position: absolute; | |
- | + | top: 225px; | |
- | + | left: 205px; | |
- | + | color: white; | |
} | } | ||
.hp_s0t2{/*页眉介绍文字*/ | .hp_s0t2{/*页眉介绍文字*/ | ||
Line 760: | Line 983: | ||
color:white; | color:white; | ||
width:650px; | width:650px; | ||
- | |||
} | } | ||
#hp_s2m1{/*内容框架内*/ | #hp_s2m1{/*内容框架内*/ | ||
Line 784: | Line 1,006: | ||
font-size:12px; | font-size:12px; | ||
color:#707070; | color:#707070; | ||
+ | margin-left:50px; | ||
} | } | ||
.hp_s2p1{/*照片位置*/ | .hp_s2p1{/*照片位置*/ | ||
Line 797: | Line 1,020: | ||
} | } | ||
.notebook_title{ | .notebook_title{ | ||
- | font-family: | + | font-family: Agency FB; |
- | + | font-size: 72px; | |
- | + | font-weight: bold; | |
- | + | position: absolute; | |
- | + | top: 225px; | |
- | + | left: 205px; | |
- | + | color: white; | |
} | } | ||
#notebook_s2{/*工具栏位置*//*工具栏*/ | #notebook_s2{/*工具栏位置*//*工具栏*/ | ||
Line 843: | Line 1,066: | ||
position:absolute; | position:absolute; | ||
top:220px; | top:220px; | ||
- | left: | + | left:60px; |
width:120px; | width:120px; | ||
height:120px; | height:120px; | ||
Line 936: | Line 1,159: | ||
#notebook_s2m2n5{/*工具标题位置,文字*/ | #notebook_s2m2n5{/*工具标题位置,文字*/ | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:230px; |
left:205px; | left:205px; | ||
font-family:Arial; | font-family:Arial; | ||
Line 951: | Line 1,174: | ||
} | } | ||
#notebook_s3m2{/*日记位置*/ | #notebook_s3m2{/*日记位置*/ | ||
- | position: | + | position:relative; |
- | top: | + | top:70px; |
left:22%; | left:22%; | ||
width:800px; | width:800px; | ||
Line 958: | Line 1,181: | ||
#notebook_s3m2n0{/*镂空圆,位置上*/ | #notebook_s3m2n0{/*镂空圆,位置上*/ | ||
position:absolute; | position:absolute; | ||
- | top:- | + | top:-40px; |
left:3px; | left:3px; | ||
z-index:3; | z-index:3; | ||
Line 982: | Line 1,205: | ||
.notebook_s3t1{/*月份英文文字*/ | .notebook_s3t1{/*月份英文文字*/ | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:32px; |
left:130px; | left:130px; | ||
- | font-family: | + | font-family:微软雅黑; |
font-weight:bold; | font-weight:bold; | ||
font-size:48px; | font-size:48px; | ||
Line 991: | Line 1,214: | ||
.notebook_s3t2{/*月份数字文字*/ | .notebook_s3t2{/*月份数字文字*/ | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:32px; |
left:630px; | left:630px; | ||
- | font-family: | + | font-family:微软雅黑 ; |
font-weight:bold; | font-weight:bold; | ||
- | font-size: | + | font-size:32px; |
color:#639caa; | color:#639caa; | ||
} | } | ||
Line 1,104: | Line 1,327: | ||
margin-top:7px; | margin-top:7px; | ||
} | } | ||
- | #note3,#note4,#note5,#note7,#note8,#note9,#note11,#note12,#note13,#note14,#note16,#note17,#note18{/*文本隐藏*/ | + | #note3,#note4,#note5,#note7,#note8,#note9,#note11,#note12,#note13,#note14,#note16,#note17,#note18,#note20,#note21,#note22,#note23{/*文本隐藏*/ |
display:none; | display:none; | ||
} | } | ||
- | + | #notebook_s4{/*protocols+分界栏位置*/ | |
+ | position:relative; | ||
+ | background-color:#fefef2; | ||
+ | width:1335px; | ||
+ | top:150px; | ||
+ | left:0px; | ||
+ | } | ||
+ | #notebook_s4m2{/*protocols位置*/ | ||
+ | position:absolute; | ||
+ | top:180px; | ||
+ | left:22%; | ||
+ | width:800px; | ||
+ | } | ||
/*publick.css***********************************************************************************************************/ | /*publick.css***********************************************************************************************************/ | ||
.sep_photo{/*分界栏图片位置*/ | .sep_photo{/*分界栏图片位置*/ | ||
Line 1,114: | Line 1,349: | ||
.sep_title{/*分界栏标题*/ | .sep_title{/*分界栏标题*/ | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:60px; |
left:300px; | left:300px; | ||
font-family:Arial; | font-family:Arial; | ||
Line 1,124: | Line 1,359: | ||
.sep_number{/*分界栏数字*/ | .sep_number{/*分界栏数字*/ | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:55px; |
- | left: | + | left:245px; |
- | font-family: | + | font-family:Agency FB; |
font-weight:bold; | font-weight:bold; | ||
- | font-size: | + | font-size:175px; |
color:#91b43f; | color:#91b43f; | ||
z-index:2; | z-index:2; | ||
Line 1,154: | Line 1,389: | ||
margin-top:7px; | margin-top:7px; | ||
} | } | ||
- | /* | + | |
- | . | + | /*实验日记.css***********************************************************************************************************/ |
- | + | .C0{ | |
- | + | /*font-family:Vwei;*/ | |
- | right: | + | font-size:1em; |
- | + | width:100%; | |
- | + | height:3em; | |
- | font-family: | + | color:black; |
- | font- | + | } |
- | font-size: | + | .C1{ |
+ | width:100%; | ||
+ | height:370px; | ||
+ | border-collapse:collapse; | ||
+ | border:2px solid #eeece1; | ||
+ | } | ||
+ | .C1_td{ | ||
+ | border-right:2px solid #eeece1; | ||
+ | width:350px; | ||
+ | height:100%; | ||
+ | padding:0px; | ||
+ | } | ||
+ | .C1_graph{ | ||
+ | width:350px; | ||
+ | height:350px; | ||
+ | margin:0px; | ||
+ | } | ||
+ | .C1_td_text{ | ||
+ | padding:0px; | ||
+ | } | ||
+ | .C1_text{ | ||
+ | margin:0px; | ||
+ | width:100%; | ||
+ | height:370px; | ||
+ | font-size:1em; | ||
+ | /*font-family:Vwei;*/ | ||
+ | } | ||
+ | .C1_button1{ | ||
+ | height:20px; | ||
+ | width:230px; | ||
+ | background-image: url(tool_icon/ok.png); | ||
+ | background-repeat: no-repeat; | ||
+ | /*font-family:Vwei;*/ | ||
+ | } | ||
+ | .C1_button2{ | ||
+ | height:20px; | ||
+ | width:110px; | ||
+ | background-image: url(tool_icon/ok.png); | ||
+ | } | ||
+ | .C3,.C3_ABC,.C5,.C4,.C6,.C7,.C9,.C10{ | ||
+ | width:100%; | ||
+ | border-collapse:collapse; | ||
+ | } | ||
+ | .C3_input,.C3_input_ABC,.C6_input,.C5_input,.C7_blur_2,.C7_input_C,.C10_input{/**********/ | ||
+ | width:100%; | ||
+ | border:1px solid white; | ||
+ | /*font-family:con;*/ | ||
+ | font-size:1em; | ||
+ | } | ||
+ | .C3_td,.C3_td_C,.C3_td_C5_C{ | ||
+ | border:2px solid #eeece1; | ||
+ | height:20px; | ||
+ | } | ||
+ | .C3_td_title,.C8_td_title{ | ||
text-align:center; | text-align:center; | ||
- | + | height:25px; | |
+ | /*font-family:Vwei;*/ | ||
+ | font-size:1.3em; | ||
+ | border:2px solid #eeece1; | ||
} | } | ||
- | . | + | .C3_td_textarea,.C4_td_textarea{ |
- | + | /*font-family:Vwei;*/ | |
- | + | width:50%; | |
- | + | border:2px solid #eeece1; | |
- | width: | + | font-size:1em; |
- | + | ||
- | + | ||
- | + | ||
- | border:2px solid | + | |
- | + | ||
} | } | ||
- | . | + | .C3_textarea{ |
- | + | height:100%; | |
- | + | width:100%; | |
- | + | /*font-family:Vwei;*/ | |
- | width: | + | border:0px solid #eeece1; |
- | + | ||
- | + | ||
- | border: | + | |
- | + | ||
- | + | ||
} | } | ||
- | . | + | .C4_td{ |
- | + | border:2px solid #eeece1; | |
- | + | height:80px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | border:2px solid | + | |
- | + | ||
- | + | ||
} | } | ||
- | . | + | .C5_canvas_td{ |
- | position: | + | height:100px; |
- | top: | + | border:1px solid #eeece1; |
- | + | position:relative; | |
- | width: | + | } |
- | height: | + | .C5_canvas_matrix{ |
- | background:# | + | position:absolute; |
- | border:2px solid | + | top:30px; |
- | + | left:10%; | |
- | + | width:80%; | |
+ | height:40px; | ||
+ | border:5px solid rgb(79, 129, 189); | ||
+ | z-index:-8.6; | ||
+ | } | ||
+ | .C5_canvas_button1,.C5_canvas_button2,.C5_canvas_button3{ | ||
+ | position:absolute; | ||
+ | height:32px; | ||
+ | background-color:rgb(79, 129, 189); | ||
+ | z-index:-8.5; | ||
+ | } | ||
+ | .C5_TEXT1{ | ||
+ | position:absolute; | ||
+ | z-index:-8.5; | ||
+ | height:10px; | ||
+ | top:20px; | ||
+ | left:13%; | ||
+ | } | ||
+ | .C5_TEXT2{ | ||
+ | position:absolute; | ||
+ | z-index:-8.5; | ||
+ | height:10px; | ||
+ | top:20px; | ||
+ | left:83%; | ||
+ | } | ||
+ | .C5_canvas_button1{ | ||
+ | top:15px; | ||
+ | left:22%; | ||
+ | width:20%; | ||
+ | } | ||
+ | .C5_canvas_button2{ | ||
+ | top:15px; | ||
+ | right:22%; | ||
+ | width:20%; | ||
+ | } | ||
+ | .C5_canvas_button3{ | ||
+ | bottom:10px; | ||
+ | left:40%; | ||
+ | width:20%; | ||
+ | } | ||
+ | .C5_system_input,.C7_blur_1{ | ||
+ | border:1px solid #eeece1; | ||
+ | /*font-family:con;*/ | ||
+ | font-size:1em; | ||
+ | width:5em; | ||
+ | } | ||
+ | .C10_system_input{ | ||
+ | border:1px solid #eeece1; | ||
+ | /*font-family:con;*/ | ||
+ | font-size:1em; | ||
+ | margin-left:0px; | ||
+ | margin-right:0em; | ||
+ | } | ||
+ | .C6_button{ | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | margin:0px; | ||
+ | background-color:rgb(79, 129, 189); | ||
+ | /*font-family:Vwei;*/ | ||
+ | font-size:1em; | ||
+ | } | ||
+ | .C8_td_title{ | ||
+ | color:rgb(79, 129, 189); | ||
+ | } | ||
+ | .C8_button{ | ||
+ | width:100%; | ||
+ | height:30px; | ||
+ | margin:0px; | ||
+ | background-color:rgb(79, 129, 189); | ||
+ | /*font-family:Vwei;*/ | ||
+ | font-size:1em; | ||
+ | } | ||
+ | .C8{ | ||
+ | width:100%; | ||
+ | border-collapse:collapse; | ||
+ | border: 3px solid #eeece1; | ||
+ | } | ||
+ | .C8_td{ | ||
+ | border:2px solid #eeece1; | ||
+ | } | ||
+ | .C6_td_textarea{ | ||
+ | /*font-family:Vwei;*/ | ||
+ | width:40%; | ||
+ | border:2px solid #eeece1; | ||
+ | font-size:1em; | ||
} | } | ||
- | + | #M1_name{ /*消失*/ | |
+ | /*定位*/ | ||
position:fixed; | position:fixed; | ||
- | + | left:25%; | |
- | right: | + | right:41%; |
- | + | top:76px; | |
- | height: | + | height:35px; |
- | + | /*边框*/ | |
- | border: | + | border:1px solid white; |
- | color:white; | + | border-radius:6px; |
- | text- | + | /*背景*/ |
- | } | + | background-color:#96b2d7; |
- | + | /*存在*/ | |
+ | display:none; | ||
+ | /*font-family:实验名;*/ | ||
+ | font-size:2.2em; | ||
+ | text-indent:10px; | ||
+ | white-space:nowrap; | ||
+ | overflow:hidden; | ||
+ | text-overflow: ellipsis; | ||
+ | } | ||
+ | #M1_name_button{ | ||
position:fixed; | position:fixed; | ||
- | + | left:25%; | |
- | right: | + | right:41%; |
- | width: | + | z-index:-9; |
- | + | } | |
- | + | .M1_exp{ /*消失*/ | |
- | + | ||
+ | } | ||
+ | .M1_exp_stepBoard{ | ||
+ | /*定位*/ | ||
+ | |||
+ | width:100%; | ||
+ | border-collapse:collapse; | ||
+ | } | ||
+ | .M1_exp_stepInfo{ | ||
+ | /*定位*/ | ||
+ | |||
+ | position:relative; | ||
+ | |||
+ | height:40px; | ||
+ | /*字体*/ | ||
color:white; | color:white; | ||
- | text- | + | /*边框*/ |
+ | border-top:2px solid #eeece1; | ||
+ | border-top-left-radius:15px; | ||
+ | /*背景*/ | ||
+ | background-color:#c3d69b; | ||
+ | } | ||
+ | .M1_exp_step_name_button{ | ||
+ | position:absolute; | ||
+ | left:15px; | ||
+ | right:130px; | ||
+ | top:0px; | ||
+ | bottom:0px; | ||
+ | padding:0px; | ||
+ | border:0px solid #c3d69b; | ||
+ | } | ||
+ | .M1_exp_step_name{ | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | background-color:#c3d69b; | ||
+ | margin:0px; | ||
+ | border:0px solid #c3d69b; | ||
+ | /*font-family:Vwei;*/ | ||
+ | font-size:1.5em; | ||
+ | white-space:nowrap; | ||
+ | overflow:hidden; | ||
+ | text-overflow: ellipsis; | ||
+ | } | ||
+ | .M1_exp_stepItem{ | ||
+ | /*定位*/ | ||
+ | border:2px solid #eeece1; | ||
+ | height:35px; | ||
+ | } | ||
+ | .M1_exp_step_time{ | ||
+ | position:absolute; | ||
+ | top:10px; | ||
+ | right:8px; | ||
+ | /*font-family:Vwei;*/ | ||
+ | } | ||
+ | .M1_exp_item_time{ | ||
+ | width:10%; | ||
+ | background-color:#a6a6a6; | ||
+ | border:2px solid #eeece1; | ||
+ | /*/*font-family:Vwei;*/ | ||
+ | } | ||
+ | .M1_exp_item_content{ | ||
+ | /*背景*/ | ||
+ | |||
+ | background-color:white; | ||
+ | /*溢出*/ | ||
+ | overflow :hidden; | ||
+ | /*边框*/ | ||
+ | padding:0px; | ||
+ | /*/*font-family:Vwei;*/ | ||
+ | } | ||
+ | .M1_exp_img{ | ||
+ | color:#f31659; | ||
} | } |
Revision as of 15:10, 25 September 2013
h1{/*safety大标题 hp大标题*/ font-family:微软雅黑; font-weight:bold; font-size:30px; color:#b3d465; } h4{ font-family:微软雅黑; font-size:18px; font-weight:bold; color:#004986; } h3{/*小问题 日记文本中日期文字*/ font-family:微软雅黑; font-weight:bold; font-size:16px; color:#0075a9; } p{/*日记文本中的文字*/ font-family:微软雅黑; font-size:16px; color:#707070; } table,tr,td{ border:1px solid #707070; }
- xmu_software_right_matrix{
position:absolute; top:0px; right:0px; width:180px; height:67px; z-index:10;
}
- menubar{
z-index:10; position: fixed; } .right-menu{ display:none; }
- search-controls{
top:23px; display:none; position:fixed; } input.searchButton{ color:black; }
- searchGoButton{
z-index:10; margin-left:5px; display:none; }
- mw-searchButton{
display:none; z-index:10; } .navi_text{ position:fixed; bottom:50px; z-index:4; font-family:Arial; font-weight:bold; font-size:16px; text-align:center; line-height:40px; } .navi1{ position:fixed; top:400px; width:170px; height:38px; background:#b3d465; color:white; border:2px solid white; text-decoration: none; } .navi2{ position:fixed; top:440px; width:170px; height:38px; background:#b3d465; border:2px solid white; color:white; text-decoration: none; } .navi3{ position:fixed; top:480px; width:170px; height:38px; background:#b3d465; border:2px solid white; color:white; text-decoration: none; } .navi4{ position:fixed; top:520px; width:170px; height:38px; background:#b3d465; border:2px solid white; color:white; text-decoration: none; } .navi5{ position:fixed; top:560px; width:170px; height:38px; background:#b3d465; border:2px solid white; color:white; text-decoration: none; } .navi6{ position:fixed; top:600px; width:170px; height:38px; background:#b3d465; border:2px solid white; color:white; text-decoration: none; } .blank{ position:relative; margin-left:50px; width:1px; height:1px; }
- lab_s1{
position:fixed; left:0px; top:0px; right:0px; bottom:0px; overflow-x:auto; width:815px; background-color:#eff0e2;
}
- lab_s2{
position:absolute; top:0px; width:815px; padding:0px; }
- notebook_s5{/*实验日记+分界栏位置*/
position:relative; background-color:white; width:1335px; top:3300px; left:0px; }
- notebook_s5m2{/*实验日记*/
position:absolute; top:180px; left:22%; width:800px; overflow:hidden; }
- labrecord{
position:relative; top:20px; width:815px; height:1400px; overflow:hidden; } .dataOutput1{ position: absolute; width:790px; height:650px; overflow-y:auto; overflow-x:hidden; border:green solid 3px; } .dataOutput2{ position: absolute; width:790px; height:430px; overflow-y:auto; overflow-x:hidden; border:green solid 3px; } .dataOutput_head{ font-size:50px; border:green solid 3px; border-bottom:green solid 0px; width:790px; line-height:60px; height:70px; }
- t1e1{
position: absolute; top:0px; left:0px; width:815px; }
- t1e2{
position: absolute; top:750px; left:0px; width:815px; } /*home.css***********************************************************************************************************/
- xmu_body{
position:fixed; left:0px; top:0px; right:0px; bottom:0px; overflow-x:auto; background-color:white;
}
- xmu_software{
position:absolute; top:0px; width:1348px; padding:0px; }
- title{/*导航菜单外*/
position:absolute; background:url(); background-repeat: no-repeat; left:0px; top:-10px; width:1348px; height:400px; z-index:3; overflow:hidden; }
- title_s1{/*导航菜单内*/
position:absolute; width:1348px; height:400px; top:15px; margin-left:230px; } .title_p1{ position:absolute; left:150px; top:15px; width:80px; height:60px; z-index:4; }
- home{/*首页框架*/
background:url(); position:absolute; top:-10px; left:0px; width:1348px; height:1990px; overflow-y:auto; overflow-x:hidden; padding:0px; z-index:1; }
- home_s1{/*焦点图*/
position:absolute; top:485px; left:160px; width:1000px; height:650px; z-index:2; }
- home_s2{/*文字说明框架*/
position:absolute; top:890px; left:390px; width:650px; z-index:10; }
- home_s3{/*5个书签位置*/
position:absolute; top:845px; left:176px; z-index:10; } .home_s3p1{/*5个书签位置*/ margin-top:-8px; } .home_s3p2{/*5个书签位置*/ margin-top:-8px;
margin-left:17px;
}
- home_s4{/*赞助商图标*/
position:absolute; top:1850px; margin-left:300px; }
- hp,#requirements,#notebook,#project,#team{
display:none; }
/*title.css***********************************************************************************************************/ .clear{ clear: both; overflow: hidden; height: 0; }
- all{/*js位置*/
width: 100%; min-width: 650px; margin:0px auto 0px auto; padding:0px; }
- jsddm{/*导航菜单*/
margin: 0; padding:0; }
- jsddm li{
float: left; list-style: none; font-size:22px; font-weight:bold;
font-family:Arial;/*字体*/
}
- jsddm li a{
display: block; padding: 13px; text-align:center; text-decoration: none;/*border-right: 1px solid white;中间分割白线*/ width: 130px; height:33px; color:white; white-space: nowrap; }
- jsddm li a:hover{
background: #b6d1e6; }
- jsddm li ul{
margin: 0; padding: 0; position: absolute; visibility: hidden; border-top: 1px solid white; }
- jsddm li ul li{
float: none; display: inline; }
- jsddm li ul li a{
width: auto; background: #dbe8f1; color:#0075a9; }
- jsddm li ul li a:hover{
background: #a9c885; opacity:0.7; }
/*photo.css***********************************************************************************************************/ img { border: 0px; }
- banner {
margin: 30px auto 0px auto; padding: 0px; width: 950px; height: 400px; } .slides { margin: 0px auto; width: 700px; height: 350px; overflow: hidden; position: relative; } .slide-pic { margin: 0px; padding: 0px; width: 950px; overflow: hidden; list-style: none; } .slide-pic img { width: 700px; height: 350px; } .slide-pic li { display: none; } .slide-pic li.cur { display: block; } .slide-li { margin: 0px; padding: 0px; left: 0px; bottom: 0px; position: absolute; } .slide-li li { margin: 0px; padding: 0px; width: 140px; height: 10px; float: left; overflow: hidden; list-style: none; } .slide-li a { width: 190px; height: 10px; color: #000; font-size: 12px; display: block; } .slide-li a:hover { color: #F00; text-decoration: none; } .op li { background: #999999; filter: alpha(opacity=60); opacity: 0.6; } .op li.cur { background: #666666; } .slide-txt span { display: none; }
/*team.css***********************************************************************************************************/
- team_s1{
position:absolute; padding:0px; left:0px; top:0px; } .team_title{/*页眉大字*/ font-family:Agency FB; font-size:120px; font-weight:900; position:absolute; top:225px; left:225px; color:white; } .team_introduce{/*页眉简介*/ font-family:Arial; font-size:16px; position:absolute; top:260px; left:600px; color:white; width:650px; }
- ourteam{
position:absolute; background-color:#fefef2; width:1335px; top:485px; left:0px; }
- team_member{
position:absolute; top:135px; width:1348px; height:850px; }
- team_m2t1{
position:absolute; top:200px; left:20%; z-index:10; }
- team_m3{
position:absolute; top:985px; width:1348px; height:800px; background-color:#eff0e2; }
- team_instructor{
position:absolute; left:20%; } .name{ font-family:Arial; font-size:24px; font-weight:bold; color:#004986; margin-left:25px; } .team_m3t1{ position:relative; top:-250px; left:230px; width:600px; height:244px; padding:3px 20px; background-color:#fefef2; }
- team_m3n1{
position:absolute; top:50px; }
- team_m3n2{
position:absolute; top:320px; }
- team_m4{
position:absolute; top:1600px; width:1348px; height:900px; background-color:#eff0e2; }
- team_advisor{
position:absolute; left:20%; }
- team_m4n1{
position:absolute; top:50px; }
- team_m4n2{
position:absolute; top:320px; }
- team_m4n3{
position:absolute; top:590px; }
- acknowledgement{
position:absolute; background-color:#eff0e2; width:1348px; height:600px; top:2980px; left:0px; }
- ack_m2{
position:absolute; top:150px; left:20%; width:800px; background-color:#fefef2; padding:10px 30px; }
- city{
position:absolute; background-color:#eff0e2; width:1348px; height:1000px; top:3490px; left:0px; }
- city_m2{
position:absolute; left:20%; } .city_m2t1{ position:relative; top:30px; width:490px; height:400px; padding:3px 20px; background-color:#fefef2; } .city_m2p1{ position:absolute; top:30px; left:550px; }
- city_m3{
position:absolute; top:570px; left:20%; } .city_m2t2{ position:relative; top:40px; width:490px; height:350px; left:320px; padding:3px 20px; background-color:#fefef2; } .city_m2p2{ position:absolute; top:40px;
}
/*member.css***********************************************************************************************************/
- member{
position:absolute; top:0px; left:0px; width:1348px; height:850px; background-color:#eff0e2; overflow-x:hidden; }
- A{
position:absolute; top:-200px; left:-40px; } .tx{ height:150px; }
- T1{
position: absolute; left:620px; top: 270px; z-index:5; }
- TT1{
position: absolute; left:620px; top: 270px; z-index:4; }
- T2{
position: absolute; left:480px; top: 320px; z-index:5; }
- TT2{
position: absolute; left:480px; top: 320px; z-index:4; }
- T3{
position: absolute; left:760px; top: 320px; z-index:5; }
- TT3{
position: absolute; left:760px; top: 320px; z-index:4; }
- T4{
position: absolute; left:380px; top: 430px; z-index:5; }
- TT4{
position: absolute; left:380px; top: 430px; z-index:4; }
- T5{
position: absolute; left:860px; top: 430px; z-index:5; }
- TT5{
position: absolute; left:860px; top: 430px; z-index:4; }
- T6{
position: absolute; left:365px; top: 580px; z-index:5; }
- TT6{
position: absolute; left:365px; top: 580px; z-index:4; }
- T7{
position: absolute; left:875px; top: 580px; z-index:5; }
- TT7{
position: absolute; left:875px; top: 580px; z-index:4; }
- T8{
position: absolute; left:420px; top: 720px; z-index:5; }
- TT8{
position: absolute; left:420px; top: 720px; z-index:4; }
- T9{
position: absolute; left:820px; top: 720px; z-index:5; }
- TT9{
position: absolute; left:820px; top: 720px; z-index:4; }
- T10{
position: absolute; left:545px; top: 810px; z-index:5; }
- TT10{
position: absolute; left:545px; top: 810px; z-index:4; }
- T11{
position: absolute; left:695px; top: 810px; z-index:5; }
- TT11{
position: absolute; left:695px; top: 810px; z-index:4; }
- T12{
position: absolute; top:477px; left:556px; width:290px; height:290px; border-radius:145px; background:#cdea8b; } .yk{ position:absolute; top:120px; left:45px; font-family:Arial; font-size:48px; font-weight:bold; color:white; } .wcleft{ position:absolute; top:430px; left:820px; z-index:6; display:none; } .w2left{ position:absolute; top:506px; left:814px; z-index:6; display:none; } .w3left{ position:absolute; top:575px; left:828px; z-index:6; display:none; } .wcright{ position:absolute; top:425px; left:61px; z-index:6; display:none; } .w2right{ position:absolute; top:502px; left:54px; z-index:6; display:none; } .w3right{ position:absolute; top:571px; left:68px; z-index:6; display:none; }
- A2{
position: absolute; top:1000px; }
- A3{
position: absolute; top: 1500px; }
/*project.css***********************************************************************************************************/
- project_s1{
position:absolute; padding:0px; left:0px; top:0px; } .project_title{/*页眉大字*/ font-family:Agency FB; font-size:80px; font-weight:900; position:absolute; top:225px; left:205px; color:white; } .project_introduce{/*页眉简介*/ font-family:Arial; font-size:16px; position:absolute; top:260px; left:600px; color:white; width:650px; }
- terminator{
position:absolute; background-color:#fefef2; width:1335px; top:485px; left:0px; display:none; }
- terminator_m2{
position:absolute; left:20%; width:800px; } .body_references{ font-family:Arial; font-size:12px; color:#707070; text-indent:30px; margin-top:7px; margin-left:15px; } .body_photo{ text-align:center; margin-top:10px; }
- RBS{
position:absolute; background-color:#fefef2; width:1335px; top:485px; left:0px; display:none; }
- RBS_m2{
position:absolute; left:20%; width:800px; }
- promoter{
position:absolute; background-color:#fefef2; width:1335px; top:485px; left:0px; }
- promoter_m2{
position:absolute; left:20%; width:800px; }
- protein{
position:absolute; background-color:#fefef2; width:1335px; top:485px; left:0px; display:none; }
- protein_m2{
position:absolute; left:20%; width:800px; }
- enote{
position:absolute; background-color:#fefef2; width:1335px; top:485px; left:0px; display:none; }
- enote_m2{
position:absolute; left:20%; width:800px; } /*safetyform.css***********************************************************************************************************/
- requirements_s0{/*页眉照片*/
position:absolute; padding:0px; left:0px; top:0px; } .safety_s0t1{/*页眉大字*/ font-family: Agency FB; font-size: 50px; font-weight: bold; position: absolute; top: 225px; left: 200px; color: white; }
- medals{
position:absolute; background-color:#fefef2; width:1335px; top:485px; left:0px; }
- medals_m2{
position:absolute; left:20%; width:800px; }
- safety{/*内容框架外*/
position:absolute; top:2600px; background-color:#fefef2; width:1335px; }
- safety_m2{/*内容框架内*/
position:absolute; left:20%; width:800px; } .safety_s1a1{/*回答*/ font-family:微软雅黑; font-size:14px; color:#707070; border:1px solid #707070; }
/*outreach.css***********************************************************************************************************/
- hp_s1{/*页眉照片*/
position:absolute; top:0px; left:0px; }
- hp_s2{/*内容框架外*/
position:absolute; background-color:#fefef2; width:1335px; } .hp_s0t1{/*页眉大字*/ font-family: Agency FB; font-size: 72px; font-weight: bold; position: absolute; top: 225px; left: 205px; color: white; } .hp_s0t2{/*页眉介绍文字*/ font-family:微软雅黑; font-size:16px; position:absolute; top:250px; left:600px; color:white; width:650px; }
- hp_s2m1{/*内容框架内*/
position:absolute; top:485px; left:15%; right:15%; } .hp_s2h1{/*大标题*/ font-family:微软雅黑; font-size:30px; font-weight:bold; color:#b3d465; } .hp_s2t1{/*文字*/ font-family:微软雅黑; font-size:14px; color:#707070; margin-top:15px; } .hp_s2t2{/*照片下的小文字*/ font-family:微软雅黑; font-size:12px; color:#707070;
margin-left:50px;
} .hp_s2p1{/*照片位置*/ margin-left:20px; margin-top:15px; }
/*notebook.css***********************************************************************************************************/
- notebook_s1{/*页眉位置*/
position:absolute; top:0px; left:0px; } .notebook_title{ font-family: Agency FB; font-size: 72px; font-weight: bold; position: absolute; top: 225px; left: 205px; color: white; }
- notebook_s2{/*工具栏位置*//*工具栏*/
position:absolute; background-color:#fefef2; width:1335px; top:485px; left:0px; } .notebook_s2p1{/*分界栏图片位置*/ z-index:1; }
- notebook_s2m2{/*3个工具位置*/
position:absolute; top:200px; left:15%; }
- notebook_s2m2p1{/*XMind白色圆位置*/
position:absolute; top:20px; left:200px; width:120px; height:120px; border-radius:60px; background:#ededeb; z-index:2; }
- notebook_s2m2p2{/*PowerPoint白色圆位置*/
position:absolute; top:220px; left:350px; width:120px; height:120px; border-radius:60px; background:#ededeb; z-index:2; }
- notebook_s2m2p3{/*Robert's Rules of Order白色圆位置*/
position:absolute; top:220px; left:60px; width:120px; height:120px; border-radius:60px; background:#ededeb; z-index:2; } .notebook_s2m2p1{/*3个工具图片相对白色背景位置*/ position:relative; top:7px; left:7px; }
- notebook_s2m2t1{/*xmind位置*/
position:absolute; top:-5px; left:235px; }
- notebook_s2m2t2{/*ppt位置*/
position:absolute; top:350px; left:355px; }
- notebook_s2m2t3{/*robert位置*/
position:absolute; top:350px; left:0px; width:250px; } .notebook_s2t3{/*3个工具名称文字*/ font-family:Arial; font-weight:bold; font-size:20px; color:#707070; }
- notebook_s2m2b1{/*左绿色粗线*/
position:absolute; top:70px; left:180px; transform: rotate(30deg); -ms-transform: rotate(30deg); /* IE 9 */ -webkit-transform: rotate(30deg); /* Safari and Chrome */ -o-transform: rotate(30deg); /* Opera */ -moz-transform: rotate(30deg); /* Firefox */ z-index:1; }
- notebook_s2m2b2{/*右绿色粗线*/
position:absolute; top:80px; left:330px; transform: rotate(-30deg); -ms-transform: rotate(-30deg); /* IE 9 */ -webkit-transform: rotate(-30deg); /* Safari and Chrome */ -o-transform: rotate(-30deg); /* Opera */ -moz-transform: rotate(-30deg); /* Firefox */ z-index:1; }
- notebook_s2m2b3{/*下绿色粗线*/
position:absolute; top:170px; left:230px; transform: rotate(90deg); -ms-transform: rotate(90deg); /* IE 9 */ -webkit-transform: rotate(90deg); /* Safari and Chrome */ -o-transform: rotate(90deg); /* Opera */ -moz-transform: rotate(90deg); /* Firefox */ z-index:1; } .notebook_s2m2b1{/*绿色粗线样式*/ width:30px; height:250px; background:#b2d365; }
- notebook_s2m2n4{/*文本框位置*/
position:absolute; top:10px; left:550px; width:500px; } .notebook_s2t4{/*工具名称文字*/ font-family:Arial; font-weight:bold; font-size:20px; color:#6ba4ad; } .notebook_s2t5{/*工具简介文字*/ font-family:Arial; font-weight:bold; font-size:16px; color:#707070; text-indent:20px; }
- notebook_s2m2n5{/*工具标题位置,文字*/
position:absolute; top:230px; left:205px; font-family:Arial; font-weight:bold; font-size:36px; color:#b2d365; }
- notebook_s3{/*日记+分界栏位置*/
position:absolute; background-color:#fefef2; width:1335px; top:1130px; left:0px; }
- notebook_s3m2{/*日记位置*/
position:relative; top:70px; left:22%; width:800px; }
- notebook_s3m2n0{/*镂空圆,位置上*/
position:absolute; top:-40px; left:3px; z-index:3; } .notebook_s3p0{/*镂空圆-绿色大圆*/ position:relative; width:46px; height:46px; border-radius:23px; background:#b2d365; z-index:4; } .notebook_s3p00{/*镂空圆-白色小圆*/ position:relative; width:30px; height:30px; margin-top:-38px; margin-left:8px; border-radius:15px; background:#fefef2; z-index:5; } .notebook_s3t1{/*月份英文文字*/ position:absolute; top:32px; left:130px; font-family:微软雅黑; font-weight:bold; font-size:48px; color:#afaf9e; } .notebook_s3t2{/*月份数字文字*/ position:absolute; top:32px; left:630px; font-family:微软雅黑 ; font-weight:bold; font-size:32px; color:#639caa; } .notebook_s3t3{ /*日记框*/ border-left:10px solid #b2d365; padding:0px 0px 0px 35px; margin-left:22px; } .notebook_s3m2p1{/*左边小圆位置,3月*/ position:absolute; top:80px; left:12px; } .notebook_s3m2p2{/*左边小圆位置,45678910月*/ position:absolute; top:20px; left:12px; } .notebook_s3p1{/*左边小圆,绿色*/ position:relative; width:30px; height:30px; border-radius:15px; background-color:#cdea8b; margin-top:20px; margin-left:0px; } .notebook_s3p2{/*左边小圆,深黄色*/ position:relative; width:30px; height:30px; border-radius:15px; background-color:#ffa801; margin-top:20px; margin-left:0px; } .notebook_s3m2t1{/*左边日期,3月*/ position:absolute; top:40px; left:-55px; font-family:Arial; font-weight:bold; font-size:16px; text-align:right; color:#b2d365; } .notebook_s3m2t2{/*左边日期,45678910月*/ position:absolute; top:-20px; left:-55px; font-family:Arial; font-weight:bold; font-size:16px; text-align:right; color:#b2d365; } .notebook_s3t4{/*日记类型,实验日记,会议日记*/ position:relative; top:32px; left:27px; margin-top:32px; margin-left:0px; } .notebook_s3t5{/*会议日记,日期数字文字*/ position:absolute; left:10px; margin-top:15px; margin-left:0px; } .notebook_s3t6{/*实验日记,日期数字文字*/ position:relative; top:80px; left:27px; margin-top:32px; margin-left:0px; }
- notebook_s3m2n2{/*日记1,3.30日*/
display:none; }
- notebook_s3m2n1,#notebook_s3m2n3,#notebook_s3m2n5,#notebook_s3m2n7,#notebook_s3m2n9,#notebook_s3m2n11,#notebook_s3m2n13,#notebook_s3m2n15{/*月份栏*/
position:relative; margin-top:-30px; z-index:2; }
- notebook_s3m2n4,#notebook_s3m2n6,#notebook_s3m2n8,#notebook_s3m2n10,#notebook_s3m2n12,#notebook_s3m2n14,#notebook_s3m2n16{/*日记 45678910月*/
position:relative; top:3px; z-index:2; display:none; }
- notebook_s3m2n17{/*镂空小圆,位置下*/
position:absolute; margin-top:-5px; margin-left:4px; } .note1h1{/*日记文本中日期文字*/ font-family:Arial; font-weight:bold; font-size:24px; text-indent:20px; color:#639caa; } .note1t1{/*日记文本中的文字*/ font-family:Arial; font-size:14px; color:#707070; text-indent:20px; margin-top:7px; }
- note3,#note4,#note5,#note7,#note8,#note9,#note11,#note12,#note13,#note14,#note16,#note17,#note18,#note20,#note21,#note22,#note23{/*文本隐藏*/
display:none; }
- notebook_s4{/*protocols+分界栏位置*/
position:relative; background-color:#fefef2; width:1335px; top:150px; left:0px; }
- notebook_s4m2{/*protocols位置*/
position:absolute; top:180px; left:22%; width:800px; } /*publick.css***********************************************************************************************************/ .sep_photo{/*分界栏图片位置*/ z-index:1; } .sep_title{/*分界栏标题*/ position:absolute; top:60px; left:300px; font-family:Arial; font-weight:bold; font-size:54px; color:white; z-index:3; } .sep_number{/*分界栏数字*/ position:absolute; top:55px; left:245px; font-family:Agency FB; font-weight:bold; font-size:175px; color:#91b43f; z-index:2; } .body_heading{/*正文标题*/ font-family:Arial; font-size:30px; font-weight:bold; color:#b3d465; } .body_title{/*小标题*/ font-family:Arial; font-size:16px; font-weight:bold; color:#004986; margin-left:15px; margin-top:7px;
} .body_text{/*正文*/ font-family:Arial; font-size:16px; color:#707070; text-indent:25px; margin-top:7px; }
/*实验日记.css***********************************************************************************************************/ .C0{ /*font-family:Vwei;*/ font-size:1em; width:100%; height:3em; color:black; } .C1{ width:100%; height:370px; border-collapse:collapse; border:2px solid #eeece1; } .C1_td{ border-right:2px solid #eeece1; width:350px; height:100%; padding:0px; } .C1_graph{ width:350px; height:350px; margin:0px; } .C1_td_text{ padding:0px; } .C1_text{ margin:0px; width:100%; height:370px; font-size:1em; /*font-family:Vwei;*/ } .C1_button1{ height:20px; width:230px; background-image: url(tool_icon/ok.png); background-repeat: no-repeat; /*font-family:Vwei;*/ } .C1_button2{ height:20px; width:110px; background-image: url(tool_icon/ok.png); } .C3,.C3_ABC,.C5,.C4,.C6,.C7,.C9,.C10{ width:100%; border-collapse:collapse; } .C3_input,.C3_input_ABC,.C6_input,.C5_input,.C7_blur_2,.C7_input_C,.C10_input{/**********/ width:100%; border:1px solid white; /*font-family:con;*/ font-size:1em; } .C3_td,.C3_td_C,.C3_td_C5_C{ border:2px solid #eeece1; height:20px; } .C3_td_title,.C8_td_title{ text-align:center; height:25px; /*font-family:Vwei;*/ font-size:1.3em; border:2px solid #eeece1; } .C3_td_textarea,.C4_td_textarea{ /*font-family:Vwei;*/ width:50%; border:2px solid #eeece1; font-size:1em; } .C3_textarea{ height:100%; width:100%; /*font-family:Vwei;*/ border:0px solid #eeece1; } .C4_td{ border:2px solid #eeece1; height:80px; } .C5_canvas_td{ height:100px; border:1px solid #eeece1; position:relative; } .C5_canvas_matrix{ position:absolute; top:30px; left:10%; width:80%; height:40px; border:5px solid rgb(79, 129, 189); z-index:-8.6; } .C5_canvas_button1,.C5_canvas_button2,.C5_canvas_button3{ position:absolute; height:32px; background-color:rgb(79, 129, 189); z-index:-8.5; } .C5_TEXT1{ position:absolute; z-index:-8.5; height:10px; top:20px; left:13%; } .C5_TEXT2{ position:absolute; z-index:-8.5; height:10px; top:20px; left:83%; } .C5_canvas_button1{ top:15px; left:22%; width:20%; } .C5_canvas_button2{ top:15px; right:22%; width:20%; } .C5_canvas_button3{ bottom:10px; left:40%; width:20%; } .C5_system_input,.C7_blur_1{ border:1px solid #eeece1; /*font-family:con;*/ font-size:1em; width:5em; } .C10_system_input{ border:1px solid #eeece1; /*font-family:con;*/ font-size:1em; margin-left:0px; margin-right:0em; } .C6_button{ width:100%; height:100%; margin:0px; background-color:rgb(79, 129, 189); /*font-family:Vwei;*/ font-size:1em; } .C8_td_title{ color:rgb(79, 129, 189); } .C8_button{ width:100%; height:30px; margin:0px; background-color:rgb(79, 129, 189); /*font-family:Vwei;*/ font-size:1em; } .C8{ width:100%; border-collapse:collapse; border: 3px solid #eeece1; } .C8_td{ border:2px solid #eeece1; } .C6_td_textarea{ /*font-family:Vwei;*/ width:40%; border:2px solid #eeece1; font-size:1em; }
- M1_name{ /*消失*/
/*定位*/ position:fixed; left:25%; right:41%; top:76px; height:35px; /*边框*/ border:1px solid white; border-radius:6px; /*背景*/ background-color:#96b2d7; /*存在*/ display:none; /*font-family:实验名;*/
font-size:2.2em; text-indent:10px;
white-space:nowrap; overflow:hidden;
text-overflow: ellipsis;
}
- M1_name_button{
position:fixed; left:25%; right:41%; z-index:-9; } .M1_exp{ /*消失*/
} .M1_exp_stepBoard{ /*定位*/
width:100%; border-collapse:collapse; } .M1_exp_stepInfo{ /*定位*/
position:relative;
height:40px; /*字体*/ color:white; /*边框*/ border-top:2px solid #eeece1; border-top-left-radius:15px; /*背景*/ background-color:#c3d69b; } .M1_exp_step_name_button{ position:absolute; left:15px;
right:130px; top:0px; bottom:0px; padding:0px;
border:0px solid #c3d69b; } .M1_exp_step_name{ width:100%; height:100%; background-color:#c3d69b; margin:0px; border:0px solid #c3d69b; /*font-family:Vwei;*/
font-size:1.5em;
white-space:nowrap; overflow:hidden;
text-overflow: ellipsis;
} .M1_exp_stepItem{ /*定位*/ border:2px solid #eeece1; height:35px; } .M1_exp_step_time{ position:absolute; top:10px; right:8px; /*font-family:Vwei;*/ } .M1_exp_item_time{ width:10%; background-color:#a6a6a6; border:2px solid #eeece1; /*/*font-family:Vwei;*/ } .M1_exp_item_content{ /*背景*/
background-color:white; /*溢出*/
overflow :hidden;
/*边框*/
padding:0px;
/*/*font-family:Vwei;*/ } .M1_exp_img{ color:#f31659; }