index.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. .my-favor.el-tabs.el-tabs--top {
  2. padding-left: 50px;
  3. margin-top: 0;
  4. }
  5. .my-favor .el-tabs__header.is-top {
  6. padding-right: 0;
  7. padding-left: 0;
  8. margin-bottom: 0;
  9. }
  10. .my-favor .el-tabs__nav-wrap.is-top::after {
  11. display: block;
  12. height: 1px;
  13. background-color: #ececec;
  14. }
  15. .my-favor .el-tabs__item.is-top {
  16. height: 60px;
  17. padding-right: 25px;
  18. padding-left: 25px;
  19. line-height: 60px;
  20. color: #999;
  21. }
  22. .my-favor .el-tabs__header.is-top .el-tabs__item.is-top:nth-child(2) {
  23. padding-left: 25px;
  24. }
  25. .my-favor .el-tabs__header.is-top .el-tabs__item.is-top:last-child {
  26. padding-right: 25px;
  27. }
  28. .my-favor .el-tabs__content {
  29. padding-top: 30px;
  30. padding-right: 50px;
  31. }
  32. .my-favor .el-col {
  33. padding-right: 7px !important;
  34. padding-left: 7px !important;
  35. margin-bottom: 14px;
  36. }
  37. .my-favor .el-col a {
  38. display: block;
  39. border-radius: 8px;
  40. overflow: hidden;
  41. -webkit-box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
  42. box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
  43. }
  44. .my-favor .image-group {
  45. position: relative;
  46. }
  47. .my-favor .image-group .el-image:first-child {
  48. display: block;
  49. width: 100%;
  50. height: 146px;
  51. }
  52. .my-favor .image-group .el-image:nth-child(2) {
  53. position: absolute;
  54. right: 7px;
  55. bottom: 7px;
  56. z-index: 2;
  57. width: 20px;
  58. height: 20px;
  59. padding: 5px;
  60. border-radius: 50%;
  61. background-color: rgba(0, 0, 0, 0.5);
  62. }
  63. .my-favor .image-group .el-button {
  64. position: absolute;
  65. top: 10px;
  66. right: 10px;
  67. z-index: 2;
  68. padding: 5px;
  69. border: 0;
  70. border-radius: 2px;
  71. background-color: rgba(0, 0, 0, 0.5);
  72. font-size: 12px;
  73. color: #FFFFFF;
  74. opacity: 0;
  75. }
  76. .my-favor .el-col a:hover .image-group .el-button {
  77. opacity: 1;
  78. }
  79. .my-favor .image-group + div {
  80. display: -webkit-box;
  81. display: -webkit-flex;
  82. display: -moz-box;
  83. display: -ms-flexbox;
  84. display: flex;
  85. -webkit-box-orient: vertical;
  86. -webkit-box-direction: normal;
  87. -webkit-flex-direction: column;
  88. -moz-box-orient: vertical;
  89. -moz-box-direction: normal;
  90. -ms-flex-direction: column;
  91. flex-direction: column;
  92. -webkit-box-pack: justify;
  93. -webkit-justify-content: space-between;
  94. -moz-box-pack: justify;
  95. -ms-flex-pack: justify;
  96. justify-content: space-between;
  97. height: 124px;
  98. padding: 13px 15px 15px 20px;
  99. }
  100. .my-favor .title {
  101. overflow: hidden;
  102. white-space: nowrap;
  103. -o-text-overflow: ellipsis;
  104. text-overflow: ellipsis;
  105. font-size: 16px;
  106. color: #282828;
  107. }
  108. .my-favor .label {
  109. -webkit-box-flex: 1;
  110. -webkit-flex: 1;
  111. -moz-box-flex: 1;
  112. -ms-flex: 1;
  113. flex: 1;
  114. min-height: 0;
  115. margin-top: 12px;
  116. font-size: 0;
  117. }
  118. .my-favor .el-tag {
  119. height: 22px;
  120. padding-right: 7px;
  121. padding-left: 7px;
  122. border-color: rgba(44, 142, 255, 0.06);
  123. border-radius: 2px;
  124. background-color: rgba(44, 142, 255, 0.06);
  125. line-height: 20px;
  126. color: #191C6E;
  127. }
  128. .my-favor .el-tag ~ .el-tag {
  129. margin-left: 10px;
  130. }
  131. .my-favor .money-count {
  132. display: -webkit-box;
  133. display: -webkit-flex;
  134. display: -moz-box;
  135. display: -ms-flexbox;
  136. display: flex;
  137. -webkit-box-pack: justify;
  138. -webkit-justify-content: space-between;
  139. -moz-box-pack: justify;
  140. -ms-flex-pack: justify;
  141. justify-content: space-between;
  142. -webkit-box-align: center;
  143. -webkit-align-items: center;
  144. -moz-box-align: center;
  145. -ms-flex-align: center;
  146. align-items: center;
  147. font-size: 14px;
  148. color: #999;
  149. }
  150. .my-favor .money-vip {
  151. font-size: 0;
  152. }
  153. .my-favor .money {
  154. display: inline-block;
  155. vertical-align: middle;
  156. font-size: 12px;
  157. color: #ff6b00;
  158. }
  159. .my-favor .money.free {
  160. font-size: 18px;
  161. }
  162. .my-favor .money span {
  163. font-size: 20px;
  164. }
  165. .my-favor .vip {
  166. display: inline-block;
  167. padding-left: 25px;
  168. margin-left: 8px;
  169. background: url("../../../images/vip_money.png") left center/21px 13px no-repeat;
  170. vertical-align: middle;
  171. font-size: 12px;
  172. line-height: 13px;
  173. color: #282828;
  174. }
  175. .my-favor .material-list a {
  176. display: -webkit-box;
  177. display: -webkit-flex;
  178. display: -moz-box;
  179. display: -ms-flexbox;
  180. display: flex;
  181. padding-top: 30px;
  182. padding-bottom: 30px;
  183. border-bottom: 1px dashed #d0d0d0;
  184. }
  185. .my-favor .material-list a > div:first-child {
  186. position: relative;
  187. }
  188. .my-favor .material-list .el-image {
  189. display: block;
  190. width: 202px;
  191. height: 114px;
  192. border-radius: 8px;
  193. }
  194. .my-favor .material-list .el-image + .el-button {
  195. position: absolute;
  196. top: 10px;
  197. right: 10px;
  198. z-index: 2;
  199. padding: 5px;
  200. border: 0;
  201. border-radius: 2px;
  202. background-color: rgba(0, 0, 0, 0.5);
  203. font-size: 12px;
  204. color: #FFFFFF;
  205. opacity: 0;
  206. }
  207. .my-favor .material-list a:hover .el-image + .el-button {
  208. opacity: 1;
  209. }
  210. .my-favor .material-list a > div:nth-child(2) {
  211. -webkit-box-flex: 1;
  212. -webkit-flex: 1;
  213. -moz-box-flex: 1;
  214. -ms-flex: 1;
  215. flex: 1;
  216. display: -webkit-box;
  217. display: -webkit-flex;
  218. display: -moz-box;
  219. display: -ms-flexbox;
  220. display: flex;
  221. -webkit-box-orient: vertical;
  222. -webkit-box-direction: normal;
  223. -webkit-flex-direction: column;
  224. -moz-box-orient: vertical;
  225. -moz-box-direction: normal;
  226. -ms-flex-direction: column;
  227. flex-direction: column;
  228. min-width: 0;
  229. padding: 8px 20px 11px;
  230. }
  231. .my-favor .material-list .title {
  232. overflow: hidden;
  233. white-space: nowrap;
  234. -o-text-overflow: ellipsis;
  235. text-overflow: ellipsis;
  236. font-size: 18px;
  237. color: #282828;
  238. }
  239. .my-favor .material-list .people {
  240. -webkit-box-flex: 1;
  241. -webkit-flex: 1;
  242. -moz-box-flex: 1;
  243. -ms-flex: 1;
  244. flex: 1;
  245. min-height: 0;
  246. margin-top: 10px;
  247. font-size: 14px;
  248. color: #999;
  249. }
  250. .my-favor .material-list .money-vip {
  251. font-size: 0;
  252. }
  253. .my-favor .material-list .money {
  254. display: inline-block;
  255. vertical-align: middle;
  256. font-size: 14px;
  257. color: #ff6b00;
  258. }
  259. .my-favor .material-list .money.free {
  260. font-size: 16px;
  261. }
  262. .my-favor .material-list .money span {
  263. font-size: 18px;
  264. }
  265. .my-favor .material-list .vip {
  266. display: inline-block;
  267. padding-right: 25px;
  268. margin-left: 8px;
  269. background: url("../../../images/vip_money.png") left center/21px 13px no-repeat;
  270. vertical-align: middle;
  271. font-size: 12px;
  272. line-height: 13px;
  273. color: #282828;
  274. }
  275. .my-favor .material-list .el-button {
  276. -webkit-align-self: center;
  277. -ms-flex-item-align: center;
  278. align-self: center;
  279. padding: 10px 23px;
  280. border-color: #191C6E;
  281. border-radius: 19px;
  282. font-size: 16px;
  283. color: #191C6E;
  284. }
  285. .my-favor .el-pagination {
  286. padding-top: 58px;
  287. padding-bottom: 58px;
  288. text-align: center;
  289. }
  290. .my-favor .el-tabs__content .empty {
  291. height: 539px;
  292. background: url("../../../images/empty6.png") center/274px no-repeat;
  293. }