From 8db403d9dd51388b3b98ecdbb081755dc5423751 Mon Sep 17 00:00:00 2001
From: xuhuajiao <13476289682@163.com>
Date: Sat, 2 Apr 2022 18:17:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=90=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/styles/adminIndex.scss | 37 +++++--
src/views/ThemeGallery/index.vue | 103 +++++++++++-------
src/views/components/MyAlbum.vue | 25 ++---
src/views/components/ThemeGalleryList.vue | 53 ++++-----
src/views/components/upload.vue | 1 -
src/views/dashboard/PublishProcess.vue | 2 +
src/views/materialContent/index.vue | 41 ++++---
.../materialContent/materialList/index.vue | 20 +++-
8 files changed, 170 insertions(+), 112 deletions(-)
diff --git a/src/assets/styles/adminIndex.scss b/src/assets/styles/adminIndex.scss
index 61c7316..6645b4a 100644
--- a/src/assets/styles/adminIndex.scss
+++ b/src/assets/styles/adminIndex.scss
@@ -10,6 +10,9 @@
background-color: #c1c1c1;
border-radius: 3px;
}
+
+img[src=""],img:not([src]){opacity:0;}
+
.home_item {
height: 248px;
padding: 0 18px;
@@ -243,13 +246,7 @@
display: block;
width: 164px;
height: 140px;
- }
-
- .radio_img {
- width: 164px;
- height: 140px;
- background: url(../../assets/images/t-yp.png) no-repeat #b3e8fa center;
- background-size: 98px 98px;
+ object-fit: cover;
}
.item_player {
position: absolute;
@@ -264,6 +261,22 @@
}
}
+.radio_img {
+ width: 164px;
+ height: 140px;
+ background: url(../../assets/images/t-yp.png) no-repeat #b3e8fa center;
+ background-size: 98px 98px;
+}
+
+.set_radio{
+ .radio_img {
+ width: 140px;
+ height: 250px;
+ background: url(../../assets/images/t-yp.png) no-repeat #b3e8fa center;
+ background-size: 98px 98px;
+ }
+}
+
.content_warp {
i {
font-style: normal;
@@ -402,14 +415,22 @@
overflow: hidden;
margin: 0 24px 24px 0;
img {
+ position: relative;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
+ &::after{
+ content: "222222";
+ position: absolute;
+ left: 0;
+ top: 0;
+ z-index: 999;
+ }
}
+
}
}
-
.cont_upload {
display: flex;
flex-wrap: wrap;
diff --git a/src/views/ThemeGallery/index.vue b/src/views/ThemeGallery/index.vue
index e763f77..3e4ce16 100644
--- a/src/views/ThemeGallery/index.vue
+++ b/src/views/ThemeGallery/index.vue
@@ -94,14 +94,14 @@
-