123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- @charset "utf-8";
- #course-data-detail {
- background: #fff;
- .content {
- width: 1140px !important;
- }
- .top {
- padding: 8px 0;
- height: 60px;
- line-height: 44px;
- }
- .center {
- background: #fff;
- .content {
- .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;
- .tab-layout {
- padding-top: 20px;
- .tab-title {
- border-left: 6px solid #7876FCFF;
- padding-left: 5px;
- color: #303036FF;
- font-size: 18px;
- margin-bottom: 5px;
- font-weight: bold;
- }
- .tab-desc {
- margin-bottom: 30px;
- font-size: 18x;
- }
- .qr-layout {
- text-align: center;
- padding: 20px;
- }
- .other-answer-carousel {
- padding: 50px 0;
- }
- }
- }
- }
- }
|