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

测试

parent 303a34ab
Show whitespace changes
Inline Side-by-side
Showing with 34 additions and 4 deletions
  • yazhaiTest/css/login.css
  • yazhaiTest/css/login.less
  • yazhaiTest/images/anzhuo.png
  • yazhaiTest/images/code.png
  • yazhaiTest/images/down-arrow.png
  • yazhaiTest/lib/login.js
  • yazhaiTest/pc.html
  • yazhaiTest/room/liveRoom.html
yazhaiTest/css/login.css
View file @ 5086f417
......@@ -573,3 +573,16 @@
top: 23px;
left: 1062px;
}
.down-tips {
height: 60px;
line-height: 60px;
color: #fff;
position: absolute;
top: 0;
left: 1120px;
}
.down-tips > img {
vertical-align: middle;
margin-right: 6px;
margin-left: 6px;
}
This diff is collapsed. Click to expand it.
yazhaiTest/css/login.less
View file @ 5086f417
......@@ -593,3 +593,16 @@
top: 23px;
left: 1062px;
}
.down-tips{
height: 60px;
line-height: 60px;
color: #fff;
position: absolute;
top: 0;
left: 1120px;
>img{
vertical-align: middle;
margin-right: 6px;
margin-left: 6px;
}
}
\ No newline at end of file
This diff is collapsed. Click to expand it.
yazhaiTest/images/anzhuo.png 0 → 100644
View file @ 5086f417
yazhaiTest/images/anzhuo.png

430 Bytes

This diff is collapsed. Click to expand it.
yazhaiTest/images/code.png 0 → 100644
View file @ 5086f417
yazhaiTest/images/code.png

3.11 KB

This diff is collapsed. Click to expand it.
yazhaiTest/images/down-arrow.png 0 → 100644
View file @ 5086f417
yazhaiTest/images/down-arrow.png

159 Bytes

This diff is collapsed. Click to expand it.
yazhaiTest/lib/login.js
View file @ 5086f417
......@@ -164,6 +164,9 @@ function loginGo(){
html+='<input type="text" style="width:0;height:0">'
html+='<img class="search-icon" src="https://www.footseen.xyz/yazhaiTest/images/front/search2.png">'
$(".neck-nav-content").append(html)
var html=[];
html+='<div class="down-tips"><img class="phone-icon" src="https://www.footseen.xyz/yazhaiTest/images/phone.png">APP下載<img src="https://www.footseen.xyz/yazhaiTest/images/down-arrow.png"></div>'
$(".neck-nav-content").append(html)
$(".search-icon").on("click",function(event){
if(localStorage.uid==undefined){
loginLayer()
......
This diff is collapsed. Click to expand it.
yazhaiTest/pc.html
View file @ 5086f417
......@@ -339,8 +339,6 @@ $(function(){
var newUrl = "pc.html";
history.pushState(stateObject,title,newUrl);
}
if(sessionStorage.jump=='undefined'){
sessionStorage.jump=1
}
......
This diff is collapsed. Click to expand it.
yazhaiTest/room/liveRoom.html
View file @ 5086f417
......@@ -2285,7 +2285,8 @@ $(function () {
trackNum++
var html=[]
var numArr=list.content.num.toString().split("");
html+='<div data-type="5000" class="track-content track'+list.content.uuid+'">';
if(list.content.giftDuration!==0&&list.content.giftDuration!=undefined)html+='<div data-type="'+list.content.giftDuration+'" class="track-content track'+list.content.uuid+'">';
else html+='<div data-type="5000" class="track-content track'+list.content.uuid+'">';
html+='<div class="track-bar track1-bg trackId'+trackNum+'">';
html+='<img class="track-face" src="https://zhibocdn.yabolive.net/comm'+list.content.userInfo.avatar+'?x-oss-process=image/resize,w_40" alt="">';
html+='<p class="track-p1">'+list.content.userInfo.nickname+'</p>';
......@@ -2305,7 +2306,8 @@ $(function () {
if(list.content.isBigGift){
trackNum++
var html=[]
html+='<div data-type="5000" data-type2="0" data-type3="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" class="gift-show-ing gift-show-content show'+trackNum+'">';
if(list.content.giftDuration!==0&&list.content.giftDuration!=undefined)html+='<div data-type="'+list.content.giftDuration+'" data-type2="0" data-type3="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" class="gift-show-ing gift-show-content show'+trackNum+'">';
else html+='<div data-type="5000" data-type2="0" data-type3="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" class="gift-show-ing gift-show-content show'+trackNum+'">';
// html+='<img class="gift-show-img" src="https://zhibocdn.yabolive.net/comm'+list.content.webp+'" alt="">';
html+='<div class="gift-show-text">';
html+='<img class="gift-show-face" src="https://zhibocdn.yabolive.net/comm'+list.content.icon+'?x-oss-process=image/resize,w_42" alt="">';
......
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