@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .page.data-v-92bb8f34 { position: relative; left: 0; top: 0; width: 100%; height: 100vh; background: linear-gradient(135deg, #e8f5e9 0%, #b2dfdb 100%); background-repeat: no-repeat; background-size: 100% 100%; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; -webkit-overflow-scrolling: touch; overscroll-behavior-y: auto; overflow-y: scroll; } .hero.data-v-92bb8f34 { height: 60vh; min-height: 520rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20rpx 16rpx 0; box-sizing: border-box; } .hero-grid.data-v-92bb8f34 { width: 100%; display: grid; grid-template-columns: repeat(auto-fill, 280px); justify-content: center; gap: 15px; padding: 24rpx; background: rgba(255, 255, 255, 0.6); border-radius: 28rpx; backdrop-filter: saturate(180%) blur(18px); -webkit-backdrop-filter: saturate(180%) blur(18px); box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.08); grid-auto-flow: dense; } .hero-item.data-v-92bb8f34 { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 200px; transition: opacity 300ms ease, -webkit-transform 300ms ease; transition: transform 300ms ease, opacity 300ms ease; transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease; } .hero-item.data-v-92bb8f34:active { -webkit-transform: scale(0.97); transform: scale(0.97); } .hero-icon.data-v-92bb8f34 { width: 140rpx; height: 140rpx; border-radius: 16rpx; display: flex; align-items: center; justify-content: center; box-shadow: 0 6rpx 18rpx rgba(0, 0, 0, 0.06); border: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 14rpx; } .hero-icon image.data-v-92bb8f34 { width: 64rpx; height: 64rpx; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); transition: opacity 300ms ease, -webkit-transform 300ms ease; transition: transform 300ms ease, opacity 300ms ease; transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease; } .hero-text.data-v-92bb8f34 { font-size: 28rpx; color: #0f172a; } .warpbox.data-v-92bb8f34 { position: relative; padding: 0 40rpx; top: 90rpx; top: 140rpx; } .warpboxss.data-v-92bb8f34 { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); padding: 30rpx; border-radius: 24rpx; box-shadow: 0 8rpx 32rpx rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.8) inset, 0 2rpx 8rpx rgba(0, 0, 0, 0.04); border: 1px solid rgba(255, 255, 255, 0.9); margin-bottom: 40rpx; /* 常用功能区样式 */ } .warpboxss .warpboxs-small-title.data-v-92bb8f34 { display: flex; justify-content: space-between; align-items: center; font-size: 30rpx; font-weight: 600; color: #1f2937; } .warpboxss .warpboxs-small-title .warpboxs-small-title-line.data-v-92bb8f34 { display: inline-block; background: linear-gradient(180deg, #43a047 0%, #66bb6a 100%); height: 26rpx; width: 10rpx; margin-right: 12rpx; border-radius: 18rpx; box-shadow: 0 2rpx 8rpx rgba(67, 160, 71, 0.4), 0 0 12rpx rgba(67, 160, 71, 0.3), inset 0 1rpx 2rpx rgba(255, 255, 255, 0.3); position: relative; } .warpboxss .warpboxs-small-title .warpboxs-small-title-line.data-v-92bb8f34::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 3rpx; background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%); pointer-events: none; } .warpboxss .warpboxs-small-title .warpboxs-small-title-img.data-v-92bb8f34 { display: flex; align-items: center; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; } .warpboxss .common-func-row.data-v-92bb8f34 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20rpx; align-items: stretch; margin-top: 30rpx; } .warpboxss .common-func-btn.data-v-92bb8f34 { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0.85; transition: opacity 0.2s ease; touch-action: manipulation; } .warpboxss .common-func-btn.data-v-92bb8f34:active { -webkit-transform: translateY(-4rpx) scale(0.97); transform: translateY(-4rpx) scale(0.97); } .warpboxss .setting-mode-btn.data-v-92bb8f34 { opacity: 0.7; } .warpboxss .common-func-icon.data-v-92bb8f34 { width: 100rpx; height: 100rpx; border-radius: 50rpx; display: flex; align-items: center; justify-content: center; margin-bottom: 12rpx; position: relative; transition: all 0.3s ease; overflow: visible; /* 主题色背景 - 渐变立体效果 */ } .warpboxss .common-func-icon image.data-v-92bb8f34 { width: 50rpx; height: 50rpx; position: relative; z-index: 3; -webkit-filter: brightness(1.2) drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2)); filter: brightness(1.2) drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2)); } .warpboxss .common-func-icon.icon-circle-bg-1.data-v-92bb8f34 { background: linear-gradient(135deg, #E3F2FD 0%, #2196F3 100%); box-shadow: 0 6rpx 20rpx rgba(30, 136, 229, 0.35), 0 2rpx 8rpx rgba(30, 136, 229, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-2.data-v-92bb8f34 { background: linear-gradient(135deg, #E8F5E9 0%, #4CAF50 100%); box-shadow: 0 6rpx 20rpx rgba(67, 160, 71, 0.35), 0 2rpx 8rpx rgba(67, 160, 71, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-3.data-v-92bb8f34 { background: linear-gradient(135deg, #FFEBEE 0%, #F44336 100%); box-shadow: 0 6rpx 20rpx rgba(211, 47, 47, 0.35), 0 2rpx 8rpx rgba(211, 47, 47, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-4.data-v-92bb8f34 { background: linear-gradient(135deg, #E0F7FA 0%, #00BCD4 100%); box-shadow: 0 6rpx 20rpx rgba(0, 131, 143, 0.35), 0 2rpx 8rpx rgba(0, 131, 143, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-5.data-v-92bb8f34 { background: linear-gradient(135deg, #FFF3E0 0%, #FF9800 100%); box-shadow: 0 6rpx 20rpx rgba(245, 124, 0, 0.35), 0 2rpx 8rpx rgba(245, 124, 0, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-6.data-v-92bb8f34 { background: linear-gradient(135deg, #F3E5F5 0%, #9C27B0 100%); box-shadow: 0 6rpx 20rpx rgba(123, 31, 162, 0.35), 0 2rpx 8rpx rgba(123, 31, 162, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-7.data-v-92bb8f34 { background: linear-gradient(135deg, #FCE4EC 0%, #E91E63 100%); box-shadow: 0 6rpx 20rpx rgba(194, 24, 91, 0.35), 0 2rpx 8rpx rgba(194, 24, 91, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-8.data-v-92bb8f34 { background: linear-gradient(135deg, #FFFDE7 0%, #FFC107 100%); box-shadow: 0 6rpx 20rpx rgba(249, 168, 37, 0.35), 0 2rpx 8rpx rgba(249, 168, 37, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-9.data-v-92bb8f34 { background: linear-gradient(135deg, #BBDEFB 0%, #1976D2 100%); box-shadow: 0 6rpx 20rpx rgba(25, 118, 210, 0.35), 0 2rpx 8rpx rgba(25, 118, 210, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-10.data-v-92bb8f34 { background: linear-gradient(135deg, #C8E6C9 0%, #388E3C 100%); box-shadow: 0 6rpx 20rpx rgba(56, 142, 60, 0.35), 0 2rpx 8rpx rgba(56, 142, 60, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-11.data-v-92bb8f34 { background: linear-gradient(135deg, #FFCDD2 0%, #D32F2F 100%); box-shadow: 0 6rpx 20rpx rgba(183, 28, 28, 0.35), 0 2rpx 8rpx rgba(183, 28, 28, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-12.data-v-92bb8f34 { background: linear-gradient(135deg, #B2EBF2 0%, #0097A7 100%); box-shadow: 0 6rpx 20rpx rgba(0, 151, 167, 0.35), 0 2rpx 8rpx rgba(0, 151, 167, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-13.data-v-92bb8f34 { background: linear-gradient(135deg, #FFE0B2 0%, #F57C00 100%); box-shadow: 0 6rpx 20rpx rgba(230, 81, 0, 0.35), 0 2rpx 8rpx rgba(230, 81, 0, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-14.data-v-92bb8f34 { background: linear-gradient(135deg, #E1BEE7 0%, #7B1FA2 100%); box-shadow: 0 6rpx 20rpx rgba(106, 27, 154, 0.35), 0 2rpx 8rpx rgba(106, 27, 154, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-15.data-v-92bb8f34 { background: linear-gradient(135deg, #F8BBD0 0%, #C2185B 100%); box-shadow: 0 6rpx 20rpx rgba(173, 20, 87, 0.35), 0 2rpx 8rpx rgba(173, 20, 87, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-16.data-v-92bb8f34 { background: linear-gradient(135deg, #FFF9C4 0%, #F9A825 100%); box-shadow: 0 6rpx 20rpx rgba(251, 192, 45, 0.35), 0 2rpx 8rpx rgba(251, 192, 45, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-17.data-v-92bb8f34 { background: linear-gradient(135deg, #EFEBE9 0%, #5D4037 100%); box-shadow: 0 6rpx 20rpx rgba(93, 64, 55, 0.35), 0 2rpx 8rpx rgba(93, 64, 55, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-icon.icon-circle-bg-18.data-v-92bb8f34 { background: linear-gradient(135deg, #E1BEE7 0%, #7B1FA2 100%); box-shadow: 0 6rpx 20rpx rgba(102, 126, 234, 0.35), 0 2rpx 8rpx rgba(102, 126, 234, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .warpboxss .common-func-text.data-v-92bb8f34 { font-size: 26rpx; color: #0f172a; } /* 设置按钮容器 */ .setting-btn-container.data-v-92bb8f34 { display: flex; justify-content: flex-end; align-items: center; margin: 40rpx 0; } .setting-btn.data-v-92bb8f34 { padding: 10rpx 24rpx; background: linear-gradient(135deg, #43a047 0%, #66bb6a 100%); border-radius: 24rpx; box-shadow: 0 4rpx 12rpx rgba(67, 160, 71, 0.3); transition: all 0.3s ease; } .setting-btn .setting-btn-text.data-v-92bb8f34 { font-size: 26rpx; color: #fff; font-weight: 500; } .setting-btn.data-v-92bb8f34:active { -webkit-transform: scale(0.95); transform: scale(0.95); box-shadow: 0 2rpx 8rpx rgba(67, 160, 71, 0.4); } .setting-action-btns.data-v-92bb8f34 { display: flex; align-items: center; gap: 12rpx; } .setting-action-btn-small.data-v-92bb8f34 { padding: 8rpx 20rpx; height: 52rpx; line-height: 52rpx; text-align: center; border-radius: 26rpx; font-size: 24rpx; font-weight: 500; transition: all 0.3s ease; white-space: nowrap; min-width: 80rpx; } .setting-action-btn-small.cancel-btn.data-v-92bb8f34 { background: rgba(255, 255, 255, 0.9); color: #666; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08); } .setting-action-btn-small.confirm-btn.data-v-92bb8f34 { background: linear-gradient(135deg, #43a047 0%, #66bb6a 100%); color: #fff; box-shadow: 0 4rpx 12rpx rgba(67, 160, 71, 0.3); } .setting-action-btn-small.data-v-92bb8f34:active { -webkit-transform: scale(0.95); transform: scale(0.95); } /* 添加/取消符号样式 */ .action-badge.data-v-92bb8f34 { position: absolute; top: -8rpx; left: -8rpx; width: 36rpx; height: 36rpx; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28rpx; font-weight: bold; color: #fff; z-index: 10; box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.2); } .action-badge.add-badge.data-v-92bb8f34 { background: linear-gradient(135deg, #43a047 0%, #66bb6a 100%); } .action-badge.remove-badge.data-v-92bb8f34 { background: linear-gradient(135deg, #ef5350 0%, #e53935 100%); } .fun_box_fir.data-v-92bb8f34 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20rpx; align-items: stretch; margin-top: 12rpx; } .fun_box_fir .fun_fir_1.data-v-92bb8f34 { background: transparent; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 26rpx; color: #0f172a; position: relative; transition: all 0.2s ease; box-sizing: border-box; padding: 8rpx 0; touch-action: manipulation; opacity: 0.8; } .fun_box_fir .fun_fir_1.data-v-92bb8f34:active { -webkit-transform: translateY(-4rpx) scale(0.97); transform: translateY(-4rpx) scale(0.97); } .fun_box_fir .fun_fir_1:active .icon.data-v-92bb8f34::after { -webkit-transform: scale(1) rotate(180deg); transform: scale(1) rotate(180deg); } .fun_box_fir .fun_fir_1 .icon.data-v-92bb8f34 { border-radius: 20rpx; width: 100rpx; height: 100rpx; display: flex; align-items: center; justify-content: center; margin-bottom: 12rpx; position: relative; transition: all 0.3s ease; /* 主题色 - 渐变立体效果 */ } .fun_box_fir .fun_fir_1 .icon.data-v-92bb8f34::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 20rpx; background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%); opacity: 1; z-index: 1; } .fun_box_fir .fun_fir_1 .icon.data-v-92bb8f34::after { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%); transition: -webkit-transform 0.6s ease; transition: transform 0.6s ease; transition: transform 0.6s ease, -webkit-transform 0.6s ease; -webkit-transform: scale(0); transform: scale(0); z-index: 2; } .fun_box_fir .fun_fir_1 .icon image.data-v-92bb8f34 { width: 50rpx; height: 50rpx; margin: 0 auto; vertical-align: middle; position: relative; z-index: 3; -webkit-filter: brightness(1.2) drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2)); filter: brightness(1.2) drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2)); transition: opacity 300ms ease, -webkit-transform 300ms ease; transition: transform 300ms ease, opacity 300ms ease; transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease; } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-1.data-v-92bb8f34 { background: linear-gradient(135deg, #E3F2FD 0%, #2196F3 100%); box-shadow: 0 6rpx 20rpx rgba(30, 136, 229, 0.35), 0 2rpx 8rpx rgba(30, 136, 229, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-2.data-v-92bb8f34 { background: linear-gradient(135deg, #E8F5E9 0%, #4CAF50 100%); box-shadow: 0 6rpx 20rpx rgba(67, 160, 71, 0.35), 0 2rpx 8rpx rgba(67, 160, 71, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-3.data-v-92bb8f34 { background: linear-gradient(135deg, #FFEBEE 0%, #F44336 100%); box-shadow: 0 6rpx 20rpx rgba(211, 47, 47, 0.35), 0 2rpx 8rpx rgba(211, 47, 47, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-4.data-v-92bb8f34 { background: linear-gradient(135deg, #E0F7FA 0%, #00BCD4 100%); box-shadow: 0 6rpx 20rpx rgba(0, 131, 143, 0.35), 0 2rpx 8rpx rgba(0, 131, 143, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-5.data-v-92bb8f34 { background: linear-gradient(135deg, #FFF3E0 0%, #FF9800 100%); box-shadow: 0 6rpx 20rpx rgba(245, 124, 0, 0.35), 0 2rpx 8rpx rgba(245, 124, 0, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-6.data-v-92bb8f34 { background: linear-gradient(135deg, #F3E5F5 0%, #9C27B0 100%); box-shadow: 0 6rpx 20rpx rgba(123, 31, 162, 0.35), 0 2rpx 8rpx rgba(123, 31, 162, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-7.data-v-92bb8f34 { background: linear-gradient(135deg, #FCE4EC 0%, #E91E63 100%); box-shadow: 0 6rpx 20rpx rgba(194, 24, 91, 0.35), 0 2rpx 8rpx rgba(194, 24, 91, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-8.data-v-92bb8f34 { background: linear-gradient(135deg, #FFFDE7 0%, #FFC107 100%); box-shadow: 0 6rpx 20rpx rgba(249, 168, 37, 0.35), 0 2rpx 8rpx rgba(249, 168, 37, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-9.data-v-92bb8f34 { background: linear-gradient(135deg, #BBDEFB 0%, #1976D2 100%); box-shadow: 0 6rpx 20rpx rgba(25, 118, 210, 0.35), 0 2rpx 8rpx rgba(25, 118, 210, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-10.data-v-92bb8f34 { background: linear-gradient(135deg, #C8E6C9 0%, #388E3C 100%); box-shadow: 0 6rpx 20rpx rgba(56, 142, 60, 0.35), 0 2rpx 8rpx rgba(56, 142, 60, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-11.data-v-92bb8f34 { background: linear-gradient(135deg, #FFCDD2 0%, #D32F2F 100%); box-shadow: 0 6rpx 20rpx rgba(183, 28, 28, 0.35), 0 2rpx 8rpx rgba(183, 28, 28, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-12.data-v-92bb8f34 { background: linear-gradient(135deg, #B2EBF2 0%, #0097A7 100%); box-shadow: 0 6rpx 20rpx rgba(0, 151, 167, 0.35), 0 2rpx 8rpx rgba(0, 151, 167, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-13.data-v-92bb8f34 { background: linear-gradient(135deg, #FFE0B2 0%, #F57C00 100%); box-shadow: 0 6rpx 20rpx rgba(230, 81, 0, 0.35), 0 2rpx 8rpx rgba(230, 81, 0, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-14.data-v-92bb8f34 { background: linear-gradient(135deg, #E1BEE7 0%, #7B1FA2 100%); box-shadow: 0 6rpx 20rpx rgba(106, 27, 154, 0.35), 0 2rpx 8rpx rgba(106, 27, 154, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-15.data-v-92bb8f34 { background: linear-gradient(135deg, #F8BBD0 0%, #C2185B 100%); box-shadow: 0 6rpx 20rpx rgba(173, 20, 87, 0.35), 0 2rpx 8rpx rgba(173, 20, 87, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-16.data-v-92bb8f34 { background: linear-gradient(135deg, #FFF9C4 0%, #F9A825 100%); box-shadow: 0 6rpx 20rpx rgba(251, 192, 45, 0.35), 0 2rpx 8rpx rgba(251, 192, 45, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_1 .icon.icon-circle-bg-17.data-v-92bb8f34 { background: linear-gradient(135deg, #EFEBE9 0%, #5D4037 100%); box-shadow: 0 6rpx 20rpx rgba(93, 64, 55, 0.35), 0 2rpx 8rpx rgba(93, 64, 55, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .fun_box_fir .fun_fir_border.data-v-92bb8f34 { border: none; } .mgmt-row.data-v-92bb8f34 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20rpx; align-items: stretch; margin-top: 12rpx; } .mgmt-btn.data-v-92bb8f34 { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 26rpx; color: #0f172a; opacity: 0.8; transition: opacity 0.2s ease; touch-action: manipulation; } .mgmt-btn.data-v-92bb8f34:active { -webkit-transform: translateY(-4rpx) scale(0.97); transform: translateY(-4rpx) scale(0.97); } .mgmt-btn:active .mgmt-icon.data-v-92bb8f34::after { -webkit-transform: scale(1) rotate(180deg); transform: scale(1) rotate(180deg); } .mgmt-icon.data-v-92bb8f34 { border-radius: 20rpx; width: 100rpx; height: 100rpx; display: flex; align-items: center; justify-content: center; margin-bottom: 12rpx; position: relative; transition: all 0.3s ease; /* 主题色背景 - 渐变立体效果 */ } .mgmt-icon.data-v-92bb8f34::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 20rpx; background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%); opacity: 1; z-index: 1; } .mgmt-icon.data-v-92bb8f34::after { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%); transition: -webkit-transform 0.6s ease; transition: transform 0.6s ease; transition: transform 0.6s ease, -webkit-transform 0.6s ease; -webkit-transform: scale(0); transform: scale(0); z-index: 2; } .mgmt-icon image.data-v-92bb8f34 { width: 50rpx; height: 50rpx; position: relative; z-index: 3; -webkit-filter: brightness(1.2) drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2)); filter: brightness(1.2) drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2)); } .mgmt-icon.icon-circle-bg-6.data-v-92bb8f34 { background: linear-gradient(135deg, #F3E5F5 0%, #9C27B0 100%); box-shadow: 0 6rpx 20rpx rgba(123, 31, 162, 0.35), 0 2rpx 8rpx rgba(123, 31, 162, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .mgmt-icon.icon-circle-bg-9.data-v-92bb8f34 { background: linear-gradient(135deg, #BBDEFB 0%, #1976D2 100%); box-shadow: 0 6rpx 20rpx rgba(25, 118, 210, 0.35), 0 2rpx 8rpx rgba(25, 118, 210, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .mgmt-icon.icon-circle-bg-10.data-v-92bb8f34 { background: linear-gradient(135deg, #C8E6C9 0%, #388E3C 100%); box-shadow: 0 6rpx 20rpx rgba(56, 142, 60, 0.35), 0 2rpx 8rpx rgba(56, 142, 60, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .mgmt-text.data-v-92bb8f34 { font-size: 26rpx; color: #0f172a; } .bottom-row.data-v-92bb8f34 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20rpx; align-items: stretch; margin-top: 12rpx; } .bottom-btn.data-v-92bb8f34 { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 26rpx; color: #0f172a; opacity: 0.8; transition: opacity 0.2s ease; touch-action: manipulation; } .bottom-btn.data-v-92bb8f34:active { -webkit-transform: translateY(-4rpx) scale(0.97); transform: translateY(-4rpx) scale(0.97); } .bottom-btn:active .bottom-icon.data-v-92bb8f34::after { -webkit-transform: scale(1) rotate(180deg); transform: scale(1) rotate(180deg); } .bottom-icon.data-v-92bb8f34 { border-radius: 20rpx; width: 100rpx; height: 100rpx; display: flex; align-items: center; justify-content: center; margin-bottom: 12rpx; position: relative; transition: all 0.3s ease; overflow: hidden; /* 主题色背景 - 渐变立体效果 */ } .bottom-icon.data-v-92bb8f34::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 20rpx; background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%); opacity: 1; z-index: 1; } .bottom-icon.data-v-92bb8f34::after { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%); transition: -webkit-transform 0.6s ease; transition: transform 0.6s ease; transition: transform 0.6s ease, -webkit-transform 0.6s ease; -webkit-transform: scale(0); transform: scale(0); z-index: 2; } .bottom-icon image.data-v-92bb8f34 { width: 50rpx; height: 50rpx; position: relative; z-index: 3; -webkit-filter: brightness(1.2) drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2)); filter: brightness(1.2) drop-shadow(0 2rpx 4rpx rgba(0, 0, 0, 0.2)); } .bottom-icon.icon-circle-bg-11.data-v-92bb8f34 { background: linear-gradient(135deg, #FFCDD2 0%, #D32F2F 100%); box-shadow: 0 6rpx 20rpx rgba(183, 28, 28, 0.35), 0 2rpx 8rpx rgba(183, 28, 28, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .bottom-icon.icon-circle-bg-13.data-v-92bb8f34 { background: linear-gradient(135deg, #FFE0B2 0%, #F57C00 100%); box-shadow: 0 6rpx 20rpx rgba(230, 81, 0, 0.35), 0 2rpx 8rpx rgba(230, 81, 0, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .bottom-icon.icon-circle-bg-14.data-v-92bb8f34 { background: linear-gradient(135deg, #E1BEE7 0%, #7B1FA2 100%); box-shadow: 0 6rpx 20rpx rgba(106, 27, 154, 0.35), 0 2rpx 8rpx rgba(106, 27, 154, 0.25), inset 0 2rpx 4rpx rgba(255, 255, 255, 0.3), inset 0 -2rpx 4rpx rgba(0, 0, 0, 0.1); } .bottom-text.data-v-92bb8f34 { font-size: 26rpx; color: #0f172a; } @media (min-width: 768px) { .warpboxss .fun_box_fir .fun_fir_1.data-v-92bb8f34 { min-height: 200rpx; } } /* 深色主题 */ :root[data-theme=dark] .page.data-v-92bb8f34 { background-color: #0b0f14; color: #e5e7eb; } :root[data-theme=dark] .warpboxss.data-v-92bb8f34 { background: rgba(22, 26, 33, 0.6); box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.35); } :root[data-theme=dark] .warpboxs-small-title.data-v-92bb8f34 { color: #e5e7eb; } /* RTL支持 */ .page[dir=rtl] .warpboxs-small-title.data-v-92bb8f34 { flex-direction: row-reverse; text-align: right; } .page[dir=rtl] .warpboxs-small-title .warpboxs-small-title-img.data-v-92bb8f34 { justify-content: flex-start; }