uiitVAD0rZX2y7t2 |
{ | |||||
"code": "success", | |||||
"message": "成功", | |||||
"data":{ | |||||
"code": 30312, | |||||
"codename": "3.3.12", | |||||
"apk_url":"http://3g3e.net/clients/ckcloud/CKCloudV3.3.12.apk", | |||||
"sha256":"8939193772a2b718dcf4652e07eb83bab8139dcdd4761904c99e125ca7dcd2a0" | |||||
} | |||||
} | |||||
{ | |||||
"code": "success", | |||||
"message": "成功", | |||||
"data":{ | |||||
"code": 30401, | |||||
"codename": "3.4.1", | |||||
"apk_url":"http://3g3e.net/clients/ckcloud/CKCloudV3.4.1.apk", | |||||
"sha256":"c37670c42956448be15e0f83936ef1cddd7feafc9fe4ccea8a1f6e1bbea6b4e4" | |||||
} | |||||
} |
{ | |||||
"code": "success", | |||||
"message": "成功", | |||||
"data":{ | |||||
"code": 30402, | |||||
"codename": "3.4.2", | |||||
"apk_url":"http://3g3e.net/clients/ckcloud/CKCloudV3.4.2.apk", | |||||
"sha256":"485b91cf97eff9fbc588c68667f86a40ee21b71cd374317ee1a10b97dc99665d" | |||||
} | |||||
} |
{ | |||||
"code": "success", | |||||
"message": "成功", | |||||
"data":{ | |||||
"code": 30202, | |||||
"codename": "3.2.2", | |||||
"apk_url":"http://3g3e.net/clients/ckcloud/CKCloudV3.2.2.apk", | |||||
"sha256":"439a61e014b167f5b4ce0039ec5c20719864d1fd75d7e92a94d14712859761e9" | |||||
} | |||||
} |
{ | |||||
"code": "success", | |||||
"message": "成功", | |||||
"data":{ | |||||
"code": 30105, | |||||
"codename": "3.1.5", | |||||
"apk_url":"http://3g3e.net/clients/ckcloud/CKCloudV3.1.5.apk", | |||||
"sha256":"80508163133787bf7b25d1e446c11e2d146c4440ae93646bca962fb2547e7230" | |||||
} | |||||
} |
<!DOCTYPE html> | |||||
<html> | |||||
<head> | |||||
<base href="/" /> | |||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
<title>应用下载</title> | |||||
<style type="text/css"> | |||||
html, | |||||
html body, | |||||
body { | |||||
padding: 0px; | |||||
margin: 0px; | |||||
font-size: 14px; | |||||
width: 100%; | |||||
height: 100%; | |||||
} | |||||
#container { | |||||
width: 100%; | |||||
height: 100%; | |||||
min-width: 100%; | |||||
min-height: 100%; | |||||
position: relative; | |||||
overflow: hidden; | |||||
background-color: #0096df !important; | |||||
background: url(./images/20211109/bg.png); | |||||
background-repeat: no-repeat center top; | |||||
background-position: center 0; | |||||
text-align: center; | |||||
background-size: cover; | |||||
} | |||||
.logo-padding { | |||||
height: 18%; | |||||
max-height: 130px; | |||||
} | |||||
.logo-box { | |||||
text-align: center; | |||||
} | |||||
.logo-box img { | |||||
display: inline-block; | |||||
width: 101px; | |||||
} | |||||
.action-box { | |||||
position: absolute; | |||||
left: 0; | |||||
bottom: 92px; | |||||
width: 100%; | |||||
} | |||||
.action-box .rr { | |||||
display: flex; | |||||
flex-direction: column; | |||||
-webkit-box-align: center !important; | |||||
-webkit-align-items: center !important; | |||||
-ms-flex-align: center !important; | |||||
align-items: center !important; | |||||
width: 88%; | |||||
max-width: 400px; | |||||
border-width: 0 !important; | |||||
margin: 17px auto 0 auto; | |||||
text-align: center; | |||||
border-radius: 12px; | |||||
height: 54px; | |||||
font-size: 18px; | |||||
} | |||||
.action-box .rr .btn-inner { | |||||
height: 100%; | |||||
display: flex; | |||||
flex-direction: row; | |||||
-webkit-box-align: center !important; | |||||
-webkit-align-items: center !important; | |||||
-ms-flex-align: center !important; | |||||
align-items: center !important; | |||||
} | |||||
.action-box .rr img { | |||||
display: inline-block; | |||||
margin-right: 22px; | |||||
} | |||||
.action-box .r1 { | |||||
background-color: white; | |||||
color: #333; | |||||
} | |||||
.action-box .r1 img { | |||||
width: 21px; | |||||
height: 25px; | |||||
} | |||||
.action-box .r2 { | |||||
background-color: green; | |||||
color: #fff; | |||||
} | |||||
.action-box .r2 img { | |||||
width: 23px; | |||||
height: 26px; | |||||
} | |||||
</style> | |||||
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> | |||||
<script type="text/javascript"> | |||||
/*****************************************/ | |||||
// var baseURL = 'http://yunkuang.eg.setech.ltd'; | |||||
// var baseURL = 'http://hizeal.cn'; | |||||
// var baseURL = 'http://vdsms.com'; | |||||
var baseURL = 'http://3g3e.net'; | |||||
/*****************************************/ | |||||
var ajax = function (methods, url, text, callBack) { | |||||
if (window.XMLHttpRequest) { | |||||
var xhr = new XMLHttpRequest(); | |||||
} else { | |||||
var xhr = new ActiveXObject("Microsoft.XMLHTTP"); | |||||
} | |||||
var methods = methods || "get"; | |||||
xhr.open(methods, url, true); | |||||
xhr.onreadystatechange = function () { | |||||
if (xhr.readyState == 4) { | |||||
if (xhr.status == 200) { | |||||
callBack(null, xhr.responseText); | |||||
} else { | |||||
let error = "错误码" + xhr.status; | |||||
callBack(error, xhr.responseText); | |||||
} | |||||
} | |||||
}; | |||||
if (methods == "get") { | |||||
xhr.send(); | |||||
} | |||||
if (methods == "post") { | |||||
xhr.send(text); | |||||
} | |||||
}; | |||||
function androidDownload() { | |||||
ajax("get", baseURL + '/clients/ver.json', "", function (err, data) { | |||||
if (err) { | |||||
console.log("req:", dataUrl, err, data); | |||||
alert(err); | |||||
return; | |||||
} | |||||
try { | |||||
var res = JSON.parse(data); | |||||
console.log(res) | |||||
if (res.code === 'success') { | |||||
location.href = res.data.apk_url; | |||||
// alert(res.msg); | |||||
return; | |||||
} | |||||
// 跳转到下载页 | |||||
} catch (e) { | |||||
console.log(e); | |||||
alert('打开下载链接失败'); | |||||
return; | |||||
} | |||||
}); | |||||
} | |||||
</script> | |||||
</head> | |||||
<body> | |||||
<div id="container"> | |||||
<div class="logo-padding"></div> | |||||
<div class="logo-box"> | |||||
<img src="./images/20211109/cloud.png" alt="常客云" /> | |||||
</div> | |||||
<div class="action-box"> | |||||
<div> | |||||
<button | |||||
type="button" | |||||
class="rr r1" | |||||
onclick="location.href='https://apps.apple.com/cn/app/%E5%B8%B8%E5%AE%A2%E4%BA%91/id1459830971?l=en/'" | |||||
> | |||||
<div class="btn-inner"> | |||||
<img src="./images/20211109/iphone.png" /> | |||||
<span>iPhone版下载</span> | |||||
</div> | |||||
</button> | |||||
</div> | |||||
<div> | |||||
<button | |||||
type="button" | |||||
class="rr r2" | |||||
onclick="androidDownload()"> | |||||
<div class="btn-inner"> | |||||
<img src="./images/20211109/android.png" /> | |||||
<span>Android版下载</span> | |||||
</div> | |||||
</button> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html lang="en"> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<base href="/" /> | |||||
<title ss-id="index_title">常客云 - 企业工具服务</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
<style type="text/css"> | |||||
html, | |||||
body { | |||||
font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', | |||||
sans-serif; | |||||
font-size: 12px; | |||||
} | |||||
.clean::after { | |||||
content: ''; | |||||
height: 1px; | |||||
display: block; | |||||
clear: both; | |||||
} | |||||
ul, | |||||
li { | |||||
list-style: none; | |||||
} | |||||
.flex-h, | |||||
.flex-v, | |||||
.flex { | |||||
display: flex; | |||||
flex-direction: row; | |||||
align-items: center; | |||||
} | |||||
.flex-h, | |||||
.flex-v, | |||||
.flex { | |||||
/* display: box; */ | |||||
display: -webkit-box; | |||||
display: -webkit-flex; | |||||
display: -moz-box; | |||||
display: -ms-flexbox; | |||||
display: flex; | |||||
/* 横向 */ | |||||
-webkit-box-orient: horizontal; | |||||
-webkit-flex-direction: row; | |||||
-ms-flex-direction: row; | |||||
flex-direction: row; | |||||
/* 默认垂直居中 */ | |||||
-webkit-box-align: center; | |||||
-webkit-align-items: center; | |||||
-ms-flex-align: center; | |||||
align-items: center; | |||||
} | |||||
.flex-v { | |||||
/* 横向 */ | |||||
-webkit-box-orient: vertical; | |||||
-webkit-flex-direction: column; | |||||
-ms-flex-direction: column; | |||||
flex-direction: column; | |||||
} | |||||
.flex-1, | |||||
.flex-grow { | |||||
-prefix-box-flex: 1; | |||||
-webkit-box-flex: 1; | |||||
-webkit-flex: 1; | |||||
-moz-box-flex: 1; | |||||
-ms-flex: 1; | |||||
flex: 1; | |||||
} | |||||
.flex-2 { | |||||
-prefix-box-flex: 2; | |||||
-webkit-box-flex: 2; | |||||
-webkit-flex: 2; | |||||
-moz-box-flex: 2; | |||||
-ms-flex: 2; | |||||
flex: 2; | |||||
} | |||||
.flex-3 { | |||||
-prefix-box-flex: 3; | |||||
-webkit-box-flex: 3; | |||||
-webkit-flex: 3; | |||||
-moz-box-flex: 3; | |||||
-ms-flex: 3; | |||||
flex: 3; | |||||
} | |||||
.flex-4 { | |||||
-prefix-box-flex: 4; | |||||
-webkit-box-flex: 4; | |||||
-webkit-flex: 4; | |||||
-moz-box-flex: 4; | |||||
-ms-flex: 4; | |||||
flex: 4; | |||||
} | |||||
.flex-5 { | |||||
-prefix-box-flex: 5; | |||||
-webkit-box-flex: 5; | |||||
-webkit-flex: 5; | |||||
-moz-box-flex: 5; | |||||
-ms-flex: 5; | |||||
flex: 5; | |||||
} | |||||
.flex-start { | |||||
-webkit-box-align: start; | |||||
-webkit-align-items: start; | |||||
-ms-flex-align: start; | |||||
align-items: start; | |||||
} | |||||
.flex-center { | |||||
-webkit-box-align: center; | |||||
-webkit-align-items: center; | |||||
-ms-flex-align: center; | |||||
align-items: center; | |||||
} | |||||
.selectable { | |||||
-webkit-user-select: text; | |||||
-moz-user-select: text; | |||||
-ms-user-select: text; | |||||
user-select: text; | |||||
} | |||||
.selectall { | |||||
-webkit-user-select: all; | |||||
-moz-user-select: all; | |||||
-ms-user-select: all; | |||||
user-select: all; | |||||
} | |||||
.h1 { | |||||
margin-top: 48px; | |||||
margin-left: 20px; | |||||
width: 142px; | |||||
height: 25px; | |||||
font-size: 1.6rem; | |||||
font-family: PingFangSC-Medium, PingFang SC; | |||||
font-weight: 500; | |||||
color: #353535; | |||||
line-height: 25px; | |||||
} | |||||
.kaihuguanli-font { | |||||
width: 54px; | |||||
height: 17px; | |||||
font-size: 1.2rem; | |||||
font-family: PingFangSC-Regular, PingFang SC; | |||||
font-weight: 400; | |||||
color: #353535; | |||||
line-height: 17px; | |||||
} | |||||
.input-css { | |||||
position: absolute; | |||||
left: 650px; | |||||
padding-left: 11px; | |||||
width: 300px; | |||||
height: 30px; | |||||
background: #ffffff; | |||||
border: 1px solid #e7e7e7; | |||||
} | |||||
html, | |||||
html body, | |||||
#main, | |||||
#app { | |||||
padding: 0; | |||||
margin: 0; | |||||
} | |||||
.header-wrapper { | |||||
height: 80px; | |||||
} | |||||
.header { | |||||
width: 1200px; | |||||
margin: 0 auto; | |||||
} | |||||
.header .logo { | |||||
font-size: 30px; | |||||
color: #014ad4; | |||||
margin-left: 65px; | |||||
line-height: 80px; | |||||
font-weight: bold; | |||||
} | |||||
.header .tel { | |||||
font-size: 20px; | |||||
color: #014ad4; | |||||
margin-right: 65px; | |||||
line-height: 80px; | |||||
font-weight: bold; | |||||
} | |||||
.dl-wrapper { | |||||
height: 800px; | |||||
background-color: #014ad4; | |||||
overflow: hidden; | |||||
} | |||||
.dl { | |||||
width: 1200px; | |||||
margin: 0 auto; | |||||
color: white; | |||||
} | |||||
.dl .dl-img { | |||||
padding-top: 131px; | |||||
} | |||||
.dl .dl-img img { | |||||
display: block; | |||||
width: 384px; | |||||
} | |||||
.dl-desc .tl { | |||||
margin: 283px 0 0 65px; | |||||
font-size: 30px; | |||||
font-weight: bold; | |||||
} | |||||
.dl-desc .desc { | |||||
margin: 35px 65px 0 65px; | |||||
font-size: 16px; | |||||
max-width: 500px; | |||||
} | |||||
.dl-desc .dl-btn { | |||||
margin-left: 65px; | |||||
margin-top: 107px; | |||||
width: 143px; | |||||
height: 60px; | |||||
background-color: white; | |||||
color: #014ad4; | |||||
font-size: 24px; | |||||
font-weight: 500; | |||||
border-radius: 6px; | |||||
overflow: hidden; | |||||
} | |||||
.product { | |||||
width: 1200px; | |||||
margin: 0 auto; | |||||
} | |||||
.imgScale { | |||||
width: 1340px; | |||||
height: 640px; | |||||
display: block; | |||||
position: relative; | |||||
} | |||||
.imgScale img { | |||||
min-width: 120%; | |||||
min-height: 70%; | |||||
max-width: 100%; | |||||
max-height: 100%; | |||||
width: auto; | |||||
height: auto; | |||||
position: absolute; | |||||
left: 50%; | |||||
top: 50%; | |||||
transform: translate3d(-50%, -50%, 0); | |||||
-webkit-transform: translate3d(-50%, -50%, 0); | |||||
} | |||||
.product .title { | |||||
font-size: 24px; | |||||
font-weight: bold; | |||||
text-align: center; | |||||
margin: 63px 0; | |||||
} | |||||
.product .row { | |||||
margin-bottom: 200px; | |||||
} | |||||
.product .row1 img { | |||||
display: block; | |||||
height: 142px; | |||||
margin: 20px auto; | |||||
} | |||||
.product .row2 img { | |||||
display: block; | |||||
width: 500px; | |||||
margin: 20px auto; | |||||
} | |||||
.product .row2 .col2 { | |||||
margin-right: 35px; | |||||
} | |||||
.product .row .r0 { | |||||
font-weight: bold; | |||||
font-size: 20px; | |||||
} | |||||
.product .row .r1 { | |||||
max-width: 300px; | |||||
margin: 10px 20px; | |||||
color: gray; | |||||
font-size: 16px; | |||||
} | |||||
.footer { | |||||
margin-bottom: 83px; | |||||
text-align: center; | |||||
color: gray; | |||||
font-size: 16px; | |||||
} | |||||
</style> | |||||
</head> | |||||
<body> | |||||
<div id="app"> | |||||
<div class="header-wrapper"> | |||||
<div class="header flex"> | |||||
<div class="logo flex-1">常客云</div> | |||||
<div class="tel">客服: 400-133-0001</div> | |||||
</div> | |||||
</div> | |||||
<div class="dl-wrapper"> | |||||
<div class="dl flex flex-start"> | |||||
<div class="dl-desc flex-1"> | |||||
<div class="tl">常客云App</div> | |||||
<div class="desc"> | |||||
基于AI、大数据的平台,为企业客户提供用户运营,设备托管等服务。致力于为企业客户提供安全可靠,稳定运行,可持续创新发展的线上线下云端服务产品 | |||||
</div> | |||||
<button class="dl-btn" | |||||
onclick="location.href='/m'">下载</button> | |||||
</div> | |||||
<div class="dl-img"> | |||||
<img src="/images/1.png" alt="常客云" /> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="product imgScale"> | |||||
<img src="/images/合作伙伴.png" alt="合作伙伴" /> | |||||
</div> | |||||
<div class="product"> | |||||
<div class="title">产品介绍</div> | |||||
<div class="row row1 flex"> | |||||
<div class="flex-1 col col1"> | |||||
<img src="/images/2.png" alt="产品介绍" /> | |||||
<div class="r0">会话</div> | |||||
<div class="r1">企业及时与用户沟通,保证沟通时效,快速部署活动运营</div> | |||||
</div> | |||||
<div class="flex-1 col col1"> | |||||
<img src="/images/3.png" alt="产品介绍" /> | |||||
<div class="r0">工作台</div> | |||||
<div class="r1">企业、门店主管理工具平台,包括卡券管理、短信管理、物联网卡管理、收银台等</div> | |||||
</div> | |||||
<div class="flex-1 col col1"> | |||||
<img src="/images/4.png" alt="产品介绍" /> | |||||
<div class="r0">服务</div> | |||||
<div class="r1">常客云为企业提供权益商品卡券、物联网卡等服务</div> | |||||
</div> | |||||
</div> | |||||
<div class="row row2 flex flex-start"> | |||||
<div class="flex-1 col col1"> | |||||
<div class="r0">会话</div> | |||||
<div class="r1">企业员工之间沟通、企业和用户沟通。企业共享用户好友,提高企业营销效率</div> | |||||
</div> | |||||
<div class="col col2"> | |||||
<img src="/images/5.png" alt="会话" /> | |||||
</div> | |||||
</div> | |||||
<div class="row row2 flex flex-start"> | |||||
<div class="col col2"> | |||||
<img src="/images/6.png" alt="工作台-卡券管理" /> | |||||
</div> | |||||
<div class="flex-1 col col1"> | |||||
<div class="r0">工作台-卡券管理</div> | |||||
<div class="r1">企业在常客云购买话费、油卡、洗车券等权益商品,作为活动奖品,反馈给用户,提高企业和用户的亲密度</div> | |||||
</div> | |||||
</div> | |||||
<div class="row row2 flex flex-start"> | |||||
<div class="flex-1 col col1"> | |||||
<div class="r0">扫码下载</div> | |||||
<img src="/images/QRCode.png" alt="扫码下载" style="width:200px;height:200px;margin-top:100px" /> | |||||
<div class="r0" style="text-align: center;">常客云</div> | |||||
</div> | |||||
</div> | |||||
</div> | |||||
<div class="footer">辽宁常客云数字科技有限公司 <a href="https://beian.miit.gov.cn/" target="_blank">辽ICP备2021003130号</a> | |||||
</div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html lang="en"> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<base href="./" /> | |||||
<title ss-id="index_title">常客云 - 企业工具服务</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
<style type="text/css"> | |||||
html, | |||||
body { | |||||
font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', | |||||
sans-serif; | |||||
font-size: 12px; | |||||
} | |||||
.clean::after { | |||||
content: ''; | |||||
height: 1px; | |||||
display: block; | |||||
clear: both; | |||||
} | |||||
ul, | |||||
li { | |||||
list-style: none; | |||||
} | |||||
.flex-h, | |||||
.flex-v, | |||||
.flex { | |||||
display: flex; | |||||
flex-direction: row; | |||||
align-items: center; | |||||
} | |||||
.flex-h, | |||||
.flex-v, | |||||
.flex { | |||||
/* display: box; */ | |||||
display: -webkit-box; | |||||
display: -webkit-flex; | |||||
display: -moz-box; | |||||
display: -ms-flexbox; | |||||
display: flex; | |||||
/* 横向 */ | |||||
-webkit-box-orient: horizontal; | |||||
-webkit-flex-direction: row; | |||||
-ms-flex-direction: row; | |||||
flex-direction: row; | |||||
/* 默认垂直居中 */ | |||||
-webkit-box-align: center; | |||||
-webkit-align-items: center; | |||||
-ms-flex-align: center; | |||||
align-items: center; | |||||
} | |||||
.flex-v { | |||||
/* 横向 */ | |||||
-webkit-box-orient: vertical; | |||||
-webkit-flex-direction: column; | |||||
-ms-flex-direction: column; | |||||
flex-direction: column; | |||||
} | |||||
.flex-1, | |||||
.flex-grow { | |||||
-prefix-box-flex: 1; | |||||
-webkit-box-flex: 1; | |||||
-webkit-flex: 1; | |||||
-moz-box-flex: 1; | |||||
-ms-flex: 1; | |||||
flex: 1; | |||||
} | |||||
.flex-2 { | |||||
-prefix-box-flex: 2; | |||||
-webkit-box-flex: 2; | |||||
-webkit-flex: 2; | |||||
-moz-box-flex: 2; | |||||
-ms-flex: 2; | |||||
flex: 2; | |||||
} | |||||
.flex-3 { | |||||
-prefix-box-flex: 3; | |||||
-webkit-box-flex: 3; | |||||
-webkit-flex: 3; | |||||
-moz-box-flex: 3; | |||||
-ms-flex: 3; | |||||
flex: 3; | |||||
} | |||||
.flex-4 { | |||||
-prefix-box-flex: 4; | |||||
-webkit-box-flex: 4; | |||||
-webkit-flex: 4; | |||||
-moz-box-flex: 4; | |||||
-ms-flex: 4; | |||||
flex: 4; | |||||
} | |||||
.flex-5 { | |||||
-prefix-box-flex: 5; | |||||
-webkit-box-flex: 5; | |||||
-webkit-flex: 5; | |||||
-moz-box-flex: 5; | |||||
-ms-flex: 5; | |||||
flex: 5; | |||||
} | |||||
.flex-start { | |||||
-webkit-box-align: start; | |||||
-webkit-align-items: start; | |||||
-ms-flex-align: start; | |||||
align-items: start; | |||||
} | |||||
.flex-center { | |||||
-webkit-box-align: center; | |||||
-webkit-align-items: center; | |||||
-ms-flex-align: center; | |||||
align-items: center; | |||||
} | |||||
.selectable { | |||||
-webkit-user-select: text; | |||||
-moz-user-select: text; | |||||
-ms-user-select: text; | |||||
user-select: text; | |||||
} | |||||
.selectall { | |||||
-webkit-user-select: all; | |||||
-moz-user-select: all; | |||||
-ms-user-select: all; | |||||
user-select: all; | |||||
} | |||||
.h1 { | |||||
margin-top: 48px; | |||||
margin-left: 20px; | |||||
width: 142px; | |||||
height: 25px; | |||||
font-size: 1.6rem; | |||||
font-family: PingFangSC-Medium, PingFang SC; | |||||
font-weight: 500; | |||||
color: #353535; | |||||
line-height: 25px; | |||||
} | |||||
.kaihuguanli-font { | |||||
width: 54px; | |||||
height: 17px; | |||||
font-size: 1.2rem; | |||||
font-family: PingFangSC-Regular, PingFang SC; | |||||
font-weight: 400; | |||||
color: #353535; | |||||
line-height: 17px; | |||||
} | |||||
.input-css { | |||||
position: absolute; | |||||
left: 650px; | |||||
padding-left: 11px; | |||||
width: 300px; | |||||
height: 30px; | |||||
background: #ffffff; | |||||
border: 1px solid #e7e7e7; | |||||
} | |||||
html, | |||||
html body, | |||||
#main, | |||||
#app { | |||||
padding: 0; | |||||
margin: 0; | |||||
} | |||||
.header-wrapper { | |||||
height: 80px; | |||||
} | |||||
.header { | |||||
width: 1543px; | |||||
margin: 0 auto; | |||||
} | |||||
.header .logo { | |||||
font-size: 30px; | |||||
color: #014ad4; | |||||
margin-left: 65px; | |||||
line-height: 80px; | |||||
font-weight: bold; | |||||
} | |||||
.header .tel { | |||||
font-size: 20px; | |||||
color: #014ad4; | |||||
margin-right: 65px; | |||||
line-height: 80px; | |||||
font-weight: bold; | |||||
} | |||||
.dl-wrapper { | |||||
height: 800px; | |||||
background-color: #014ad4; | |||||
overflow: hidden; | |||||
} | |||||
.dl { | |||||
width: 1200px; | |||||
margin: 0 auto; | |||||
color: white; | |||||
} | |||||
.dl .dl-img { | |||||
padding-top: 131px; | |||||
} | |||||
.dl .dl-img img { | |||||
display: block; | |||||
width: 384px; | |||||
} | |||||
.dl-desc .tl { | |||||
margin: 283px 0 0 65px; | |||||
font-size: 30px; | |||||
font-weight: bold; | |||||
} | |||||
.dl-desc .desc { | |||||
margin: 35px 65px 0 65px; | |||||
font-size: 16px; | |||||
max-width: 500px; | |||||
} | |||||
.dl-desc .dl-btn { | |||||
margin-left: 65px; | |||||
margin-top: 107px; | |||||
width: 143px; | |||||
height: 60px; | |||||
background-color: white; | |||||
color: #014ad4; | |||||
font-size: 24px; | |||||
font-weight: 500; | |||||
border-radius: 6px; | |||||
overflow: hidden; | |||||
} | |||||
.product { | |||||
width: 1200px; | |||||
margin: 0 auto; | |||||
} | |||||
.imgScale { | |||||
width: 1340px; | |||||
height: 640px; | |||||
display: block; | |||||
position: relative; | |||||
} | |||||
.imgScale img { | |||||
min-width: 120%; | |||||
min-height: 70%; | |||||
max-width: 100%; | |||||
max-height: 100%; | |||||
width: auto; | |||||
height: auto; | |||||
position: absolute; | |||||
left: 50%; | |||||
top: 50%; | |||||
transform: translate3d(-50%, -50%, 0); | |||||
-webkit-transform: translate3d(-50%, -50%, 0); | |||||
} | |||||
.product .title { | |||||
font-size: 24px; | |||||
font-weight: bold; | |||||
text-align: center; | |||||
margin: 63px 0; | |||||
} | |||||
.product .row { | |||||
margin-bottom: 200px; | |||||
} | |||||
.product .row1 img { | |||||
display: block; | |||||
height: 142px; | |||||
margin: 20px auto; | |||||
} | |||||
.product .row2 img { | |||||
display: block; | |||||
width: 500px; | |||||
margin: 20px auto; | |||||
} | |||||
.product .row2 .col2 { | |||||
margin-right: 35px; | |||||
} | |||||
.product .row .r0 { | |||||
font-weight: bold; | |||||
font-size: 20px; | |||||
} | |||||
.product .row .r1 { | |||||
max-width: 300px; | |||||
margin: 10px 20px; | |||||
color: gray; | |||||
font-size: 16px; | |||||
} | |||||
.footer { | |||||
margin-bottom: 83px; | |||||
text-align: center; | |||||
color: gray; | |||||
font-size: 16px; | |||||
} | |||||
.in-c5 { | |||||
width: 241px; | |||||
height: 52px; | |||||
left: 0px; | |||||
top: 0px; | |||||
border-style: solid; | |||||
border-color: #fff #fff #e8e8e8; | |||||
color: rgb(0, 0, 0); | |||||
position: relative; | |||||
} | |||||
.in-c5 input:focus { | |||||
width: 241px; | |||||
height: 52px; | |||||
left: 0px; | |||||
top: 34px; | |||||
border-style: solid; | |||||
border-color: #fff #fff #e8e8e8; | |||||
color: rgb(0, 0, 0); | |||||
position: relative; | |||||
} | |||||
</style> | |||||
</head> | |||||
<body> | |||||
<div id="app"> | |||||
<div class="header-wrapper"> | |||||
<div class="header flex"> | |||||
<div class="logo flex-1">常客云</div> | |||||
<div class="tel">客服: 400-133-0001</div> | |||||
</div> | |||||
</div> | |||||
<div class="dl-wrapper" style="background-color: white"> | |||||
<div style="margin-top: 20px;margin-left:120px;font-size: 40; color: blue ;height:100px"> | |||||
<span>产品:移动话费充值</span></div> | |||||
<div style="margin-top: 60px;margin-left:229px;font-size: 20; color: blue">规格:</div> | |||||
<div style="margin-top: 70px;margin-left:229px;font-size: 20; color: blue">10元话费充值 | |||||
<a style="margin-top: 70px;margin-left:409px;font-size: 20; color: blue">充值帐号:</a> | |||||
<input type="text" class="in-c5" style="font-size: 20;"> | |||||
<a style="margin-left:320px;font-size: 20;" href="qr.html">点击充值</a> | |||||
</div> | |||||
<div style="margin-top: 80px;margin-left:229px;font-size: 20; color: blue">50元话费充值 | |||||
<a style="margin-top: 70px;margin-left:409px;font-size: 20; color: blue">充值帐号:</a> | |||||
<input type="text" class="in-c5" style="font-size: 20;"> | |||||
<a style="margin-left:320px;font-size: 20;" href="qr.html">点击充值</a> | |||||
</div> | |||||
<div style="margin-top: 90px;margin-left:229px;font-size: 20; color: blue">100元话费充值 | |||||
<a style="margin-top: 70px;margin-left:400px;font-size: 20; color: blue">充值帐号:</a> | |||||
<input type="text" class="in-c5" style="font-size: 20;"> | |||||
<a style="margin-left:320px;font-size: 20;" href="qr.html">点击充值</a> | |||||
</div> | |||||
</div> | |||||
<div class="footer">辽宁常客云数字科技有限公司 <a href="https://beian.miit.gov.cn/" target="_blank">辽ICP备2021003130号</a> | |||||
</div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html lang="en"> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<base href="./" /> | |||||
<title ss-id="index_title">常客云 - 企业工具服务</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
<style type="text/css"> | |||||
html, | |||||
body { | |||||
font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', | |||||
sans-serif; | |||||
font-size: 12px; | |||||
} | |||||
.clean::after { | |||||
content: ''; | |||||
height: 1px; | |||||
display: block; | |||||
clear: both; | |||||
} | |||||
ul, | |||||
li { | |||||
list-style: none; | |||||
} | |||||
.flex-h, | |||||
.flex-v, | |||||
.flex { | |||||
display: flex; | |||||
flex-direction: row; | |||||
align-items: center; | |||||
} | |||||
.flex-h, | |||||
.flex-v, | |||||
.flex { | |||||
/* display: box; */ | |||||
display: -webkit-box; | |||||
display: -webkit-flex; | |||||
display: -moz-box; | |||||
display: -ms-flexbox; | |||||
display: flex; | |||||
/* 横向 */ | |||||
-webkit-box-orient: horizontal; | |||||
-webkit-flex-direction: row; | |||||
-ms-flex-direction: row; | |||||
flex-direction: row; | |||||
/* 默认垂直居中 */ | |||||
-webkit-box-align: center; | |||||
-webkit-align-items: center; | |||||
-ms-flex-align: center; | |||||
align-items: center; | |||||
} | |||||
.flex-v { | |||||
/* 横向 */ | |||||
-webkit-box-orient: vertical; | |||||
-webkit-flex-direction: column; | |||||
-ms-flex-direction: column; | |||||
flex-direction: column; | |||||
} | |||||
.flex-1, | |||||
.flex-grow { | |||||
-prefix-box-flex: 1; | |||||
-webkit-box-flex: 1; | |||||
-webkit-flex: 1; | |||||
-moz-box-flex: 1; | |||||
-ms-flex: 1; | |||||
flex: 1; | |||||
} | |||||
.flex-2 { | |||||
-prefix-box-flex: 2; | |||||
-webkit-box-flex: 2; | |||||
-webkit-flex: 2; | |||||
-moz-box-flex: 2; | |||||
-ms-flex: 2; | |||||
flex: 2; | |||||
} | |||||
.flex-3 { | |||||
-prefix-box-flex: 3; | |||||
-webkit-box-flex: 3; | |||||
-webkit-flex: 3; | |||||
-moz-box-flex: 3; | |||||
-ms-flex: 3; | |||||
flex: 3; | |||||
} | |||||
.flex-4 { | |||||
-prefix-box-flex: 4; | |||||
-webkit-box-flex: 4; | |||||
-webkit-flex: 4; | |||||
-moz-box-flex: 4; | |||||
-ms-flex: 4; | |||||
flex: 4; | |||||
} | |||||
.flex-5 { | |||||
-prefix-box-flex: 5; | |||||
-webkit-box-flex: 5; | |||||
-webkit-flex: 5; | |||||
-moz-box-flex: 5; | |||||
-ms-flex: 5; | |||||
flex: 5; | |||||
} | |||||
.flex-start { | |||||
-webkit-box-align: start; | |||||
-webkit-align-items: start; | |||||
-ms-flex-align: start; | |||||
align-items: start; | |||||
} | |||||
.flex-center { | |||||
-webkit-box-align: center; | |||||
-webkit-align-items: center; | |||||
-ms-flex-align: center; | |||||
align-items: center; | |||||
} | |||||
.selectable { | |||||
-webkit-user-select: text; | |||||
-moz-user-select: text; | |||||
-ms-user-select: text; | |||||
user-select: text; | |||||
} | |||||
.selectall { | |||||
-webkit-user-select: all; | |||||
-moz-user-select: all; | |||||
-ms-user-select: all; | |||||
user-select: all; | |||||
} | |||||
.h1 { | |||||
margin-top: 48px; | |||||
margin-left: 20px; | |||||
width: 142px; | |||||
height: 25px; | |||||
font-size: 1.6rem; | |||||
font-family: PingFangSC-Medium, PingFang SC; | |||||
font-weight: 500; | |||||
color: #353535; | |||||
line-height: 25px; | |||||
} | |||||
.kaihuguanli-font { | |||||
width: 54px; | |||||
height: 17px; | |||||
font-size: 1.2rem; | |||||
font-family: PingFangSC-Regular, PingFang SC; | |||||
font-weight: 400; | |||||
color: #353535; | |||||
line-height: 17px; | |||||
} | |||||
.input-css { | |||||
position: absolute; | |||||
left: 650px; | |||||
padding-left: 11px; | |||||
width: 300px; | |||||
height: 30px; | |||||
background: #ffffff; | |||||
border: 1px solid #e7e7e7; | |||||
} | |||||
html, | |||||
html body, | |||||
#main, | |||||
#app { | |||||
padding: 0; | |||||
margin: 0; | |||||
} | |||||
.header-wrapper { | |||||
height: 80px; | |||||
} | |||||
.header { | |||||
width: 1543px; | |||||
margin: 0 auto; | |||||
} | |||||
.header .logo { | |||||
font-size: 30px; | |||||
color: #014ad4; | |||||
margin-left: 65px; | |||||
line-height: 80px; | |||||
font-weight: bold; | |||||
} | |||||
.header .tel { | |||||
font-size: 20px; | |||||
color: #014ad4; | |||||
margin-right: 65px; | |||||
line-height: 80px; | |||||
font-weight: bold; | |||||
} | |||||
.dl-wrapper { | |||||
height: 800px; | |||||
text-align: center; | |||||
overflow: hidden; | |||||
} | |||||
.dl { | |||||
width: 1200px; | |||||
margin: 0 auto; | |||||
color: white; | |||||
} | |||||
.dl .dl-img { | |||||
padding-top: 131px; | |||||
} | |||||
.dl .dl-img img { | |||||
display: block; | |||||
width: 384px; | |||||
} | |||||
.dl-desc .tl { | |||||
margin: 283px 0 0 65px; | |||||
font-size: 30px; | |||||
font-weight: bold; | |||||
} | |||||
.dl-desc .desc { | |||||
margin: 35px 65px 0 65px; | |||||
font-size: 16px; | |||||
max-width: 500px; | |||||
} | |||||
.dl-desc .dl-btn { | |||||
margin-left: 65px; | |||||
margin-top: 107px; | |||||
width: 143px; | |||||
height: 60px; | |||||
background-color: white; | |||||
color: #014ad4; | |||||
font-size: 24px; | |||||
font-weight: 500; | |||||
border-radius: 6px; | |||||
overflow: hidden; | |||||
} | |||||
.product { | |||||
width: 1200px; | |||||
margin: 0 auto; | |||||
} | |||||
.imgScale { | |||||
width: 1340px; | |||||
height: 640px; | |||||
display: block; | |||||
position: relative; | |||||
} | |||||
.imgScale img { | |||||
min-width: 120%; | |||||
min-height: 70%; | |||||
max-width: 100%; | |||||
max-height: 100%; | |||||
width: auto; | |||||
height: auto; | |||||
position: absolute; | |||||
left: 50%; | |||||
top: 50%; | |||||
transform: translate3d(-50%, -50%, 0); | |||||
-webkit-transform: translate3d(-50%, -50%, 0); | |||||
} | |||||
.product .title { | |||||
font-size: 24px; | |||||
font-weight: bold; | |||||
text-align: center; | |||||
margin: 63px 0; | |||||
} | |||||
.product .row { | |||||
margin-bottom: 200px; | |||||
} | |||||
.product .row1 img { | |||||
display: block; | |||||
height: 142px; | |||||
margin: 20px auto; | |||||
} | |||||
.product .row2 img { | |||||
display: block; | |||||
width: 500px; | |||||
margin: 20px auto; | |||||
} | |||||
.product .row2 .col2 { | |||||
margin-right: 35px; | |||||
} | |||||
.product .row .r0 { | |||||
font-weight: bold; | |||||
font-size: 20px; | |||||
} | |||||
.product .row .r1 { | |||||
max-width: 300px; | |||||
margin: 10px 20px; | |||||
color: gray; | |||||
font-size: 16px; | |||||
} | |||||
.footer { | |||||
margin-bottom: 83px; | |||||
text-align: center; | |||||
color: gray; | |||||
font-size: 16px; | |||||
} | |||||
.in-c5 { | |||||
width: 241px; | |||||
height: 52px; | |||||
left: 0px; | |||||
top: 0px; | |||||
border-style: solid; | |||||
border-color: #fff #fff #e8e8e8; | |||||
color: rgb(0, 0, 0); | |||||
position: relative; | |||||
} | |||||
.in-c5 input:focus { | |||||
width: 241px; | |||||
height: 52px; | |||||
left: 0px; | |||||
top: 34px; | |||||
border-style: solid; | |||||
border-color: #fff #fff #e8e8e8; | |||||
color: rgb(0, 0, 0); | |||||
position: relative; | |||||
} | |||||
.weima { | |||||
margin-top: 100px; | |||||
width: 500px; | |||||
height: 500px; | |||||
} | |||||
</style> | |||||
</head> | |||||
<body> | |||||
<div id="app"> | |||||
<div class="header-wrapper"> | |||||
<div class="header flex"> | |||||
<div class="logo flex-1">常客云</div> | |||||
<div class="tel">客服: 400-133-0001</div> | |||||
</div> | |||||
</div> | |||||
<div class="dl-wrapper"><img class="weima" src="images/QRCode.png"></div> | |||||
<div class="footer">辽宁常客云数字科技有限公司 <a href="https://beian.miit.gov.cn/" target="_blank">辽ICP备2021003130号</a> | |||||
</div> | |||||
</div> | |||||
</body> | |||||
</html> |
<!DOCTYPE html> | |||||
<html lang="zh-CN"> | |||||
<head> | |||||
<meta charset="utf-8"> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||||
<title>消息</title> | |||||
</head> | |||||
<body> | |||||
<div class="container"> | |||||
<div style="margin:20px;border:1px solid orange;color:#000;padding:20px;text-align:center;border-radus:6px;"> | |||||
您好,欢迎使用常客云权益中心!<br/> | |||||
<br/> | |||||
常客云 - 物联网<br/> | |||||
400-133-0001<br/> | |||||
常客云 - 话费充值<br/> | |||||
400-133-0001<br/> | |||||
常客云 - 电子油卡<br/> | |||||
400-133-0001<br/> | |||||
常客云 - 权益营销<br/> | |||||
400-133-0001<br/> | |||||
常客云 - 售货机器人<br/> | |||||
13555785210 | |||||
</div> | |||||
<script> | |||||
setTimeout(function() { | |||||
}, 3000); | |||||
</script> | |||||
</div> | |||||
</body> | |||||
</html> |
<html> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<title ss-id="index_title">本地服务</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
</head> | |||||
<body> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto;"> | |||||
<div style="width: 1190px;height: 100px;border-bottom: 1px solid #aaa;display: flex;"> | |||||
<div style="margin-top: 20px;font-size: 34px;line-height: 60px;">常客云 | </div> | |||||
<div style="margin-top: 26px;margin-left: 10px;font-size: 25px;line-height: 60px;"> 本地服务</div> | |||||
</div> | |||||
<div style="width: 1190px;height: 700px"> | |||||
<a href="http://www.easiu.com/gqxx.shtml" style="text-decoration: none;"><img src="../img/bdfwt.png" width="1190px" alt=""></a> | |||||
</div> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto; margin-top: 30px;text-align: center;margin-top: 80px;">辽宁常客云数字科技有限公司 | |||||
<a href="https://beian.miit.gov.cn/" target="_blank">辽 ICP备2021003130号</a></div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<title ss-id="index_title">常客云APP</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
</head> | |||||
<body> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto;"> | |||||
<div style="width: 1190px;height: 100px;border-bottom: 1px solid #aaa;display: flex;"> | |||||
<div style="margin-top: 20px;font-size: 34px;line-height: 60px;">常客云APP | </div> | |||||
<div style="margin-top: 26px;margin-left: 10px;font-size: 25px;line-height: 60px;"> 产品介绍</div> | |||||
</div> | |||||
<div > | |||||
<img src="../img/app1.png" alt=""> | |||||
</div> | |||||
<div> | |||||
<img src="../img/app2.png" alt=""> | |||||
</div> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto; margin-top: 10px;text-align: center;margin-top: 40px;">辽宁常客云数字科技有限公司 | |||||
<a href="https://beian.miit.gov.cn/" target="_blank">辽 ICP备2021003130号</a></div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<title ss-id="index_title">宠物用品</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
</head> | |||||
<body> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto;"> | |||||
<div style="width: 1190px;height: 100px;border-bottom: 1px solid #aaa;display: flex;"> | |||||
<div style="margin-top: 20px;font-size: 34px;line-height: 60px;">常客云 | </div> | |||||
<div style="margin-top: 26px;margin-left: 10px;font-size: 25px;line-height: 60px;"> 宠物用品</div> | |||||
</div> | |||||
<div style="width: 1190px;height: 700px"> | |||||
<a href="https://www.amazon.cn/%E5%AE%A0%E7%89%A9%E7%94%A8%E5%93%81/b?node=118863071" style="text-decoration: none;"><img src="../img/cwt.png" width="1190px" alt=""></a> | |||||
</div> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto; margin-top: 30px;text-align: center;margin-top: 80px;">辽宁常客云数字科技有限公司 | |||||
<a href="https://beian.miit.gov.cn/" target="_blank">辽 ICP备2021003130号</a></div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<title ss-id="index_title">二手车</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
</head> | |||||
<body> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto;"> | |||||
<div style="width: 1190px;height: 100px;border-bottom: 1px solid #aaa;display: flex;"> | |||||
<div style="margin-top: 20px;font-size: 34px;line-height: 60px;">常客云 | </div> | |||||
<div style="margin-top: 26px;margin-left: 10px;font-size: 25px;line-height: 60px;"> 二手车信息</div> | |||||
</div> | |||||
<div style="width: 1190px;height: 700px"> | |||||
<a href="https://www.iautos.cn/" style="text-decoration: none;"> | |||||
<img src="../img/esct.png" width="1190px" alt=""> | |||||
</a> | |||||
</div> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto; margin-top: 30px;text-align: center;margin-top: 80px;">辽宁常客云数字科技有限公司 | |||||
<a href="https://beian.miit.gov.cn/" target="_blank">辽 ICP备2021003130号</a></div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<title ss-id="index_title">二手市场</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
</head> | |||||
<body> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto;"> | |||||
<div style="width: 1190px;height: 100px;border-bottom: 1px solid #aaa;display: flex;"> | |||||
<div style="margin-top: 20px;font-size: 34px;line-height: 60px;">常客云 | </div> | |||||
<div style="margin-top: 26px;margin-left: 10px;font-size: 25px;line-height: 60px;"> 二手市场</div> | |||||
</div> | |||||
<div style="width: 1190px;height: 700px"> | |||||
<a href="https://www.taobao.com/list/product/%E5%92%B8%E9%B1%BC%E4%BA%8C%E6%89%8B%E5%AE%98%E7%BD%91.htm?spm=a21wu.10013406.taglist-words-a.19.762ebe3dM7mC1b" style="text-decoration: none;"><img src="../img/essct.png" width="1190px" alt=""></a> | |||||
</div> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto; margin-top: 30px;text-align: center;margin-top: 180px;">辽宁常客云数字科技有限公司 | |||||
<a href="https://beian.miit.gov.cn/" target="_blank">辽 ICP备2021003130号</a></div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<title ss-id="index_title">房产</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
</head> | |||||
<body> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto;"> | |||||
<div style="width: 1190px;height: 100px;border-bottom: 1px solid #aaa;display: flex;"> | |||||
<div style="margin-top: 20px;font-size: 34px;line-height: 60px;">常客云 | </div> | |||||
<div style="margin-top: 26px;margin-left: 10px;font-size: 25px;line-height: 60px;"> 房产信息</div> | |||||
</div> | |||||
<div style="width: 1190px;height: 700px"> | |||||
<a href="https://sy.anjuke.com/" style="text-decoration: none;"><img src="../img/fct.png" width="1190px" alt=""></a> | |||||
</div> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto; margin-top: 30px;text-align: center;margin-top: 80px;">辽宁常客云数字科技有限公司 | |||||
<a href="https://beian.miit.gov.cn/" target="_blank">辽 ICP备2021003130号</a></div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<title ss-id="index_title">常客云-信息发布</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
</head> | |||||
<body> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto;"> | |||||
<div style="width: 1190px;height: 100px;border-bottom: 1px solid #aaa;display: flex;"> | |||||
<div style="margin-top: 20px;font-size: 34px;line-height: 60px;">常客云 | </div> | |||||
<div style="margin-top: 26px;margin-left: 10px;font-size: 25px;line-height: 60px;"> 免费发布信息</div> | |||||
</div> | |||||
<div style="width: 1190; margin-top: 40px; height: 40px;display: flex;"> | |||||
<div style="width:320px; height: 32px;border-bottom: solid 1px red;color: orangered;">1.选择类别</div> | |||||
<div style="width:320px; height: 32px;border-bottom: solid 1px#aaa;margin-left: 115px;">2.填写信息</div> | |||||
<div style="width:320px; height: 32px;border-bottom: solid 1px#aaa;margin-left: 115px;">3.完成发布</div> | |||||
</div> | |||||
<div style="width: 1190; margin-top: 40px; height: 520px;display: flex; border-bottom: solid 1px #aaa;"> | |||||
<div style="width: 300px;"> | |||||
<div style="line-height: 14px;height: 40px;">房产</div> | |||||
<div style="line-height: 14px;height: 40px;">二手物品</div> | |||||
<div style="line-height: 14px;height: 40px;">二手车</div> | |||||
<div style="line-height: 14px;height: 40px;">宠物</div> | |||||
<div style="line-height: 14px;height: 40px;">汽车服务</div> | |||||
<div style="line-height: 14px;height: 40px;">票务 / 卡券</div> | |||||
<div style="line-height: 14px;height: 40px;">婚庆摄影</div> | |||||
<div style="line-height: 14px;height: 40px;">餐饮 / 娱乐 / 丽人</div> | |||||
<div style="line-height: 14px;height: 40px;">招商加盟</div> | |||||
<div style="line-height: 14px;height: 40px;">批发采购</div> | |||||
<div style="line-height: 14px;height: 40px;">回放</div> | |||||
</div> | |||||
<div style="width: 300px;margin-left: 300px;"> | |||||
<div style="line-height: 14px;height: 40px;">招聘信息</div> | |||||
<div style="line-height: 14px;height: 40px;">发布简历</div> | |||||
<div style="line-height: 14px;height: 40px;">家政服务</div> | |||||
<div style="line-height: 14px;height: 40px;">商家服务</div> | |||||
<div style="line-height: 14px;height: 40px;">教育培训</div> | |||||
<div style="line-height: 14px;height: 40px;">旅游酒店</div> | |||||
<div style="line-height: 14px;height: 40px;">装修建材</div> | |||||
<div style="line-height: 14px;height: 40px;">农林牧副渔</div> | |||||
<div style="line-height: 14px;height: 40px;">求租求购求服务</div> | |||||
<div style="line-height: 14px;height: 40px;">本地服务朋友圈推广</div> | |||||
</div> | |||||
</div> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto; margin-top: 10px;text-align: center;margin-top: 40px;">辽宁常客云数字科技有限公司 | |||||
<a href="https://beian.miit.gov.cn/" target="_blank">辽 ICP备2021003130号</a></div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<title ss-id="index_title">常客云商家</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
</head> | |||||
<body> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto;"> | |||||
<div style="width: 1190px;height: 100px;border-bottom: 1px solid #aaa;display: flex;"> | |||||
<div style="margin-top: 20px;font-size: 34px;line-height: 60px;">常客云 | </div> | |||||
<div style="margin-top: 26px;margin-left: 10px;font-size: 25px;line-height: 60px;"> 合作伙伴</div> | |||||
</div> | |||||
<div style="width: 1190px;height: 700px"> | |||||
<img src="../img/hb.png" width="1190px" alt=""> | |||||
</div> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto; margin-top: 30px;text-align: center;margin-top: 40px;">辽宁常客云数字科技有限公司 | |||||
<a href="https://beian.miit.gov.cn/" target="_blank">辽 ICP备2021003130号</a></div> | |||||
</div> | |||||
</body> | |||||
</html> |
<html> | |||||
<head> | |||||
<meta charset="utf-8" /> | |||||
<title ss-id="index_title">招聘</title> | |||||
<meta name="Description" content="常客云APP, 企业服务" /> | |||||
<meta name="keywords" content="常客云" /> | |||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |||||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |||||
</head> | |||||
<body> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto;"> | |||||
<div style="width: 1190px;height: 100px;border-bottom: 1px solid #aaa;display: flex;"> | |||||
<div style="margin-top: 20px;font-size: 34px;line-height: 60px;">常客云 | </div> | |||||
<div style="margin-top: 26px;margin-left: 10px;font-size: 25px;line-height: 60px;"> 招聘信息</div> | |||||
</div> | |||||
<div style="width: 1190px;height: 700px"> | |||||
<a href="https://www.zhaopin.com/" style="text-decoration: none;"><img src="../img/zpt.png" width="1190px" alt=""></a> | |||||
</div> | |||||
<div style="width: 1190px;margin-left: auto;margin-right: auto; margin-top: 30px;text-align: center;margin-top: 80px;">辽宁常客云数字科技有限公司 | |||||
<a href="https://beian.miit.gov.cn/" target="_blank">辽 ICP备2021003130号</a></div> | |||||
</div> | |||||
</body> | |||||
</html> |