Няма описание

websitePC.html 2.9KB

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