index.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .recommend {
  2. padding-top: 30px;
  3. padding-bottom: 30px;
  4. }
  5. .recommend .head {
  6. display: -webkit-box;
  7. display: -webkit-flex;
  8. display: -moz-box;
  9. display: -ms-flexbox;
  10. display: flex;
  11. -webkit-box-pack: justify;
  12. -webkit-justify-content: space-between;
  13. -moz-box-pack: justify;
  14. -ms-flex-pack: justify;
  15. justify-content: space-between;
  16. -webkit-box-align: end;
  17. -webkit-align-items: flex-end;
  18. -moz-box-align: end;
  19. -ms-flex-align: end;
  20. align-items: flex-end;
  21. font-weight: bold;
  22. font-size: 24px;
  23. color: #333;
  24. }
  25. .recommend .head div span {
  26. margin-left: 10px;
  27. font-weight: normal;
  28. font-size: 16px;
  29. color: #999;
  30. }
  31. .recommend .head .el-link.el-link--default {
  32. font-size: 14px;
  33. color: #666;
  34. }
  35. .recommend .el-row {
  36. margin-top: 30px;
  37. }
  38. .recommend1 .el-row a {
  39. display: block;
  40. border-radius: 8px;
  41. background-color: #fff;
  42. overflow: hidden;
  43. }
  44. .recommend1 .el-row a > div:first-child {
  45. position: relative;
  46. }
  47. .recommend1 .el-row a > div:first-child > div:first-child {
  48. position: absolute;
  49. top: 0;
  50. left: 0;
  51. z-index: 2;
  52. padding-right: 16px;
  53. padding-left: 41px;
  54. border-bottom-right-radius: 8px;
  55. background: rgba(0, 0, 0, 0.6) url("../../../images/live3.png") 15px center/16px 16px no-repeat;
  56. font-size: 16px;
  57. line-height: 34px;
  58. color: #fff;
  59. }
  60. .recommend1 .el-row a > div:first-child > div.live1 {
  61. background-image: url("../../../images/live1.png");
  62. }
  63. .recommend1 .el-row a > div:first-child > div.live2 {
  64. background-image: url("../../../images/live2.png");
  65. }
  66. .recommend1 .el-image {
  67. display: block;
  68. width: 100%;
  69. height: 216px;
  70. }
  71. .recommend1 .el-row a > div:last-child {
  72. padding-right: 15px;
  73. padding-left: 15px;
  74. }
  75. .recommend1 .title {
  76. padding-top: 16px;
  77. overflow: hidden;
  78. white-space: nowrap;
  79. -o-text-overflow: ellipsis;
  80. text-overflow: ellipsis;
  81. font-size: 18px;
  82. color: #333;
  83. }
  84. .recommend1 .lecturer {
  85. display: -webkit-box;
  86. display: -webkit-flex;
  87. display: -moz-box;
  88. display: -ms-flexbox;
  89. display: flex;
  90. -webkit-box-align: center;
  91. -webkit-align-items: center;
  92. -moz-box-align: center;
  93. -ms-flex-align: center;
  94. align-items: center;
  95. padding-top: 8px;
  96. padding-bottom: 8px;
  97. font-size: 16px;
  98. color: #2b2b2b;
  99. height: 75px;
  100. }
  101. .recommend1 .el-avatar {
  102. margin-right: 15px;
  103. }
  104. .recommend1 .browse-money {
  105. display: -webkit-box;
  106. display: -webkit-flex;
  107. display: -moz-box;
  108. display: -ms-flexbox;
  109. display: flex;
  110. -webkit-box-pack: justify;
  111. -webkit-justify-content: space-between;
  112. -moz-box-pack: justify;
  113. -ms-flex-pack: justify;
  114. justify-content: space-between;
  115. -webkit-box-align: center;
  116. -webkit-align-items: center;
  117. -moz-box-align: center;
  118. -ms-flex-align: center;
  119. align-items: center;
  120. height: 46px;
  121. border-top: 1px dashed #e9e9e9;
  122. font-size: 14px;
  123. color: #999;
  124. }
  125. .recommend1 .el-icon-view {
  126. margin-right: 5px;
  127. }
  128. .recommend1 .money {
  129. font-size: 16px;
  130. color: #ff6b00;
  131. }
  132. .recommend1 .money.free {
  133. font-size: 18px;
  134. }
  135. .recommend1 .money span {
  136. font-size: 24px;
  137. }
  138. .recommend1 .el-col-8 {
  139. padding-right: 7px !important;
  140. padding-left: 7px !important;
  141. }