与评官网嫁接
This commit is contained in:
parent
d7f4126c1a
commit
b15230b1d2
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
|
@ -277,6 +277,14 @@ ul {
|
||||||
margin-top: 38px;
|
margin-top: 38px;
|
||||||
background: url("../img/footer-logo.png") no-repeat;
|
background: url("../img/footer-logo.png") no-repeat;
|
||||||
}
|
}
|
||||||
|
.yuping_logo {
|
||||||
|
width: 170px;
|
||||||
|
height: 83px;
|
||||||
|
margin-top: 38px;
|
||||||
|
background: url("../img/yupingLogo.png") no-repeat;
|
||||||
|
background-size: cover;
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
.qr {
|
.qr {
|
||||||
width: 133px;
|
width: 133px;
|
||||||
height: 153px;
|
height: 153px;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Binary file not shown.
After Width: | Height: | Size: 17 MiB |
64
index.html
64
index.html
|
@ -1,43 +1,49 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8" />
|
||||||
<title>私慕(SeeMore)-遇见更多,做你所想-私慕官网</title>
|
<title>私慕(SeeMore)-遇见更多,做你所想-私慕官网</title>
|
||||||
<meta name="baidu-site-verification" content="52RvPZ4swc" />
|
<meta name="baidu-site-verification" content="52RvPZ4swc" />
|
||||||
<meta name="keywords" content="私慕,SeeMore,私慕科技,交友,真心问答,假面邂逅,www.seemore.club,私慕聚点场所,大学生交友,爱情,恋爱,脱单,情侣,知己,约会,陌生社交,配对聊天,找对象,找女友,找男友,征婚相亲,征婚交友,网上约会,同城约会,附近约会,白领交友,免费交友">
|
<meta
|
||||||
<meta name="description" content="私慕(SeeMore)是一个移动互联社交平台,开创性的建立了结合线下实际场所的场景社交模型,通过多种方法建立了更适合中国用户的陌生社交通道。私慕针对国内用户特性,在陌生人真心问答、隐私保护、趣味礼物上提出了多个创新。平台的用户交互方式简单方便易上手。严格的商业审查及实时监管为用户提供了私密、安全、纯粹的交友乐趣。">
|
name="keywords"
|
||||||
<link rel="canonical" href="http://seemore.club">
|
content="私慕,SeeMore,私慕科技,交友,真心问答,假面邂逅,www.seemore.club,私慕聚点场所,大学生交友,爱情,恋爱,脱单,情侣,知己,约会,陌生社交,配对聊天,找对象,找女友,找男友,征婚相亲,征婚交友,网上约会,同城约会,附近约会,白领交友,免费交友"
|
||||||
<link href="./css/bootstrap.min.css" rel="stylesheet">
|
/>
|
||||||
<link href="./css/less.less" type="text/css" rel="stylesheet/less">
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="私慕(SeeMore)是一个移动互联社交平台,开创性的建立了结合线下实际场所的场景社交模型,通过多种方法建立了更适合中国用户的陌生社交通道。私慕针对国内用户特性,在陌生人真心问答、隐私保护、趣味礼物上提出了多个创新。平台的用户交互方式简单方便易上手。严格的商业审查及实时监管为用户提供了私密、安全、纯粹的交友乐趣。"
|
||||||
|
/>
|
||||||
|
<link rel="canonical" href="http://seemore.club" />
|
||||||
|
<link href="./css/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
<link href="./css/less.less" type="text/css" rel="stylesheet/less" />
|
||||||
<script src="./js/less.min.js"></script>
|
<script src="./js/less.min.js"></script>
|
||||||
<script src="./js/jquery.min.js"></script>
|
<script src="./js/jquery.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(function () {
|
$(function () {
|
||||||
$('.header').load('./public/header.html');
|
$(".header").load("./public/header.html");
|
||||||
$('.footer').load('./public/footer.html');
|
$(".footer").load("./public/footer.html");
|
||||||
})
|
});
|
||||||
|
|
||||||
function menu_swtich(num) {
|
function menu_swtich(num) {
|
||||||
if (num === 1) {
|
if (num === 1) {
|
||||||
//广场
|
//广场
|
||||||
$('.switch').css('background-position', '0');
|
$(".switch").css("background-position", "0");
|
||||||
$('.switch_menu').css('left', '205px');
|
$(".switch_menu").css("left", "205px");
|
||||||
} else {
|
} else {
|
||||||
//聚点
|
//聚点
|
||||||
$('.switch').css('background-position', '100%');
|
$(".switch").css("background-position", "100%");
|
||||||
$('.switch_menu').css('left', '137px');
|
$(".switch_menu").css("left", "137px");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var i = 2;
|
var i = 2;
|
||||||
var interval = setInterval(function () {
|
var interval = setInterval(function () {
|
||||||
menu_swtich(i)
|
menu_swtich(i);
|
||||||
if (i >= 2) {
|
if (i >= 2) {
|
||||||
i = 1
|
i = 1;
|
||||||
} else {
|
} else {
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
}, 1500)
|
}, 1500);
|
||||||
|
|
||||||
function stopInterval(e) {
|
function stopInterval(e) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
@ -47,13 +53,16 @@
|
||||||
function startInterval(e) {
|
function startInterval(e) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
interval = setInterval(function () {
|
interval = setInterval(function () {
|
||||||
menu_swtich(i)
|
menu_swtich(i);
|
||||||
if (i >= 2) {
|
if (i >= 2) {
|
||||||
i = 1
|
i = 1;
|
||||||
} else {
|
} else {
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
}, 1500)
|
}, 1500);
|
||||||
|
}
|
||||||
|
function goYuping() {
|
||||||
|
window.location.href = "/yuping/index.html";
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
@ -67,13 +76,20 @@
|
||||||
<div class="slogan"></div>
|
<div class="slogan"></div>
|
||||||
<div class="download">
|
<div class="download">
|
||||||
<a href="http://fir.defshare.org/f8x1" class="android"></a>
|
<a href="http://fir.defshare.org/f8x1" class="android"></a>
|
||||||
<a href="https://itunes.apple.com/cn/app/id1417092899" class="ios"></a>
|
<a
|
||||||
|
href="https://itunes.apple.com/cn/app/id1417092899"
|
||||||
|
class="ios"
|
||||||
|
></a>
|
||||||
<!--https://testflight.top/t/JJzE3m-->
|
<!--https://testflight.top/t/JJzE3m-->
|
||||||
</div>
|
</div>
|
||||||
<!--<div class="waiting">即将上线敬请期待</div>-->
|
<!--<div class="waiting">即将上线敬请期待</div>-->
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-5 col-sm-5 col-xs-12 right">
|
<div class="col-lg-5 col-sm-5 col-xs-12 right">
|
||||||
<div class="phone" onmouseover="stopInterval(event)" onmouseout="startInterval(event)">
|
<div
|
||||||
|
class="phone"
|
||||||
|
onmouseover="stopInterval(event)"
|
||||||
|
onmouseout="startInterval(event)"
|
||||||
|
>
|
||||||
<div class="switch_menu">
|
<div class="switch_menu">
|
||||||
<a href="javascript:;" onclick="menu_swtich(1)"></a>
|
<a href="javascript:;" onclick="menu_swtich(1)"></a>
|
||||||
<a href="javascript:;" onclick="menu_swtich(2)"></a>
|
<a href="javascript:;" onclick="menu_swtich(2)"></a>
|
||||||
|
@ -87,10 +103,12 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<i class="seemore-text"></i>(SeeMore)是一个移动互联社交平台,开创性的建立了结合线下实际场所的场景社交模型,通过多种方法建立了更适合中国用户的陌生社交通道。私慕针对国内用户特性,在陌生人破冰、隐私保护、趣味礼物上提出了多个创新。平台的用户交互方式兼容类似TINDER/探探的简单操作风格,方便易上手。严格的商业审查及实时监管为用户提供了私密、安全、纯粹的交友乐趣。
|
<i class="seemore-text"></i
|
||||||
|
>(SeeMore)是一个移动互联社交平台,开创性的建立了结合线下实际场所的场景社交模型,通过多种方法建立了更适合中国用户的陌生社交通道。私慕针对国内用户特性,在陌生人破冰、隐私保护、趣味礼物上提出了多个创新。平台的用户交互方式兼容类似TINDER/探探的简单操作风格,方便易上手。严格的商业审查及实时监管为用户提供了私密、安全、纯粹的交友乐趣。
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-12 intro">
|
<div class="col-lg-12 intro">
|
||||||
四川私慕科技有限公司(SeeMore Technologies Co., Ltd),简称私慕科技(SeeMore
|
四川私慕科技有限公司(SeeMore Technologies Co.,
|
||||||
|
Ltd),简称私慕科技(SeeMore
|
||||||
Tech),具备丰富的市场经验、深厚的技术底蕴,集合优秀的核心团队,勇于创新探索,致力于研发、运营私慕(SeeMore.Club)平台,通过建立优秀的用户交互模型和先进的商业模式,有效结合了互联网线上社交与传统线下经营场所,得到了商业合作伙伴的认可、终端用户的喜爱,目前公司处于高速发展的良好状态。
|
Tech),具备丰富的市场经验、深厚的技术底蕴,集合优秀的核心团队,勇于创新探索,致力于研发、运营私慕(SeeMore.Club)平台,通过建立优秀的用户交互模型和先进的商业模式,有效结合了互联网线上社交与传统线下经营场所,得到了商业合作伙伴的认可、终端用户的喜爱,目前公司处于高速发展的良好状态。
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,11 +1,27 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-3 col-sm-2 col-xs-12">
|
<div
|
||||||
|
class="col-lg-4 col-sm-2 col-xs-12"
|
||||||
|
style="display: flex; align-items: center;"
|
||||||
|
>
|
||||||
<div class="footer_logo"></div>
|
<div class="footer_logo"></div>
|
||||||
|
<div class="yuping_logo" onclick="goYuping()"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6 col-lg-offset-0 col-sm-5 col-sm-offset-1 col-xs-9 copyright">
|
<div
|
||||||
<p><a href="/privacy/privacy.html">服务协议与隐私政策</a><a href="/contactUs/contactUs.html">联系我们</a> </p>
|
class="col-lg-5 col-lg-offset-0 col-sm-5 col-sm-offset-1 col-xs-9 copyright"
|
||||||
<p>Copyright@2018 私慕 四川私慕科技有限公司有限公司 <a href="http://www.beian.miit.gov.cn/" style="color:#fff;text-decoration: none">蜀ICP备17005937号-1</a> </p>
|
>
|
||||||
|
<p>
|
||||||
|
<a href="/privacy/privacy.html">服务协议与隐私政策</a
|
||||||
|
><a href="/contactUs/contactUs.html">联系我们</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Copyright@2018 私慕 四川私慕科技有限公司有限公司
|
||||||
|
<a
|
||||||
|
href="http://www.beian.miit.gov.cn/"
|
||||||
|
style="color: #fff; text-decoration: none"
|
||||||
|
>蜀ICP备17005937号-1</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
<!--<p><i class="weibo"></i></p>-->
|
<!--<p><i class="weibo"></i></p>-->
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3 col-sm-2 col-xs-3">
|
<div class="col-lg-3 col-sm-2 col-xs-3">
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<link href="../YuPing.ico" rel="shortcut icon" type="image/x-icon"/>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>与评</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<img src="../img/yupingPage.jpg" alt="" />
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue