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 422b2bdd authored a year ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 3fca8cb9
Hide whitespace changes
Inline Side-by-side
Showing with 18 additions and 1 deletions
  • videoPage.html
  • vip/css/index.css
  • vip/css/index.less
  • vip/images/vip-bottom-en.png
  • vip/images/vip-tip-bg-en.png
  • vip/images/vip-tips-content-en.png
  • vip/index.html
videoPage.html
View file @ 422b2bdd
......@@ -50,7 +50,7 @@
<div class="neck-nav-content">
<ul class="neck-nav-ul">
<a href="index.html"><li data-type="1"><span class="lang-txt3">首頁</span> <img src="images/front/nack-icon.png" alt=""></li></a>
<a href="hlive.html"><li data-type="2"><span class="lang-txt4">直播</span> <img src="images/front/nack-icon.png" alt=""></li></a>
<a href="live.html"><li data-type="2"><span class="lang-txt4">直播</span> <img src="images/front/nack-icon.png" alt=""></li></a>
<li class="nav-like-btn" data-type="3"><span class="lang-txt5">追蹤</span> <img src="images/front/nack-icon.png" alt=""></li>
<li data-type="4" class="neck-nav-li-click"><span class="lang-txt6">影片</span> <img src="images/front/nack-icon.png" alt=""></li>
<a href="imagesPage.html"><li data-type="5"><span class="lang-txt7">圖檔</span> <img src="images/front/nack-icon.png" alt=""></li></a>
......@@ -202,6 +202,7 @@ $(function(){
// var userinfo = JSON.parse(decodeURIComponent(escape(window.atob(strings.replace(/-/g, "+").replace(/_/g, "/")))));
// //console.log(userinfo)
if(sessionStorage.lang!=2){
$(".neck-nav-li-click").css("width","86px")
$(".langTxt1").text(langList[sessionStorage.lang].pcIndex2)
$(".lang-txt3").text(langList[sessionStorage.lang].pcIndex3)
$(".lang-txt4").text(langList[sessionStorage.lang].pcIndex4)
......
This diff is collapsed. Click to expand it.
vip/css/index.css
View file @ 422b2bdd
......@@ -29,6 +29,12 @@
.vipBody1 .stealth-box2 div {
left: 55px;
}
.vipBody1 .vip-tips-content {
background: url(../images/vip-tip-bg-en.png) no-repeat;
}
.vipBody1 .vip-tip-bg {
background: url(../images/vip-tip-bg-en.png) no-repeat;
}
.m-box {
width: 1200px;
margin: 0 auto;
......
This diff is collapsed. Click to expand it.
vip/css/index.less
View file @ 422b2bdd
......@@ -30,7 +30,16 @@
.stealth-box2 div{
left: 55px;
}
.vip-tips-content{
background: url(../images/vip-tip-bg-en.png)no-repeat;
}
.vip-tip-bg{
background: url(../images/vip-tip-bg-en.png)no-repeat;
}
.vip-bottom{
}
}
.m-box {
width: 1200px;
......
This diff is collapsed. Click to expand it.
vip/images/vip-bottom-en.png 0 → 100644
View file @ 422b2bdd
vip/images/vip-bottom-en.png

2.22 KB

This diff is collapsed. Click to expand it.
vip/images/vip-tip-bg-en.png 0 → 100644
View file @ 422b2bdd
vip/images/vip-tip-bg-en.png

105 KB

This diff is collapsed. Click to expand it.
vip/images/vip-tips-content-en.png 0 → 100644
View file @ 422b2bdd
vip/images/vip-tips-content-en.png

68 KB

This diff is collapsed. Click to expand it.
vip/index.html
View file @ 422b2bdd
......@@ -258,6 +258,7 @@ $(function(){
}
if(sessionStorage.lang!=2){
$("body").addClass("vipBody"+sessionStorage.lang+"")
$(".vip-bottom").attr("src","images/vip-bottom-en.png")
$(".vip0").text(vipLangList[sessionStorage.lang].vip0)
$(".vip1").text(vipLangList[sessionStorage.lang].vip1)
$(".vip2").text(vipLangList[sessionStorage.lang].vip2)
......
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