Line 65: | Line 65: | ||
bottom: 23px; | bottom: 23px; | ||
} | } | ||
− | + | div{ | |
box-sizing: border-box; | box-sizing: border-box; | ||
} | } |
Revision as of 07:46, 26 July 2018
/*****
- Font Styles
- /
- FudanBody .slides h3{
color: #404040; font: 40px Futura;
}
- FudanBody .slides h5{
color: #404040; font: 20px Futura;
}
/*****
- Structure Styles
- /
- FudanWrapper {
position: absolute; width: 100%;
}
- FudanBody {
position: absolute; width: 100%; top: 18px; overflow: hidden;
}
- FudanBody a{
text-decoration: none; outline: none;
}
- FudanBody .fa{
height: inherit; line-height: inherit; font-size: inherit;
}
- teamLogo{
padding: 0 40px 0 40px;
}
- navList{
line-height: inherit;
}
- navList.sidenav-trigger{
margin: 0 10px;
}
- FudanBody .slider .indicators{
bottom: 60px; z-index: 100;
}
- homepageDivider{
width: 100%; height: 20px; position: relative; top: -40px;
}
- homepageContent{
position: relative; top: -20px;
}
- toolBoxBtn ul li a{
font-size: 20px;
}
- toolBoxBtn_large{
position: absolute; right: 23px; bottom: 23px;
} div{
box-sizing: border-box;
}