12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- @charset "utf-8";
- #course-package-detail {
- background: #fff;
- min-height: 100%;
- .content {
- width: 1140px !important;
- }
- .top {
- padding: 8px 0px;
- height: 60px;
- line-height: 44px;
- }
- .center {
- padding-top: 20px;
- position: relative;
- overflow: hidden;
- .desc {
- margin-bottom: 60px;
- }
- .main-title {
- border-left: 6px solid #7876FCFF;
- padding-left: 5px;
- line-height: 20px;
- color: #303036FF;
- font-size: 20px;
- margin-bottom: 30px;
- }
- .list {
- margin: 0 -20px;
- margin-bottom: 10px;
- .single-item {
- margin: 0 20px;
- margin-bottom: 20px;
- }
- .other-item {
- margin: 0 20px;
- margin-bottom: 20px;
- background: #eee;
- width: 352px;
- height: 140px;
- .assets {}
- }
- .service-item {
- margin: 0 20px;
- margin-bottom: 20px;
- padding: 20px 30px 20px 80px;
- position: relative;
- border-radius: 3px;
- background: #FBFBFBFF;
- .assets {
- position: absolute;
- left: 10px;
- }
- .t {
- line-height: 25px;
- }
- }
- }
- }
- }
|