album1.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .active-color {
  2. color: #13c7a7;special;
  3. }
  4. .top-title {
  5. padding: 10px;
  6. }
  7. .album-name {
  8. background: #13c7a7;
  9. color: white;
  10. padding: 10px 15px;
  11. border-radius: 20px;
  12. margin-right: 20px;
  13. cursor: pointer;
  14. }
  15. .album-name-against {
  16. background: white;
  17. color: black;
  18. padding: 10px 15px;
  19. border-radius: 20px;
  20. margin-right: 20px;
  21. cursor: pointer;
  22. }
  23. .select-name {
  24. display: flex;
  25. margin: 0 10px;
  26. position: relative;
  27. }
  28. .type-box {
  29. margin: 0 0 0 30px;
  30. cursor: pointer;
  31. }
  32. .el-icon-caret-top {
  33. position: absolute;
  34. top: 0px;
  35. font-size: 16px;
  36. }
  37. .el-icon-caret-bottom {
  38. position: absolute;
  39. top: 6px;
  40. font-size: 16px;
  41. }
  42. .bottom-album {
  43. margin: 0 10px;
  44. display: grid;
  45. grid-template-columns: 1fr 1fr 1fr;
  46. grid-column-gap: 15px;
  47. padding-bottom: 100px;
  48. }
  49. .bottom-album .album-box {
  50. background: white;
  51. padding: 15px 15px 5px 15px;
  52. width: 100%;
  53. border-radius: 10px;
  54. display: flex;
  55. flex-direction: column;
  56. justify-content: space-between;
  57. margin-bottom: 15px;
  58. }
  59. .bottom-album .top-pane img {
  60. width: 22%;
  61. max-height: 60px;
  62. }
  63. .bottom-album .top-pane {
  64. display: flex;
  65. }
  66. .bottom-album .top-pane img{
  67. /* height: 158px; */
  68. }
  69. .bottom-album .right-box {
  70. margin-left: 10px;
  71. display: flex;
  72. flex-direction: column;
  73. justify-content: space-between;
  74. }
  75. .bottom-album .goods-album-name {
  76. font-weight: 600;
  77. }
  78. .bottom-album .tag-name {
  79. background: #ffefd4;
  80. padding: 8px 10px;
  81. border-radius: 5px;
  82. color: #ff7f4e;
  83. }
  84. .middle-pane {
  85. display: grid;
  86. grid-template-columns: 1fr 1fr 1fr;
  87. margin: 15px 0;
  88. grid-column-gap: 15px;
  89. }
  90. .middle-pane img {
  91. width: 100%;
  92. }
  93. .date {
  94. display: flex;
  95. justify-content: space-between;
  96. }
  97. .date .date-name {
  98. color: #b5b5b5;
  99. font-weight: 600;
  100. }
  101. .bottom-pane {
  102. display: flex;
  103. justify-content: space-evenly;
  104. border-top: 2px solid #f4f4f4;
  105. align-items: center;
  106. }
  107. .bottom-pane .left-box {
  108. }
  109. .bottom-pane .line {
  110. width: 2px;
  111. height: 60px;
  112. background: #f4f4f4;
  113. }
  114. .bottom-pane .right-num {
  115. }
  116. .vue-page {
  117. padding: 20px;
  118. height: 130px;
  119. }
  120. .vue-page-bottom {
  121. display: flex;
  122. align-items: center;
  123. justify-content: space-between;
  124. }
  125. .vue-page-bottom .tip {
  126. color: #ff7a78;
  127. font-size: 15px;
  128. }
  129. .form-pane {
  130. margin: 20px 0;
  131. }