|
@@ -3,12 +3,14 @@
|
|
|
height: 100%;
|
|
|
background: #eee;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .video-swiper {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: block;
|
|
|
background: #ffffff;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item {
|
|
|
width: 100%;
|
|
|
background: #ffffff;
|
|
@@ -16,10 +18,12 @@
|
|
|
padding-bottom: 20rpx;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item.no_swiper {
|
|
|
max-height: 879rpx;
|
|
|
min-height: 640rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box {
|
|
|
width: 100%;
|
|
|
height: 120rpx;
|
|
@@ -30,6 +34,7 @@
|
|
|
padding-right: 20rpx;
|
|
|
position: relative;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .tag_icon {
|
|
|
width: 66rpx;
|
|
|
height: 34rpx;
|
|
@@ -37,6 +42,7 @@
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .user_box {
|
|
|
width: 378rpx;
|
|
|
height: 100%;
|
|
@@ -44,12 +50,14 @@
|
|
|
align-items: center;
|
|
|
position: relative;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .user_box .avatar {
|
|
|
width: 80rpx;
|
|
|
height: 80rpx;
|
|
|
border: 2rpx solid green;
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .user_box .avatar_fans {
|
|
|
width: 34rpx;
|
|
|
height: 34rpx;
|
|
@@ -57,46 +65,55 @@
|
|
|
bottom: 5rpx;
|
|
|
left: 26rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .user_box .user_right {
|
|
|
margin-left: 16rpx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .user_box .user_right .nickname {
|
|
|
font-size: 30rpx;
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .user_box .user_right .efun_tag {
|
|
|
width: 68rpx;
|
|
|
height: 30rpx;
|
|
|
margin-left: 4rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .time {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 30rpx;
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .my_btn {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .my_btn .delete {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
margin-right: 45rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .my_btn .delete .delete_image {
|
|
|
width: 25rpx;
|
|
|
height: 33rpx;
|
|
|
margin-bottom: 2rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .my_btn .delete .delete_text {
|
|
|
font-size: 26rpx;
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .my_btn .hide {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -105,19 +122,23 @@
|
|
|
padding-top: 3rpx;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .my_btn .hide .hide_image {
|
|
|
width: 32rpx;
|
|
|
height: 33rpx;
|
|
|
margin-bottom: 2rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .head_box .my_btn .hide .hide_text {
|
|
|
font-size: 26rpx;
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .video_item {
|
|
|
width: 100%;
|
|
|
height: 422rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .video_place {
|
|
|
width: 100%;
|
|
|
height: 430rpx;
|
|
@@ -127,6 +148,7 @@
|
|
|
justify-content: center;
|
|
|
position: relative;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .video_place .play_btn {
|
|
|
width: 100rpx;
|
|
|
height: 100rpx;
|
|
@@ -136,10 +158,12 @@
|
|
|
right: 0;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .video_place .place_img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .video_item_dialog {
|
|
|
width: 100%;
|
|
|
height: 422rpx;
|
|
@@ -150,10 +174,12 @@
|
|
|
position: absolute;
|
|
|
z-index: 1;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .video_item_dialog .video_item_dialog_img {
|
|
|
width: 215rpx;
|
|
|
height: 215rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .video_title {
|
|
|
width: 100%;
|
|
|
height: 58rpx;
|
|
@@ -164,6 +190,7 @@
|
|
|
padding-left: 27rpx;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .foot_box {
|
|
|
width: 100%;
|
|
|
height: 65rpx;
|
|
@@ -172,11 +199,13 @@
|
|
|
justify-content: space-between;
|
|
|
padding-left: 20rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .foot_box .foot_left,
|
|
|
.swiper_container .swiper_item .foot_box .foot_right {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .foot_box .video_btn {
|
|
|
margin-right: 42rpx;
|
|
|
font-size: 28rpx;
|
|
@@ -185,28 +214,38 @@
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .foot_box .video_btn .collect_btn_icon {
|
|
|
width: 48rpx;
|
|
|
height: 46rpx;
|
|
|
margin-right: 7rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .foot_box .video_btn .share_btn_icon {
|
|
|
width: 46rpx;
|
|
|
height: 46rpx;
|
|
|
margin-right: 8rpx;
|
|
|
+ outline: none;
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ border-radius: 0;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .foot_box .video_btn .flower_btn_icon {
|
|
|
width: 46rpx;
|
|
|
height: 46rpx;
|
|
|
margin-right: 10rpx;
|
|
|
border-radius: none;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .foot_box .video_btn .comment_btn_icon {
|
|
|
width: 49rpx;
|
|
|
height: 47rpx;
|
|
|
margin-right: 9rpx;
|
|
|
border-radius: 0;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .btn_wrapper {
|
|
|
width: 100%;
|
|
|
height: 111rpx;
|
|
@@ -218,6 +257,7 @@
|
|
|
padding-bottom: 20rpx;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .btn_wrapper .reading_btn {
|
|
|
width: 271rpx;
|
|
|
height: 80rpx;
|
|
@@ -227,12 +267,27 @@
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .btn_wrapper .reading_btn image {
|
|
|
width: 39rpx;
|
|
|
height: 50rpx;
|
|
|
margin-right: 20rpx;
|
|
|
}
|
|
|
+
|
|
|
.swiper_container .swiper_item .btn_wrapper .reading_btn text {
|
|
|
color: #fff;
|
|
|
font-size: 30rpx;
|
|
|
}
|
|
|
+
|
|
|
+.no_work {
|
|
|
+ width: 100%;
|
|
|
+ height: 120rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+.no_work .no_work_text {
|
|
|
+ color: #373737;
|
|
|
+ font-size: 30rpx;
|
|
|
+}
|