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; }