Commit cc2c58d3 by libai

ft活动上线

parent a053d9e1
...@@ -3,6 +3,13 @@ ...@@ -3,6 +3,13 @@
background-size: 100% 100% !important; background-size: 100% 100% !important;
height: 25.84rem !important; height: 25.84rem !important;
} }
.rule-bg-en .back {
background: url(../images/en/back.png) no-repeat !important;
background-size: 100% 100% !important;
}
.rule-bg-en .callKF {
bottom: -4rem;
}
.bg-en .banner { .bg-en .banner {
background: url(../images/en/banner.png) no-repeat !important; background: url(../images/en/banner.png) no-repeat !important;
background-size: 100% 100% !important; background-size: 100% 100% !important;
...@@ -104,6 +111,14 @@ ...@@ -104,6 +111,14 @@
background: url(../images/en/layer-record.png) no-repeat !important; background: url(../images/en/layer-record.png) no-repeat !important;
background-size: 100% 100% !important; background-size: 100% 100% !important;
} }
.bg-en .room-bg1 {
background: url(../images/en/room-bg1.png) no-repeat !important;
background-size: 100% 100% !important;
}
.bg-en .room-bg2 {
background: url(../images/en/room-bg2.png) no-repeat !important;
background-size: 100% 100% !important;
}
i { i {
font-style: normal; font-style: normal;
} }
...@@ -131,6 +146,17 @@ i { ...@@ -131,6 +146,17 @@ i {
position: absolute; position: absolute;
bottom: 0.3rem; bottom: 0.3rem;
height: 0.8rem; height: 0.8rem;
color: #548dbb;
text-align: center;
font-size: 0.33rem;
}
.callKF > span {
height: 0.5rem;
padding: 0.08rem;
padding-left: 0.25rem;
padding-right: 0.25rem;
background: #f3f3f3;
border-radius: 0.1rem;
} }
.rule-btn { .rule-btn {
width: 1.72rem; width: 1.72rem;
......
...@@ -3,7 +3,11 @@ ...@@ -3,7 +3,11 @@
background-size: 100% 100% !important; background-size: 100% 100% !important;
height: 25.84rem !important; height: 25.84rem !important;
.back{ .back{
background:url(../images/en/back.png)no-repeat !important;
background-size:100% 100% !important;
}
.callKF{
bottom: -4rem;
} }
} }
...@@ -115,6 +119,15 @@ ...@@ -115,6 +119,15 @@
background: url(../images/en/layer-record.png)no-repeat !important; background: url(../images/en/layer-record.png)no-repeat !important;
background-size: 100% 100% !important; background-size: 100% 100% !important;
} }
.room-bg1{
background: url(../images/en/room-bg1.png)no-repeat !important;
background-size: 100% 100% !important;
}
.room-bg2{
background: url(../images/en/room-bg2.png)no-repeat !important;
background-size: 100% 100% !important;
}
} }
i{ i{
font-style: normal; font-style: normal;
...@@ -144,6 +157,17 @@ i{ ...@@ -144,6 +157,17 @@ i{
position: absolute; position: absolute;
bottom: 0.3rem; bottom: 0.3rem;
height: 0.8rem; height: 0.8rem;
color: #548dbb;
text-align: center;
font-size: 0.33rem;
>span{
height: 0.5rem;
padding: 0.08rem;
padding-left: 0.25rem;
padding-right: 0.25rem;
background: #f3f3f3;
border-radius: 0.1rem;
}
} }
.rule-btn{ .rule-btn{
width: 1.72rem; width: 1.72rem;
...@@ -848,4 +872,4 @@ i{ ...@@ -848,4 +872,4 @@ i{
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
} }
\ No newline at end of file

153 KB | W: | H:

153 KB | W: | H:

activeFt/hotGirl/images/banner.png
activeFt/hotGirl/images/banner.png
activeFt/hotGirl/images/banner.png
activeFt/hotGirl/images/banner.png
  • 2-up
  • Swipe
  • Onion skin

261 KB | W: | H:

271 KB | W: | H:

activeFt/hotGirl/images/en/rule-bg.png
activeFt/hotGirl/images/en/rule-bg.png
activeFt/hotGirl/images/en/rule-bg.png
activeFt/hotGirl/images/en/rule-bg.png
  • 2-up
  • Swipe
  • Onion skin

29 KB | W: | H:

120 KB | W: | H:

activeFt/hotGirl/images/layer-rule2.png
activeFt/hotGirl/images/layer-rule2.png
activeFt/hotGirl/images/layer-rule2.png
activeFt/hotGirl/images/layer-rule2.png
  • 2-up
  • Swipe
  • Onion skin

257 KB | W: | H:

254 KB | W: | H:

activeFt/hotGirl/images/rule-bg.png
activeFt/hotGirl/images/rule-bg.png
activeFt/hotGirl/images/rule-bg.png
activeFt/hotGirl/images/rule-bg.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -213,8 +213,20 @@ if(sessionStorage.lang!=2){ ...@@ -213,8 +213,20 @@ if(sessionStorage.lang!=2){
$(".king2-p1").text("Yesterday's Man") $(".king2-p1").text("Yesterday's Man")
$(".king1-p2").text('Not yet') $(".king1-p2").text('Not yet')
$(".king2-p2").text('Not yet') $(".king2-p2").text('Not yet')
// //
} }
if(sessionStorage.lang==2)var titleName="辣個女生"
else var titleName="hot&sexy girl"
var obj = {
"cid": 34, //修改网页title 居中显示。
"data": {
"type": 2, //1 图片 2文本。
"imgTxt": titleName,
}
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
$(function(){ $(function(){
task() task()
......
...@@ -5,40 +5,43 @@ ...@@ -5,40 +5,43 @@
if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) { if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) {
$ip = "https://webserver.yabolive.net"; $ip = "https://webserver.yabolive.net";
_url3 = 'https://webserver.yabolive.net'; _url3 = 'https://webserver.yabolive.net';
$url='1' $url='http://fsActive.fusi.club'
} }
else{ else{
$ip = 'http://ceshi.yabolive.tv/web'; $ip = 'http://ceshi.yabolive.tv/web';
_url3 = 'http://ceshi.yabolive.tv'; _url3 = 'http://ceshi.yabolive.tv';
$url='2' $url='http://testfsactive.fusi.club'
} }
var bbb = location.href; var bbb = location.href;
var data = url_get_params(bbb) var data = url_get_params(bbb)
sessionStorage.token = data.token; //t if(sessionStorage.token!=undefined){
sessionStorage.uid = data.uid; //u sessionStorage.token = data.token; //t
sessionStorage.version = data.appversion; sessionStorage.uid = data.uid; //u
sessionStorage.pkg=data.pkg sessionStorage.version = data.appversion;
sessionStorage.lang=data.lang sessionStorage.pkg=data.pkg
sessionStorage.cid='web_gw' sessionStorage.lang=data.lang
sessionStorage.os='WEB' sessionStorage.cid='web_gw'
sessionStorage.appname=data.appname sessionStorage.os='WEB'
sessionStorage.popType=data.popType sessionStorage.appname=data.appname
if (data.roomID != undefined && data.roomID != 'undefined') { sessionStorage.popType=data.popType
sessionStorage.roomId = data.roomID; if (data.roomID != undefined && data.roomID != 'undefined') {
} sessionStorage.roomId = data.roomID;
else if(data.roomid != undefined && data.roomid != 'undefined'){ }
sessionStorage.roomId = data.roomid; else if(data.roomid != undefined && data.roomid != 'undefined'){
} sessionStorage.roomId = data.roomid;
else { }
sessionStorage.roomId = data.roomId; else {
sessionStorage.roomId = data.roomId;
}
if(sessionStorage.roomId=='undefined')sessionStorage.roomId=0
sessionStorage.act_entry=data.act_entry
sessionStorage.jump=data.jump
sessionStorage.isShowHalf=data.isShowHalf
if(sessionStorage.open==undefined)sessionStorage.open=1
} }
if(sessionStorage.roomId=='undefined')sessionStorage.roomId=0
sessionStorage.act_entry=data.act_entry
sessionStorage.jump=data.jump
sessionStorage.isShowHalf=data.isShowHalf
if(sessionStorage.open==undefined)sessionStorage.open=1
var ua = window.navigator.userAgent.toLowerCase(); var ua = window.navigator.userAgent.toLowerCase();
try { try {
if (/iphone|ipad|ipod/.test(ua)) { if (/iphone|ipad|ipod/.test(ua)) {
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
</style> </style>
</head> </head>
<script src="lib/lottie-player.js"></script> <script src="lib/lottie-player.js"></script>
<body style="background: rgba(0, 0, 0, 0);"> <body style="background: rgba(0, 0, 0, 0);">
<div style="display: none;" class="room-bg1 "> <div style="display: none;" class="room-bg1 ">
<p class="room-bg-p1">火辣指數<span>8000</span></p> <p class="room-bg-p1"><i class="en-t1">火辣指數</i><span>8000</span></p>
<p class="room-bg-p2">當前排名<span>8</span></p> <p class="room-bg-p2"><i class="en-t2">當前排名</i><span>8</span></p>
</div> </div>
</body> </body>
<script src="lib/jquery-3.1.1.min.js"></script> <script src="lib/jquery-3.1.1.min.js"></script>
...@@ -41,6 +41,11 @@ ...@@ -41,6 +41,11 @@
<script type="text/javascript" src="https://app.ixiulive.com/static/js/socket.io.js"></script> <script type="text/javascript" src="https://app.ixiulive.com/static/js/socket.io.js"></script>
<script> <script>
$(function(){ $(function(){
if(sessionStorage.lang!=2){
$("body").addClass("bg-en")
$(".en-t1").text("hot pop")
$(".en-t2").text("rank")
}
var t1=null var t1=null
t1=setInterval(function(){ t1=setInterval(function(){
$.ajax({ $.ajax({
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<body style="background: #B1DCFF;"> <body style="background: #B1DCFF;">
<div class="rule-bg"> <div class="rule-bg">
<a href="javascript:history.go(-1);"><img class="back" src="images/back.png" alt=""></a> <a href="javascript:history.go(-1);"><img class="back" src="images/back.png" alt=""></a>
<div class="callKF"></div> <div class="callKF">如有問題點擊聯繫 <span>7*24小時在線客服</span></div>
</div> </div>
</body> </body>
<script src="lib/jquery-3.1.1.min.js"></script> <script src="lib/jquery-3.1.1.min.js"></script>
...@@ -42,8 +42,20 @@ ...@@ -42,8 +42,20 @@
$(function(){ $(function(){
if(sessionStorage.lang!=2){ if(sessionStorage.lang!=2){
$(".rule-bg").addClass("rule-bg-en") $(".rule-bg").addClass("rule-bg-en")
// $(".back").attr("src","images/en/back.png") $(".back").attr("src","images/en/back.png")
$(".callKF").html('For any questions, please click <span>7*24 hour online service</span>')
} }
if(sessionStorage.lang==2)var titleName="辣個女生"
else var titleName="hot&sexy girl"
var obj = {
"cid": 34, //修改网页title 居中显示。
"data": {
"type": 1, //1 图片 2文本。
"imgTxt": titleName,
}
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
$(".callKF").on("click",function(){ $(".callKF").on("click",function(){
var obj2 = { var obj2 = {
"cid": 4, "cid": 4,
......
...@@ -6,6 +6,14 @@ ...@@ -6,6 +6,14 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
body .r1 {
background: url(../images/r1-en.png) no-repeat !important;
background-size: 100% 100% !important;
}
body .r2 {
background: url(../images/r2-en.png) no-repeat !important;
background-size: 100% 100% !important;
}
.r2 { .r2 {
width: 100vw; width: 100vw;
height: 46.629vw; height: 46.629vw;
...@@ -17,6 +25,9 @@ ...@@ -17,6 +25,9 @@
.r2 p { .r2 p {
font-size: 0; font-size: 0;
} }
i {
font-style: normal;
}
.room-bg-p1 { .room-bg-p1 {
font-size: 8vw; font-size: 8vw;
color: #fff; color: #fff;
......
...@@ -6,6 +6,16 @@ ...@@ -6,6 +6,16 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
body{
.r1{
background: url(../images/r1-en.png)no-repeat !important;
background-size: 100% 100% !important;
}
.r2{
background: url(../images/r2-en.png)no-repeat !important;
background-size: 100% 100% !important;
}
}
.r2{ .r2{
width: 100vw; width: 100vw;
height: 46.629vw; height: 46.629vw;
...@@ -17,6 +27,9 @@ ...@@ -17,6 +27,9 @@
font-size: 0; font-size: 0;
} }
} }
i{
font-style: normal;
}
.room-bg-p1{ .room-bg-p1{
font-size: 8vw; font-size: 8vw;
color: #fff; color: #fff;
......
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
</style> </style>
</head> </head>
<script src="lib/lottie-player.js"></script> <script src="lib/lottie-player.js"></script>
<body style="background: rgba(0,0,0,0)"> <body style="background: rgba(0,0,0,0)">
<div style="display: none;" class="r1"> <div style="display: none;" class="r1">
<p class="room-bg-p1">火辣指數<span>8000</span></p> <p class="room-bg-p1"><i class="en-t1">火辣指數</i><span>8000</span></p>
<p class="room-bg-p2">當前排名<span>8</span></p> <p class="room-bg-p2"><i class="en-t2">當前排名</i><span>8</span></p>
</div> </div>
</body> </body>
<script src="lib/jquery-3.1.1.min.js"></script> <script src="lib/jquery-3.1.1.min.js"></script>
...@@ -40,6 +40,11 @@ ...@@ -40,6 +40,11 @@
<script src="lib/default.js?v='2024051701'"></script> <script src="lib/default.js?v='2024051701'"></script>
<script> <script>
$(function(){ $(function(){
if(sessionStorage.lang!=2){
$("body").addClass("bg-en")
$(".en-t1").text("hot pop")
$(".en-t2").text("rank")
}
var obj = { var obj = {
"cid": 43, "cid": 43,
"reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
...@@ -47,7 +52,7 @@ $(function(){ ...@@ -47,7 +52,7 @@ $(function(){
"type":1, "type":1,
// "width":314, // "width":314,
"width":120, "width":120,
"height":48, "height":56,
'unit':2, 'unit':2,
"position":1 "position":1
} }
......
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
display: none; display: none;
float: left; float: left;
} }
.bg-en .r1 {
background: url(../images/r1-en.png) no-repeat !important;
background-size: 100% 100% !important;
}
.room-bg2 { .room-bg2 {
width: 33vw; width: 33vw;
height: 7.605vw; height: 7.605vw;
......
...@@ -7,6 +7,12 @@ ...@@ -7,6 +7,12 @@
display: none; display: none;
float: left; float: left;
} }
.bg-en{
.r1{
background: url(../images/r1-en.png)no-repeat !important;
background-size: 100% 100% !important;
}
}
.room-bg2{ .room-bg2{
width: 33vw; width: 33vw;
height: 7.605vw; height: 7.605vw;
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
</head> </head>
<body style="background:rgba(0,0,0,0)"> <body style="background:rgba(0,0,0,0)">
<div style="display: none;" class="r1"> <div style="display: none;" class="r1">
<p class="room-bg-p1">火辣指數<span>8000</span></p> <p class="room-bg-p1"><i class="en-t1">火辣指數</i><span>8000</span></p>
<p class="room-bg-p2">當前排名<span>8</span></p> <p class="room-bg-p2"><i class="en-t2">當前排名</i><span>8</span></p>
</div> </div>
<div class="room-bg1"> <div class="room-bg1">
<div class="room-bg-top">人氣</div> <div class="room-bg-top">人氣</div>
...@@ -75,6 +75,11 @@ ...@@ -75,6 +75,11 @@
<script> <script>
$(function(){ $(function(){
//活動 //活動
if(sessionStorage.lang!=2){
$("body").addClass("bg-en")
$(".en-t1").text("hot pop")
$(".en-t2").text("rank")
}
$(".r1").on("click",function(){ $(".r1").on("click",function(){
var obj = { var obj = {
"cid": 31, "cid": 31,
...@@ -83,7 +88,7 @@ $(function(){ ...@@ -83,7 +88,7 @@ $(function(){
"popupType":2, "popupType":2,
// "width":314, // "width":314,
"url":'http://test.ybact.yazhaiyabo.com/activeFt/hotGirl/index.html', "url":'http://test.ybact.yazhaiyabo.com/activeFt/hotGirl/index.html',
"heightR":160, "heightR":180,
"clickBlank":1, "clickBlank":1,
"bottom":'0', "bottom":'0',
} }
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
position: relative; position: relative;
display: none; display: none;
} }
i {
font-style: normal;
}
.room-bg2 { .room-bg2 {
width: 100vw; width: 100vw;
height: 76.26vw; height: 76.26vw;
......
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
position: relative; position: relative;
display: none; display: none;
} }
i{
font-style: normal;
}
.room-bg2{ .room-bg2{
width: 100vw; width: 100vw;
height: 76.26vw; height: 76.26vw;
......
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
</head> </head>
<body style="background:rgba(0,0,0,0)"> <body style="background:rgba(0,0,0,0)">
<div style="display: none;" class="r1"> <div style="display: none;" class="r1">
<p class="room-bg-p1">火辣指數<span>8000</span></p> <p class="room-bg-p1"><i class="en-t1">火辣指數</i><span>8000</span></p>
<p class="room-bg-p2">當前排名<span>8</span></p> <p class="room-bg-p2"><i class="en-t2">當前排名</i><span>8</span></p>
</div> </div>
<div class="room-bg1"> <div class="room-bg1">
<div class="room-bg-top">人氣</div> <div class="room-bg-top">人氣</div>
...@@ -73,6 +73,10 @@ ...@@ -73,6 +73,10 @@
<script> <script>
$(function(){ $(function(){
//活動 //活動
if(sessionStorage.lang!=2){
$(".en-t1").text("hot pop")
$(".en-t2").text("rank")
}
getData() getData()
$(".r1").on("click",function(){ $(".r1").on("click",function(){
var obj = { var obj = {
......
...@@ -5,10 +5,12 @@ var bbb = location.href; ...@@ -5,10 +5,12 @@ var bbb = location.href;
if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) { if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) {
$ip = "https://webserver.yabolive.net"; $ip = "https://webserver.yabolive.net";
_url3 = 'https://webserver.yabolive.net'; _url3 = 'https://webserver.yabolive.net';
$url='http://fsActive.fusi.club'
} }
else{ else{
$ip = 'http://ceshi.yabolive.tv/web'; $ip = 'http://ceshi.yabolive.tv/web';
_url3 = 'http://ceshi.yabolive.tv'; _url3 = 'http://ceshi.yabolive.tv';
$url='http://testfsactive.fusi.club'
} }
var bbb = location.href; var bbb = location.href;
......
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