123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346 |
- .video-swiper {
- width: 100%;
- height: 100%;
- background-color: #000;
- }
- .video-swiper .video-swiper-item {
- display: flex;
- flex-direction: column;
- position: relative;
- box-sizing: border-box;
- }
- .video-swiper .video-swiper-item .custom-video {
- width: 100%;
- height: 100%;
- position: relative;
- }
- .video-swiper .video-swiper-item .custom-video .video {
- width: 100%;
- height: calc(100% - 6px);
- }
- .video-swiper .video-swiper-item .custom-video .playBtn {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translateX(-50%) translateY(-50%);
- }
- .video-swiper .video-swiper-item .custom-video .playBtn image {
- width: 110px;
- height: 110px;
- }
- .video-swiper .video-swiper-item .custom-video .progress-bg {
- position: absolute;
- bottom: 0px;
- width: 100%;
- height: 50px;
- }
- .video-swiper .video-swiper-item .custom-video .progress-bg .progress-container {
- position: absolute;
- bottom: 27px;
- width: 100%;
- height: 6px;
- border-radius: 3px;
- background-color: #0f0f0f;
- }
- .video-swiper .video-swiper-item .custom-video .progress-bg .progress-container .progress {
- height: inherit;
- border-radius: 4px 0 0 4px;
- background-color: #4c4c4c;
- }
- .video-swiper .video-swiper-item .custom-video .progress-indicator {
- position: absolute;
- bottom: 20px;
- left: 0;
- width: 100%;
- height: 100px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- background-color: linear-gradient(to right, rgba(0, 0, 0, 0), 50%, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
- }
- .video-swiper .video-swiper-item .custom-video .progress-indicator .showInfo {
- display: flex;
- flex-direction: row;
- height: 60px;
- width: 400px;
- align-items: center;
- justify-content: center;
- font-size: 36px;
- font-weight: 500;
- }
- .video-swiper .video-swiper-item .custom-video .progress-indicator .showInfo .showInfo-a {
- height: 60px;
- color: #fff;
- margin-right: 20px;
- }
- .video-swiper .video-swiper-item .custom-video .progress-indicator .showInfo .showInfo-m {
- height: 24px;
- width: 2px;
- background-color: #999;
- }
- .video-swiper .video-swiper-item .custom-video .progress-indicator .showInfo .showInfo-b {
- height: 60px;
- color: #999;
- margin-left: 20px;
- }
- .video-swiper .video-swiper-item .custom-video .progress-indicator .indicator-bg {
- display: flex;
- flex-direction: row;
- width: 100%;
- height: 20px;
- background-color: #979797;
- align-items: center;
- border-radius: 10px;
- }
- .video-swiper .video-swiper-item .custom-video .progress-indicator .indicator-bg .indcator-active {
- height: 20px;
- background-color: #d5d5d5;
- border-radius: 10px 0 0 10px;
- }
- .video-swiper .video-swiper-item .custom-video .progress-indicator .indicator-bg .indicator-dot {
- background-color: white;
- height: 32px;
- width: 12px;
- border-radius: 6px;
- }
- .video-swiper .video-swiper-item .custom-video .video-play-end-cover {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background: rgba(0, 0, 0, 0.5);
- z-index: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .video-swiper .video-swiper-item .custom-video .video-play-end-cover .container {
- width: 100%;
- display: flex;
- justify-content: space-evenly;
- color: #fff;
- margin-top: 190px;
- margin-bottom: 300px;
- }
- .video-swiper .video-swiper-item .custom-video .video-play-end-cover .container .item {
- display: flex;
- flex-direction: column;
- font-size: 36px;
- align-items: center;
- margin: 0;
- padding: 0;
- background: transparent;
- color: #fff;
- line-height: 50px;
- font-weight: 600;
- }
- .video-swiper .video-swiper-item .custom-video .video-play-end-cover .container .item Image {
- width: 160px;
- height: 160px;
- margin-bottom: 20px;
- }
- .video-swiper .video-swiper-item .custom-video .video-play-end-cover .container .right::after {
- border: none;
- }
- .video-swiper .video-swiper-item .custom-video .video-play-end-cover .more-video {
- position: relative;
- width: 100%;
- color: #fff;
- font-size: 32px;
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .video-swiper .video-swiper-item .custom-video .video-play-end-cover .more-video Image {
- position: absolute;
- bottom: 0;
- width: 108px;
- height: 106px;
- animation: turn 1.5s infinite;
- }
- .video-swiper .video-swiper-item .video-introduce {
- box-sizing: border-box;
- position: absolute;
- width: 100%;
- left: 0;
- bottom: 50px;
- color: #fff;
- font-size: 32px;
- padding: 10px 20px 0;
- text-shadow: #000 1px 0 6px;
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
- }
- .video-swiper .video-swiper-item .video-introduce .video-user-info {
- display: flex;
- align-items: center;
- font-size: 36px;
- font-weight: 600;
- width: calc(100% - 120px);
- }
- .video-swiper .video-swiper-item .video-introduce .video-user-info .avatar {
- width: 50px;
- height: 50px;
- border-radius: 50%;
- margin-right: 15px;
- }
- .video-swiper .video-swiper-item .video-introduce .video-title {
- margin: 20px 0;
- width: calc(100% - 120px);
- font-weight: 500;
- }
- .video-swiper .video-swiper-item .video-introduce .redShareBtn {
- width: calc(90% - 120px);
- height: 80px;
- background-color: #EE2C4F;
- border-radius: 8px;
- z-index: 99;
- text-align: center;
- font-size: 38px;
- font-weight: bolder;
- line-height: 80px;
- color: #fff;
- text-shadow: none;
- margin-left: 0;
- margin-right: auto;
- }
- .video-swiper .video-swiper-item .video-introduce .redShareBtn::after {
- border: none;
- }
- .video-swiper .video-swiper-item .video-bar {
- display: flex;
- flex-direction: column;
- align-items: center;
- box-sizing: border-box;
- width: 90px;
- height: 100%;
- padding: 10px 0px;
- margin-right: 20px;
- justify-content: flex-end;
- position: absolute;
- right: 0;
- bottom: 10px;
- }
- .video-swiper .video-swiper-item .video-bar .friend {
- display: flex;
- flex-direction: column;
- align-items: center;
- height: 190px;
- width: 80px;
- color: #fff;
- padding-bottom: 16px;
- border-radius: 40px;
- background-color: #04740399;
- }
- .video-swiper .video-swiper-item .video-bar .friend image {
- width: 80px;
- height: 80px;
- margin-bottom: 10px;
- }
- .video-swiper .video-swiper-item .video-bar .friend .text {
- width: 30px;
- font-size: 30px;
- line-height: 44px;
- font-weight: bold;
- }
- .video-swiper .video-swiper-item .video-bar .friend::after {
- border: none;
- }
- .video-swiper .video-swiper-item .video-bar .pyq {
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: transparent;
- width: 80px;
- height: 130px;
- margin-top: 40px;
- }
- .video-swiper .video-swiper-item .video-bar .pyq image {
- width: 80px;
- height: 80px;
- margin-bottom: 10px;
- }
- .video-swiper .video-swiper-item .video-bar .pyq .text {
- color: white;
- width: 100px;
- font-size: 26px;
- line-height: 32px;
- font-weight: bold;
- }
- .video-swiper .video-swiper-item .video-bar .pyq::after {
- border: none;
- }
- .video-swiper .video-swiper-item .video-bar .more {
- height: 60px;
- display: flex;
- position: relative;
- align-items: center;
- margin-top: 40px;
- }
- .video-swiper .video-swiper-item .video-bar .more .bot {
- width: 4px;
- height: 4px;
- background-color: #999;
- border: 2px solid #999;
- border-radius: 50%;
- }
- .video-swiper .video-swiper-item .video-bar .more .margin10 {
- margin: 0 10px;
- }
- .video-swiper .video-swiper-item .video-bar .more .tips {
- position: absolute;
- width: 100px;
- height: 40px;
- border-radius: 4px;
- background: #fff;
- font-size: 22px;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 4px 10px;
- color: #6a6969;
- right: 60px;
- z-index: 1;
- }
- .video-swiper .video-swiper-item .video-bar .more .tips image {
- width: 40px;
- height: 40px;
- margin-right: 8px;
- }
- .video-swiper .video-swiper-item .video-bar .more .tips::after {
- position: absolute;
- content: ' ';
- right: -26px;
- width: 0;
- height: 0;
- border: 10px solid transparent;
- border-left: 26px solid #fff;
- }
- .video-swiper .video-swiper-item .video-bar .share-btn-f {
- margin-left: 20px;
- height: 60px;
- background: #55c57c;
- display: flex;
- align-items: center;
- color: #fff;
- font-size: 28px;
- }
- .video-swiper .video-swiper-item .video-bar .share-btn-f .wechat-icon {
- margin-right: 10px;
- width: 40px;
- height: 40px;
- background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABGCAMAAABsQOMZAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA9wjz1ykDEMQx5IHeXG7ovVQao2jtzqmdkXoVi0g9tU1CIMmvlmI4dBMRDGIAAALGSURBVFjDtddnc6MwEAbglRCYYtPdwL2///8P3lzgBoWiQnLPp8zGZrza1SLRqPy1P4vEYc7yfi4+b04/scieAt+xNHJpptvewSg/88heUDBMCitum+wWauJKNq4htIqaTPEDTCSBabp3mHGOZIL7MMVeJs9LYWFFOt4ZNhztOh5gZ7nQ9AuTP1y+Lzs0JmNndcJC3mFfuyED1DFlqWO5hLcmVozE5H20UVU4QUdQY6WJIaOhsc/51LhoYhA0yYfE4U0wUsQa7uSeY5Admqno6GL4qDKWPWvyLqE+ltKE/XCQMmhjLBScxqWwE+5WJ1e1U5awkMZtLeqc04Q1TLFtQMRPUSoSBsBZ+sUqpwEGQzuXeHl2elHx7I8ex3DprlRH49mk1xlr+Fjw/XQumxN17jAQ01tAgR26Gu2gV3oRg9rGpVYJrY/3gJbzL20XOpG3tXrTCKj5XgEj6/aJFZSYG8FQ0uzInKkTdlmXVZR9BCRstypTqfcH82Zoyf0up1v/jHHsfb9p8dxRdWAp/d2v4pb+4t0GamdarCjdQkox6G/WeDABM91MfAToXJp3hvRuGPTJo4nkISa85AU+97si/CrrVa5SO3qDqWV015AUOfGKoXMPyMsSSEpqHNlEE/ZbjfW7uRcoqHVyRpsmg6HhGSVYjv07hqVEfanwI1hiJBkOAfGzB96HA8Q65ZA6OQbYak5RBrNb6gTrB+6GhxL/xE/xtq15lMBO2T/XbY7U8Gr3fTy6e9i5fT/XiYx6AljxqbPF8uXRgMDMSxYXMacRL1gQnvRArj2D62VkwGUw9SAjlfEuqcnMzu6SqucVdld9PZPDzTIgC17FdB1dk51AQOXpkS1+cDDtRDMsqgRTDjQLfz36P5O1JaG5vHd03oTs67p3f65cHifSbXe+RXc149UaQEW/aBE52NCvqvcsp9+Vu/Sf/AGRfvtxDfRcnAAAAABJRU5ErkJggg==) no-repeat no-repeat center / contain;
- }
- @keyframes turn {
- 0% {
- transform: translate(0px, -150px);
- }
- 50% {
- transform: translate(0px, -50px);
- }
- 100% {
- transform: translate(0px, -150px);
- }
- }
|