Commit 6ef09a32 by libai

ft活动上线

parent 407afd5b
......@@ -596,3 +596,28 @@ iframe {
bottom: 0;
left: 2.8rem;
}
.pop {
width: 10rem;
height: 10.546rem;
background: url(../images/pop.png) no-repeat;
background-size: 100% 100%;
position: relative;
}
.pop-btn {
position: absolute;
left: 2.895rem;
top: 7.7rem;
width: 4.21rem;
height: 1.17rem;
background: url(../images/pop-btn.png) no-repeat;
background-size: 100% 100%;
}
.close {
position: absolute;
width: 0.64rem;
height: 0.653rem;
background: url(../images/close.png) no-repeat;
background-size: 100% 100%;
right: 0rem;
top: 0rem;
}
......@@ -612,4 +612,29 @@ iframe{
position: absolute;
bottom: 0;
left: 2.8rem;
}
.pop{
width: 10rem;
height: 10.546rem;
background: url(../images/pop.png)no-repeat;
background-size: 100% 100%;
position: relative;
}
.pop-btn{
position: absolute;
left: 2.895rem;
top: 7.7rem;
width: 4.21rem;
height: 1.17rem;
background: url(../images/pop-btn.png) no-repeat;
background-size: 100% 100%;
}
.close{
position: absolute;
width: 0.64rem;
height: 0.653rem;
background: url(../images/close.png)no-repeat;
background-size: 100% 100%;
right: 0rem;
top: 0rem;
}
\ No newline at end of file
......@@ -440,7 +440,7 @@ $(function(){
if(list.roomSexData.uid!=0){
$(".top-face1").attr("src","https://big.bgp.ourpow.com/comm"+list.roomSexData.face+"?x-oss-process=image/resize,w_90")
$(".top-mc-box-p2").text(list.roomSexData.nickName)
$(".top-mc-box-p3").text("積分:"+list.roomSexData.nickName.score+"")
$(".top-mc-box-p3").text("積分:"+list.roomSexData.score+"")
if(list.roomSexData.isLike==0)$(".like-btn1").show().attr("data-type",list.roomSexData.uid)
}
if(list.userRichData.uid!=0){
......
......@@ -95,6 +95,23 @@ $(function(){
setInterval(function(){
view()
},60000)
//三十秒后弹窗
setTimeout(function(){
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl:$url + "/activeFt/garden/pop.html",
height:'0.5',
heightR:'106',
x:'0',
y:'0.5',
},
success:function(){
}
})
})
function getData(roomid) {
var opts = {
reconnectionDelay: 5000,
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<title>她の秘密後花園</title>
<script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/daily.css">
<link rel="stylesheet" href="css/index.css?v=2024051701">
<link rel="stylesheet" href="css/liMarquee.css">
<link rel="stylesheet" href="css/swiper.min.css">
<style>
.layui-layer-shade {
opacity: 0.7 !important;
}
.yourclass5 {
border-radius: 0rem !important;
background: rgba(0, 0, 0, 0) !important;
}
.yourclass5 .layui-layer-content {
border-radius: 0rem !important;
}
</style>
</head>
<script src="lib/lottie-player.js"></script>
<body style="background: rgba(0,0,0,0);">
<div class="pop">
<div class="close"></div>
<div class="pop-btn"></div>
</div>
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script>
<script src="lib/default.js?v='2024061702'"></script>
<script src="lib/clipboard.js"></script>
<script src="lib/swiper.min.js"></script>
<script>
$(function(){
$(".pop-btn").on("click",function(){
var obj = {
"cid": 12,
"reqCode": new Date().getTime(),
"data": {
"msg": '跳转集合功能',
"jumptype": 3,
"url": $url + "/activeFt/garden/index.html" + location.search+'&jump=1',
}
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
})
$(".close").on("click",function(){
var obj = {
"cid": 14,
"reqCode": new Date().getTime(),
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
})
})
</script>
</html>
\ No newline at end of file
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