@import "../../../../themes/t.cell.scss"; @import "../../../../themes/page.scss"; /* module/order/pages/confirme-order/confirme-order.wxss */ .page-scroll__container { flex: 0 1 auto; height: var(--page-container-safeHeight, 100vh); background: #f2f2f2; padding-bottom: 120rpx; padding-top: 20rpx; } // 成功页面容器 .success-container { display: flex; flex-direction: column; align-items: center; padding: 40rpx; // min-height: calc(100vh - 200rpx); background: white; } // 标题 .success-title { font-size: 48rpx; font-weight: 600; color: #000; margin-bottom: 50rpx; text-align: center; } // 预约详情 .appointment-details { width: 100%; margin-bottom: 80rpx; } .detail-item { display: flex; align-items: center; margin-bottom: 32rpx; font-size: 32rpx; line-height: 1.5; } .detail-label { color: #000; margin-right: 16rpx; // min-width: 200rpx; } .detail-value { color: #000; flex: 1; font-weight: bold; } // 提示信息 .tip-message { display: flex; flex-direction: column; align-items: center; margin-top: auto; padding: 0 40rpx; } .tip-text { font-size: 28rpx; color: #000; line-height: 1.6; text-align: center; } // 返回按钮 .return-footer { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; background: #fff; padding: 20rpx 40rpx; box-shadow: 0 -4rpx 20rpx rgba(0, 0, 0, 0.08); z-index: 100; box-sizing: border-box; } .return-btn { width: 100%; height: 88rpx; line-height: 88rpx; text-align: center; // background: #4a90ff; background: linear-gradient(135deg, #1d6ff6 0%, #4a90ff 100%); color: #fff; font-size: 32rpx; font-weight: 500; border-radius: 44rpx; transition: all 0.3s ease; &:active { opacity: 0.9; transform: scale(0.98); } }