1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>山西掌柜鼎科技有限公司</title>
- <link rel="stylesheet" href="./css/reset.css">
- <link rel="icon" type="image/x-ico" href="">
- <link rel="stylesheet" href="./css/index.css">
- </head>
- <body>
- <div class="website-wrap">
- <header class="header">
- <nav class="nav">
- <img src="./images/logo.png" alt="">
- </nav>
- </header>
- <main class="main">
- <h1>构建多层级,多体系合伙人系统</h1>
- <h2>聚拢合伙人快速裂变分润</h2>
- <div class="area-wrap">
- <div class="pic"></div>
- <div class="wrap">
- <div class="item">
- <dl>
- <dt>
- <img src="./images/01.png" alt="">
- </dt>
- <dd>
- <h6>定制分润政策</h6>
- <h6>分销等级规则及分润比例</h6>
- </dd>
- </dl>
- </div>
- <div class="item">
- <dl>
- <dt>
- <img src="./images/02.png" alt="">
- </dt>
- <dd>
- <h6>定制分润政策</h6>
- <h6>分销等级规则及分润比例</h6>
- </dd>
- </dl>
- </div>
- <div class="item">
- <dl>
- <dt>
- <img src="./images/03.png" alt="">
- </dt>
- <dd>
- <h6>定制分润政策</h6>
- <h6>分销等级规则及分润比例</h6>
- </dd>
- </dl>
- </div>
- <div class="item">
- <dl>
- <dt>
- <img src="./images/04.png" alt="">
- </dt>
- <dd>
- <h6>定制分润政策</h6>
- <h6>分销等级规则及分润比例</h6>
- </dd>
- </dl>
- </div>
- </div>
- </div>
- </main>
- <footer class="footer">
- <div class="content">
- <h2>© 2024 山西掌柜鼎科技有限公司所有</h2>
- <h2>山西掌柜鼎科技有限公司 晋ICP备2021001666号-1</h2>
- <h2>晋公网安备14010502050942号</h2>
- </div>
- </footer>
- </div>
- </body>
- </html>
|