@charset "UTF-8"; /* 绿纤美业会员端设计系统:苔玉绿 + 雾金 */ /* 绿纤美业会员端设计系统:苔玉绿 + 雾金 */ page { min-height: 100%; background: #f3f5f0; color: #1f2c28; font-family: "PingFang SC", "Helvetica Neue", sans-serif; } view, text, button, image, scroll-view, swiper, swiper-item { box-sizing: border-box; } button { margin: 0; padding: 0; line-height: 1; background: transparent; } button::after { border: 0; } .page-shell { min-height: 100vh; position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 16%, rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, rgba(211, 191, 156, 0.05) 0%, rgba(175, 194, 181, 0.045) 42%, #f3f5f0 100%); } .page-shell::before, .page-shell::after { content: ""; position: absolute; inset: 0; pointer-events: none; } .page-shell::before { z-index: 0; opacity: 0.45; background: radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.18) 0 2rpx, transparent 2rpx 100%), radial-gradient(circle at 78% 30%, rgba(100, 140, 118, 0.08) 0 1.5rpx, transparent 1.5rpx 100%), radial-gradient(circle at 36% 68%, rgba(211, 191, 156, 0.1) 0 1.5rpx, transparent 1.5rpx 100%); background-size: 180rpx 180rpx, 260rpx 260rpx, 220rpx 220rpx; background-repeat: repeat; } .page-shell::after { z-index: 0; opacity: 0.28; background: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 2rpx, transparent 2rpx, transparent 30rpx); } .page-content { position: relative; z-index: 2; padding: calc(25px + 28rpx) 48rpx calc(228rpx + env(safe-area-inset-bottom)); } .page-blur, .page-blur-secondary, .page-blur-tertiary { position: absolute; border-radius: 999rpx; -webkit-filter: blur(16rpx); filter: blur(16rpx); z-index: 1; } .page-blur { width: 320rpx; height: 320rpx; top: 80rpx; right: -120rpx; background: rgba(100, 140, 118, 0.16); } .page-blur-secondary { width: 280rpx; height: 280rpx; left: -100rpx; top: 560rpx; background: rgba(211, 191, 156, 0.16); } .page-blur-tertiary { width: 220rpx; height: 220rpx; right: 50rpx; bottom: 240rpx; background: rgba(175, 194, 181, 0.12); } .safe-bottom-space { height: 24rpx; } .capsule-safe { padding-right: 188rpx; } .primary-button { display: inline-flex; align-items: center; justify-content: center; height: 92rpx; padding: 0 38rpx; border-radius: 44rpx; color: #fff; font-size: 28rpx; font-weight: 600; letter-spacing: 3rpx; background: #244a3d; border: 1rpx solid rgba(210, 191, 156, 0.26); box-shadow: 0 22rpx 48rpx rgba(36, 74, 61, 0.18); } .secondary-button { display: inline-flex; align-items: center; justify-content: center; height: 84rpx; padding: 0 30rpx; border-radius: 42rpx; color: #244a3d; font-size: 26rpx; font-weight: 600; letter-spacing: 2rpx; background: rgba(255, 255, 255, 0.9); border: 1rpx solid rgba(210, 191, 156, 0.22); box-shadow: 0 14rpx 30rpx rgba(54, 77, 64, 0.08); } .primary-button, .secondary-button { position: relative; overflow: hidden; white-space: nowrap; } .primary-button::before, .secondary-button::before { content: ""; position: absolute; left: 20rpx; right: 20rpx; top: 0; height: 1rpx; background: rgba(255, 255, 255, 0.34); pointer-events: none; } .primary-button:active, .secondary-button:active { -webkit-transform: translateY(1rpx); transform: translateY(1rpx); } .primary-button:active { box-shadow: 0 14rpx 30rpx rgba(36, 74, 61, 0.14); } .secondary-button:active { box-shadow: 0 10rpx 22rpx rgba(54, 77, 64, 0.06); } .glass-card { background: rgba(253, 255, 252, 0.88); border: 1rpx solid rgba(255, 255, 255, 0.8); border-radius: 36rpx; box-shadow: 0 24rpx 64rpx rgba(54, 77, 64, 0.1); } .section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24rpx; } .section-title { font-size: 34rpx; font-weight: 700; color: #1f2c28; } .section-link { font-size: 24rpx; color: #d2bf9c; text-shadow: 0 2rpx 10rpx rgba(210, 191, 156, 0.18); } .decor-image { display: block; width: 100%; } .lf-tabbar-wrap { position: fixed; left: 24rpx; right: 24rpx; bottom: calc(16rpx + env(safe-area-inset-bottom)); z-index: 30; } .lf-tabbar-panel { background: rgba(253, 255, 252, 0.96); border: 1rpx solid rgba(255, 255, 255, 0.8); border-radius: 36rpx; box-shadow: 0 24rpx 64rpx rgba(54, 77, 64, 0.1); display: flex; align-items: center; justify-content: space-between; min-height: 118rpx; padding: 12rpx 12rpx 10rpx; border-radius: 999rpx; box-shadow: 0 28rpx 80rpx rgba(40, 63, 52, 0.16); } .lf-tabbar-item { width: 25%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8rpx 0; border-radius: 999rpx; } .lf-tabbar-item.active { background: rgba(255, 255, 255, 0.72); } .lf-tabbar-icon-shell { width: 78rpx; height: 78rpx; display: flex; align-items: center; justify-content: center; } .lf-tabbar-icon { width: 60rpx; height: 60rpx; } .lf-tabbar-label { margin-top: 4rpx; font-size: 22rpx; color: #8d9992; font-weight: 500; } .lf-tabbar-item.active .lf-tabbar-label { color: #244a3d; font-weight: 700; }