404 lines
7.0 KiB
CSS
404 lines
7.0 KiB
CSS
.content,
|
|
.swiper-container {
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
|
|
.cp {
|
|
height: 80rpx;
|
|
width: 60rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.video {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.video-container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.play-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
pointer-events: none;
|
|
}
|
|
|
|
.play-icon .play-icon-bg {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
background: #fff;
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
z-index: 0;
|
|
}
|
|
|
|
.play-icon .play-icon-iconfont {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.right-actions {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
bottom: 200rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
color: #fff;
|
|
z-index: 10;
|
|
}
|
|
|
|
.action-item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.user-avatar {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
border: 4rpx solid #fff;
|
|
}
|
|
|
|
.icon {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
|
|
.action-text {
|
|
font-size: 28rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.product-card {
|
|
position: absolute;
|
|
width: 440rpx;
|
|
bottom: 180rpx;
|
|
left: 30rpx;
|
|
color: #fff;
|
|
z-index: 99;
|
|
}
|
|
|
|
.product-card .product-card-item {
|
|
background: #DDDDDD;
|
|
padding: 16rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
.product-card .product-image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
.product-card .product-name {
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
line-height: 40rpx;
|
|
}
|
|
.product-card .product-price {
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #FF1919;
|
|
line-height: 44rpx;
|
|
}
|
|
.product-card .product-close {
|
|
position: absolute;
|
|
right: -10rpx;
|
|
top: -14rpx;
|
|
height: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.product-card .product-button {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 300rpx;
|
|
height: 88rpx;
|
|
padding: 0 20rpx;
|
|
background: rgba(40, 40, 40, 0.45);
|
|
border-radius: 88rpx;
|
|
border: 2rpx solid rgba(151, 151, 151, 0.53);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.author {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
}
|
|
::v-deep .uni-video-container {
|
|
background: transparent;
|
|
}
|
|
.video-bg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #000;
|
|
background-size: cover;
|
|
background-position: center;
|
|
transform: scale(3);
|
|
filter: blur(100rpx);
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.video-mask {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: transparent;
|
|
}
|
|
|
|
.video-content {
|
|
display: block;
|
|
font-size: 30rpx;
|
|
margin-top: 16rpx;
|
|
max-width: 70%;
|
|
}
|
|
|
|
.progress-bar-container {
|
|
position: absolute;
|
|
bottom: 60rpx;
|
|
left: 20rpx;
|
|
right: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
z-index: 11;
|
|
}
|
|
|
|
.progress-slider {
|
|
flex: 1;
|
|
margin: 0 20rpx;
|
|
}
|
|
|
|
.time-display {
|
|
color: #fff;
|
|
font-size: 24rpx;
|
|
text-shadow: 2rpx 2rpx 2rpx rgba(0, 0, 0, 0.6);
|
|
width: 180rpx;
|
|
text-align: right;
|
|
}
|
|
|
|
/* 评论弹窗样式 */
|
|
.comment-modal {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 100%;
|
|
height: 100%;
|
|
max-width: 1600rpx;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
z-index: 99;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.comment-content {
|
|
width: 100%;
|
|
height: 70%;
|
|
background-color: #fff;
|
|
border-top-left-radius: 30rpx;
|
|
border-top-right-radius: 30rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
transition: transform 0.3s ease;
|
|
}
|
|
|
|
.comment-header {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
border-bottom: 2rpx solid #eee;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.comment-count {
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.close-btn {
|
|
font-size: 40rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.comment-list {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.comment-list .comment-scroll {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.comment-item {
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.sub-comment {
|
|
margin-left: 100rpx;
|
|
}
|
|
|
|
.sub-comment-list {
|
|
gap: 40rpx;
|
|
}
|
|
.comment-input-container {
|
|
padding: 20rpx;
|
|
border-top: 2rpx solid #eee;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.pt-8 {
|
|
padding-top: 16rpx;
|
|
}
|
|
.pt-4 {
|
|
padding-top: 8rpx;
|
|
}
|
|
|
|
.comment-input {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
min-height: 40rpx;
|
|
margin: 16rpx;
|
|
max-height: 400rpx;
|
|
color: #000;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.comment-input-content {
|
|
flex: 1;
|
|
border: 2rpx solid #eee;
|
|
border-radius: 16rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.pr-16 {
|
|
padding-right: 16rpx;
|
|
}
|
|
.comment-input-img-container {
|
|
padding: 10rpx 16rpx 16rpx 16rpx;
|
|
}
|
|
.comment-input-img-close {
|
|
position: absolute;
|
|
right: -15rpx;
|
|
top: -15rpx;
|
|
z-index: 2;
|
|
}
|
|
.comment-input-img {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
/* 新的举报弹窗样式 */
|
|
.report-content {
|
|
width: 100%;
|
|
max-width: 750rpx;
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
.report-header {
|
|
padding: 30rpx 40rpx;
|
|
border-bottom: 1rpx solid #ddd;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.report-btn {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.report-title {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
color: #333;
|
|
}
|
|
|
|
.report-body {
|
|
padding: 30rpx 40rpx;
|
|
}
|
|
|
|
.report-section {
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.report-label {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
margin-bottom: 20rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.report-label text {
|
|
color: #e74c3c;
|
|
font-size: 30rpx;
|
|
vertical-align: middle;
|
|
}
|
|
/* 搜索 */
|
|
.header-top {
|
|
padding-left: 12px;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 9;
|
|
width: 100%;
|
|
}
|
|
.header-top ::v-deep .search-bar {
|
|
background:#D8D8D8;
|
|
opacity: 0.27;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.keyboard-input {
|
|
position: fixed;
|
|
left: 0;
|
|
z-index: 99;
|
|
background: #fff;
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.keyboard-input-border {
|
|
border: 2rpx solid #ddd;
|
|
border-radius: 16rpx;
|
|
}
|
|
.keyboard-input-content {
|
|
padding: 16rpx 22rpx;
|
|
}
|
|
.comment-reply-content {
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
padding: 10rpx;
|
|
border-radius: 16rpx;
|
|
color: #fff;
|
|
box-sizing: border-box;
|
|
} |