{
  "id": "Admin12121_selfish-starfish-81",
  "name": "selfish-starfish-81",
  "category": "loaders",
  "author": "Admin12121",
  "description": "selfish-starfish-81 组件 (loader, animal, trending, animation, gradient)",
  "tags": [
    "loader",
    "animal",
    "trending",
    "animation",
    "gradient"
  ],
  "original": {
    "html": "<div class=\"fire\">\n  <div class=\"fire-left\">\n    <div class=\"main-fire\"></div>\n    <div class=\"particle-fire\"></div>\n  </div>\n  <div class=\"fire-center\">\n    <div class=\"main-fire\"></div>\n    <div class=\"particle-fire\"></div>\n  </div>\n  <div class=\"fire-right\">\n    <div class=\"main-fire\"></div>\n    <div class=\"particle-fire\"></div>\n  </div>\n  <div class=\"fire-bottom\">\n    <div class=\"main-fire\"></div>\n  </div>\n</div>",
    "css": "/* From Uiverse.io by Admin12121 - Tags: loader, animal, trending */\n@keyframes scaleUpDown {\n  0%, 100% {\n    transform: scaleY(1) scaleX(1);\n  }\n\n  50%, 90% {\n    transform: scaleY(1.1);\n  }\n\n  75% {\n    transform: scaleY(0.95);\n  }\n\n  80% {\n    transform: scaleX(0.95);\n  }\n}\n\n@keyframes shake {\n  0%, 100% {\n    transform: skewX(0) scale(1);\n  }\n\n  50% {\n    transform: skewX(5deg) scale(0.9);\n  }\n}\n\n@keyframes particleUp {\n  0% {\n    opacity: 0;\n  }\n\n  20% {\n    opacity: 1;\n  }\n\n  80% {\n    opacity: 1;\n  }\n\n  100% {\n    opacity: 0;\n    top: -100%;\n    transform: scale(0.5);\n  }\n}\n\n@keyframes glow {\n  0%, 100% {\n    background-color: #ef5a00;\n  }\n\n  50% {\n    background-color: #ff7800;\n  }\n}\n\n.fire {\n  position: absolute;\n  top: calc(50% - 50px);\n  left: calc(50% - 50px);\n  width: 100px;\n  height: 100px;\n  background-color: transparent;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.fire-center {\n  position: absolute;\n  height: 100%;\n  width: 100%;\n  animation: scaleUpDown 3s ease-out;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n\n.fire-center .main-fire {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  background-image: radial-gradient(farthest-corner at 10px 0, #d43300 0%, #ef5a00 95%);\n  transform: scaleX(0.8) rotate(45deg);\n  border-radius: 0 40% 60% 40%;\n  filter: drop-shadow(0 0 10px #d43322);\n}\n\n.fire-center .particle-fire {\n  position: absolute;\n  top: 60%;\n  left: 45%;\n  width: 10px;\n  height: 10px;\n  background-color: #ef5a00;\n  border-radius: 50%;\n  filter: drop-shadow(0 0 10px #d43322);\n  animation: particleUp 2s ease-out 0;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n\n.fire-right {\n  height: 100%;\n  width: 100%;\n  position: absolute;\n  animation: shake 2s ease-out 0;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n\n.fire-right .main-fire {\n  position: absolute;\n  top: 15%;\n  right: -25%;\n  width: 80%;\n  height: 80%;\n  background-color: #ef5a00;\n  transform: scaleX(0.8) rotate(45deg);\n  border-radius: 0 40% 60% 40%;\n  filter: drop-shadow(0 0 10px #d43322);\n}\n\n.fire-right .particle-fire {\n  position: absolute;\n  top: 45%;\n  left: 50%;\n  width: 15px;\n  height: 15px;\n  background-color: #ef5a00;\n  transform: scaleX(0.8) rotate(45deg);\n  border-radius: 50%;\n  filter: drop-shadow(0 0 10px #d43322);\n  animation: particleUp 2s ease-out 0;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n\n.fire-left {\n  position: absolute;\n  height: 100%;\n  width: 100%;\n  animation: shake 3s ease-out 0;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n\n.fire-left .main-fire {\n  position: absolute;\n  top: 15%;\n  left: -20%;\n  width: 80%;\n  height: 80%;\n  background-color: #ef5a00;\n  transform: scaleX(0.8) rotate(45deg);\n  border-radius: 0 40% 60% 40%;\n  filter: drop-shadow(0 0 10px #d43322);\n}\n\n.fire-left .particle-fire {\n  position: absolute;\n  top: 10%;\n  left: 20%;\n  width: 10%;\n  height: 10%;\n  background-color: #ef5a00;\n  border-radius: 50%;\n  filter: drop-shadow(0 0 10px #d43322);\n  animation: particleUp 3s infinite ease-out 0;\n  animation-fill-mode: both;\n}\n\n.fire-bottom .main-fire {\n  position: absolute;\n  top: 30%;\n  left: 20%;\n  width: 75%;\n  height: 75%;\n  background-color: #ff7800;\n  transform: scaleX(0.8) rotate(45deg);\n  border-radius: 0 40% 100% 40%;\n  filter: blur(10px);\n  animation: glow 2s ease-out 0;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}",
    "file_path": "/mnt/persist/workspace/loaders/Admin12121_selfish-starfish-81.html"
  },
  "uniapp": {
    "template": "<view class=\"fire\"></view>\n  <view class=\"fire-left\"></view>\n    <view class=\"main-fire\"></view>\n    <view class=\"particle-fire\"></view>\n  </div>\n  <view class=\"fire-center\"></view>\n    <view class=\"main-fire\"></view>\n    <view class=\"particle-fire\"></view>\n  </div>\n  <view class=\"fire-right\"></view>\n    <view class=\"main-fire\"></view>\n    <view class=\"particle-fire\"></view>\n  </div>\n  <view class=\"fire-bottom\"></view>\n    <view class=\"main-fire\"></view>\n  </div>\n</div>",
    "script": "export default {\n  name: 'GalaxySelfishStarfish81',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by Admin12121 - Tags: loader, animal, trending */\n@keyframes scaleUpDown {\n  0%, 100% {\n    transform: scaleY(1) scaleX(1);\n  }\n\n  50%, 90% {\n    transform: scaleY(1.1);\n  }\n\n  75% {\n    transform: scaleY(0.95);\n  }\n\n  80% {\n    transform: scaleX(0.95);\n  }\n}\n\n@keyframes shake {\n  0%, 100% {\n    transform: skewX(0) scale(1);\n  }\n\n  50% {\n    transform: skewX(5deg) scale(0.9);\n  }\n}\n\n@keyframes particleUp {\n  0% {\n    opacity: 0;\n  }\n\n  20% {\n    opacity: 1;\n  }\n\n  80% {\n    opacity: 1;\n  }\n\n  100% {\n    opacity: 0;\n    top: -100%;\n    transform: scale(0.5);\n  }\n}\n\n@keyframes glow {\n  0%, 100% {\n    background-color: #ef5a00;\n  }\n\n  50% {\n    background-color: #ff7800;\n  }\n}\n\n.fire {\n  position: absolute;\n  top: calc(50% - 100rpx);\n  left: calc(50% - 100rpx);\n  width: 200rpx;\n  height: 200rpx;\n  background-color: transparent;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.fire-center {\n  position: absolute;\n  height: 100%;\n  width: 100%;\n  animation: scaleUpDown 3s ease-out;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n\n.fire-center .main-fire {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  background-image: radial-gradient(farthest-corner at 20rpx 0, #d43300 0%, #ef5a00 95%);\n  transform: scaleX(0.8) rotate(45deg);\n  border-radius: 0 40% 60% 40%;\n  \n}\n\n.fire-center .particle-fire {\n  position: absolute;\n  top: 60%;\n  left: 45%;\n  width: 20rpx;\n  height: 20rpx;\n  background-color: #ef5a00;\n  border-radius: 50%;\n  \n  animation: particleUp 2s ease-out 0;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n\n.fire-right {\n  height: 100%;\n  width: 100%;\n  position: absolute;\n  animation: shake 2s ease-out 0;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n\n.fire-right .main-fire {\n  position: absolute;\n  top: 15%;\n  right: -25%;\n  width: 80%;\n  height: 80%;\n  background-color: #ef5a00;\n  transform: scaleX(0.8) rotate(45deg);\n  border-radius: 0 40% 60% 40%;\n  \n}\n\n.fire-right .particle-fire {\n  position: absolute;\n  top: 45%;\n  left: 50%;\n  width: 30rpx;\n  height: 30rpx;\n  background-color: #ef5a00;\n  transform: scaleX(0.8) rotate(45deg);\n  border-radius: 50%;\n  \n  animation: particleUp 2s ease-out 0;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n\n.fire-left {\n  position: absolute;\n  height: 100%;\n  width: 100%;\n  animation: shake 3s ease-out 0;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n\n.fire-left .main-fire {\n  position: absolute;\n  top: 15%;\n  left: -20%;\n  width: 80%;\n  height: 80%;\n  background-color: #ef5a00;\n  transform: scaleX(0.8) rotate(45deg);\n  border-radius: 0 40% 60% 40%;\n  \n}\n\n.fire-left .particle-fire {\n  position: absolute;\n  top: 10%;\n  left: 20%;\n  width: 10%;\n  height: 10%;\n  background-color: #ef5a00;\n  border-radius: 50%;\n  \n  animation: particleUp 3s infinite ease-out 0;\n  animation-fill-mode: both;\n}\n\n.fire-bottom .main-fire {\n  position: absolute;\n  top: 30%;\n  left: 20%;\n  width: 75%;\n  height: 75%;\n  background-color: #ff7800;\n  transform: scaleX(0.8) rotate(45deg);\n  border-radius: 0 40% 100% 40%;\n  \n  animation: glow 2s ease-out 0;\n  animation-iteration-count: infinite;\n  animation-fill-mode: both;\n}\n",
    "component_name": "GalaxySelfishStarfish81"
  },
  "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": "是否禁用"
    }
  ],
  "events": [],
  "slots": [
    {
      "name": "",
      "description": "",
      "props": []
    }
  ],
  "compatibility": {
    "h5": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "mp-weixin": {
      "supported": true,
      "issues": [
        "不支持 filter 属性"
      ],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [
        "不支持 filter 属性"
      ],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "high",
    "bundle_size": 3881,
    "render_cost": "high",
    "memory_usage": "high"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:38.850Z",
  "updated_at": "2025-07-31T07:55:38.850Z"
}