/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .lease-page.data-v-45bce28e { min-height: 100vh; background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); position: relative; } .status-bar.data-v-45bce28e { display: flex; justify-content: space-between; align-items: center; padding: 20rpx 40rpx; color: #fff; font-size: 28rpx; } .status-bar .status-icons.data-v-45bce28e { display: flex; gap: 10rpx; } .header.data-v-45bce28e { padding: 40rpx; color: #fff; } .header .header-content.data-v-45bce28e { position: relative; } .header .title-section.data-v-45bce28e { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40rpx; } .header .title-section .page-title.data-v-45bce28e { font-size: 36rpx; font-weight: bold; } .header .title-section .header-actions.data-v-45bce28e { display: flex; gap: 20rpx; } .header .title-section .header-actions .action-icon.data-v-45bce28e { font-size: 32rpx; width: 60rpx; height: 60rpx; background: rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .header .product-info.data-v-45bce28e { margin-bottom: 40rpx; } .header .product-info .product-name.data-v-45bce28e { display: block; font-size: 48rpx; font-weight: bold; margin-bottom: 20rpx; } .header .product-info .product-slogan.data-v-45bce28e { font-size: 28rpx; color: #ff6b35; } .header .header-graphic.data-v-45bce28e { position: absolute; right: 0; top: 0; } .header .header-graphic .flame-graphic.data-v-45bce28e { width: 120rpx; height: 120rpx; background: radial-gradient(circle, #ff6b35 0%, #ff9a9e 100%); border-radius: 50%; box-shadow: 0 0 40rpx rgba(255, 107, 53, 0.6); animation: pulse-45bce28e 2s infinite; } .main-content.data-v-45bce28e { background: #fff; border-radius: 40rpx 40rpx 0 0; margin-top: -20rpx; padding: 40rpx; min-height: 60vh; } .form-section.data-v-45bce28e { margin-bottom: 60rpx; } .form-section .section-header.data-v-45bce28e { display: flex; align-items: center; margin-bottom: 40rpx; } .form-section .section-header .section-indicator.data-v-45bce28e { width: 8rpx; height: 40rpx; background: #ff4757; border-radius: 4rpx; margin-right: 20rpx; } .form-section .section-header .section-title.data-v-45bce28e { font-size: 32rpx; font-weight: bold; color: #333; } .form-fields .form-item.data-v-45bce28e { margin-bottom: 40rpx; } .form-fields .form-item .field-label.data-v-45bce28e { display: block; font-size: 28rpx; color: #333; margin-bottom: 20rpx; font-weight: 500; } .form-fields .form-item .field-input.data-v-45bce28e { width: 100%; height: 80rpx; border: 2rpx solid #e0e0e0; border-radius: 12rpx; padding: 0 20rpx; font-size: 28rpx; background: #f8f9fa; } .form-fields .form-item .field-input.data-v-45bce28e:focus { border-color: #ff9a9e; background: #fff; } .address-selector.data-v-45bce28e { display: flex; justify-content: space-between; align-items: center; height: 80rpx; border: 2rpx solid #e0e0e0; border-radius: 12rpx; padding: 0 20rpx; background: #f8f9fa; } .address-selector .address-text.data-v-45bce28e { font-size: 28rpx; color: #666; } .address-selector .map-icon.data-v-45bce28e { font-size: 32rpx; } .location-info.data-v-45bce28e { display: flex; justify-content: space-between; align-items: center; background: #f5f5f5; border-radius: 12rpx; padding: 20rpx; margin-bottom: 40rpx; } .location-info .location-details.data-v-45bce28e { flex: 1; } .location-info .location-details .location-title.data-v-45bce28e { display: block; font-size: 26rpx; color: #333; margin-bottom: 10rpx; } .location-info .location-details .location-address.data-v-45bce28e { font-size: 24rpx; color: #666; } .location-info .use-location-btn.data-v-45bce28e { background: #ff9a9e; color: #fff; border: none; border-radius: 20rpx; padding: 10rpx 30rpx; font-size: 24rpx; } .selector.data-v-45bce28e { display: flex; justify-content: space-between; align-items: center; height: 80rpx; border: 2rpx solid #e0e0e0; border-radius: 12rpx; padding: 0 20rpx; background: #f8f9fa; } .selector .selector-text.data-v-45bce28e { font-size: 28rpx; color: #666; } .selector .arrow-icon.data-v-45bce28e { font-size: 24rpx; color: #999; } .payment-section .pay-button.data-v-45bce28e { width: 100%; height: 100rpx; background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); color: #fff; border: none; border-radius: 50rpx; font-size: 32rpx; font-weight: bold; margin-bottom: 40rpx; box-shadow: 0 10rpx 30rpx rgba(255, 154, 158, 0.3); } .payment-section .payment-details .details-header.data-v-45bce28e { display: flex; justify-content: space-between; align-items: center; padding: 20rpx 0; border-bottom: 2rpx solid #f0f0f0; } .payment-section .payment-details .details-header .details-title.data-v-45bce28e { font-size: 28rpx; color: #333; } .payment-section .payment-details .details-header .details-arrow.data-v-45bce28e { font-size: 24rpx; color: #999; transition: transform 0.3s; } .payment-section .payment-details .details-header .details-arrow.expanded.data-v-45bce28e { transform: rotate(180deg); } .payment-section .payment-details .details-content.data-v-45bce28e { padding: 20rpx 0; } .payment-section .payment-details .details-content .detail-item.data-v-45bce28e { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20rpx; } .payment-section .payment-details .details-content .detail-item .detail-label.data-v-45bce28e { font-size: 28rpx; color: #333; } .payment-section .payment-details .details-content .detail-item .detail-value.data-v-45bce28e { font-size: 28rpx; color: #ff4757; font-weight: bold; } @keyframes pulse-45bce28e { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } 100% { transform: scale(1); opacity: 1; } }