index.html 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE><!--html标记-->
  2. <html> <!--html总标记-->
  3. <head><!--头信息标签-->
  4. <meta charset="utf-8"><!--utf-8编码-->
  5. <title>智慧供销</title><!--页面标题-->
  6. <head>
  7. <body>
  8. <div style="position: fixed;top: 0;width: 100%;background-color: #fff;border-bottom: 1px solid #f3f1f1;padding: 20rpx;">
  9. <img src="./images/logo.png" alt="" style="width: 200px;">
  10. </div>
  11. <div style="width: 100%;height: calc(100% - 50px);text-align: center;background-color: #fff;padding-top: 50px;">
  12. <p style="color: #3a8627;width: 100%;font-size: 60px;font-weight: bold;">乳山市数字供销智慧平台</p>
  13. <p style="width: 100%;margin-top: -50px;margin-bottom: 40px;color: #ccc;">乳山市数字供销智慧平台介绍乳山市数字供销智慧平台介绍乳山市数字供销智慧平台介绍乳山市数字供销智慧平台介绍</p>
  14. <div style="width: 65%;display: flex;margin-left: 17.5%;justify-content:space-between;padding-top: 30px;">
  15. <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%; ">
  16. <div style="margin-top: 100px;text-align: left;color: #fff;padding-left: 50px;font-size: 35px;font-weight: bold;">社会化服务</div>
  17. <div style="width: 100px;height: 6px;background-color: #fff;margin-left: 50px;margin-top: 10px;"></div>
  18. <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>
  19. </a>
  20. <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%; ">
  21. <div style="margin-top: 100px;text-align: left;color: #fff;padding-left: 50px;font-size: 35px;font-weight: bold;">商贸流通</div>
  22. <div style="width: 100px;height: 6px;background-color: #fff;margin-left: 50px;margin-top: 10px;"></div>
  23. <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>
  24. </a>
  25. <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%; ">
  26. <div style="margin-top: 100px;text-align: left;color: #fff;padding-left: 50px;font-size: 35px;font-weight: bold;">农资供应</div>
  27. <div style="width: 100px;height: 6px;background-color: #fff;margin-left: 50px;margin-top: 10px;"></div>
  28. <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>
  29. </a>
  30. </div>
  31. </div>
  32. </body>
  33. <style>
  34. body {
  35. width: 100%;
  36. height: 100%;
  37. background-color: #fff;
  38. overflow: hidden;
  39. }
  40. </style>
  41. </html>