```json
{
"summary": "已为您创建了广东省科技资源共享网首页,包含导航栏、搜

By 18802066453, 3 September, 2025
角色
assistant
content

```json
{
"summary": "已为您创建了广东省科技资源共享网首页,包含导航栏、搜索区域、资源分类、热门资源、数据统计、新闻动态和服务指南等核心模块,采用蓝色科技风格设计。",
"widget": {
"type": "custom-template",
"isAPI": false,
"fullWidth": true,
"html": "<div class=\"font-sans text-gray-800 bg-gray-50 min-h-screen\">\n <!-- 顶部导航 -->\n <div class=\"bg-blue-800 text-white\">\n <div class=\"container mx-auto px-4 py-2 flex justify-between items-center text-sm\">\n <div class=\"flex space-x-4\">\n <span>欢迎访问广东省科技资源共享平台</span>\n <span>|</span>\n <a href=\"#\" class=\"hover:text-blue-200\">登录</a>\n <a href=\"#\" class=\"hover:text-blue-200\">注册</a>\n </div>\n <div class=\"flex space-x-4\">\n <a href=\"#\" class=\"hover:text-blue-200\">English</a>\n <a href=\"#\" class=\"hover:text-blue-200\">网站地图</a>\n <a href=\"#\" class=\"hover:text-blue-200\">联系我们</a>\n </div>\n </div>\n </div>\n \n <!-- 主导航 -->\n <nav class=\"bg-white shadow-md\">\n <div class=\"container mx-auto px-4\">\n <div class=\"flex justify-between items-center py-4\">\n <div class=\"flex items-center space-x-8\">\n <div class=\"flex items-center\">\n <span class=\"text-2xl font-bold text-blue-800\">粤科资源</span>\n <span class=\"text-sm text-gray-600 ml-2\">广东省科技资源共享网</span>\n </div>\n \n <div class=\"hidden lg:flex space-x-6\">\n <a href=\"#\" class=\"text-blue-800 font-medium hover:text-blue-600\">首页</a>\n <a href=\"#\" class=\"text-gray-600 hover:text-blue-600\">资源中心</a>\n <a href=\"#\" class=\"text-gray-600 hover:text-blue-600\">仪器设备</a>\n <a href=\"#\" class=\"text-gray-600 hover:text-blue-600\">科学数据</a>\n <a href=\"#\" class=\"text-gray-600 hover:text-blue-600\">文献专利</a>\n <a href=\"#\" class=\"text-gray-600 hover:text-blue-600\">生物种质</a>\n <a href=\"#\" class=\"text-gray-600 hover:text-blue-600\">关于我们</a>\n </div>\n </div>\n \n <button class=\"lg:hidden text-gray-600\">\n <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 12h16m-7 6h7\"></path>\n </svg>\n </button>\n </div>\n </div>\n </nav>\n\n <!-- 搜索区域 -->\n <div class=\"bg-gradient-to-r from-blue-600 to-blue-800 py-12\">\n <div class=\"container mx-auto px-4\">\n <div class=\"text-center text-white mb-8\">\n <h1 class=\"text-3xl md:text-4xl font-bold mb-4\">广东省科技资源共享服务平台</h1>\n <p class=\"text-xl opacity-90\">汇聚科技资源,服务创新发展</p>\n </div>\n \n <div class=\"max-w-3xl mx-auto\">\n <div class=\"bg-white rounded-lg shadow-lg p-2 flex\">\n <input type=\"text\" placeholder=\"搜索科技资源、仪器设备、文献数据...\" class=\"flex-1 px-4 py-3 outline-none rounded-l\">\n <select class=\"border-l border-gray-200 px-4 py-3 outline-none text-gray-600\">\n <option>全部资源</option>\n <option>仪器设备</option>\n <option>科学数据</option>\n <option>文献专利</option>\n <option>生物种质</option>\n </select>\n <button class=\"bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-r transition duration-300\">\n 搜索\n </button>\n </div>\n \n <div class=\"flex flex-wrap justify-center mt-4 space-x-4 text-white text-sm\">\n <span class=\"hover:underline cursor-pointer\">热门搜索:</span>\n <span class=\"hover:underline cursor-pointer\">基因测序</span>\n <span class=\"hover:underline cursor-pointer\">电子显微镜</span>\n <span class=\"hover:underline cursor-pointer\">气象数据</span>\n <span class=\"hover:underline cursor-pointer\">专利检索</span>\n </div>\n </div>\n </div>\n </div>\n\n <!-- 资源分类 -->\n <div class=\"py-16 bg-white\">\n <div class=\"container mx-auto px-4\">\n <h2 class=\"text-3xl font-bold text-center text-gray-900 mb-12\">资源分类</h2>\n \n <div class=\"grid grid-cols-2 md:grid-cols-4 gap-6\">\n <div class=\"text-center group cursor-pointer\">\n <div class=\"bg-blue-100 rounded-2xl p-6 mb-4 group-hover:bg-blue-200 transition duration-300\">\n <img src=\"/assets/images/svg/Asset187.svg\" alt=\"仪器设备\" class=\"w-16 h-16 mx-auto\">\n </div>\n <h3 class=\"text-lg font-semibold text-gray-800 mb-2\">仪器设备</h3>\n <p class=\"text-sm text-gray-600\">大型科研仪器设备共享</p>\n </div>\n \n <div class=\"text-center group cursor-pointer\">\n <div class=\"bg-green-100 rounded-2xl p-6 mb-4 group-hover:bg-green-200 transition duration-300\">\n <img src=\"/assets/images/svg/Asset189.svg\" alt=\"科学数据\" class=\"w-16 h-16 mx-auto\">\n </div>\n <h3 class=\"text-lg font-semibold text-gray-800 mb-2\">科学数据</h3>\n <p class=\"text-sm text-gray-600\">科研实验数据资源共享</p>\n </div>\n \n <div class=\"text-center group cursor-pointer\">\n <div class=\"bg-purple-100 rounded-2xl p-6 mb-4 group-hover:bg-purple-200 transition duration-300\">\n <img src=\"/assets/images/svg/Asset190.svg\" alt=\"文献专利\" class=\"w-16 h-16 mx-auto\">\n </div>\n <h3 class=\"text-lg font-semibold text-gray-800 mb-2\">文献专利</h3>\n <p class=\"text-sm text-gray-600\">科技文献与专利数据库</p>\n </div>\n \n <div class=\"text-center group cursor-pointer\">\n <div class=\"bg-orange-100 rounded-2xl p-6 mb-4 group-hover:bg-orange-200 transition duration-300\">\n <img src=\"/assets/images/svg/Asset192.svg\" alt=\"生物种质\" class=\"w-16 h-16 mx-auto\">\n </div>\n <h3 class=\"text-lg font-semibold text-gray-800 mb-2\">生物种质</h3>\n <p class=\"text-sm text-gray-600\">生物样本与种质资源库</p>\n </div>\n </div>\n </div>\n </div>\n\n <!-- 数据统计 -->\n <div class=\"py-16 bg-gray-50\">\n <div class=\"container mx-auto px-4\">\n <div class=\"grid grid-cols-2 md:grid-cols-4 gap-8 text-center\">\n <div>\n <div class=\"text-4xl font-bold text-blue-600 mb-2\">15,236</div>\n <div class=\"text-gray-600\">仪器设备总数</div>\n </div>\n <div>\n <div class=\"text-4xl font-bold text-green-600 mb-2\">2.5亿+</div>\n <div class=\"text-gray-600\">科学数据量</div>\n </div>\n <div>\n <div class=\"text-4xl font-bold text-purple-600 mb-2\">8,742</div>\n <div class=\"text-gray-600\">注册机构</div>\n </div>\n <div>\n <div class=\"text-4xl font-bold text-orange-600 mb-2\">36,891</div>\n <div class=\"text-gray-600\">服务项目</div>\n </div>\n </div>\n </div>\n </div>\n\n <!-- 热门资源 -->\n <div class=\"py-16 bg-white\">\n <div class=\"container mx-auto px-4\">\n <div class=\"flex justify-between items-center mb-12\">\n <h2 class=\"text-3xl font-bold text-gray-900\">热门资源</h2>\n <a href=\"#\" class=\"text-blue-600 hover:text-blue-800 font-medium\">查看更多 →</a>\n </div>\n \n <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\n <div class=\"bg-white rounded-lg shadow-md hover:shadow-lg transition duration-300 overflow-hidden\">\n <div class=\"h-48 bg-blue-100 flex items-center justify-center\">\n <img src=\"/assets/images/illustration/07.png\" alt=\"电子显微镜\" class=\"w-24 h-24\">\n </div>\n <div class=\"p-6\">\n <span class=\"text-sm text-blue-600 bg-blue-100 px-2 py-1 rounded\">仪器设备</span>\n <h3 class=\"text-xl font-semibold mt-3 mb-2\">场发射扫描电子显微镜</h3>\n <p class=\"text-gray-600 text-sm mb-4\">分辨率:1.0nm,放大倍数:30-800,000×</p>\n <div class=\"flex justify-between items-center\">\n <span class=\"text-blue-600 font-medium\">免费预约</span>\n <span class=\"text-sm text-gray-500\">广东省科学院</span>\n </div>\n </div>\n </div>\n \n <div class=\"bg-white rounded-lg shadow-md hover:shadow-lg transition duration-300 overflow-hidden\">\n <div class=\"h-48 bg-green-100 flex items-center justify-center\">\n <img src=\"/assets/images/illustration/08.png\" alt=\"基因数据\" class=\"w-24 h-24\">\n </div>\n <div class=\"p-6\">\n <span class=\"text-sm text-green-600 bg-green-100 px-2 py-1 rounded\">科学数据</span>\n <h3 class=\"text-xl font-semibold mt-3 mb-2\">华南植物基因数据库</h3>\n <p class=\"text-gray-600 text-sm mb-4\">包含5,000+种植物基因序列数据</p>\n <div class=\"flex justify-between items-center\">\n <span class=\"text-blue-600 font-medium\">在线访问</span>\n <span class=\"text-sm text-gray-500\">华南农业大学</span>\n </div>\n </div>\n </div>\n \n <div class=\"bg-white rounded-lg shadow-md hover:shadow-lg transition duration-300 overflow-hidden\">\n <div class=\"h-48 bg-purple-100 flex items-center justify-center\">\n <img src=\"/assets/images/illustration/09.png\" alt=\"专利文献\" class=\"w-24 h-24\">\n </div>\n <div class=\"p-6\">\n <span class=\"text-sm text-purple-600 bg-purple-100 px-2 py-1 rounded\">文献专利</span>\n <h3 class=\"text-xl font-semibold mt-3 mb-2\">广东省专利数据库</h3>\n <p class=\"text-gray-600 text-sm mb-4\">收录近十年广东省授权专利数据</p>\n <div class=\"flex justify-between items-center\">\n <span class=\"text-blue-600 font-medium\">免费检索</span>\n <span class=\"text-sm text-gray-500\">知识产权局</span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n\n <!-- 新闻动态 -->\n <div class=\"py-16 bg-gray-50\">\n <div class=\"container mx-auto px-4\">\n <div class=\"flex justify-between items-center mb-12\">\n <h2 class=\"text-3xl font-bold text-gray-900\">新闻动态</h2>\n <a href=\"#\" class=\"text-blue-600 hover:text-blue-800 font-medium\">更多新闻 →</a>\n </div>\n \n <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\n <div class=\"bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300\">\n <span class=\"text-sm text-blue-600\">2023-12-15</span>\n <h3 class=\"text-xl font-semibold mt-2 mb-3\">广东省科技资源共享平台升级公告</h3>\n <p class=\"text-gray-600 mb-4\">平台完成系统升级,新增智能推荐、在线预约等功能,提升用户体验。</p>\n <a href=\"#\" class=\"text-blue-600 hover:text-blue-800 font-medium\">阅读全文 →</a>\n </div>\n \n <div class=\"bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300\">\n <span class=\"text-sm text-blue-600\">2023-12-08</span>\n <h3 class=\"text-xl font-semibold mt-2 mb-3\">2023年度科技资源开放共享会议召开</h3>\n <p class=\"text-gray-600 mb-4\">会议总结了今年科技资源共享工作成效,部署明年重点工作任务。</p>\n <a href=\"#\" class=\"text-blue-600 hover:text-blue-800 font-medium\">阅读全文 →</a>\n </div>\n \n <div class=\"bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300\">\n <span class=\"text-sm text-blue-600\">2023-11-30</span>\n <h3 class=\"text-xl font-semibold mt-2 mb-3\">新增百家科研机构入驻平台</h3>\n <p class=\"text-gray-600 mb-4\">近期新增100家科研机构入驻,提供更多优质科技资源服务。</p>\n <a href=\"#\" class=\"text-blue-600 hover:text-blue-800 font-medium\">阅读全文 →</a>\n </div>\n </div>\n </div>\n </div>\n\n <!-- 服务指南 -->\n <div class=\"py-16 bg-blue-50\">\n <div class=\"container mx-auto px-4\">\n <h2 class=\"text-3xl font-bold text-center text-gray-900 mb-12\">服务指南</h2>\n \n <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n <div class=\"text-center\">\n <div class=\"bg-white rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4 shadow-md\">\n <img src=\"/assets/images/svg/user.svg\" alt=\"用户注册\" class=\"w-10 h-10 text-blue-600\">\n </div>\n <h3 class=\"text-lg font-semibold mb-2\">用户注册</h3>\n <p class=\"text-gray-600\">实名注册成为平台用户,享受更多资源服务</p>\n </div>\n \n <div class=\"text-center\">\n <div class=\"bg-white rounded-full w-20 h-20 flex items-center justify-center mx-auto mb-4 shadow-md\">\n <img

total_tokens
9491