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 1438b7bc authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 22a31cb6
Hide whitespace changes
Inline Side-by-side
Showing with 22 additions and 15 deletions
  • mTest/css/index.css
  • mTest/css/index.less
  • mTest/index.html
  • mTest/room/css/liveRoom.css
  • mTest/room/css/liveRoom.less
  • mTest/room/images/guard-layer-btn.png
  • mTest/room/images/guard-layer-btn2.png
  • mTest/room/images/guard-layer.png
  • mTest/room/images/img_v2_06ab814f-5b55-432a-8ce7-0d2b07af1d3g_r1_c1.png
  • mTest/room/images/img_v2_3cf69e91-6dfd-4a72-87f4-ff4df61169bg.png
  • mTest/room/images/img_v2_83e24a32-5591-4965-a4bf-c4309c69606g_r1_c1.png
  • mTest/room/liveRoom.html
mTest/css/index.css
View file @ 1438b7bc
......@@ -47,9 +47,10 @@
width: 10rem;
background: linear-gradient(to right, #EB3588, #EA34BD);
position: fixed;
left: 0;
left: 50%;
top: 0;
z-index: 800;
margin-left: -5rem;
}
.top-box-ul li {
height: 1.2rem;
......
This diff is collapsed. Click to expand it.
mTest/css/index.less
View file @ 1438b7bc
......@@ -49,9 +49,10 @@
width: 10rem;
background:linear-gradient(to right,#EB3588,#EA34BD);
position: fixed;
left: 0;
left:50%;
top: 0;
z-index: 800;
margin-left: -5rem;
}
.top-box-ul{
li{
......
This diff is collapsed. Click to expand it.
mTest/index.html
View file @ 1438b7bc
......@@ -13,6 +13,9 @@
gtag('js', new Date());
gtag('config', 'G-3V6KZGW418');
</script> -->
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon-precomposed" href="icon/fox-icon.png">
<script src="lib/jquery-3.1.1.min.js"></script>
......@@ -403,7 +406,8 @@
<script>
$(function(){
var ua = window.navigator.userAgent.toLowerCase();
layer.msg(ua)
var dHeight=$(document).height()
$(".right-nav").css("height",$(document).height())
var noUser=false;
......@@ -444,7 +448,6 @@ $(function(){
}
})
}
$(".zone-top-btn").on("click",function(){
window.location.href="revise.html"
})
......
This diff is collapsed. Click to expand it.
mTest/room/css/liveRoom.css
View file @ 1438b7bc
......@@ -460,7 +460,7 @@
margin-right: 0.1rem;
}
.guard-layer {
height: 11.3rem;
height: 11.6rem;
width: 10rem;
position: fixed;
bottom: -11.3rem;
......@@ -470,7 +470,7 @@
}
.guard-layer-content {
width: 10rem;
height: 10.54rem;
height: 11.6rem;
background: url(../images/guard-layer.png) no-repeat;
background-size: 100% 100%;
position: absolute;
......@@ -486,15 +486,16 @@
z-index: 5;
left: 50%;
margin-left: -3.835rem;
top: 0.5rem;
}
.guard-layer-btn {
width: 4.41rem;
height: 1rem;
width: 9rem;
height: 1.21rem;
background: url(../images/guard-layer-btn.png) no-repeat;
background-size: 100% 100%;
position: absolute;
left: 50%;
margin-left: -2.205rem;
margin-left: -4.5rem;
bottom: 1rem;
}
.guard-layer-btn-yes {
......
This diff is collapsed. Click to expand it.
mTest/room/css/liveRoom.less
View file @ 1438b7bc
......@@ -473,7 +473,7 @@
}
}
.guard-layer{
height: 11.3rem;
height: 11.6rem;
width: 10rem;
// background: pink;
position: fixed;
......@@ -484,7 +484,7 @@
}
.guard-layer-content{
width: 10rem;
height: 10.54rem;
height: 11.6rem;
background: url(../images/guard-layer.png)no-repeat;
background-size: 100% 100%;
position: absolute;
......@@ -500,15 +500,16 @@
z-index: 5;
left: 50%;
margin-left: -3.835rem;
top: 0.5rem;
}
.guard-layer-btn{
width: 4.41rem;
height: 1rem;
width: 9rem;
height: 1.21rem;
background: url(../images/guard-layer-btn.png)no-repeat;
background-size: 100% 100%;
position: absolute;
left: 50%;
margin-left: -2.205rem;
margin-left: -4.5rem;
bottom: 1rem;
}
.guard-layer-btn-yes{
......
This diff is collapsed. Click to expand it.
mTest/room/images/guard-layer-btn.png
View file @ 1438b7bc
mTest/room/images/guard-layer-btn.png

4.46 KB | W: | H:

mTest/room/images/guard-layer-btn.png

8.45 KB | W: | H:

mTest/room/images/guard-layer-btn.png
mTest/room/images/guard-layer-btn.png
mTest/room/images/guard-layer-btn.png
mTest/room/images/guard-layer-btn.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed. Click to expand it.
mTest/room/images/guard-layer-btn2.png
View file @ 1438b7bc
mTest/room/images/guard-layer-btn2.png

4.41 KB | W: | H:

mTest/room/images/guard-layer-btn2.png

11.7 KB | W: | H:

mTest/room/images/guard-layer-btn2.png
mTest/room/images/guard-layer-btn2.png
mTest/room/images/guard-layer-btn2.png
mTest/room/images/guard-layer-btn2.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed. Click to expand it.
mTest/room/images/guard-layer.png
View file @ 1438b7bc
mTest/room/images/guard-layer.png

44.3 KB | W: | H:

mTest/room/images/guard-layer.png

91.5 KB | W: | H:

mTest/room/images/guard-layer.png
mTest/room/images/guard-layer.png
mTest/room/images/guard-layer.png
mTest/room/images/guard-layer.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed. Click to expand it.
mTest/room/images/img_v2_06ab814f-5b55-432a-8ce7-0d2b07af1d3g_r1_c1.png deleted 100644 → 0
View file @ 22a31cb6
mTest/room/images/img_v2_06ab814f-5b55-432a-8ce7-0d2b07af1d3g_r1_c1.png

91.5 KB

This diff is collapsed. Click to expand it.
mTest/room/images/img_v2_3cf69e91-6dfd-4a72-87f4-ff4df61169bg.png deleted 100644 → 0
View file @ 22a31cb6
mTest/room/images/img_v2_3cf69e91-6dfd-4a72-87f4-ff4df61169bg.png

11.8 KB

This diff is collapsed. Click to expand it.
mTest/room/images/img_v2_83e24a32-5591-4965-a4bf-c4309c69606g_r1_c1.png deleted 100644 → 0
View file @ 22a31cb6
mTest/room/images/img_v2_83e24a32-5591-4965-a4bf-c4309c69606g_r1_c1.png

11.7 KB

This diff is collapsed. Click to expand it.
mTest/room/liveRoom.html
View file @ 1438b7bc
......@@ -960,7 +960,7 @@ $(function(){
$(".task-layer").css("bottom",'-8.55rem')
$(".exc-layer").css("bottom","-6.45rem")
$(".exc-diamond-layer").css("bottom",'-6.45rem')
$(".guard-layer").css("bottom","-11.3rem")
$(".guard-layer").css("bottom","-11.6rem")
$(".gift-layer").css("bottom","-7.8rem")
})
$(".hot-close").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