album.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. *{
  2. font-weight: 400;
  3. }
  4. .active-color {
  5. color: #13c7a7;
  6. }
  7. .top-title {
  8. padding: 10px;
  9. }
  10. .album-name {
  11. padding: 10px 15px;
  12. border-radius: 20px;
  13. margin-right: 20px;
  14. cursor: pointer;
  15. }
  16. .active-album-name {
  17. background: #13c7a7;
  18. color: white;
  19. }
  20. .select-name {
  21. display: flex;
  22. margin: 0 10px;
  23. position: relative;
  24. }
  25. .type-box {
  26. margin: 0 0 0 30px;
  27. cursor: pointer;
  28. }
  29. .el-icon-caret-top {
  30. position: absolute;
  31. top: -1px;
  32. font-size: 16px;
  33. }
  34. .el-icon-caret-bottom {
  35. position: absolute;
  36. top: 6px;
  37. font-size: 16px;
  38. }
  39. .bottom-album {
  40. margin: 0 10px;
  41. display: grid;
  42. grid-template-columns: 1fr 1fr 1fr 1fr;
  43. grid-column-gap: 15px;
  44. padding-bottom: 100px;
  45. }
  46. .bottom-album .album-box {
  47. background: white;
  48. padding: 10px 10px 5px 10px;
  49. width: 100%;
  50. border-radius: 10px;
  51. display: flex;
  52. flex-direction: column;
  53. justify-content: space-between;
  54. margin-bottom: 15px;
  55. }
  56. .bottom-album .album-box .inside-box{
  57. padding: 0 5px 5px 5px;
  58. }
  59. .bottom-album .album-box .inside-box .album-name-box{
  60. margin-top: 18px;
  61. background-color: #fff;
  62. border-radius: 5px;
  63. }
  64. .hides{
  65. overflow:hidden;
  66. /* white-space:nowrap; */
  67. text-overflow: ellipsis;
  68. height: 20px;
  69. }
  70. .rotate{
  71. /* transition:transform 2s linear 1s ; */
  72. transform: rotate(180deg);
  73. }
  74. .item-data-box{
  75. padding: 15px;
  76. display: flex;
  77. justify-content:space-around;
  78. align-items:center;
  79. background-color: #FFFAF1;
  80. margin-top: 10px;
  81. }
  82. .item-data-box .top-word{
  83. color: #DF0F0F;
  84. }
  85. .item-data-box .bottom-word{
  86. color: #333333;;
  87. font-size: 12px;
  88. }
  89. .item-data-box div{
  90. display: flex;
  91. flex-direction: column;
  92. justify-content: center;
  93. align-items: center;
  94. }
  95. .goods-show{
  96. display: flex;
  97. justify-content: space-between;
  98. align-items: center;
  99. margin-top: 15px;
  100. }
  101. .goods-show img{
  102. width: 175px;
  103. height: 175px;
  104. position: relative;
  105. display: inline-block;
  106. overflow: hidden;
  107. }
  108. .bottom-album .album-box .bottom-box{
  109. margin-top: 25px;
  110. display: flex;
  111. justify-content: center;
  112. align-items: center;
  113. margin-bottom: 10px;
  114. font-size: 14px;
  115. font-weight: 400;
  116. color: #FFFFFF;
  117. }
  118. .bottom-album .album-box .bottom-box .btn{
  119. width: 100px;
  120. height: 40px;
  121. color: #fff;
  122. background-color: #29BA9C;
  123. border-radius: 5px;
  124. }
  125. .bottom-album .album-box .bottom-box .btn-goods{
  126. width: 100px;
  127. height: 40px;
  128. color: #fff;
  129. background-color: #FFB025;
  130. border-radius: 5px;
  131. border: 0;
  132. }
  133. .bottom-album .album-box .bottom-box-top3{
  134. margin-top: 25px;
  135. display: flex;
  136. justify-content: space-evenly;
  137. align-items: center;
  138. margin-bottom: 10px;
  139. font-size: 14px;
  140. font-weight: 400;
  141. color: #FFFFFF;
  142. }
  143. .bottom-album .album-box .bottom-box-top3 .btn{
  144. width: 100px;
  145. height: 40px;
  146. color: #fff;
  147. background-color: #29BA9C;
  148. border-radius: 5px;
  149. }
  150. .bottom-album .album-box .bottom-box-top3 .btn-goods{
  151. width: 100px;
  152. height: 40px;
  153. color: #fff;
  154. background-color: #FFB025;
  155. border-radius: 5px;
  156. border: 0;
  157. }
  158. .bottom-album .album-box .inside-box .describe-box{
  159. margin-top: 10px;
  160. background-color: #fff;
  161. border-radius: 5px;
  162. }
  163. .bottom-album .cover .el-image {
  164. width: 100%;
  165. /* max-height: 60px; */
  166. }
  167. .bottom-album .top-pane .top-pane-img {
  168. width: 120px;
  169. max-height: 60px;
  170. margin-right: 20px;
  171. }
  172. .bottom-album .top-pane {
  173. display: flex;
  174. }
  175. /* .bottom-album .top-pane img{
  176. height: 100%;
  177. width: 100%;
  178. } */
  179. .bottom-album .right-box {
  180. /* margin-left: 20px; */
  181. display: flex;
  182. flex-direction: column;
  183. justify-content: space-between;
  184. }
  185. .bottom-album .goods-album-name {
  186. font-weight: 600;
  187. display: -webkit-box;
  188. -webkit-line-clamp: 1;
  189. overflow: hidden;
  190. text-overflow: ellipsis;
  191. -webkit-box-orient: vertical;
  192. }
  193. .bottom-album .tag-box {
  194. display: flex;
  195. flex-wrap: wrap;
  196. }
  197. .bottom-album .tag-name {
  198. background: #ffefd4;
  199. padding: 5px 10px;
  200. border-radius: 5px;
  201. color: #ff7f4e;
  202. margin: 5px 5px 0 0;
  203. }
  204. .middle-pane {
  205. display: grid;
  206. grid-template-columns: 1fr 1fr 1fr;
  207. margin: 15px 0;
  208. grid-column-gap: 15px;
  209. max-height: 150px;
  210. }
  211. .active-middle-pane {
  212. height: 150px !important;
  213. }
  214. .middle-pane img {
  215. width: 100%;
  216. max-height: 150px;
  217. }
  218. .date {
  219. display: flex;
  220. justify-content: space-between;
  221. }
  222. .date .date-name {
  223. color: #b5b5b5;
  224. font-weight: 600;
  225. }
  226. .shop-icon {
  227. font-size: 18px;
  228. cursor: pointer;
  229. }
  230. .shop-icon .icon {
  231. margin-left: 10px;
  232. color: #333;
  233. }
  234. .bottom-pane {
  235. display: flex;
  236. justify-content: space-evenly;
  237. border-top: 2px solid #f4f4f4;
  238. align-items: center;
  239. }
  240. .bottom-pane .left-box {
  241. cursor: pointer;
  242. }
  243. .bottom-pane .line {
  244. width: 2px;
  245. height: 60px;
  246. background: #f4f4f4;
  247. }
  248. .bottom-pane .right-num {
  249. }
  250. .vue-page {
  251. padding: 20px;
  252. /* height: 130px; */
  253. }
  254. .vue-page-bottom {
  255. display: flex;
  256. align-items: center;
  257. justify-content: space-between;
  258. }
  259. .vue-page-bottom .tip {
  260. color: #ff7a78;
  261. font-size: 15px;
  262. }
  263. .form-pane {
  264. margin: 20px 0;
  265. }
  266. .el-dialog__body {
  267. padding: 0;
  268. }
  269. .el-dialog {
  270. border-radius: 10px;
  271. }
  272. .tips{
  273. margin-left: 85px;
  274. }
  275. .context {
  276. padding: 40px 0 20px 0;
  277. /* border-top: 1px solid #EBEEF5; */
  278. border-bottom: 1px solid #EBEEF5;
  279. }
  280. .img-box {
  281. display: flex;
  282. justify-content: center;
  283. }
  284. .msg-line {
  285. display: flex;
  286. flex-direction: column;
  287. margin: 10px;
  288. align-items: center;
  289. cursor: pointer;
  290. }
  291. .msg-line span {
  292. margin: 10px 0;
  293. }
  294. .upload-line {
  295. color: #29BA9C;
  296. margin-top: 5px;
  297. }
  298. .el-image {
  299. width: 120px;
  300. height: 120px;
  301. }
  302. .space-input {
  303. justify-content: center;
  304. display: flex;
  305. align-items: center;
  306. margin-bottom: 20px;
  307. }
  308. .space-input span {
  309. width: 100px;
  310. text-align: center;
  311. }
  312. .space-input .el-input {
  313. width: 40%;
  314. margin: 0 10px;
  315. }
  316. .bottom {
  317. padding: 20px 10px;
  318. text-align: right;
  319. }
  320. .el-icon-edit {
  321. padding: 0;
  322. }