index.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .my-material .el-row {
  2. padding: 40px 50px;
  3. }
  4. .my-material .el-col {
  5. margin-bottom: 20px;
  6. }
  7. .my-material .el-col a {
  8. display: block;
  9. border-radius: 8px;
  10. overflow: hidden;
  11. -webkit-box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
  12. box-shadow: 0 2px 15px rgba(79, 109, 143, 0.15);
  13. }
  14. .my-material .el-image {
  15. display: block;
  16. width: 100%;
  17. height: 146px;
  18. }
  19. .my-material .el-image + div {
  20. display: -webkit-box;
  21. display: -webkit-flex;
  22. display: -moz-box;
  23. display: -ms-flexbox;
  24. display: flex;
  25. -webkit-box-orient: vertical;
  26. -webkit-box-direction: normal;
  27. -webkit-flex-direction: column;
  28. -moz-box-orient: vertical;
  29. -moz-box-direction: normal;
  30. -ms-flex-direction: column;
  31. flex-direction: column;
  32. -webkit-box-pack: justify;
  33. -webkit-justify-content: space-between;
  34. -moz-box-pack: justify;
  35. -ms-flex-pack: justify;
  36. justify-content: space-between;
  37. height: 124px;
  38. padding: 13px 20px 18px;
  39. font-size: 14px;
  40. color: #999;
  41. }
  42. .my-material .title {
  43. overflow: hidden;
  44. white-space: nowrap;
  45. -o-text-overflow: ellipsis;
  46. text-overflow: ellipsis;
  47. font-size: 16px;
  48. color: #282828;
  49. }
  50. .my-material .money-vip {
  51. font-size: 0;
  52. }
  53. .my-material .money {
  54. display: inline-block;
  55. vertical-align: middle;
  56. font-size: 12px;
  57. color: #ff6b00;
  58. }
  59. .my-material .money.free {
  60. font-size: 18px;
  61. }
  62. .my-material .money span {
  63. font-size: 20px;
  64. }
  65. .my-material .vip {
  66. display: inline-block;
  67. padding-left: 25px;
  68. margin-left: 8px;
  69. background: url("../../../images/vip_money.png") left center/21px 13px no-repeat;
  70. vertical-align: middle;
  71. font-size: 12px;
  72. line-height: 13px;
  73. color: #282828;
  74. }
  75. .my-material .el-pagination {
  76. padding-top: 58px;
  77. padding-bottom: 58px;
  78. text-align: center;
  79. }
  80. .my-material .empty {
  81. height: 600px;
  82. background: url("../../../images/empty8.png") center/274px no-repeat;
  83. }