12345678910111213141516171819202122 |
- @charset "utf-8";
- #textbook-year {
- background: #fff;
- min-height: 100%;
- .content {
- width: 1140px !important;
- }
- .top {
- padding: 8px 0;
- height: 60px;
- line-height: 44px;
- }
- .center {
- padding-bottom: 100px;
- position: relative;
- overflow: hidden;
- }
- }
|