{"id":12,"date":"2026-06-02T05:01:55","date_gmt":"2026-06-02T05:01:55","guid":{"rendered":"https:\/\/alqplock.com\/index.php\/cart\/"},"modified":"2026-06-03T09:42:07","modified_gmt":"2026-06-03T09:42:07","slug":"cart","status":"publish","type":"page","link":"https:\/\/alqplock.com\/zh\/cart\/","title":{"rendered":"\u8d2d\u7269\u8f66"},"content":{"rendered":"<style>\r\n    .qing-cart-layout{display:grid;grid-template-columns:60% 40%;gap:40px;max-width:1440px;margin:0 auto}\r\n    .qing-cart-left{}\r\n    .qing-cart-right{position:sticky;top:100px;align-self:start}\r\n    .qing-cart-empty{text-align:center;padding:60px 20px;color:#666;font-size:16px;grid-column:1\/-1}\r\n    .qing-cart-item{display:flex;gap:16px;padding:16px 0;align-items:center}\r\n    .qing-cart-item:last-child{}\r\n    .qing-cart-thumb{width:70px;height:70px;object-fit:contain;border-radius:6px;border:1px solid #eee;flex-shrink:0}\r\n    .qing-cart-info{flex:1;min-width:0}\r\n    .qing-cart-title{font-size:14px;font-weight:600;color:#111;text-decoration:none;display:block;margin-bottom:4px}\r\n    .qing-cart-title:hover{color:#1a56db}\r\n    .qing-cart-meta{font-size:12px;color:#888}\r\n    .qing-cart-qty-wrap{display:flex;align-items:center;gap:0}\r\n    .qing-cart-qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:16px;color:#333}\r\n    .qing-cart-qty-btn:hover{background:#f5f5f5}\r\n    .qing-cart-qty-input{width:40px;height:28px;text-align:center;border:1px solid #ddd;border-left:none;border-right:none;font-size:13px;-moz-appearance:textfield}\r\n    .qing-cart-qty-input::-webkit-outer-spin-button,.qing-cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}\r\n    .qing-cart-remove{color:#dc2626;font-size:20px;text-decoration:none;font-weight:700;margin-left:12px;flex-shrink:0}\r\n    .qing-cart-remove:hover{color:#991b1b}\r\n    .qing-cart-summary{font-size:13px;color:#666;padding:12px 0;border-top:1px solid #eee;margin-top:8px}\r\n    \/* \u8be2\u76d8\u8868\u5355 *\/\r\n    .qing-inquiry-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:32px 28px}\r\n    .qing-inquiry-form h3{font-size:20px;font-weight:700;color:#111;margin:0 0 24px;padding-bottom:16px;border-bottom:1px solid #eee}\r\n    .qing-inquiry-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}\r\n    .qing-inquiry-field{margin-bottom:16px}\r\n    .qing-inquiry-field.full-width{grid-column:1\/-1}\r\n    .qing-inquiry-field label{display:block;font-size:13px;font-weight:600;color:#333;margin-bottom:5px}\r\n    .qing-inquiry-field input,.qing-inquiry-field textarea,.qing-inquiry-field select{width:100%;padding:10px 14px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .2s}\r\n    .qing-inquiry-field input:focus,.qing-inquiry-field textarea:focus{border-color:#1a56db}\r\n    .qing-inquiry-field textarea{resize:vertical;min-height:80px}\r\n    .qing-inquiry-submit{width:100%;padding:12px;border:none;border-radius:8px;background:#1a56db;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}\r\n    .qing-inquiry-submit:hover{background:#0f3fa8}\r\n    .qing-inquiry-msg{margin-top:12px;font-size:13px;text-align:center}\r\n    .qing-inquiry-msg.success{color:#16a34a}\r\n    .qing-inquiry-msg.error{color:#dc2626}\r\n    @media(max-width:768px){\r\n        .qing-cart-layout{grid-template-columns:1fr;gap:24px}\r\n        .qing-cart-right{position:static}\r\n    }\r\n    <\/style>\r\n    <div class=\"qing-cart-layout\">\r\n            <div class=\"qing-cart-empty\">\r\n            <p>\u60a8\u7684\u8be2\u4ef7\u5217\u8868\u4e3a\u7a7a\u3002.<\/p>\r\n            <a href=\"https:\/\/alqplock.com\/zh\/products\/\" style=\"display:inline-block;margin-top:16px;padding:10px 28px;border:1.5px solid #1a56db;border-radius:6px;color:#1a56db;text-decoration:none;font-weight:600;\">\u6d4f\u89c8\u4ea7\u54c1<\/a>\r\n        <\/div>\r\n        <\/div>\r\n    <script>\r\n    (function(){\r\n        var form = document.getElementById('qingInquiryForm');\r\n        if (!form) return;\r\n        form.addEventListener('submit', function(e) {\r\n            e.preventDefault();\r\n            var msg = document.getElementById('inquiryMsg');\r\n            msg.textContent = 'Sending...';\r\n            msg.className = 'qing-inquiry-msg';\r\n            var fd = new FormData(form);\r\n            fd.append('action', 'qing_send_inquiry');\r\n            fetch(qingObj.ajaxUrl, { method: 'POST', body: fd })\r\n                .then(function(r) { return r.json(); })\r\n                .then(function(d) {\r\n                    if (d.success) {\r\n                        msg.textContent = 'Inquiry sent successfully!';\r\n                        msg.className = 'qing-inquiry-msg success';\r\n                        form.reset();\r\n                    } else {\r\n                        msg.textContent = d.data || 'Failed to send';\r\n                        msg.className = 'qing-inquiry-msg error';\r\n                    }\r\n                });\r\n        });\r\n    })();\r\n    <\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/alqplock.com\/zh\/wp-json\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alqplock.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alqplock.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alqplock.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alqplock.com\/zh\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":1,"href":"https:\/\/alqplock.com\/zh\/wp-json\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":441,"href":"https:\/\/alqplock.com\/zh\/wp-json\/wp\/v2\/pages\/12\/revisions\/441"}],"wp:attachment":[{"href":"https:\/\/alqplock.com\/zh\/wp-json\/wp\/v2\/media?parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}