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

测试

parent 3dfd069e
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 5 deletions
  • download/css/index.css
  • download/css/index.less
  • download/download.html
  • download/download2.html
  • index.html
download/css/index.css
View file @ 920ef036
......@@ -63,7 +63,7 @@
background: url(../images/downBtn2.png) no-repeat;
background-size: 100% 100%;
position: absolute;
bottom: 0.2rem;
bottom: 1.2rem;
z-index: 5;
left: 50%;
margin-left: -3.17rem;
......
This diff is collapsed. Click to expand it.
download/css/index.less
View file @ 920ef036
......@@ -64,7 +64,7 @@
background: url(../images/downBtn2.png)no-repeat;
background-size: 100% 100%;
position: absolute;
bottom: 0.2rem;
bottom: 1.2rem;
z-index: 5;
left: 50%;
margin-left: -3.17rem;
......
This diff is collapsed. Click to expand it.
download/download.html
View file @ 920ef036
......@@ -12,7 +12,7 @@
<script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/index.css?v=20220602">
<link rel="stylesheet" href="css/index.css?v=2022060201">
<style>
</style>
......
This diff is collapsed. Click to expand it.
download/download2.html
View file @ 920ef036
......@@ -12,7 +12,7 @@
<script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/index.css?v=20220602">
<link rel="stylesheet" href="css/index.css?v=2022060201">
<style>
.new-bg{
background: url(images/bg-new2.png)no-repeat;
......
This diff is collapsed. Click to expand it.
index.html
View file @ 920ef036
......@@ -250,7 +250,7 @@ $(function(){
var html=[];
for(var i=0;i<data.roomList.length;i++){
var list=data.roomList[i]
html+='<a href="download/down1.html?qd=ftsBH5ZB"><div class="live-box">';
html+='<a href="download/download2.html?qd=ftsBH5ZB"><div class="live-box">';
html+='<div class="live-face-box"><img src="https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_180" alt=""></div>';
html+='<div class="live-box-name">'+list.nickname+'</div>';
html+='</div></a>';
......
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