1234567891011121314151617181920212223242526272829 |
- body {
- color: #333;
- font-size: 12px;
- }
- #root {
- width: 100%;
- height: 100%;
- min-width: 960px;
- }
- .header {
- height: 120px;
- border-bottom: 1px solid #eee;
- }
- .clearfix:before,
- .clearfix:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- overflow: hidden;
- }
- .footer {
- border-top: 1px solid #eee;
- }
|