index.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. <link rel="stylesheet" href="./css/reset.css">
  8. <link rel="icon" type="image/x-ico" href="">
  9. <link rel="stylesheet" href="./css/index.css">
  10. </head>
  11. <body>
  12. <div class="website-wrap">
  13. <header class="header">
  14. <nav class="nav">
  15. <img src="./images/logo.png" alt="">
  16. </nav>
  17. </header>
  18. <main class="main">
  19. <h1>构建多层级,多体系合伙人系统</h1>
  20. <h2>聚拢合伙人快速裂变分润</h2>
  21. <div class="area-wrap">
  22. <div class="pic"></div>
  23. <div class="wrap">
  24. <div class="item">
  25. <dl>
  26. <dt>
  27. <img src="./images/01.png" alt="">
  28. </dt>
  29. <dd>
  30. <h6>定制分润政策</h6>
  31. <h6>分销等级规则及分润比例</h6>
  32. </dd>
  33. </dl>
  34. </div>
  35. <div class="item">
  36. <dl>
  37. <dt>
  38. <img src="./images/02.png" alt="">
  39. </dt>
  40. <dd>
  41. <h6>定制分润政策</h6>
  42. <h6>分销等级规则及分润比例</h6>
  43. </dd>
  44. </dl>
  45. </div>
  46. <div class="item">
  47. <dl>
  48. <dt>
  49. <img src="./images/03.png" alt="">
  50. </dt>
  51. <dd>
  52. <h6>定制分润政策</h6>
  53. <h6>分销等级规则及分润比例</h6>
  54. </dd>
  55. </dl>
  56. </div>
  57. <div class="item">
  58. <dl>
  59. <dt>
  60. <img src="./images/04.png" alt="">
  61. </dt>
  62. <dd>
  63. <h6>定制分润政策</h6>
  64. <h6>分销等级规则及分润比例</h6>
  65. </dd>
  66. </dl>
  67. </div>
  68. </div>
  69. </div>
  70. </main>
  71. <footer class="footer">
  72. <div class="content">
  73. <h2>© 2024 山西掌柜鼎科技有限公司所有</h2>
  74. <h2>山西掌柜鼎科技有限公司 晋ICP备2021001666号-1</h2>
  75. <h2>晋公网安备14010502050942号</h2>
  76. </div>
  77. </footer>
  78. </div>
  79. </body>
  80. </html>