Team:BIT/index.css
From 2014.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
- | #footer1{ margin-top: | + | #footer1{ margin-top:0px;} |
#logo{ width:1024px; margin:auto; height:45px;} | #logo{ width:1024px; margin:auto; height:45px;} | ||
Line 21: | Line 21: | ||
margin:auto 0; | margin:auto 0; | ||
width:1024px; | width:1024px; | ||
- | height: | + | height:130px; |
margin-top:650px; | margin-top:650px; | ||
position: relative; | position: relative; | ||
} | } | ||
- | #address p{ text-align:center; line-height: | + | #address p{ text-align:center; line-height:10px;} |
/*提示框*/ | /*提示框*/ | ||
Revision as of 03:32, 19 August 2014
@charset "utf-8"; /* CSS Document */
- index_bg{ margin:50px 0 0 100px; z-index:-1;}
- project{position:absolute;top: 131px;left: 100px;}
- team{position:absolute;top: 50px;left: 365px;}
- human{position:absolute;top: 662px;left: 627px;}
- model{position:absolute;top: 550px;left: 365px;}
- notebook{position:absolute;top: 435px;left: 100px;}
- device{position:absolute;top: 133px;left: 627px;}
- inter{position:absolute;top: 446px;left: 627px;}
- footer1{ margin-top:0px;}
- logo{ width:1024px; margin:auto; height:45px;}
- logo img{ position:absolute;left:485px;}
- address{width:1024px; height:50px; }
- others{
margin:auto 0; width:1024px; height:130px; margin-top:650px; position: relative; }
- address p{ text-align:center; line-height:10px;}
/*提示框*/
.tooltip p {
font-size:14px;
} .tooltip{ width:150px;
padding:10px; border-radius:3px;
z-index:1;
position:absolute; box-shadow:1px 1px 10px 0 #ccc; margin: -600px 0 0 200px; background:rgba(255,255,255,0.7); -webkit-transition:margin .5s ease-in-out; -moz-transition:margin .5s ease-in-out;}
.arrow {
position:absolute; margin:10px 0 0 50px;
width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid rgba(255,255,255,0.7); }