From 3b776a3bebcb7035cb611da62572882df398574c Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Fri, 17 Jan 2025 18:28:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dios=E9=80=89=E9=9B=86?=
=?UTF-8?q?=E6=8D=A2=E8=A1=8C=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/my-video-list/list-item.vue | 41 ----------------------
components/my-video-list/my-video-list.vue | 35 +++++++++---------
2 files changed, 17 insertions(+), 59 deletions(-)
diff --git a/components/my-video-list/list-item.vue b/components/my-video-list/list-item.vue
index 2e36de3..cd4d8a8 100644
--- a/components/my-video-list/list-item.vue
+++ b/components/my-video-list/list-item.vue
@@ -524,47 +524,6 @@
}
}
- .ji-list {
- .ji-item {
- width: 210rpx;
- margin-bottom: 20rpx;
- margin-right: 30rpx;
- height: 88rpx;
- font-size: 28rpx;
- color: #333;
- border-radius: 12rpx;
- background-color: #F5F7FF;
- position: relative;
-
- &.active {
- background-color: $my-main-color;
- color: #fff;
- }
-
- .lock {
- position: absolute;
- border-radius: 0px 6px 0px 6px;
- background-color: #ccc;
- padding: 2rpx 4rpx;
- top: 0;
- right: 0;
- }
-
- .playing {
- position: absolute;
- width: 32rpx;
- height: 24rpx;
- bottom: 5px;
- right: 7px;
- }
- }
- }
- /* #ifdef H5 */
- .ji-item:nth-of-type(3n) {
- margin-right: 0;
- }
-
- /* #endif */
.hot {
width: 40rpx;
diff --git a/components/my-video-list/my-video-list.vue b/components/my-video-list/my-video-list.vue
index 48fdca4..00f08bc 100644
--- a/components/my-video-list/my-video-list.vue
+++ b/components/my-video-list/my-video-list.vue
@@ -48,25 +48,23 @@
-
-
-
-
- 第{{index+1}}集
-
-
-
-
-
-
+
+
+
+ 第{{index+1}}集
+
+
+
+
+
+
-
-
+
@@ -1041,7 +1039,7 @@
.ji-list {
.ji-item {
- width: 210rpx;
+ width: 208rpx;
margin-bottom: 20rpx;
margin-right: 30rpx;
height: 88rpx;
@@ -1083,7 +1081,8 @@
}
}
}
-
+
+
.ji-item:nth-of-type(3n) {
margin-right: 0;
}