UNPKG

galaxy-uniapp-mcp-server

Version:

Galaxy组件库到UniApp组件转换MCP服务器 - 支持跨平台组件转换、兼容性分析和项目集成

98 lines 22.4 kB
{ "id": "vishnu1100_brave-dog-13", "name": "brave-dog-13", "category": "loaders", "author": "vishnu1100", "description": "brave-dog-13 组件 (dark, animated, loader, rain, moon, night, windows, house, haunted, spooky, animation)", "tags": [ "dark", "animated", "loader", "rain", "moon", "night", "windows", "house", "haunted", "spooky", "animation" ], "original": { "html": "<div class=\"spooky-house\">\n <div class=\"content-circle\">\n <div class=\"house\">\n <div class=\"porch\"></div>\n <div class=\"first-floor\"></div>\n <div class=\"second-floor\"></div>\n <div class=\"roof\"></div>\n <div class=\"door\"></div>\n <div class=\"small-windows\"></div>\n <div class=\"big-window\"></div>\n <div class=\"frames\"></div>\n </div>\n <div class=\"moon\"></div>\n <div class=\"rain\">\n <div class=\"dropOne\"></div>\n <div class=\"dropTwo\"></div>\n <div class=\"dropThree\"></div>\n <div class=\"dropFour\"></div>\n <div class=\"dropFive\"></div>\n </div>\n </div>\n</div>", "css": "/* From Uiverse.io by vishnu1100 - Tags: dark, animated, loader, rain, moon, night, windows, house, haunted, spooky */\n.spooky-house {\n position: relative;\n}\n\n.content-circle {\n position: relative;\n width: 450px;\n height: 450px;\n overflow: hidden;\n background-color: #212f3c;\n border-radius: 50%;\n -webkit-backface-visibility: hidden;\n -moz-backface-visibility: hidden;\n -webkit-transform: translate3d(0, 0, 0);\n -moz-transform: translate3d(0, 0, 0);\n}\n\n.content-circle:before {\n content: \"\";\n position: absolute;\n width: 450px;\n height: 200px;\n top: 300px;\n border-radius: 50% 50% 0 0;\n background-color: #000;\n}\n\n.house {\n position: absolute;\n width: 120px;\n height: 150px;\n background-color: black;\n left: 180px;\n top: 160px;\n transform: rotate(5deg);\n z-index: 2;\n}\n\n.house:before {\n content: \"\";\n position: absolute;\n width: 0;\n height: 0;\n border-bottom: 30px solid black;\n border-right: 50px solid transparent;\n left: 115px;\n top: 70px;\n transform: rotate(5deg);\n}\n\n.house:after {\n content: \"\";\n position: absolute;\n width: 5px;\n height: 65px;\n background-color: black;\n left: 145px;\n top: 95px;\n}\n\n.porch {\n position: absolute;\n width: 30px;\n height: 100px;\n background-color: black;\n left: -20px;\n top: 55px;\n transform: rotate(-10deg);\n}\n.porch:before {\n content: \"\";\n position: absolute;\n width: 0;\n height: 0;\n border-bottom: 20px solid black;\n border-left: 40px solid transparent;\n left: -35px;\n top: 45px;\n}\n\n.porch:after {\n content: \"\";\n position: absolute;\n position: absolute;\n width: 0;\n height: 0;\n border-left: 20px solid transparent;\n border-right: 20px solid transparent;\n border-bottom: 30px solid black;\n left: -5px;\n top: -25px;\n}\n\n.first-floor {\n position: absolute;\n transform: rotate(-10deg);\n background-color: black;\n width: 5px;\n height: 45px;\n left: -37px;\n top: 125px;\n}\n\n.first-floor:before {\n content: \"\";\n position: absolute;\n background-color: #000;\n width: 85px;\n height: 90px;\n top: -150px;\n left: 50px;\n}\n\n.first-floor:after {\n content: \"\";\n position: absolute;\n border-left: 52px solid transparent;\n border-right: 52px solid transparent;\n border-bottom: 50px solid black;\n top: -199px;\n left: 40px;\n}\n\n.second-floor {\n position: absolute;\n background-color: black;\n width: 35px;\n height: 100px;\n transform: rotate(3deg);\n top: -70px;\n left: 70px;\n}\n\n.second-floor:before {\n content: \"\";\n position: absolute;\n background-color: black;\n width: 20px;\n height: 100px;\n left: 33px;\n top: 40px;\n transform: rotate(-3deg);\n}\n\n.second-floor:after {\n content: \"\";\n position: absolute;\n width: 0;\n height: 0;\n border-left: 25px solid transparent;\n border-right: 25px solid transparent;\n border-bottom: 30px solid black;\n top: 12px;\n left: 15px;\n}\n\n.roof {\n position: absolute;\n width: 0;\n height: 0;\n border-left: 25px solid transparent;\n border-right: 25px solid transparent;\n border-bottom: 30px solid black;\n left: 65px;\n top: -95px;\n}\n\n.roof:before {\n content: \"\";\n position: absolute;\n width: 6px;\n height: 20px;\n background-color: black;\n top: 5px;\n left: 10px;\n box-shadow: 20px 35px black;\n}\n\n.roof:after {\n content: \"\";\n position: absolute;\n width: 6px;\n height: 20px;\n background-color: black;\n transform: rotate(-10deg);\n left: -110px;\n top: 35px;\n box-shadow: -27px 97px black;\n}\n\n.door {\n position: absolute;\n background-color: #ffd166;\n width: 30px;\n height: 50px;\n transform: rotate(-5deg);\n border-radius: 30px 30px 0 0;\n box-shadow: inset -10px 5px rgba(0, 0, 0, 0.5);\n top: 90px;\n left: 40px;\n}\n\n.door:before {\n content: \"\";\n position: absolute;\n background-color: #ffd166;\n border-radius: 30px 30px 0 0;\n box-shadow: inset -5px 2px rgba(0, 0, 0, 0.5);\n width: 20px;\n height: 30px;\n left: -40px;\n transform: rotate(-3deg);\n}\n\n.door:after {\n content: \"\";\n position: absolute;\n background-color: #ffd166;\n box-shadow: inset -5px 2px rgba(0, 0, 0, 0.5);\n border-radius: 30px 30px 0 0;\n width: 20px;\n height: 30px;\n left: 45px;\n transform: rotate(3deg);\n}\n\n.small-windows {\n position: absolute;\n background-color: #ffd166;\n border-radius: 30px 30px 0 0;\n width: 13px;\n height: 25px;\n left: 100px;\n top: -20px;\n box-shadow: -19px -40px #ffd166, inset -4px 2px rgba(0, 0, 0, 0.5);\n}\n\n.small-windows:before {\n content: \"\";\n position: absolute;\n background-color: #ffd166;\n border-radius: 30px 30px 0 0;\n width: 13px;\n height: 25px;\n transform: rotate(-7deg);\n left: -60px;\n top: 50px;\n box-shadow: -60px 20px #ffd166;\n}\n\n.big-window {\n position: absolute;\n background-color: #ffd166;\n border-radius: 30px 30px 0 0;\n transform: rotate(-7deg);\n width: 30px;\n height: 40px;\n top: -35px;\n left: 10px;\n}\n\n.big-window:before,\n.big-window:after {\n content: \"\";\n position: absolute;\n background-color: black;\n}\n\n.big-window:before {\n height: 40px;\n width: 2px;\n left: 15px;\n box-shadow: 13px 55px black, -47px 80px black, -32px 120px black;\n}\n\n.big-window:after {\n height: 2px;\n width: 40px;\n top: 22px;\n box-shadow: 10px 58px black, -45px 78px black, -30px 120px black;\n}\n\n.frames {\n position: absolute;\n width: 2px;\n height: 40px;\n background-color: black;\n top: -65px;\n left: 86.5px;\n box-shadow: 19px 40px black, 7px 150px black;\n}\n\n.frames:before {\n content: \"\";\n position: absolute;\n height: 2px;\n width: 30px;\n background-color: black;\n top: 17px;\n left: -10px;\n box-shadow: 10px 40px black, 5px 150px black;\n}\n\n.moon {\n position: absolute;\n width: 200px;\n height: 200px;\n border-radius: 50%;\n background-color: #95a5a6;\n z-index: 1;\n left: 80px;\n top: 40px;\n box-shadow: inset 7px -7px 0 rgba(0, 0, 0, 0.09);\n}\n\n.moon:before,\n.moon:after {\n content: \"\";\n position: absolute;\n border-radius: 50%;\n background-color: rgba(0, 0, 0, 0.09);\n box-shadow: inset -5px 5px 0 rgba(0, 0, 0, 0.09);\n}\n.moon:before {\n width: 30px;\n height: 30px;\n top: 50px;\n left: 45px;\n}\n\n.moon:after {\n width: 40px;\n height: 40px;\n top: 100px;\n left: 30px;\n}\n\n.rain {\n position: absolute;\n z-index: 5;\n}\n\n.rain:before {\n content: \"\";\n position: absolute;\n width: 450px;\n height: 450px;\n background: #fff;\n opacity: 0;\n animation: lighting 3s linear infinite;\n}\n\n.dropOne,\n.dropTwo,\n.dropThree,\n.dropFour,\n.dropFive {\n position: absolute;\n background-color: rgba(211, 211, 211, 0.3);\n height: 10px;\n width: 1px;\n top: 0;\n box-shadow: 0 -270px rgba(211, 211, 211, 0.3),\n -50px -50px rgba(211, 211, 211, 0.3), -50px -150px rgba(211, 211, 211, 0.3),\n 50px -395px rgba(211, 211, 211, 0.3), 50px -200px rgba(211, 211, 211, 0.3),\n 50px -100px rgba(211, 211, 211, 0.3), 100px -400px rgba(211, 211, 211, 0.3),\n 100px -320px rgba(211, 211, 211, 0.3), 100px -150px rgba(211, 211, 211, 0.3),\n 150px -200px rgba(211, 211, 211, 0.3), 200px -100px rgba(211, 211, 211, 0.3),\n 200px -370px rgba(211, 211, 211, 0.3), 250px -330px rgba(211, 211, 211, 0.3),\n 250px -220px rgba(211, 211, 211, 0.3), 300px -70px rgba(211, 211, 211, 0.3),\n 300px -140px rgba(211, 211, 211, 0.3), 300px -300px rgba(211, 211, 211, 0.3);\n}\n\n.dropOne {\n animation: rain 1.5s linear infinite;\n left: 100px;\n}\n\n.dropTwo {\n left: -50px;\n animation: rain 1.2s linear infinite;\n}\n\n.dropThree {\n left: 50px;\n animation: rain 1.7s linear infinite;\n}\n\n.dropFour {\n left: 150px;\n animation: rain 1.4s linear infinite;\n}\n\n.dropFive {\n left: 80px;\n animation: rain 1.3s linear infinite;\n}\n\n@keyframes rain {\n 0% {\n transform: translateY(0);\n }\n 100% {\n transform: translateY(1000px);\n }\n}\n\n@keyframes lighting {\n 0% {\n opacity: 0;\n }\n 10% {\n opacity: 0;\n }\n 11% {\n opacity: 1;\n }\n 14% {\n opacity: 0;\n }\n 20% {\n opacity: 0;\n }\n 21% {\n opacity: 1;\n }\n 24% {\n opacity: 0;\n }\n 104% {\n opacity: 0;\n }\n}", "file_path": "/mnt/persist/workspace/loaders/vishnu1100_brave-dog-13.html" }, "uniapp": { "template": "<view class=\"spooky-house\"></view>\n <view class=\"content-circle\"></view>\n <view class=\"house\"></view>\n <view class=\"porch\"></view>\n <view class=\"first-floor\"></view>\n <view class=\"second-floor\"></view>\n <view class=\"roof\"></view>\n <view class=\"door\"></view>\n <view class=\"small-windows\"></view>\n <view class=\"big-window\"></view>\n <view class=\"frames\"></view>\n </div>\n <view class=\"moon\"></view>\n <view class=\"rain\"></view>\n <view class=\"dropOne\"></view>\n <view class=\"dropTwo\"></view>\n <view class=\"dropThree\"></view>\n <view class=\"dropFour\"></view>\n <view class=\"dropFive\"></view>\n </div>\n </div>\n</div>", "script": "export default {\n name: 'GalaxyBraveDog13',\n props: {\n // 根据组件类型动态生成props\n },\n data() {\n return {\n // 组件状态\n };\n },\n methods: {\n // 组件方法\n }\n}", "style": "\n/* From Uiverse.io by vishnu1100 - Tags: dark, animated, loader, rain, moon, night, windows, house, haunted, spooky */\n.spooky-house {\n position: relative;\n}\n\n.content-circle {\n position: relative;\n width: 900rpx;\n height: 900rpx;\n overflow: hidden;\n background-color: #212f3c;\n border-radius: 50%;\n -webkit-backface-visibility: hidden;\n -moz-backface-visibility: hidden;\n -webkit-transform: translate3d(0, 0, 0);\n -moz-transform: translate3d(0, 0, 0);\n}\n\n.content-circle:before {\n content: \"\";\n position: absolute;\n width: 900rpx;\n height: 400rpx;\n top: 600rpx;\n border-radius: 50% 50% 0 0;\n background-color: #000;\n}\n\n.house {\n position: absolute;\n width: 240rpx;\n height: 300rpx;\n background-color: black;\n left: 360rpx;\n top: 320rpx;\n transform: rotate(5deg);\n z-index: 2;\n}\n\n.house:before {\n content: \"\";\n position: absolute;\n width: 0;\n height: 0;\n border-bottom: 60rpx solid black;\n border-right: 100rpx solid transparent;\n left: 230rpx;\n top: 140rpx;\n transform: rotate(5deg);\n}\n\n.house:after {\n content: \"\";\n position: absolute;\n width: 10rpx;\n height: 130rpx;\n background-color: black;\n left: 290rpx;\n top: 190rpx;\n}\n\n.porch {\n position: absolute;\n width: 60rpx;\n height: 200rpx;\n background-color: black;\n left: -40rpx;\n top: 110rpx;\n transform: rotate(-10deg);\n}\n.porch:before {\n content: \"\";\n position: absolute;\n width: 0;\n height: 0;\n border-bottom: 40rpx solid black;\n border-left: 80rpx solid transparent;\n left: -70rpx;\n top: 90rpx;\n}\n\n.porch:after {\n content: \"\";\n position: absolute;\n position: absolute;\n width: 0;\n height: 0;\n border-left: 40rpx solid transparent;\n border-right: 40rpx solid transparent;\n border-bottom: 60rpx solid black;\n left: -10rpx;\n top: -50rpx;\n}\n\n.first-floor {\n position: absolute;\n transform: rotate(-10deg);\n background-color: black;\n width: 10rpx;\n height: 90rpx;\n left: -74rpx;\n top: 250rpx;\n}\n\n.first-floor:before {\n content: \"\";\n position: absolute;\n background-color: #000;\n width: 170rpx;\n height: 180rpx;\n top: -300rpx;\n left: 100rpx;\n}\n\n.first-floor:after {\n content: \"\";\n position: absolute;\n border-left: 104rpx solid transparent;\n border-right: 104rpx solid transparent;\n border-bottom: 100rpx solid black;\n top: -398rpx;\n left: 80rpx;\n}\n\n.second-floor {\n position: absolute;\n background-color: black;\n width: 70rpx;\n height: 200rpx;\n transform: rotate(3deg);\n top: -140rpx;\n left: 140rpx;\n}\n\n.second-floor:before {\n content: \"\";\n position: absolute;\n background-color: black;\n width: 40rpx;\n height: 200rpx;\n left: 66rpx;\n top: 80rpx;\n transform: rotate(-3deg);\n}\n\n.second-floor:after {\n content: \"\";\n position: absolute;\n width: 0;\n height: 0;\n border-left: 50rpx solid transparent;\n border-right: 50rpx solid transparent;\n border-bottom: 60rpx solid black;\n top: 24rpx;\n left: 30rpx;\n}\n\n.roof {\n position: absolute;\n width: 0;\n height: 0;\n border-left: 50rpx solid transparent;\n border-right: 50rpx solid transparent;\n border-bottom: 60rpx solid black;\n left: 130rpx;\n top: -190rpx;\n}\n\n.roof:before {\n content: \"\";\n position: absolute;\n width: 12rpx;\n height: 40rpx;\n background-color: black;\n top: 10rpx;\n left: 20rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 40rpx 70rpx black;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.roof:after {\n content: \"\";\n position: absolute;\n width: 12rpx;\n height: 40rpx;\n background-color: black;\n transform: rotate(-10deg);\n left: -220rpx;\n top: 70rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: -54rpx 194rpx black;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.door {\n position: absolute;\n background-color: #ffd166;\n width: 60rpx;\n height: 100rpx;\n transform: rotate(-5deg);\n border-radius: 60rpx 60rpx 0 0;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: inset -20rpx 10rpx rgba(0, 0, 0, 0.5);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n top: 180rpx;\n left: 80rpx;\n}\n\n.door:before {\n content: \"\";\n position: absolute;\n background-color: #ffd166;\n border-radius: 60rpx 60rpx 0 0;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: inset -10rpx 4rpx rgba(0, 0, 0, 0.5);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n width: 40rpx;\n height: 60rpx;\n left: -80rpx;\n transform: rotate(-3deg);\n}\n\n.door:after {\n content: \"\";\n position: absolute;\n background-color: #ffd166;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: inset -10rpx 4rpx rgba(0, 0, 0, 0.5);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n border-radius: 60rpx 60rpx 0 0;\n width: 40rpx;\n height: 60rpx;\n left: 90rpx;\n transform: rotate(3deg);\n}\n\n.small-windows {\n position: absolute;\n background-color: #ffd166;\n border-radius: 60rpx 60rpx 0 0;\n width: 26rpx;\n height: 50rpx;\n left: 200rpx;\n top: -40rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: -38rpx -80rpx #ffd166, inset -8rpx 4rpx rgba(0, 0, 0, 0.5);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.small-windows:before {\n content: \"\";\n position: absolute;\n background-color: #ffd166;\n border-radius: 60rpx 60rpx 0 0;\n width: 26rpx;\n height: 50rpx;\n transform: rotate(-7deg);\n left: -120rpx;\n top: 100rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: -120rpx 40rpx #ffd166;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.big-window {\n position: absolute;\n background-color: #ffd166;\n border-radius: 60rpx 60rpx 0 0;\n transform: rotate(-7deg);\n width: 60rpx;\n height: 80rpx;\n top: -70rpx;\n left: 20rpx;\n}\n\n.big-window:before,\n.big-window:after {\n content: \"\";\n position: absolute;\n background-color: black;\n}\n\n.big-window:before {\n height: 80rpx;\n width: 4rpx;\n left: 30rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 26rpx 110rpx black, -94rpx 160rpx black, -64rpx 240rpx black;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.big-window:after {\n height: 4rpx;\n width: 80rpx;\n top: 44rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 20rpx 116rpx black, -90rpx 156rpx black, -60rpx 240rpx black;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.frames {\n position: absolute;\n width: 4rpx;\n height: 80rpx;\n background-color: black;\n top: -130rpx;\n left: 173rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 38rpx 80rpx black, 14rpx 300rpx black;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.frames:before {\n content: \"\";\n position: absolute;\n height: 4rpx;\n width: 60rpx;\n background-color: black;\n top: 34rpx;\n left: -20rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 20rpx 80rpx black, 10rpx 300rpx black;\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.moon {\n position: absolute;\n width: 400rpx;\n height: 400rpx;\n border-radius: 50%;\n background-color: #95a5a6;\n z-index: 1;\n left: 160rpx;\n top: 80rpx;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: inset 14rpx -14rpx 0 rgba(0, 0, 0, 0.09);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.moon:before,\n.moon:after {\n content: \"\";\n position: absolute;\n border-radius: 50%;\n background-color: rgba(0, 0, 0, 0.09);\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: inset -10rpx 10rpx 0 rgba(0, 0, 0, 0.09);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n.moon:before {\n width: 60rpx;\n height: 60rpx;\n top: 100rpx;\n left: 90rpx;\n}\n\n.moon:after {\n width: 80rpx;\n height: 80rpx;\n top: 200rpx;\n left: 60rpx;\n}\n\n.rain {\n position: absolute;\n z-index: 5;\n}\n\n.rain:before {\n content: \"\";\n position: absolute;\n width: 900rpx;\n height: 900rpx;\n background: #fff;\n opacity: 0;\n animation: lighting 3s linear infinite;\n}\n\n.dropOne,\n.dropTwo,\n.dropThree,\n.dropFour,\n.dropFive {\n position: absolute;\n background-color: rgba(211, 211, 211, 0.3);\n height: 20rpx;\n width: 2rpx;\n top: 0;\n /* #ifdef H5 */\n /* #ifdef H5 */\n box-shadow: 0 -540rpx rgba(211, 211, 211, 0.3),\n -100rpx -100rpx rgba(211, 211, 211, 0.3), -100rpx -300rpx rgba(211, 211, 211, 0.3),\n 100rpx -790rpx rgba(211, 211, 211, 0.3), 100rpx -400rpx rgba(211, 211, 211, 0.3),\n 100rpx -200rpx rgba(211, 211, 211, 0.3), 200rpx -800rpx rgba(211, 211, 211, 0.3),\n 200rpx -640rpx rgba(211, 211, 211, 0.3), 200rpx -300rpx rgba(211, 211, 211, 0.3),\n 300rpx -400rpx rgba(211, 211, 211, 0.3), 400rpx -200rpx rgba(211, 211, 211, 0.3),\n 400rpx -740rpx rgba(211, 211, 211, 0.3), 500rpx -660rpx rgba(211, 211, 211, 0.3),\n 500rpx -440rpx rgba(211, 211, 211, 0.3), 600rpx -140rpx rgba(211, 211, 211, 0.3),\n 600rpx -280rpx rgba(211, 211, 211, 0.3), 600rpx -600rpx rgba(211, 211, 211, 0.3);\n /* #endif */\n /* #ifdef MP */\n border: 1rpx solid rgba(0,0,0,0.1);\n /* #endif */\n /* #endif */\n}\n\n.dropOne {\n animation: rain 1.5s linear infinite;\n left: 200rpx;\n}\n\n.dropTwo {\n left: -100rpx;\n animation: rain 1.2s linear infinite;\n}\n\n.dropThree {\n left: 100rpx;\n animation: rain 1.7s linear infinite;\n}\n\n.dropFour {\n left: 300rpx;\n animation: rain 1.4s linear infinite;\n}\n\n.dropFive {\n left: 160rpx;\n animation: rain 1.3s linear infinite;\n}\n\n@keyframes rain {\n 0% {\n transform: translateY(0);\n }\n 100% {\n transform: translateY(2000rpx);\n }\n}\n\n@keyframes lighting {\n 0% {\n opacity: 0;\n }\n 10% {\n opacity: 0;\n }\n 11% {\n opacity: 1;\n }\n 14% {\n opacity: 0;\n }\n 20% {\n opacity: 0;\n }\n 21% {\n opacity: 1;\n }\n 24% {\n opacity: 0;\n }\n 104% {\n opacity: 0;\n }\n}\n\n", "component_name": "GalaxyBraveDog13" }, "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": [ "不支持 box-shadow 属性" ], "alternatives": [] }, "mp-alipay": { "supported": true, "issues": [ "不支持 box-shadow 属性" ], "alternatives": [] }, "app-plus": { "supported": true, "issues": [], "alternatives": [] } }, "performance": { "complexity": "high", "bundle_size": 8431, "render_cost": "high", "memory_usage": "high" }, "dependencies": [], "examples": [ { "title": "", "description": "", "code": "" } ], "created_at": "2025-07-31T07:55:42.813Z", "updated_at": "2025-07-31T07:55:42.813Z" }