From 2f3b3bd2fdf08822e54ebd2ee7a86790ca46a535 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:23:08 +0800
Subject: [PATCH] 提交
---
wechat_staff/components/videoPlay/index.less | 72 ++++++++----------------------------
1 files changed, 16 insertions(+), 56 deletions(-)
diff --git a/wechat_staff/components/videoPlay/index.less b/wechat_staff/components/videoPlay/index.less
index e89bf2d..8c845bd 100644
--- a/wechat_staff/components/videoPlay/index.less
+++ b/wechat_staff/components/videoPlay/index.less
@@ -1,59 +1,19 @@
-.user {
- width: 750rpx;
- padding: 0 40rpx;
- height: 148rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- padding: 0 30rpx;
- display: flex;
- align-items: center;
- .content {
- flex: 1;
- .name {
- font-size: 30rpx;
- margin-bottom: 12rpx;
- }
-
- .desc {
- font-size: 24rpx;
- color: #999999;
- }
- }
-
- .avatar {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- margin-right: 24rpx;
- }
-
- .btns{
- display: flex;
- .item{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- margin-left: 70rpx;
- font-size: 20rpx;
- color: #333333;
- .icon{
- margin-bottom: 4rpx;
- width: 44rpx;
- height: 44rpx;
- }
- }
- }
- .btn {
- width: 118rpx;
- height: 56rpx;
- line-height: 52rpx;
- text-align: center;
- background: var(--themeColor);
+.video_content{
+ position: fixed;
+ top: 10rpx;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: rgba(0, 0, 0, 0.2);
+ z-index: 9999;
+ .video{
+ position: fixed;
border-radius: 8rpx;
- font-weight: 500;
- font-size: 26rpx;
- color: #fff;
+ top: 50%;
+ left: 75rpx;
+ transform: translate(0, -50%);
+ width: 600rpx;
+ z-index: 10000;
}
-}
\ No newline at end of file
+}
\ No newline at end of file
--
Gitblit v1.9.3