index.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. .recommend0 .el-row {
  39. margin-bottom: -20px;
  40. }
  41. .recommend0 .el-col {
  42. margin-bottom: 14px;
  43. }
  44. .recommend0 .el-row a {
  45. display: block;
  46. border-radius: 8px;
  47. background-color: #fff;
  48. overflow: hidden;
  49. -webkit-transition: 0.3s;
  50. -o-transition: 0.3s;
  51. -moz-transition: 0.3s;
  52. transition: 0.3s;
  53. }
  54. .recommend0 .el-row a:hover {
  55. -webkit-box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
  56. box-shadow: 0 2px 16px rgba(79, 109, 143, 0.12);
  57. -webkit-transform: translateY(-6px);
  58. -moz-transform: translateY(-6px);
  59. -ms-transform: translateY(-6px);
  60. -o-transform: translateY(-6px);
  61. transform: translateY(-6px);
  62. }
  63. .recommend0 .el-image {
  64. display: block;
  65. width: 100%;
  66. height: 160px;
  67. }
  68. .recommend0 .el-image + div {
  69. padding-right: 15px;
  70. padding-left: 15px;
  71. }
  72. .recommend0 .title {
  73. padding-top: 15px;
  74. overflow: hidden;
  75. white-space: nowrap;
  76. -o-text-overflow: ellipsis;
  77. text-overflow: ellipsis;
  78. font-size: 16px;
  79. color: #333;
  80. }
  81. .recommend0 .label-count {
  82. display: -webkit-box;
  83. display: -webkit-flex;
  84. display: -moz-box;
  85. display: -ms-flexbox;
  86. display: flex;
  87. -webkit-box-pack: justify;
  88. -webkit-justify-content: space-between;
  89. -moz-box-pack: justify;
  90. -ms-flex-pack: justify;
  91. justify-content: space-between;
  92. -webkit-box-align: center;
  93. -webkit-align-items: center;
  94. -moz-box-align: center;
  95. -ms-flex-align: center;
  96. align-items: center;
  97. padding-top: 8px;
  98. padding-bottom: 8px;
  99. font-size: 14px;
  100. color: #666;
  101. }
  102. .recommend0 .label-count > div:first-child {
  103. font-size: 0;
  104. }
  105. .recommend0 .el-tag {
  106. height: 22px;
  107. padding-right: 9px;
  108. padding-left: 9px;
  109. border-color: rgba(44, 142, 255, 0.06);
  110. border-radius: 2px;
  111. background-color: rgba(44, 142, 255, 0.06);
  112. line-height: 20px;
  113. color: #191C6E;
  114. }
  115. .recommend0 .el-tag ~ .el-tag {
  116. margin-left: 6px;
  117. }
  118. .recommend0 .browse-money {
  119. display: -webkit-box;
  120. display: -webkit-flex;
  121. display: -moz-box;
  122. display: -ms-flexbox;
  123. display: flex;
  124. -webkit-box-pack: justify;
  125. -webkit-justify-content: space-between;
  126. -moz-box-pack: justify;
  127. -ms-flex-pack: justify;
  128. justify-content: space-between;
  129. -webkit-box-align: center;
  130. -webkit-align-items: center;
  131. -moz-box-align: center;
  132. -ms-flex-align: center;
  133. align-items: center;
  134. height: 48px;
  135. border-top: 1px dashed #eee;
  136. font-size: 14px;
  137. color: #999;
  138. }
  139. .recommend0 .money {
  140. font-size: 14px;
  141. color: #ff6b00;
  142. }
  143. .recommend0 .money.free {
  144. font-size: 16px;
  145. }
  146. .recommend0 .money span {
  147. font-size: 18px;
  148. }
  149. .recommend0 .el-col-6 {
  150. padding-right: 7px !important;
  151. padding-left: 7px !important;
  152. }