1234567891011121314151617181920212223242526272829 |
- @charset "utf-8";
- #course-experience-detail {
- background: #fff;
- min-height: 100%;
- .content {
- width: 1200px !important;
- }
- .top {
- padding: 8px 30px;
- height: 60px;
- line-height: 44px;
- }
- .center {
- background: #fff;
- padding-top: 60px;
- .content {
- width: 1140px !important;
- .detail {
- padding-top: 60px;
- }
- }
- }
- }
|