12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @charset "utf-8";
- #course-online {
- .content {
- width: 1140px !important;
- }
- .top {
- padding: 8px 20px;
- height: 60px;
- .tabs.text {
- background: none;
- padding: 0;
- display: inline-block;
- }
- .f-r {
- height: 44px;
- line-height: 44px;
- }
- }
- .center {
- background: #fff;
- .content {
- padding: 20px 30px;
- }
- .tab-1-list {
- padding-top: 30px;
- padding-bottom: 40px;
- margin: 0 -10px;
- .single-item {
- margin-bottom: 20px;
- margin-left: 10px;
- margin-right: 10px;
- }
- }
- .tab-2-list {
- padding-top: 30px;
- padding-bottom: 40px;
- margin: 0 -10px;
- .package-item {
- margin-bottom: 20px;
- margin-left: 10px;
- margin-right: 10px;
- }
- }
- }
- }
|