1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- @charset "utf-8";
- #course-data-detail {
- background: #fff;
- .content {
- width: 1200px !important;
- }
- .top {
- padding: 8px 30px;
- height: 60px;
- line-height: 44px;
- }
- .center {
- background: #fff;
- .content {
- width: 1140px !important;
- .item-detail {
- overflow: hidden;
- padding-bottom: 20px;
- .left {
- float: left;
- width: 290px;
- height: 335px;
- background: rgba(251, 251, 251, 1);
- border-radius: 4px;
- border: 1px solid rgba(229, 229, 229, 1);
- position: relative;
- padding: 10px;
- .tag-list {
- position: absolute;
- top: 20px;
- left: 20px;
- .tag {
- display: inline-block;
- font-size: 12px;
- color: #fff;
- width: 44px;
- height: 24px;
- background: rgba(104, 101, 253, 1);
- border-radius: 2px;
- text-align: center;
- margin-right: 5px;
- }
- }
- }
- .right {
- padding-left: 310px;
- .action {
- margin-bottom: 10px;
- overflow: hidden;
- .button {}
- .default.button {
- color: #4292F0;
- }
- }
- }
- }
- }
- }
- .bottom {
- background: #FAFAFAFF;
- .content {
- padding: 20px 0;
- }
- }
- }
|