mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-06-16 23:39:59 +08:00
67 lines
845 B
Plaintext
67 lines
845 B
Plaintext
/* components/video-swiper/video-swiper.wxss */
|
|
|
|
.container {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
}
|
|
|
|
.video-swiper {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
margin-top: -400rpx
|
|
}
|
|
|
|
.video_item {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
}
|
|
|
|
.progress {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 30px;
|
|
height: 4px;
|
|
width: 100vw;
|
|
}
|
|
|
|
|
|
/* 右侧区域 */
|
|
.tools {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 50%;
|
|
}
|
|
|
|
/* 头像 */
|
|
.userinfo-avatar {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin: 20rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.container-words {
|
|
position: absolute;
|
|
bottom: 50px;
|
|
left: 20rpx;
|
|
color: white;
|
|
}
|
|
|
|
.video-ad{
|
|
height: 128rpx;
|
|
background-color: rgba(252, 252, 252, 0.9);
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.ad-img{
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
|
|
}
|
|
|
|
.play-btn {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
} |