与评官网嫁接

This commit is contained in:
jiangrui 2023-03-30 17:11:38 +08:00
parent d7f4126c1a
commit b15230b1d2
7 changed files with 160 additions and 96 deletions

BIN
YuPing.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -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;

BIN
img/yupingLogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
img/yupingPage.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 MiB

View File

@ -1,103 +1,121 @@
<!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)
function stopInterval(e) {
e.stopPropagation();
clearInterval(interval);
} }
}, 1500);
function startInterval(e) { function stopInterval(e) {
e.stopPropagation(); e.stopPropagation();
interval = setInterval(function () { clearInterval(interval);
menu_swtich(i) }
if (i >= 2) {
i = 1 function startInterval(e) {
} else { e.stopPropagation();
i++; interval = setInterval(function () {
} menu_swtich(i);
}, 1500) if (i >= 2) {
} i = 1;
} else {
i++;
}
}, 1500);
}
function goYuping() {
window.location.href = "/yuping/index.html";
}
</script> </script>
</head> </head>
<body> <body>
<div class="header"></div> <div class="header"></div>
<div class="body"> <div class="body">
<div class="index"> <div class="index">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-7 col-sm-7 col-xs-12 left"> <div class="col-lg-7 col-sm-7 col-xs-12 left">
<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
<!--https://testflight.top/t/JJzE3m--> href="https://itunes.apple.com/cn/app/id1417092899"
</div> class="ios"
<!--<div class="waiting">即将上线敬请期待</div>--> ></a>
</div> <!--https://testflight.top/t/JJzE3m-->
<div class="col-lg-5 col-sm-5 col-xs-12 right"> </div>
<div class="phone" onmouseover="stopInterval(event)" onmouseout="startInterval(event)"> <!--<div class="waiting">即将上线敬请期待</div>-->
<div class="switch_menu">
<a href="javascript:;" onclick="menu_swtich(1)"></a>
<a href="javascript:;" onclick="menu_swtich(2)"></a>
</div>
<div class="switch"></div>
</div>
</div>
</div> </div>
<div class="col-lg-5 col-sm-5 col-xs-12 right">
<div
class="phone"
onmouseover="stopInterval(event)"
onmouseout="startInterval(event)"
>
<div class="switch_menu">
<a href="javascript:;" onclick="menu_swtich(1)"></a>
<a href="javascript:;" onclick="menu_swtich(2)"></a>
</div>
<div class="switch"></div>
</div>
</div>
</div>
</div> </div>
<div class="about"> <div class="about">
<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
</div> >SeeMore是一个移动互联社交平台开创性的建立了结合线下实际场所的场景社交模型通过多种方法建立了更适合中国用户的陌生社交通道。私慕针对国内用户特性在陌生人破冰、隐私保护、趣味礼物上提出了多个创新。平台的用户交互方式兼容类似TINDER/探探的简单操作风格,方便易上手。严格的商业审查及实时监管为用户提供了私密、安全、纯粹的交友乐趣。
<div class="col-lg-12 intro"> </div>
四川私慕科技有限公司SeeMore Technologies Co., Ltd简称私慕科技SeeMore <div class="col-lg-12 intro">
Tech具备丰富的市场经验、深厚的技术底蕴集合优秀的核心团队勇于创新探索致力于研发、运营私慕SeeMore.Club平台通过建立优秀的用户交互模型和先进的商业模式有效结合了互联网线上社交与传统线下经营场所得到了商业合作伙伴的认可、终端用户的喜爱目前公司处于高速发展的良好状态。 四川私慕科技有限公司SeeMore Technologies Co.,
</div> Ltd简称私慕科技SeeMore
</div> Tech具备丰富的市场经验、深厚的技术底蕴集合优秀的核心团队勇于创新探索致力于研发、运营私慕SeeMore.Club平台通过建立优秀的用户交互模型和先进的商业模式有效结合了互联网线上社交与传统线下经营场所得到了商业合作伙伴的认可、终端用户的喜爱目前公司处于高速发展的良好状态。
</div>
</div> </div>
</div>
</div> </div>
</div>
</div> </div>
</div> <div class="footer"></div>
<div class="footer"></div> </body>
</body>
</html> </html>

View File

@ -1,15 +1,31 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-3 col-sm-2 col-xs-12"> <div
<div class="footer_logo"></div> class="col-lg-4 col-sm-2 col-xs-12"
</div> style="display: flex; align-items: center;"
<div class="col-lg-6 col-lg-offset-0 col-sm-5 col-sm-offset-1 col-xs-9 copyright"> >
<p><a href="/privacy/privacy.html">服务协议与隐私政策</a><a href="/contactUs/contactUs.html">联系我们</a> </p> <div class="footer_logo"></div>
<p>Copyright@2018 私慕 四川私慕科技有限公司有限公司 <a href="http://www.beian.miit.gov.cn/" style="color:#fff;text-decoration: none">蜀ICP备17005937号-1</a> </p> <div class="yuping_logo" onclick="goYuping()"></div>
<!--<p><i class="weibo"></i></p>-->
</div>
<div class="col-lg-3 col-sm-2 col-xs-3">
<div class="qr"></div>
</div>
</div> </div>
<div
class="col-lg-5 col-lg-offset-0 col-sm-5 col-sm-offset-1 col-xs-9 copyright"
>
<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>-->
</div>
<div class="col-lg-3 col-sm-2 col-xs-3">
<div class="qr"></div>
</div>
</div>
</div> </div>

22
yuping/index.html Normal file
View File

@ -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>