/* pages/videoshare/videoshare.wxss */ page { position: relative; width: 100%; height: 100%; overflow: hidden; } .page { position: relative; width: 100%; height: 100%; overflow: hidden; box-sizing: border-box; background: #000; } .videoBox { width: 100%; height: 100%; } .videoBoxUp { width: 100%; height: 420rpx; margin-top: 360rpx; } .bgcolor { width: 100%; position: absolute; left: 0; height: 410rpx; bottom: 100rpx; pointer-events: none; z-index: 8; /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); */ } .bgcolorshow { bottom: 0; } .personBox { position: absolute; bottom: 360rpx; left: 40rpx; /* width: 380rpx; */ height: 48rpx; z-index: 8; background-color: rgba(0, 0, 0, 0.5); border-radius: 24rpx; padding: 0 16rpx; } .personBox .everyNumBox { float: left; /* width: 50%; */ } .personBox .everyNumBox cover-image { width: 22rpx; height: 26rpx; float: left; margin-left: 12rpx; position: relative; top: 11rpx; } .personBox .everyNumBox cover-view { float: left; font-family: PingFang-SC-Medium, Source Han Sans CN Medium; font-size: 24rpx; color: #ffffff; margin-left: 10rpx; line-height: 48rpx; } .personMsgBox { position: absolute; bottom: 180rpx; left: 40rpx; z-index: 8; } .personMsgBox .headImg { width: 80rpx; height: 80rpx; border-radius: 40rpx; border: 2px solid #fff; background-color: #fff; overflow: hidden; } .personMsgBox .headImg cover-image { display: block; width: 100%; height: 100%; } .personMsgBox .name { margin-left: 20rpx; font-family: PingFang-SC-Medium, Source Han Sans CN Medium; font-size: 32rpx; color: #ffffff; line-height: 80rpx; } .zanBox { position: absolute; right: 36rpx; bottom: 270rpx; text-align: center; z-index: 8; } #myVideo { display: block; width: 100%; height: 100%; } .videoTitle { font-family: PingFang-SC-Medium, Source Han Sans CN Medium; font-size: 28rpx; width: 480rpx; height: 40rpx; line-height: 40rpx; color: #ffffff; z-index: 8; } .videocontent { font-family: PingFang-SC-Medium, Source Han Sans CN Medium; font-size: 28rpx; width: 480rpx; max-height: 80rpx; line-height: 40rpx; color: #ffffff; white-space: pre-wrap; } .showDscText { /* position: absolute; bottom: 82rpx; */ display: inline; color: #fff; /* right: 0rpx; */ font-weight: 700; font-size: 28rpx; margin-left: 10rpx; position: relative; top: 6rpx; } .videocontentshow { max-height: 400rpx; } .hideText { display: inline; color: #fff; font-size: 28rpx; margin-left: 40rpx; font-weight: 700; position: relative; top: 6rpx; } .videotype { font-family: PingFang-SC-Medium, Source Han Sans CN Medium; font-size: 28rpx; width: 560rpx; height: 80rpx; line-height: 40rpx; color: #ffffff; } .videomsgbox{ position: absolute; bottom: 186rpx; left: 25rpx; z-index: 8; } .alertbox { position: fixed; display: block; padding: 20rpx 32rpx; top: 50%; left: 50%; z-index: 8; background: rgba(0, 0, 0, 0.8); color: #fff; max-width: 400rpx; transform: translateX(-50%) translateY(-50%); word-wrap: break-word; font-size: 24rpx; border-radius: 10rpx; } /* 右侧 */ .sharenumBox { display: block; position: absolute; right: 0; bottom: 256rpx; z-index: 97; background-color: transparent; border: 0px solid transparent; } .sharenumBox button { display: block; background-color: transparent; border: 0px solid transparent; height: 100rpx; margin-bottom: 32rpx; } .sharenumBox button::after { border: 1px solid transparent; } .sharenumBox cover-image { display: block; width: 46rpx; height: 42rpx; } .sharenumBox cover-view { font-family: PingFang-SC-Medium, Source Han Sans CN Medium; font-size: 26rpx; color: #fff; margin-bottom: 16rpx; background-color: transparent; } .sharenumBoxshow cover-view { color: #fff !important; } .box-center cover-image { display: block; margin: 0 auto; } .avatarBox { width: 80rpx !important; height: 80rpx !important; border-radius: 50% !important; } .personamebox1{ width: 140rpx; } .signUpBtn{ display: block; width: 230rpx; height: 60rpx; background-color: #28A1FF; font-size: 28rpx; color: #fff; text-align: center; line-height: 60rpx; border-radius: 8rpx; margin-bottom: 4rpx; } .pricebtnimg{ display: block; position: relative; left: -4rpx; top: -20rpx; width: 140rpx !important; height: 140rpx !important; z-index: 9; } .videoloading{ display: block; width: 100%; height: 100%; z-index: 99; background-color: transparent; position: fixed; top: 0; left:0; } .box-center cover-image.bwicon{ width: 60rpx; height: 60rpx; } .box-center cover-view.btext{ position: relative; top: -8px; } /*--*/ .shareTips { width: 100%; height: 56rpx; background-color: #FDDAC4; color: #F96400; position: fixed; bottom: 100rpx; left: 0rpx; line-height: 56rpx; text-align: center; font-size: 24rpx; } .cutAndShare { width: 100%; height: 100rpx; position: fixed; bottom: 0rpx; left: 0rpx; background-color: #fff; box-shadow: 0rpx -10rpx 10rpx 6rpx rgba(0, 0, 0, 0.1); display: flex; } .shareCutImg { width: 40%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 32rpx; } .shareBtn { flex: 1; height: 100%; background-color: #F96400; border-radius: 0rpx !important; line-height: 100rpx; color: #fff; font-size: 32rpx; } .cutMask { width: 100%; height: 100vh; position: fixed; top: 0rpx; left: 0rpx; background-color: rgba(0, 0, 0, 0.5); z-index: 999999 !important; } .cutBlock { width: 100%; height: 70%; background-color: #fff; position: absolute; bottom: 0rpx; left: 0rpx; box-sizing: border-box; padding: 88rpx 0rpx 100rpx; } .cutTitle { width: 100%; height: 88rpx; background-color: #F96400; color: #fff; font-size: 32rpx; text-align: center; line-height: 88rpx; position: absolute; top: 0rpx; left: 0rpx; } .cutConfirm { width: 100%; height: 100rpx; background-color: #F96400; color: #fff; position: absolute; bottom: 0rpx; left: 0rpx; text-align: center; line-height: 100rpx; font-size: 32rpx; border-radius: 0rpx; } .cutContent { width: 100%; height: 100%; overflow: auto; } .cutShareLabel { width: 100%; height: 66rpx; line-height: 66rpx; box-sizing: border-box; padding: 0rpx 20rpx; } .cutImglistBox { width: 100%; height: auto; overflow: hidden; box-sizing: border-box; padding: 20rpx; display: flex; flex-wrap: wrap; } .uploadImg { width: 150rpx; height: 150rpx; border: 2rpx solid #D7DFE4; display: flex; flex-direction: column; justify-content: center; align-items: center; } .uploadImg>image { width: 50rpx; } .u-text { font-size: 28rpx; color: #B5C6D3; } .imageItem { width: 150rpx; height: 150rpx; background-color: #ccc; margin-right: 10rpx; margin-bottom: 10rpx; position: relative; } .imageItem>image { width: 100%; height: 100%; } .imgdel { width: 60rpx; height: 60rpx; background-color: rgba(0, 0, 0, 0.5); border-radius: 50%; display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: 0rpx 0rpx 10rpx 10rpx rgba(0, 0, 0, 0.05); } .imgdel>image { width: 50rpx; } .u-textarea-box { width: 100%; height: 400rpx; box-sizing: border-box; padding: 20rpx; } .u-textarea { width: 100%; background-color: #F0F4F7; padding: 10rpx; } .shareApprovalbtn { width: 100%; height: 88rpx; background-color: #249EFB; color: #fff; font-size: 30rpx; text-align: center; line-height: 88rpx; position: fixed; bottom: 0rpx; left: 0rpx; z-index: 99; } .shareMask { width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.4); position: fixed; top: 0rpx; left: 0rpx; z-index: 999; } .shareBlock { width: 100%; height: 75%; background-color: #fff; position: absolute; bottom: 0rpx; left: 0rpx; box-sizing: border-box; padding-top: 88rpx; } .shareBlockTitle { width: 100%; height: 88rpx; background-color: #249EFB; color: #fff; font-size: 30rpx; text-align: center; line-height: 88rpx; position: absolute; top: 0rpx; left: 0rpx; } .shareBlockContent { width: 100%; height: 100%; overflow: auto; box-sizing: border-box; padding: 20rpx; } .shareApprovalItem { width: 100%; height: auto; overflow: hidden; display: flex; } .shareApprovalLeft { width: 130rpx; } .shareApprovalLeft>image { width: 96rpx; height: 96rpx; border-radius: 50%; overflow: hidden; } .shareApprovalRight { flex: 1; } .shareApprovalText { width: 100%; height: 66rpx; line-height: 66rpx; } .shareApprovalText .satName { color: 30rpx; color: #333333; } .shareApprovalText .satTime { color: #A8BBCB; font-size: 26rpx; margin-left: 20rpx; } .shareApprovalImgBox { width: 100%; height: auto; overflow: hidden; display: flex; flex-wrap: wrap; } .shareApprovalImgItem { width: 180rpx; height: 150rpx; background-color: #ccc; margin-right: 10rpx; margin-bottom: 10rpx; } .shareApprovalImgItem > image { width: 100%; height: 100%; } .shareApprovalMsg { width: 100%; box-sizing: border-box; padding: 5rpx 0rpx 20rpx; font-size: 26rpx; color: #333333; } .shareApproValBtnBox { width: 100%; height: 88rpx; display: flex; align-items: center; justify-content: space-around; } .aConfirmBtn { width: 260rpx; height: 88rpx; line-height: 88rpx; border-radius: 44rpx; background-color: #249EFB; color: #fff; font-size: 30rpx; } .aRejectBtn { width: 260rpx; height: 88rpx; line-height: 88rpx; border-radius: 44rpx; background-color: #B5CADD; color: #fff; font-size: 30rpx; }