{
  "id": "TemRevil_mean-panda-76",
  "name": "mean-panda-76",
  "category": "loaders",
  "author": "TemRevil",
  "description": "mean-panda-76 组件 (, animation)",
  "tags": [
    "",
    "animation"
  ],
  "original": {
    "html": "<div class=\"loading\">\n  <div class=\"loading-box\">\n    <div class=\"grid\">\n      <div class=\"color l1\"></div>\n      <div class=\"color l2\"></div>\n      <div class=\"color l3\"></div>\n      <div class=\"color l4\"></div>\n      <div class=\"color l5\"></div>\n      <div class=\"color l6\"></div>\n    </div>\n  </div>\n</div>",
    "css": "/* From Uiverse.io by TemRevil  - Tags:  */\n.loading {\n  width: 100%;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n.loading-box {\n  width: 450px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 10px;\n  position: relative;\n}\n.color {\n  background-color: #eee;\n  border-radius: 5px;\n}\n.grid {\n  width: 100%;\n  display: grid;\n  grid-template-rows: 120px 120px 120px;\n  grid-template-areas:\n    \"l1 l2 l3\"\n    \"l1 l2 l4\"\n    \"l6 l6 l5\";\n  gap: 10px;\n}\n\n.l1 {\n  grid-area: l1;\n  animation: Loading 6s 0s infinite linear;\n}\n.l2 {\n  grid-area: l2;\n  animation: Loading 5s 1s infinite linear;\n}\n.l3 {\n  grid-area: l3;\n  animation: Loading 4s 2s infinite linear;\n}\n.l4 {\n  grid-area: l4;\n  animation: Loading 3s 3s infinite linear;\n}\n.l5 {\n  grid-area: l5;\n  animation: Loading 2s 4s infinite linear;\n}\n.l6 {\n  grid-area: l6;\n  animation: Loading 1s 5s infinite linear;\n}\n\n@keyframes Loading {\n  0% {\n    background-color: #eee;\n  }\n  50% {\n    background-color: #333;\n  }\n  100% {\n    background-color: #eee;\n  }\n}\n\n@media (max-width: 500px) {\n  .loading-box {\n    width: 90%;\n  }\n}\n@media (max-width: 400px) {\n  .grid {\n    grid-template-rows: 80px 80px 80px;\n  }\n}",
    "file_path": "/mnt/persist/workspace/loaders/TemRevil_mean-panda-76.html"
  },
  "uniapp": {
    "template": "<view class=\"loading\"></view>\n  <view class=\"loading-box\"></view>\n    <view class=\"grid\"></view>\n      <view class=\"color l1\"></view>\n      <view class=\"color l2\"></view>\n      <view class=\"color l3\"></view>\n      <view class=\"color l4\"></view>\n      <view class=\"color l5\"></view>\n      <view class=\"color l6\"></view>\n    </div>\n  </div>\n</div>",
    "script": "export default {\n  name: 'GalaxyMeanPanda76',\n  props: {\n    // 根据组件类型动态生成props\n  },\n  data() {\n    return {\n      // 组件状态\n    };\n  },\n  methods: {\n    // 组件方法\n  }\n}",
    "style": "\n/* From Uiverse.io by TemRevil  - Tags:  */\n.loading {\n  width: 100%;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n.loading-box {\n  width: 900rpx;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 20rpx;\n  position: relative;\n}\n.color {\n  background-color: #eee;\n  border-radius: 10rpx;\n}\n.grid {\n  width: 100%;\n  display: grid;\n  grid-template-rows: 240rpx 240rpx 240rpx;\n  grid-template-areas:\n    \"l1 l2 l3\"\n    \"l1 l2 l4\"\n    \"l6 l6 l5\";\n  gap: 20rpx;\n}\n\n.l1 {\n  grid-area: l1;\n  animation: Loading 6s 0s infinite linear;\n}\n.l2 {\n  grid-area: l2;\n  animation: Loading 5s 1s infinite linear;\n}\n.l3 {\n  grid-area: l3;\n  animation: Loading 4s 2s infinite linear;\n}\n.l4 {\n  grid-area: l4;\n  animation: Loading 3s 3s infinite linear;\n}\n.l5 {\n  grid-area: l5;\n  animation: Loading 2s 4s infinite linear;\n}\n.l6 {\n  grid-area: l6;\n  animation: Loading 1s 5s infinite linear;\n}\n\n@keyframes Loading {\n  0% {\n    background-color: #eee;\n  }\n  50% {\n    background-color: #333;\n  }\n  100% {\n    background-color: #eee;\n  }\n}\n\n@media (max-width: 1000rpx) {\n  .loading-box {\n    width: 90%;\n  }\n}\n@media (max-width: 800rpx) {\n  .grid {\n    grid-template-rows: 160rpx 160rpx 160rpx;\n  }\n}\n\n",
    "component_name": "GalaxyMeanPanda76"
  },
  "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": [],
      "alternatives": []
    },
    "mp-alipay": {
      "supported": true,
      "issues": [],
      "alternatives": []
    },
    "app-plus": {
      "supported": true,
      "issues": [],
      "alternatives": []
    }
  },
  "performance": {
    "complexity": "medium",
    "bundle_size": 1527,
    "render_cost": "medium",
    "memory_usage": "medium"
  },
  "dependencies": [],
  "examples": [
    {
      "title": "",
      "description": "",
      "code": ""
    }
  ],
  "created_at": "2025-07-31T07:55:40.667Z",
  "updated_at": "2025-07-31T07:55:40.667Z"
}