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

测试

parent a5f231c5
Hide whitespace changes
Inline Side-by-side
Showing with 48 additions and 5 deletions
  • GraphicPage.html
  • Graphics.html
  • download/download.html
  • download/download2.html
  • download/download3.html
  • download/download4.html
  • download/images/bg-En.png
  • download/images/bg-new2-En.png
  • download/images/bg-new3-En.png
  • download/images/downBtn2-En.png
  • images/bottom-nav-En.png
  • index.html
GraphicPage.html
View file @ 2cc4d097
......@@ -67,8 +67,8 @@
<div class="nav-box">
<div class="top-bg">
<div class="nav-btn">
<div><a style="color: #FFABEE;" href="index.html">影片<img class="click-img" src="images/click.png" alt=""></a></div>
<div class="nav-click">圖文<img class="click-img" src="images/click.png" alt=""></div>
<div><a style="color: #FFABEE;" href="index.html"><span class="txt1">影片</span><img class="click-img" src="images/click.png" alt=""></a></div>
<div class="nav-click"><span class="txt2">圖文</span><img class="click-img" src="images/click.png" alt=""></div>
</div>
</div>
<div class="title-nav">
......@@ -112,6 +112,14 @@
<script src="lib/default.js?v='20220418'"></script>
<script>
$(function(){
var browserLang = navigator.language
if(browserLang.indexOf("zh")==-1){
$(".bottom-nav").css("background","url(images/bottom-nav-En.png) no-repeat")
$(".bottom-nav").css("background-size","100% 100%")
$(".txt1").text("video")
$(".txt2").text("Graphics")
$(".bottom-nav-h1").text('Legs/Feet/Stockings Live')
}
var tagStr=''
var pageNumber=1
var typeNumber=2
......
This diff is collapsed. Click to expand it.
Graphics.html
View file @ 2cc4d097
......@@ -151,6 +151,14 @@
<script src="lib/default.js?v='20220418'"></script>
<script>
$(function(){
var browserLang = navigator.language
if(browserLang.indexOf("zh")==0){
$(".bottom-nav").css("background","url(images/bottom-nav-En.png) no-repeat")
$(".bottom-nav").css("background-size","100% 100%")
$(".txt1").text("video")
$(".txt2").text("Graphics")
$(".bottom-nav-h1").text()
}
if(sessionStorage.topicId==undefined||sessionStorage.topicId=="undefined"){
window.location.href="GraphicPage.html"
}
......
This diff is collapsed. Click to expand it.
download/download.html
View file @ 2cc4d097
......@@ -40,6 +40,11 @@
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script>
$(function(){
var browserLang = navigator.language
if(browserLang.indexOf("zh")==-1){
$(".new-bg").css("background",'url("images/bg-En.png")0 -0.5rem / 100% 100% no-repeat')
$(".down-btn2").css("background",'url(images/downBtn2-En.png) 0/ 100% 100% no-repeat')
}
if (/iphone|ipad|ipod/.test(ua)) {
var videoNum=Math.ceil(Math.random()*6)
var html=[];
......
This diff is collapsed. Click to expand it.
download/download2.html
View file @ 2cc4d097
......@@ -44,6 +44,11 @@
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script>
$(function(){
var browserLang = navigator.language
if(browserLang.indexOf("zh")==-1){
$(".new-bg").css("background",'url("images/bg-new2-En.png")0 -0.5rem / 100% 100% no-repeat')
$(".down-btn2").css("background",'url(images/downBtn2-En.png) 0/ 100% 100% no-repeat')
}
if (/iphone|ipad|ipod/.test(ua)) {
var videoNum=Math.ceil(Math.random()*6)
var html=[];
......
This diff is collapsed. Click to expand it.
download/download3.html
View file @ 2cc4d097
......@@ -44,6 +44,11 @@
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script>
$(function(){
var browserLang = navigator.language
if(browserLang.indexOf("zh")==-1){
$(".new-bg").css("background",'url("images/bg-new3-En.png")0 -0.5rem / 100% 100% no-repeat')
$(".down-btn2").css("background",'url(images/downBtn2-En.png) 0/ 100% 100% no-repeat')
}
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
var videoNum=Math.ceil(Math.random()*6)
......
This diff is collapsed. Click to expand it.
download/download4.html
View file @ 2cc4d097
......@@ -40,6 +40,11 @@
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script>
$(function(){
var browserLang = navigator.language
if(browserLang.indexOf("zh")==-1){
$(".new-bg").css("background",'url("images/bg-En.png")0 -0.5rem / 100% 100% no-repeat')
$(".down-btn2").css("background",'url(images/downBtn2-En.png) 0/ 100% 100% no-repeat')
}
if (/iphone|ipad|ipod/.test(ua)) {
var videoNum=Math.ceil(Math.random()*6)
var html=[];
......
This diff is collapsed. Click to expand it.
download/images/bg-En.png 0 → 100644
View file @ 2cc4d097
download/images/bg-En.png

244 KB

This diff is collapsed. Click to expand it.
download/images/bg-new2-En.png 0 → 100644
View file @ 2cc4d097
download/images/bg-new2-En.png

237 KB

This diff is collapsed. Click to expand it.
download/images/bg-new3-En.png 0 → 100644
View file @ 2cc4d097
download/images/bg-new3-En.png

241 KB

This diff is collapsed. Click to expand it.
download/images/downBtn2-En.png 0 → 100644
View file @ 2cc4d097
download/images/downBtn2-En.png

11.3 KB

This diff is collapsed. Click to expand it.
images/bottom-nav-En.png 0 → 100644
View file @ 2cc4d097
images/bottom-nav-En.png

6.14 KB

This diff is collapsed. Click to expand it.
index.html
View file @ 2cc4d097
......@@ -64,8 +64,8 @@
<div class="nav-box">
<div class="top-bg">
<div class="nav-btn">
<div class="nav-click">影片<img class="click-img" src="images/click.png" alt="激情美女影片"></div>
<div><a style="color: #FFABEE;" href="GraphicPage.html">圖文<img class="click-img" src="images/click.png" alt="絲足"></a></div>
<div class="nav-click"><span class="txt1">影片</span><img class="click-img" src="images/click.png" alt="激情美女影片"></div>
<div><a style="color: #FFABEE;" href="GraphicPage.html"><span class="txt2">圖文</span><img class="click-img" src="images/click.png" alt="絲足"></a></div>
</div>
</div>
<div class="title-nav">
......@@ -172,12 +172,19 @@
<script>
$(function(){
var browserLang = navigator.language
if(browserLang.indexOf("zh")==-1){
$(".bottom-nav").css("background","url(images/bottom-nav-En.png) no-repeat")
$(".bottom-nav").css("background-size","100% 100%")
$(".txt1").text("video")
$(".txt2").text("Graphics")
$(".bottom-nav-h1").text('Legs/Feet/Stockings Live')
}
var tagStr=''
var pageNumber=1
var typeNumber=1
var scrollOk=true;
var scrollTopNum=0
getLive()
setTimeout(function(){
tagGet()
......
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