| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- .img-bg {
- background-color: #000000;
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 100;
- }
- .banner {
- left: 0;
- right: 0;
- height: 422rpx;
- border-radius: 0rpx;
- position: fixed;
- top: 50%;
- transform: translateY(calc(-50% - 100rpx));
- background-color: #2A82FD;
- z-index: 1;
-
- }
- .banner video {
- width: 100%;
- height: 422rpx;
- background-color: #2A82FD !important;
- }
- .full{
- width: 200rpx;
- height: 70rpx;
- line-height: 70rpx;
- font-size: 24rpx;
- color: #999999;
- border-radius: 40rpx 40rpx 40rpx 40rpx;
- border: 2rpx solid #707070;
- justify-content: center;
- left: 50%;
- top: 50%;
- position: fixed;
- transform: translate(-50%,calc(-50% + 15rpx + 211rpx - 35rpx));
- }
- .img-content {
- position: fixed;
- bottom: 30rpx;
- left: 20rpx;
- padding-left: 20rpx;
- padding-right: 20rpx;
- padding-top:20rpx ;
- width: calc(100% - 20rpx - 80rpx - 182rpx - 20rpx);
- color: #fff;
- font-size: 28rpx;
- line-height: 40rpx;
- border-radius: 8rpx;
- }
- .img-content-tovers {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- position: relative;
- }
- .img-content-tovers:after {
- content: "...";
- position: absolute;
- bottom: 0;
- right: 0rpx;
- width: 110rpx;
- padding-right: 100rpx;
- background: linear-gradient(90deg,transparent,#000 40%);
- text-align: right;
- }
- .img-content-more {
- position: absolute;
- bottom: 0;
- color: #fff;
- right: 10rpx;
- cursor: pointer;
- font-size: 28rpx;
- font-weight: 500;
- z-index: 101;
- }
- .img-btn{
- position: fixed;
- bottom: 30rpx;
- right: 30rpx;
- width: 192rpx;
- height: 80rpx;
- line-height: 80rpx;
- background: #fff;
- border-radius: 40rpx 40rpx 40rpx 40rpx;
- opacity: 1;
- text-align: center;
- font-size: 28rpx;
- color: #000;
- }
- .video-pro{
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- padding: 14rpx 30rpx;
- height: 106rpx;
- background: #FFFFFF;
- border-radius: 0rpx 0rpx 0rpx 0rpx;
- opacity: 1;
- box-sizing: border-box;
- }
- .video-pro-pic{
- width: 78rpx;
- height: 78rpx;
- border-radius: 0rpx 0rpx 0rpx 0rpx;
- opacity: 1;
- margin-right: 10rpx;
- }
- .video-pro-title{
- font-size: 26rpx;
- color: #333333;
- }
- .video-pro-btn{
- color: #2A82FD;
- font-size: 24rpx;
- }
- .video-pro-btn-icon{
- width: 10rpx;
- height: 18rpx;
- margin-left: 10rpx;
- }
|