File: /www/wwwroot/www.sanjiangapp.com/template/sanjiang/cooperationPage.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{pboot:pagetitle}</title>
<meta name="keywords" content="{pboot:pagekeywords}">
<meta name="description" content="{pboot:pagedescription}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="{pboot:sitetplpath}/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="{pboot:sitetplpath}/static/css/index.css" />
<link rel="stylesheet" href="{pboot:sitetplpath}/static/css/home.css">
<style>
.cy_about_bg{
background: #4957fa;
}
.mainT{
font-size: 36px;
font-weight: 700;
color: #ffffff;
}
.secordT{
margin-top: 18px;
font-size: 16px;
color: #fefeff;
}
.banner{
background-image: url("{pboot:sitetplpath}/static/images/cooper.png");
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
height: 290px;
}
.banner-word{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}
.banner-word button{
width: 200px;
height: 60px;
opacity: 1;
background: #ffffff;
border-radius: 6px;
box-shadow: -1px -2px 0px 2px rgba(77,101,253,0.25) inset;
font-size: 24px;
font-weight: 700;
color: #4b5ffc;
letter-spacing: 2px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
margin-top: 30px;
}
.w{
width: 1100px;
margin: 0 auto;
}
.cooper_search{
padding: 30px 109px;
box-sizing: border-box;
background-image: url("{pboot:sitetplpath}/static/images/iconx.png");
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
position: relative;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0px 8px 10px rgba(0,0,0,.1);
border-radius: 10px;
}
.cooper_search input{
width: 700px;
height: 60px;
background: #ffffff;
border-radius: 4px;
box-shadow: 1px 1px 0px 1px #edeff5;
padding: 0 20px;
box-sizing: border-box;
outline: none;
border:none;
font-size: 18px;
}
.cooper_search input::placeholder{
color: #9599a8;
}
.cooper_search button{
width: 160px;
height: 60px;
opacity: 1;
background: #fc473c;
border-radius: 4px;
box-shadow: 1px 1px 0px 1px rgba(245,99,119,0.25) inset;
font-size: 18px;
font-weight: 700;
color: #ffffff;
line-height: 36px;
cursor: pointer;
outline: none;
border:none;
}
.cooper{
margin-top: 106px;
}
.cooper>p{
font-size: 18px;
color: #9599a8;
text-align: center;
margin-top: 10px;
}
.coopertitle{
font-size: 36px;
font-weight: 700;
color: #242841;
text-align: center;
}
.cooperContent{
margin-top: 76px;
display: flex;
flex-wrap: wrap;
margin-bottom: 33px;
}
.cooperContent .item{
width: 346px;
box-sizing: border-box;
padding: 20px 47px 35px;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 10px;
margin-right: 25px;
margin-bottom: 30px;
cursor: pointer !important;
}
.cooperContent .item:nth-child(1){
background: #fffaf6;
}
.cooperContent .item:nth-child(2){
background: #f9f5ff;
}
.cooperContent .item:nth-child(3){
background: #f2fcff;
}
.cooperContent .item:nth-child(4){
background: #effff8;
}
.cooperContent .item:nth-child(5){
background: #fff2f4;
}
.cooperContent .item:nth-child(6){
background: #fffbee;
}
.cooperContent .item:nth-child(3n){
margin-right: 0;
}
.cooperContent .item img{
width: 111px;
height: 111px;
}
.cooperContent .item .spanD{
margin-top: 22px;
font-size: 18px;
text-align: left;
color: #242841;
}
.cooperContent .item .descD{
margin-top: 15px;
font-size: 14px;
text-align: center;
color: #626573;
line-height: 24px;
height: 48px;
}
.knowUs_name{
font-size: 36px;
font-weight: 700;
color: #242841;
position: relative;
padding-bottom: 28px;
text-align: center;
}
.knowUs_name::before{
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
display: block;
content: '';
width: 60px;
height: 8px;
background: #fc473c;
border-radius: 0px 0px 5px 5px;
}
.cover_box{
display: flex;
flex-direction: column;
align-items: center;
}
.cover_content{
width: 100%;
height: 500px;
background:url("{pboot:sitetplpath}/static/images/cover1.png") no-repeat center center;
border: 2px solid #eff0f2;
display: flex;
flex-wrap: wrap;
}
.cover_item{
width: 50%;
height: 250px;
cursor: pointer;
box-sizing: border-box;
}
.cover_item .btitle{
font-size: 30px;
font-weight: 700;
text-align: center;
}
.cover_item .desc{
margin-top: 5px;
text-align: center;
}
.cover_item:nth-child(1){
padding: 90px 256px 80px 115px;
}
.cover_item:nth-child(2){
padding: 90px 90px 80px 284px;
}
.cover_item:nth-child(3){
padding: 70px 256px 107px 115px
}
.cover_item:nth-child(4){
padding: 70px 90px 107px 284px
}
.cover_item:nth-child(1) .btitle{
color: #fc473c;
}
.cover_item:nth-child(2) .btitle{
color: #4b5ffc;
}
.cover_item:nth-child(3) .btitle{
color: #10d47f;
}
.cover_item:nth-child(4) .btitle{
color: #ff7800;
}
.cover_box button{
margin-top: 40px;
display: flex;
justify-content: center;
align-items: center;
width: 200px;
height: 60px;
opacity: 1;
background: #fc473c;
border-radius: 6px;
font-size: 18px;
font-weight: 700;
text-align: left;
color: #ffffff;
outline: none;
letter-spacing: 2px;
text-shadow: -2px 0px 0px 1px rgba(251,71,59,0.30);
border: none;
cursor: pointer;
}
.ym_nav_nav_right .ym_nav_nav_right_button2{
color: #4957fa !important;
}
.delDefaultAStyleAll:hover{
opacity: 1;
color: #ffffff;
}
</style>
</head>
<body>
<div class="main">
<img src="{pboot:sitetplpath}/static/picture/cover1.png" style="position:fixed;top: -999999px;">
<img src="{pboot:sitetplpath}/static/picture/cover2.png" style="position:fixed;top: -999999px;">
<img src="{pboot:sitetplpath}/static/picture/cover3.png" style="position:fixed;top: -999999px;">
<img src="{pboot:sitetplpath}/static/picture/cover4.png" style="position:fixed;top: -999999px;">
<div class="head cy_about_bg" >
{include file=comm/head.html}
<div class="head-in">
<div class="banner">
<div class="banner-word cy_about_bg_content">
<div class="mainT">三匠互联产品代理商全国火热招募</div>
<div class="secordT">团队长、策划大咖、资源咖、通通向你们发起挑战,我有系统,你有能力,从玩家到赢家,由代理开始!</div>
<button onclick="dhclick()">我要代理</button>
</div>
</div>
</div>
</div>
<div class="w cooper_search">
<input type="text" class="phoneInput" id="phoneInput" placeholder="请留下联系方式,我们会主动和你联系" maxlength="11">
<button onclick="dhclick()">留下电话</button>
</div>
<div class="cover_box w">
<div class="knowUs_name">高收益,全程扶持</div>
<div class="cover_content" >
<div class="cover_item" data-sort="1">
<div class="btitle">"微"成本</div>
<div class="desc">成本低,发展潜力大</div>
</div>
<div class="cover_item" data-sort="2">
<div class="btitle">"微"时间</div>
<div class="desc">随时随地,轻松投资</div>
</div>
<div class="cover_item" data-sort="3">
<div class="btitle">"0"风险</div>
<div class="desc">系统安全,秒速注册</div>
</div>
<div class="cover_item" data-sort="4">
<div class="btitle">"微"操作</div>
<div class="desc">操作简单,方便快捷</div>
</div>
</div>
<button onclick="dhclick()">我要代理</button>
</div>
<div class="w cooper" >
<div class="coopertitle">全方位支持 无后顾之忧</div>
<p>行业首选品牌,让您轻松赚到第一桶金!</p>
<div class="cooperContent">
<div class="item"><img src="{pboot:sitetplpath}/static/picture/icon1.png" alt="运营支持">
<div class="spanD">运营支持</div>
<div class="descD">专业的运营团队,帮助解决日常运营中遇到的问题</div>
</div>
<div class="item"><img src="{pboot:sitetplpath}/static/picture/icon2.png" alt="客服支持">
<div class="spanD">客服支持</div>
<div class="descD">强大客服团队支持,运营中遇到问题及时一对一服务</div>
</div>
<div class="item"><img src="{pboot:sitetplpath}/static/picture/icon3.png" alt="权益支持">
<div class="spanD">权益支持</div>
<div class="descD">严格的准入机制,进行严格的甄别,确保你的利益独享,权利尊贵</div>
</div>
<div class="item"><img src="{pboot:sitetplpath}/static/picture/icon4.png" alt="团队支持">
<div class="spanD">团队支持</div>
<div class="descD">专业团队运作,协助进行员工培训</div>
</div>
<div class="item"><img src="{pboot:sitetplpath}/static/picture/icon5.png" alt="产品支持">
<div class="spanD">产品支持</div>
<div class="descD">电商行业最火爆的商业模式,迅速打开市场,火爆卖货,引流拓客</div>
</div>
<div class="item"><img src="{pboot:sitetplpath}/static/picture/icon6.png" alt="技术支持">
<div class="spanD">技术支持</div>
<div class="descD">专业技术人员,帮你解决一切技术难题让您安心赚钱!</div>
</div>
</div>
</div>
{include file=comm/foot.html}
</div>
<script>
$('.cover_content .cover_item').hover(function () {
var index=$(this).data('sort')
var srcImg='{pboot:sitetplpath}/static/picture/cover'+index+'.png'
$('.cover_content').css('background','url('+srcImg+')')
},function () {
var srcImg='{pboot:sitetplpath}/static/picture/cover'+1+'.png'
$('.cover_content').css('background','url('+srcImg+')')
})
function getSumbitInfo() {
var phoneVal=$('.phoneInput').val()
if (!phoneVal){
layer.msg('联系方式不能为空', {icon: 2});
return
}
if (phoneVal.length<11){
layer.msg('手机号格式不正确', {icon: 2});
return
}
}
</script>
</body>
</html>