Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit ceafdde6 authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent b4cd8be9
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 4 deletions
  • mobile/room/css/liveRoom.css
  • mobile/room/css/liveRoom.less
  • mobile/room/liveRoom.html
mobile/room/css/liveRoom.css
View file @ ceafdde6
...@@ -1530,7 +1530,7 @@ ...@@ -1530,7 +1530,7 @@
height: 100vh; height: 100vh;
position: absolute; position: absolute;
z-index: 5; z-index: 5;
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.3);
top: -1vw; top: -1vw;
left: 0; left: 0;
} }
......
This diff is collapsed. Click to expand it.
mobile/room/css/liveRoom.less
View file @ ceafdde6
...@@ -1573,7 +1573,7 @@ ...@@ -1573,7 +1573,7 @@
height: 100vh; height: 100vh;
position: absolute; position: absolute;
z-index: 5; z-index: 5;
background: rgba(0,0,0,0.1); background: rgba(0,0,0,0.3);
top: -1vw; top: -1vw;
left: 0; left: 0;
......
This diff is collapsed. Click to expand it.
mobile/room/liveRoom.html
View file @ ceafdde6
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<script src="../lib/fsize.js"></script> <script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css?v=2022112804"> <link rel="stylesheet" href="../css/base.css?v=2022112804">
<link rel="stylesheet" href="../css/layer.css"> <link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/liveRoom.css?v=2023030701"> <link rel="stylesheet" href="css/liveRoom.css?v=2023030702">
<link rel="stylesheet" href="../css/login.css?v=2023011202"> <link rel="stylesheet" href="../css/login.css?v=2023011202">
<link rel="manifest" href="../manifest.webmanifest?v=2022112308" /> <link rel="manifest" href="../manifest.webmanifest?v=2022112308" />
<script src="../lib/hello.js" async defer></script> <script src="../lib/hello.js" async defer></script>
...@@ -831,7 +831,7 @@ $(function(){ ...@@ -831,7 +831,7 @@ $(function(){
$(".user-msg-box").hide() $(".user-msg-box").hide()
$(".room-bottom").hide() $(".room-bottom").hide()
$(".room-top").hide() $(".room-top").hide()
$("#myVideo").css("filter","blur(18px)") $("#myVideo").css("filter","blur(14px)")
$("#myVideo").css("transform","scale(1.05)") $("#myVideo").css("transform","scale(1.05)")
// $(".room-secret-bg img").attr("src",'https://zhibocdn.yabolive.net/comm'+data.room.face.split('?')[0]+'?x-oss-process=image/resize,w_375') // $(".room-secret-bg img").attr("src",'https://zhibocdn.yabolive.net/comm'+data.room.face.split('?')[0]+'?x-oss-process=image/resize,w_375')
$(".secret-btn").unbind("click").on("click",function(){ $(".secret-btn").unbind("click").on("click",function(){
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment