| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <!DOCTYPE><!--html标记-->
- <html> <!--html总标记-->
- <head><!--头信息标签-->
- <meta charset="utf-8"><!--utf-8编码-->
- <title>智慧供销</title><!--页面标题-->
- <head>
- <body>
- <div style="position: fixed;top: 0;width: 100%;background-color: #fff;border-bottom: 1px solid #f3f1f1;padding: 20rpx;">
- <img src="./images/logo.png" alt="" style="width: 200px;">
- </div>
- <div style="width: 100%;height: calc(100% - 50px);text-align: center;background-color: #fff;padding-top: 50px;">
- <p style="color: #3a8627;width: 100%;font-size: 60px;font-weight: bold;">乳山市数字供销智慧平台</p>
- <p style="width: 100%;margin-top: -50px;margin-bottom: 40px;color: #ccc;">乳山市数字供销智慧平台介绍乳山市数字供销智慧平台介绍乳山市数字供销智慧平台介绍乳山市数字供销智慧平台介绍</p>
- <div style="width: 65%;display: flex;margin-left: 17.5%;justify-content:space-between;padding-top: 30px;">
- <a href="https://zhgx.sdshengyuekeji.cn/" style="text-decoration: none;width: 350px;height: 520px;background-image: url('./images/3.png');border-radius: 20px;background-size: 100% 100%; ">
- <div style="margin-top: 100px;text-align: left;color: #fff;padding-left: 50px;font-size: 35px;font-weight: bold;">社会化服务</div>
- <div style="width: 100px;height: 6px;background-color: #fff;margin-left: 50px;margin-top: 10px;"></div>
- <div style="font-size: 28px;width:150px;height: 50px;line-height: 50px;background-color: #fff;margin-left: 50px;border-radius: 50px;margin-top: 40px;color: #3f84f3;">点击进入</div>
- </a>
- <a href="https://zhgx.sdshengyuekeji.cn/" style="text-decoration: none;width: 350px;height: 520px;background-image: url('./images/1.png');border-radius: 20px;background-size: 100% 100%; ">
- <div style="margin-top: 100px;text-align: left;color: #fff;padding-left: 50px;font-size: 35px;font-weight: bold;">商贸流通</div>
- <div style="width: 100px;height: 6px;background-color: #fff;margin-left: 50px;margin-top: 10px;"></div>
- <div style="font-size: 28px;width:150px;height: 50px;line-height: 50px;background-color: #fff;margin-left: 50px;border-radius: 50px;margin-top: 40px;color: #29c54e;">点击进入</div>
- </a>
- <a href="https://zhgx.sdshengyuekeji.cn/" style="text-decoration: none;width: 350px;height: 520px;background-image: url('./images/2.png');border-radius: 20px;background-size: 100% 100%; ">
- <div style="margin-top: 100px;text-align: left;color: #fff;padding-left: 50px;font-size: 35px;font-weight: bold;">农资供应</div>
- <div style="width: 100px;height: 6px;background-color: #fff;margin-left: 50px;margin-top: 10px;"></div>
- <div style="font-size: 28px;width:150px;height: 50px;line-height: 50px;background-color: #fff;margin-left: 50px;border-radius: 50px;margin-top: 40px;color: #ecb944;">点击进入</div>
- </a>
-
- </div>
- </div>
- </body>
- <style>
- body {
- width: 100%;
- height: 100%;
- background-color: #fff;
- overflow: hidden;
- }
- </style>
- </html>
|