first commit

This commit is contained in:
2026-07-27 14:54:21 +08:00
commit 4d086758e8
161 changed files with 63776 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/@tarojs/webpack5-runner/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[4]!./src/components/ThemeToggle/index.scss ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.theme-toggle {
position: fixed;
left: 24rpx;
bottom: 150rpx;
width: 80rpx;
height: 80rpx;
border-radius: 50%;
background: rgba(0, 0, 0, 0.35);
backdrop-filter: blur(8rpx);
-webkit-backdrop-filter: blur(8rpx);
border: 1rpx solid rgba(255, 255, 255, 0.25);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 900;
-webkit-box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.2);
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.theme-toggle:active {
-webkit-transform: scale(0.92);
-ms-transform: scale(0.92);
transform: scale(0.92);
background: rgba(0, 0, 0, 0.5);
}
.theme-icon {
font-size: 36rpx;
line-height: 1;
}