You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.1 KiB
70 lines
1.1 KiB
|
|
.home-return-btn {
|
|
margin-top: 10rpx;
|
|
margin-left: 24rpx;
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border: none;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
}
|
|
.video-box {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 500rpx;
|
|
}
|
|
.my-video {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 80%;
|
|
align-items: center;
|
|
margin-top: 120rpx;
|
|
}
|
|
.banner {
|
|
position: relative;
|
|
}
|
|
.banner-swiper {
|
|
width: 750rpx;
|
|
height: 564rpx;
|
|
}
|
|
.banner-img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.banner-taglist {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
bottom: 32rpx;
|
|
width: 100%;
|
|
}
|
|
.banner-tagitem {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 90rpx;
|
|
height: 42rpx;
|
|
border-radius: 21rpx;
|
|
background: rgba(255, 255, 255, 0.8);
|
|
color: #2b2b2b;
|
|
font-size: 22rpx;
|
|
margin-left: 32rpx;
|
|
}
|
|
.banner-tagitem:nth-child(1) {
|
|
margin-left: 0;
|
|
}
|
|
.banner-tagitem_count {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
color: #fff;
|
|
position: absolute;
|
|
bottom: 32rpx;
|
|
right: 32rpx;
|
|
z-index: 10;
|
|
}
|
|
.banner-tagitem_active {
|
|
background: #19c865;
|
|
color: #fff;
|
|
}
|
|
|
|
|