@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .container.data-v-57280228 { background: #f8faff; min-height: 100vh; padding-bottom: 120rpx; box-sizing: border-box; /* 快速访问区域 */ /* 轮播图区域 */ /* 天气和穿搭区域 */ /* 便捷服务中心 - 优化后 */ } .container .content-wrapper.data-v-57280228 { width: 92%; margin: 0 auto; padding-top: 20rpx; } .container .quick-access.data-v-57280228 { display: flex; justify-content: space-between; margin-bottom: 40rpx; } .container .quick-access .access-item.data-v-57280228 { width: 30%; display: flex; flex-direction: column; align-items: center; padding: 20rpx 0; border-radius: 16rpx; background: #fff; box-shadow: 0 4rpx 12rpx rgba(128, 179, 255, 0.1); transition: all 0.3s; } .container .quick-access .access-item.data-v-57280228:active { -webkit-transform: scale(0.96); transform: scale(0.96); opacity: 0.9; } .container .quick-access .icon-wrapper.data-v-57280228 { width: 80rpx; height: 80rpx; margin-bottom: 12rpx; } .container .quick-access .icon-wrapper image.data-v-57280228 { width: 100%; height: 100%; } .container .quick-access .access-text.data-v-57280228 { font-size: 26rpx; color: #666; font-weight: 500; } .container .swiper-section.data-v-57280228 { border-radius: 20rpx; overflow: hidden; margin-bottom: 40rpx; box-shadow: 0 8rpx 24rpx rgba(128, 179, 255, 0.15); } .container .weather-outfit-section.data-v-57280228 { margin-bottom: 40rpx; } .container .weather-outfit-section .weather-card.data-v-57280228 { width: 92%; background: #85b0ed; border-radius: 20rpx; padding: 30rpx; color: #fff; box-shadow: 0 8rpx 24rpx rgba(133, 176, 237, 0.3); } .container .weather-outfit-section .weather-card .weather-header.data-v-57280228 { display: flex; justify-content: space-between; margin-bottom: 20rpx; padding-bottom: 20rpx; border-bottom: 1rpx solid rgba(255, 255, 255, 0.2); } .container .weather-outfit-section .weather-card .weather-header .date.data-v-57280228 { font-size: 26rpx; opacity: 0.9; font-weight: bold; } .container .weather-outfit-section .weather-card .weather-header .location.data-v-57280228 { font-size: 28rpx; font-weight: 500; } .container .weather-outfit-section .weather-card .weather-content.data-v-57280228 { display: flex; align-items: center; justify-content: space-between; margin: 30rpx 0; padding: 20rpx 0; } .container .weather-outfit-section .weather-card .weather-content .temperature.data-v-57280228 { display: flex; align-items: flex-start; } .container .weather-outfit-section .weather-card .weather-content .temperature .temp-value.data-v-57280228 { font-size: 60rpx; font-weight: 600; line-height: 1; } .container .weather-outfit-section .weather-card .weather-content .temperature .temp-unit.data-v-57280228 { font-size: 36rpx; margin-top: 8rpx; } .container .weather-outfit-section .weather-card .weather-content .weather-info.data-v-57280228 { display: flex; flex-direction: column; align-items: center; } .container .weather-outfit-section .weather-card .weather-content .weather-info .weather-icon.data-v-57280228 { width: 80rpx; height: 80rpx; margin-bottom: 10rpx; } .container .weather-outfit-section .weather-card .weather-content .weather-info .weather-desc.data-v-57280228 { font-size: 28rpx; opacity: 0.9; } .container .weather-outfit-section .weather-card .weather-footer.data-v-57280228 { display: flex; justify-content: space-between; padding-top: 20rpx; border-top: 1rpx solid rgba(255, 255, 255, 0.2); font-size: 24rpx; } .container .weather-outfit-section .weather-card .weather-footer .weather-detail-item.data-v-57280228 { display: flex; align-items: center; opacity: 0.9; } .container .weather-outfit-section .weather-card .weather-footer .weather-detail-item .detail-icon.data-v-57280228 { width: 28rpx; height: 28rpx; margin-right: 8rpx; } .container .service-section.data-v-57280228 { margin-bottom: 40rpx; } .container .service-section .section-header.data-v-57280228 { display: flex; align-items: center; margin-bottom: 24rpx; position: relative; } .container .service-section .section-header .header-decoration.data-v-57280228 { width: 8rpx; height: 32rpx; background: linear-gradient(to bottom, #5b9cf8, #3a7de8); border-radius: 4rpx; margin-right: 16rpx; } .container .service-section .section-header .section-title.data-v-57280228 { font-size: 36rpx; font-weight: 700; color: #333; margin-right: 16rpx; } .container .service-section .section-header .section-subtitle.data-v-57280228 { font-size: 24rpx; color: #999; padding-top: 6rpx; } .container .service-section .service-grid.data-v-57280228 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24rpx; } .container .service-section .service-grid .service-card.data-v-57280228 { background: #fff; border-radius: 24rpx; padding: 32rpx; position: relative; overflow: hidden; box-shadow: 0 6rpx 18rpx rgba(74, 144, 226, 0.12); transition: all 0.3s ease; z-index: 1; /* 为每个卡片设置不同的主题色 */ } .container .service-section .service-grid .service-card.data-v-57280228::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6)); z-index: -1; } .container .service-section .service-grid .service-card.large.data-v-57280228 { grid-column: span 2; } .container .service-section .service-grid .service-card .card-content.data-v-57280228 { position: relative; z-index: 2; } .container .service-section .service-grid .service-card .card-content .card-title.data-v-57280228 { display: block; font-size: 34rpx; font-weight: 700; color: #333; margin-bottom: 12rpx; } .container .service-section .service-grid .service-card .card-content .card-desc.data-v-57280228 { font-size: 26rpx; color: #666; } .container .service-section .service-grid .service-card .card-content .card-bg.data-v-57280228 { position: absolute; width: 120rpx; height: 120rpx; border-radius: 50%; -webkit-filter: blur(20rpx); filter: blur(20rpx); opacity: 0.15; z-index: -1; } .container .service-section .service-grid .service-card .card-icon.data-v-57280228 { position: absolute; width: 90rpx; height: 90rpx; right: 24rpx; bottom: 24rpx; transition: all 0.3s ease; } .container .service-section .service-grid .service-card.card-1 .card-bg.data-v-57280228 { background: #5b9cf8; top: -30rpx; right: -30rpx; } .container .service-section .service-grid .service-card.card-1 .card-icon.data-v-57280228 { -webkit-filter: drop-shadow(0 4rpx 8rpx rgba(91, 156, 248, 0.3)); filter: drop-shadow(0 4rpx 8rpx rgba(91, 156, 248, 0.3)); } .container .service-section .service-grid .service-card.card-2 .card-bg.data-v-57280228 { background: #ff7e7e; top: -30rpx; right: -30rpx; } .container .service-section .service-grid .service-card.card-2 .card-icon.data-v-57280228 { -webkit-filter: drop-shadow(0 4rpx 8rpx rgba(255, 126, 126, 0.3)); filter: drop-shadow(0 4rpx 8rpx rgba(255, 126, 126, 0.3)); } .container .service-section .service-grid .service-card.card-3 .card-bg.data-v-57280228 { background: #6dd400; top: -30rpx; right: -30rpx; } .container .service-section .service-grid .service-card.card-3 .card-icon.data-v-57280228 { -webkit-filter: drop-shadow(0 4rpx 8rpx rgba(109, 212, 0, 0.3)); filter: drop-shadow(0 4rpx 8rpx rgba(109, 212, 0, 0.3)); } .container .service-section .service-grid .card-hover.data-v-57280228 { -webkit-transform: translateY(-8rpx); transform: translateY(-8rpx); box-shadow: 0 12rpx 24rpx rgba(74, 144, 226, 0.2); } .container .service-section .service-grid .card-hover .card-icon.data-v-57280228 { -webkit-transform: scale(1.1); transform: scale(1.1); }