1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- @charset "utf-8";
- #course-package-detail {
- background: #fff;
- min-height: 100%;
- .content {
- width: 1200px !important;
- }
- .top {
- padding: 8px 30px;
- height: 60px;
- line-height: 44px;
- }
- .center {
- padding-top: 20px;
- position: relative;
- overflow: hidden;
- width: 1140px !important;
- .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;
- }
- }
- }
- }
- }
|