1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>江湖抢单宝</title>
- <style>
- *{
- padding: 0;margin: 0;
- }
- .container{
- width: 1000px;margin: auto;padding-bottom: 50px;
- }
- #logo{
- width: 200px;margin-top: 30px;margin-bottom: 30px;
- }
- .con {
- background: url(./img/bgPc.png) no-repeat;background-size:100%; height: 600px;color: #fff;position: relative;line-height: 24px;
- }
- .con ul{
- width: 600px;padding-top: 220px;padding-left: 60px;
- }
- .con ul h3{
- font-size: 26px;font-weight: inherit;padding-bottom: 15px;
- }
- .con ul li{
- font-size: 16px;list-style:none
- }
- #pcImgPhone{
- width: 300px; position: absolute;top: -140px;right: 30px;
- }
- .title{
- font-size: 50px;
- }
- .button{
- margin-top: 20px;
- }
- .button button{
- width: 150px;height: 40px;background: #000;color: #fff;font-size: 16px;border-radius: 10px;outline:0 none;
- }
- .container .con .contactMe{
- color: #000;font-size: 14px;position: absolute;bottom: 0;right: 0;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <img id="logo" src="./img/pcLogo.png"/>
- <p class="title">江湖抢单宝</p>
- <p class="title">信贷经理线上获客神器</p>
- <div class="button">
- <button><span>ios版</span></button>
- <button><span>Android版</span></button>
- </div>
- <div class="con">
- <ul>
- <h3>【江湖抢单宝抢单优势】</h3>
- <li>1.客户资源量大:贷款订单源源不断,客户找上门,彻底解决信贷展业难提;</li>
- <li>2.客户来源真实:专业信息获取渠道,客户提交申请需要进行实名认证和手机验证等大师级风控措施,避免恶意假单;</li>
- <li>3.订单实时推送:信贷订单一键设置实时推送,及时获取到您感兴趣的订单信息,手握抢单宝,提高展业效率;</li>
- <li>4.贷款类型丰富:如社保公积金贷款、流水贷款、车抵贷、房抵贷款、等多样化订单;</li>
- <li>5.客户管理助手:随时随地跟进客户,提高客户贷款通过率,成为客户的信贷管家;</li>
- </ul>
- <img src="./img/pcImg.png" id="pcImgPhone"/>
- <div class="contactMe">
- <h4>【联系我们】</h4>
- <p>电话:0793-8259279</p>
- <p>地址:江西省上饶市信州区志敏大道87号</p>
- <p>公司:上饶市合一科技有限公司</p>
- </div>
- </div>
- </div>
- </body>
- </html>
|