{
  "id": "KhelVers_orange-lionfish-62",
  "name": "orange-lionfish-62",
  "category": "buttons",
  "author": "KhelVers",
  "description": "orange-lionfish-62 组件 (simple, 3d, button)",
  "tags": [
    "simple",
    "3d",
    "button"
  ],
  "original": {
    "html": "<button class=\"button\">Winter</button>",
    "css": "/* From Uiverse.io by KhelVers  - Tags: simple, 3d, button */\n.button {\n  cursor: pointer;\n  font-size: large;\n  font-family: inherit;\n  font-weight: bold;\n  color: #0011ff;\n  background-color: #f8f8fd;\n  padding: 0.8em 2.2em;\n  border-radius: 50em;\n  border: 6px solid #8b93f8;\n  box-shadow: 0px 8px #1f35ff;\n}\n.button:active {\n  position: relative;\n  top: 8px;\n  border: 6px solid #646fff;\n  box-shadow: 0px 0px;\n}",
    "file_path": "/mnt/persist/workspace/Buttons/KhelVers_orange-lionfish-62.html"
  },
  "uniapp": {
    "template": "<button class=\"button\"></button>Winter</button>",
    "script": "export default {\n  name: 'GalaxyOrangeLionfish62',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by KhelVers  - Tags: simple, 3d, button */\n.button {\n  /* #ifdef H5 */\n  cursor: pointer;\n  /* #endif */\n  font-size: large;\n  font-family: inherit;\n  font-weight: bold;\n  color: #0011ff;\n  background-color: #f8f8fd;\n  padding: 0.8em 2.2em;\n  border-radius: 50em;\n  border: 12rpx solid #8b93f8;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 16rpx #1f35ff;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n.button:active {\n  position: relative;\n  top: 16rpx;\n  border: 12rpx solid #646fff;\n  /* #ifdef H5 */\n  /* #ifdef H5 */\n  box-shadow: 0rpx 0rpx;\n  /* #endif */\n  /* #ifdef MP */\n  border: 1rpx solid rgba(0,0,0,0.1);\n  /* #endif */\n  /* #endif */\n}\n\n",
    "component_name": "GalaxyOrangeLionfish62"
  },
  "platforms": {
    "h5": true,
    "mp-weixin": true,
    "mp-alipay": true,
    "mp-baidu": true,
    "mp-toutiao": true,
    "app-plus": true
  },
  "props": [
    {
      "name": "disabled",
      "type": "Boolean",
      "default": false,
      "required": false,
      "description": "是否禁用"
    },
    {
      "name": "text",
      "type": "String",
      "default": "按钮",
      "required": false,
      "description": "按钮文字"
    },
    {
      "name": "type",
      "type": "String",
      "default": "primary",
      "required": false,
      "description": "按钮类型"
    }
  ],
  "events": [
    {
      "name": "click",
      "description": "点击事件",
      "parameters": [
        "event"
      ]
    }
  ],
  "slots": [
    {
      "name": "",
      "description": "",
      "props": []
    }
  ],
  "compatibility": {
    "h5": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "mp-weixin": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性",
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 box-shadow 属性",
        "不支持 cursor 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "low",
    "bundle_size": 464,
    "render_cost": "low",
    "memory_usage": "low"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:33.739Z",
  "updated_at": "2025-07-31T07:55:33.739Z"
}