Commit 2a27b66d by libai

ft活动上线

parent 080bc5ce
......@@ -185,12 +185,12 @@
left: 0.05rem;
}
.list-ul .list-li-box2 .list-user-face {
top: 0.52rem;
height: 1.3rem;
width: 1.3rem;
top: 0.72rem;
height: 1.1rem;
width: 1.1rem;
position: absolute;
border-radius: 1rem;
left: 1.5rem;
left: 1.45rem;
}
.list-ul .list-li-box3 {
width: 3.3rem;
......@@ -421,6 +421,7 @@
.m1 {
position: absolute;
width: 0.6rem;
top: 0.2rem;
}
.list-line {
width: 6.6933rem;
......
......@@ -185,12 +185,12 @@
left: 0.05rem;
}
.list-user-face{
top: 0.52rem;
height: 1.3rem;
width: 1.3rem;
top: 0.72rem;
height: 1.1rem;
width: 1.1rem;
position: absolute;
border-radius: 1rem;
left: 1.5rem;
left: 1.45rem;
}
}
.list-li-box3{
......@@ -425,6 +425,7 @@
.m1{
position: absolute;
width: 0.6rem;
top: 0.2rem;
}
.list-line{
width: 6.6933rem;
......
......@@ -172,6 +172,7 @@ $(function(){
$(".task-bg").removeClass("exc-bg")
$(".task-content").show()
$(".exc-content").hide()
$(".user-btn1").removeClass("user-btn2")
task()
}
})
......@@ -333,8 +334,8 @@ $(function(){
var taskText='('+list.loginDays+'/7)'
break;
case 9:
var barWidth=Math.floor(list.diamond/588*100)
var taskText='('+list.diamond+'/588)'
var barWidth=Math.floor(list.diamond/500*100)
var taskText='('+list.diamond+'/500)'
break;
case 10:
var barWidth=Math.floor(list.diamond/1888*100)
......
......@@ -43,7 +43,14 @@
<script type="text/javascript" src="https://app.ixiulive.com/static/js/socket.io.js"></script>
<script>
$(function(){
setTimeout(function(){
$.ajax({
url:$ip+'/actRaisingBeautifulGril/queryExchangeRecord.html',
success:function(data){
}
})
}, 3000);
var titleArr=['','新秀出道','嶄露頭角','光芒萬丈']
getData()
$(".room-bg1").on("click",function(){
......
......@@ -49,7 +49,14 @@ $(function(){
}
var titleArr=['','新秀出道','嶄露頭角','光芒萬丈']
getData()
setTimeout(function(){
$.ajax({
url:$ip+'/actRaisingBeautifulGril/queryExchangeRecord.html',
success:function(data){
}
})
}, 3000);
var obj = {
"cid": 43,
"reqCode": new Date().getTime(),
......@@ -57,7 +64,7 @@ $(function(){
"type":1,
// "width":314,
"width":120,
"height":60,
"height":73,
'unit':2,
"position":1
}
......@@ -75,7 +82,7 @@ $(function(){
"data": {
"popupType":2,
// "width":314,
"url":''+$url+'/activeFt/hotGirl/index.html',
"url":''+$url+'/activeFt/develop/index.html',
"heightR":160,
"clickBlank":1,
"bottom":'0',
......
......@@ -46,7 +46,7 @@ if (uid.indexOf("file:///") > -1) {
sessionStorage.lang=2
sessionStorage.uid = 10007;
sessionStorage.token = 'debug'
sessionStorage.roomId=11134747;
sessionStorage.roomId=210102;
sessionStorage.version=8890
sessionStorage.cid='web'
sessionStorage.pkg='h5'
......
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