
{"id":26,"date":"2025-07-26T01:23:44","date_gmt":"2025-07-25T17:23:44","guid":{"rendered":"https:\/\/hainongji.com\/?page_id=26"},"modified":"2025-12-10T15:47:44","modified_gmt":"2025-12-10T07:47:44","slug":"26-2","status":"publish","type":"page","link":"https:\/\/hainongji.com\/index.php\/26-2\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n  <title><\/title>\n  <style>\n    body {\n      font-family: \"\u5fae\u8f6f\u96c5\u9ed1\", sans-serif;\n      margin: 0;\n      padding: 20px;\n      background-color: #f8f8f8;\n    }\n    h1 {\n      text-align: center;\n      margin-bottom: 30px;\n      color: #333;\n    }\n    .search-container {\n      text-align: center;\n      margin-bottom: 30px;\n    }\n    .search-container input[type=\"search\"] {\n      padding: 10px;\n      width: 60%;\n      max-width: 400px;\n      font-size: 16px;\n      border-radius: 5px;\n      border: 1px solid #ccc;\n    }\n    .search-container button {\n      padding: 10px 20px;\n      font-size: 16px;\n      margin-left: 10px;\n      border: none;\n      background-color: #0073aa;\n      color: white;\n      border-radius: 5px;\n      cursor: pointer;\n    }\n    .search-container button:hover {\n      background-color: #005f8d;\n    }\n\n    .grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      max-width: 1000px;\n      margin: 0 auto;\n    }\n    .product {\n      background-color: #fff;\n      border-radius: 10px;\n      overflow: hidden;\n      text-align: center;\n      box-shadow: 0 2px 6px rgba(0,0,0,0.1);\n      transition: transform 0.2s;\n    }\n    .product:hover {\n      transform: translateY(-5px);\n    }\n    .product img {\n      width: 100%;\n      height: 200px;\n      object-fit: cover;\n    }\n    .product-title {\n      padding: 10px;\n      font-size: 16px;\n      font-weight: bold;\n      color: #333;\n    }\n    a {\n      text-decoration: none;\n      color: inherit;\n    }\n\n    @media (max-width: 768px) {\n      .grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n    @media (max-width: 500px) {\n      .grid {\n        grid-template-columns: 1fr;\n      }\n      .product img {\n        height: 160px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n\n<h1 style=\"color: #003366; text-align: center; line-height: 1.5;\">\n  \u4ea7\u54c1\u5c55\u793a<br>\n  <span style=\"font-size: 18px; font-weight: normal; color: #004080;\">Product Display<\/span>\n<\/h1>\n\n  <div class=\"grid\">\n    <a href=\"https:\/\/hainongji.com\/index.php\/74-2\/\" class=\"product\">\n      <img decoding=\"async\" src=\"https:\/\/hainongji.com\/wp-content\/uploads\/2025\/07\/6f0adde4-b062-4586-b788-23b1ba614ec9-e1753799688498.jpg\" alt=\"\u4ea7\u54c11\">\n      <div class=\"product-title\">\u65e5\u6599\u7cfb\u5217<\/div>\n    <\/a>\n\n    <a href=\"https:\/\/hainongji.com\/index.php\/80-2\/\" class=\"product\">\n      <img decoding=\"async\" src=\"https:\/\/hainongji.com\/wp-content\/uploads\/2025\/07\/\u5fae\u4fe1\u56fe\u7247_20250521094057-e1753799736221.png\" alt=\"\u4ea7\u54c12\">\n      <div class=\"product-title\">\u51b7\u51bb\u7cfb\u5217<\/div>\n    <\/a>\n\n    <a href=\"https:\/\/hainongji.com\/index.php\/63-2\/\" class=\"product\">\n      <img decoding=\"async\" src=\"https:\/\/hainongji.com\/wp-content\/uploads\/2025\/07\/9878ada8e5320a73f30d0cf4a36e71453923109-scaled-1-e1753799781361.webp\" alt=\"\u4ea7\u54c13\">\n      <div class=\"product-title\">\u6d77\u9c9c\u7cfb\u5217<\/div>\n    <\/a>\n\n    <a href=\"https:\/\/hainongji.com\/index.php\/114-2\/\" class=\"product\">\n      <img decoding=\"async\" src=\"https:\/\/hainongji.com\/wp-content\/uploads\/2025\/07\/\u5fae\u4fe1\u56fe\u7247_20250521182714-e1753799822421.jpg\" alt=\"\u4ea7\u54c14\">\n      <div class=\"product-title\">\u523a\u8eab\u7cfb\u5217<\/div>\n    <\/a>\n\n    <a href=\"https:\/\/hainongji.com\/index.php\/89-2\/\" class=\"product\">\n      <img decoding=\"async\" src=\"https:\/\/hainongji.com\/wp-content\/uploads\/2025\/07\/ec306ee70881fe4591d718d5cb3894e67735-scaled-e1753799864550.jpeg\" alt=\"\u4ea7\u54c15\">\n      <div class=\"product-title\">\u679c\u852c\u7cfb\u5217<\/div>\n    <\/a>\n\n    <a href=\"https:\/\/hainongji.com\/index.php\/69-2\/\" class=\"product\">\n      <img decoding=\"async\" src=\"https:\/\/hainongji.com\/wp-content\/uploads\/2025\/07\/E197DE11FD58C658F6CF5D9C585F0DDE_w3200h2691-scaled-1-e1753799899866.jpg\" alt=\"\u4ea7\u54c16\">\n      <div class=\"product-title\">\u8c03\u6599\u7cfb\u5217<\/div>\n    <\/a>\n  <\/div>\n\n  <!-- \u8df3\u8f6c\u903b\u8f91 -->\n  <script>\n    document.querySelector('form[role=\"search\"]').addEventListener('submit', function (e) {\n      const keyword = this.querySelector('input[type=\"search\"]').value.trim();\n      e.preventDefault();\n\n      \/\/ \u5173\u952e\u8bcd\u4e0e\u9875\u9762\u6620\u5c04\n      const keywordToUrl = {\n        '\u51b7\u51bb\u7cfb\u5217': 'https:\/\/hainongji.com\/index.php\/80-2\/',\n        '\u65e5\u6599\u7cfb\u5217': 'https:\/\/hainongji.com\/index.php\/74-2\/',\n        '\u6d77\u9c9c\u7cfb\u5217': 'https:\/\/hainongji.com\/index.php\/63-2\/',\n        '\u523a\u8eab\u7cfb\u5217': 'https:\/\/hainongji.com\/index.php\/114-2\/',\n        '\u679c\u852c\u7cfb\u5217': 'https:\/\/hainongji.com\/index.php\/89-2\/',\n        '\u8c03\u6599\u7cfb\u5217': 'https:\/\/hainongji.com\/index.php\/69-2\/'\n      };\n\n      \/\/ \u6839\u636e\u5173\u952e\u8bcd\u8df3\u8f6c\n      if (keywordToUrl[keyword]) {\n        window.location.href = keywordToUrl[keyword];\n      } else {\n        alert(\"\u672a\u627e\u5230\u8be5\u4ea7\u54c1\u7cfb\u5217\uff0c\u8bf7\u68c0\u67e5\u8f93\u5165\uff08\u5982\uff1a\u51b7\u51bb\u7cfb\u5217\u3001\u65e5\u6599\u7cfb\u5217\u7b49\uff09\u3002\");\n      }\n    });\n  <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u4ea7\u54c1\u5c55\u793a Product Display \u65e5\u6599\u7cfb\u5217 \u51b7\u51bb\u7cfb\u5217 \u6d77\u9c9c\u7cfb\u5217 \u523a\u8eab\u7cfb\u5217 \u679c\u852c\u7cfb\u5217 \u8c03\u6599\u7cfb\u5217<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-26","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hainongji.com\/index.php\/wp-json\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hainongji.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hainongji.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hainongji.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hainongji.com\/index.php\/wp-json\/wp\/v2\/comments?post=26"}],"version-history":[{"count":18,"href":"https:\/\/hainongji.com\/index.php\/wp-json\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":448,"href":"https:\/\/hainongji.com\/index.php\/wp-json\/wp\/v2\/pages\/26\/revisions\/448"}],"wp:attachment":[{"href":"https:\/\/hainongji.com\/index.php\/wp-json\/wp\/v2\/media?parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}