123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- .swiper_container {
- width: 100%;
- height: 100%;
- }
- .swiper_container .video-swiper {
- width: 100%;
- height: 100%;
- display: block;
- background: #ffffff;
- }
- .swiper_container .swiper_item {
- width: 100%;
- height: 100%;
- }
- .swiper_container .swiper_item.no_swiper {
- height: 879rpx;
- }
- .swiper_container .swiper_item .head_box {
- width: 100%;
- height: 120rpx;
- display: flex;
- justify-content: space-between;
- padding-left: 20rpx;
- box-sizing: border-box;
- padding-right: 20rpx;
- }
- .swiper_container .swiper_item .head_box .user_box {
- width: 400rpx;
- height: 100%;
- display: flex;
- align-items: center;
- }
- .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 .user_right {
- margin-left: 16rpx;
- }
- .swiper_container .swiper_item .head_box .user_box .user_right .nickname {
- font-size: 30rpx;
- color: rgba(0, 0, 0, 0.6);
- }
- .swiper_container .swiper_item .head_box .time {
- display: flex;
- align-items: center;
- font-size: 26rpx;
- color: rgba(0, 0, 0, 0.6);
- }
- .swiper_container .swiper_item .video_item {
- width: 100%;
- height: 422rpx;
- }
- .swiper_container .swiper_item .video_title {
- width: 100%;
- height: 62rpx;
- font-size: 30rpx;
- color: #373737;
- display: flex;
- align-items: center;
- padding-left: 20rpx;
- }
- .swiper_container .swiper_item .foot_box {
- width: 100%;
- height: 120rpx;
- display: flex;
- 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 .btn {
- margin-right: 42rpx;
- font-size: 28rpx;
- color: rgba(0, 0, 0, 0.6);
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .swiper_container .swiper_item .foot_box .btn .collect_btn_icon {
- width: 48rpx;
- height: 46rpx;
- margin-right: 14rpx;
- }
- .swiper_container .swiper_item .foot_box .btn .share_btn_icon {
- width: 46rpx;
- height: 46rpx;
- margin-right: 14rpx;
- }
- .swiper_container .swiper_item .foot_box .btn .flower_btn_icon {
- width: 46rpx;
- height: 46rpx;
- margin-right: 14rpx;
- }
- .swiper_container .swiper_item .foot_box .btn .comment_btn_icon {
- width: 49rpx;
- height: 47rpx;
- margin-right: 14rpx;
- border-radius: 0;
- }
- .swiper_container .swiper_item .btn_wrapper {
- width: 100%;
- height: 110rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .swiper_container .swiper_item .btn_wrapper .reading_btn {
- width: 271rpx;
- height: 80rpx;
- background: #14c962;
- border-radius: 100rpx;
- display: flex;
- 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;
- }
|