/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .container.data-v-3c6ff866 { min-height: 100vh; background: #f4f4f4; padding-bottom: 120rpx; } .card.data-v-3c6ff866 { background: linear-gradient(180deg, #fffbe6 0%, #fff 90%); border-radius: 28rpx; margin: 24rpx 24rpx 0 24rpx; box-shadow: 0 8rpx 24rpx rgba(255, 156, 0, 0.03); padding: 40rpx 32rpx; } .nav-bar.data-v-3c6ff866 { display: flex; align-items: center; position: fixed; top: 0; left: 0; right: 0; z-index: 999; height: calc(150rpx + var(--status-bar-height)); background: #fff; padding: 0 32rpx; padding-top: var(--status-bar-height); box-sizing: border-box; box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03); } .nav-bar .back.data-v-3c6ff866 { padding: 20rpx; margin-left: -20rpx; } .nav-bar .title.data-v-3c6ff866 { flex: 1; text-align: center; font-size: 34rpx; font-weight: 500; } .nav-bar .right-btns.data-v-3c6ff866 { display: flex; align-items: center; gap: 30rpx; } .nav-bar .right-btns .more.data-v-3c6ff866, .nav-bar .right-btns .target.data-v-3c6ff866 { font-size: 40rpx; color: #333; } .card-title.data-v-3c6ff866, .card-header .title.data-v-3c6ff866 { font-size: 32rpx; font-weight: bold; color: #222; margin-bottom: 24rpx; } .process-card.data-v-3c6ff866 { background: linear-gradient(180deg, #fffbe6 0%, #fff 35%); border-radius: 32rpx; box-shadow: 0 4rpx 16rpx rgba(255, 156, 0, 0.04); padding: 40rpx 32rpx 32rpx 32rpx; margin: 24rpx; } .card-title.data-v-3c6ff866 { font-size: 32rpx; font-weight: bold; color: #222; margin-bottom: 24rpx; text-align: left; } .process-steps.data-v-3c6ff866 { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12rpx; gap: 18rpx; } .step-item.data-v-3c6ff866 { width: 150%; height: 150rpx; background: #fff8ea; border-radius: 20rpx; display: flex; flex-direction: column; align-items: center; box-shadow: 0 2rpx 8rpx rgba(255, 156, 0, 0.04); overflow: hidden; position: relative; } .step-item.cancel.data-v-3c6ff866 { background: linear-gradient(180deg, #fff0f3 0%, #ffd6df 100%) !important; } .step-icon.data-v-3c6ff866 { width: 86rpx; height: 86rpx; margin: 16rpx 0 0 0; flex-shrink: 0; } .step-label.data-v-3c6ff866 { width: 100%; height: 44rpx; background: transparent; position: absolute; left: 0; bottom: 0; border-radius: 0 0 16rpx 16rpx; display: flex; align-items: center; justify-content: center; transition: background 0.2s; overflow: hidden; } .step-label.active.data-v-3c6ff866 { background: linear-gradient(90deg, #ffd01e 0%, #ff8917 100%); } .step-label.cancel.data-v-3c6ff866 { background: linear-gradient(to right, #ff8e8e 0%, #ff5e5e 100%) !important; } .step-label.cancel .step-num.data-v-3c6ff866, .step-label.cancel .step-text.data-v-3c6ff866 { color: #fff !important; } .step-label-inner.data-v-3c6ff866 { width: 100%; height: 100%; display: flex; flex-direction: row; justify-content: center; white-space: nowrap; } .step-num.data-v-3c6ff866, .step-text.data-v-3c6ff866 { font-family: PingFang SC; font-weight: 400; font-size: 11px; letter-spacing: 0%; line-height: 48rpx; margin: 0; padding: 0; color: #9b9b9b; } .step-num.data-v-3c6ff866 { margin-right: 6rpx; display: flex; justify-content: center; align-items: center; } .step-label.active .step-num.data-v-3c6ff866, .step-label.active .step-text.data-v-3c6ff866 { font-family: PingFang SC; font-weight: 500; font-size: 11px; letter-spacing: 0%; color: #fff; } .process-divider.data-v-3c6ff866 { width: 100%; height: 0; border-bottom: 1rpx dashed #e6e6e6; margin: 20rpx 0 0 0; } .status-info.data-v-3c6ff866 { display: flex; align-items: center; margin: 24rpx 0; background: #fafafa; border-radius: 16rpx; padding: 16rpx; } .status-icon.data-v-3c6ff866 { width: 60rpx; height: 60rpx; margin-right: 16rpx; } .status-text.data-v-3c6ff866 { font-size: 28rpx; color: #222; font-weight: bold; } .status-time.data-v-3c6ff866 { font-size: 24rpx; color: #999; margin-top: 4rpx; } .pickup-info .info-item.data-v-3c6ff866 { display: flex; flex-direction: column; padding: 18rpx 0; border-bottom: 1px solid #f0f0f0; margin: 20rpx 0 20rpx 0; } .pickup-info .info-item.data-v-3c6ff866:last-child { border-bottom: none; } .label.data-v-3c6ff866 { color: #999; font-size: 26rpx; } .value.data-v-3c6ff866 { color: #222; font-size: 26rpx; display: flex; align-items: center; } .value .arrow.data-v-3c6ff866 { color: #bbb; margin-left: 8rpx; } .order-detail-card.data-v-3c6ff866 { background: linear-gradient(to bottom, #fff6e3 0%, #fff 20%); border-radius: 36rpx; box-shadow: 0 8rpx 32rpx rgba(255, 156, 0, 0.08); padding: 40rpx 36rpx 32rpx 36rpx; margin: 24rpx; margin-bottom: 164rpx; } .order-title.data-v-3c6ff866 { font-size: 36rpx; font-weight: bold; color: #222; margin-bottom: 32rpx; text-align: left; display: block; } .order-row.data-v-3c6ff866 { display: flex; align-items: center; margin-bottom: 18rpx; } .order-label.data-v-3c6ff866 { color: #bcbcbc; font-size: 26rpx; margin: 20rpx 0 20rpx 0; } .order-value.data-v-3c6ff866 { color: #222; font-size: 28rpx; margin-left: 30rpx; font-weight: 500; } .order-highlight.data-v-3c6ff866 { color: #ff9c00; font-size: 30rpx; font-weight: bold; } .order-divider.data-v-3c6ff866 { width: 100%; height: 1rpx; background: #f0f0f0; margin: 18rpx 0; } .goods-list.data-v-3c6ff866 { margin-top: 10rpx; display: flex; flex-direction: column; gap: 18rpx; } .goods-item.data-v-3c6ff866 { background: #fff; border-radius: 24rpx; display: flex; align-items: center; padding: 24rpx 20rpx; box-shadow: 0 2rpx 8rpx rgba(255, 156, 0, 0.04); position: relative; } .goods-img.data-v-3c6ff866 { width: 90rpx; height: 90rpx; border-radius: 18rpx; margin-right: 20rpx; flex-shrink: 0; } .goods-info.data-v-3c6ff866 { flex: 1; display: flex; flex-direction: column; justify-content: center; } .goods-name.data-v-3c6ff866 { font-size: 30rpx; color: #222; font-weight: bold; margin-bottom: 6rpx; } .goods-desc.data-v-3c6ff866 { font-size: 24rpx; color: #bcbcbc; margin-bottom: 10rpx; } .goods-meta.data-v-3c6ff866 { display: flex; align-items: center; gap: 10rpx; } .goods-price.data-v-3c6ff866 { color: #ff9c00; font-size: 26rpx; font-weight: bold; } .goods-unit.data-v-3c6ff866 { color: #bcbcbc; font-size: 22rpx; font-weight: normal; } .goods-count.data-v-3c6ff866 { color: #bcbcbc; font-size: 24rpx; margin-left: 8rpx; } .goods-total.data-v-3c6ff866 { color: #222; font-size: 30rpx; font-weight: bold; margin-left: 18rpx; flex-shrink: 0; } .bottom-btns.data-v-3c6ff866 { position: fixed; left: 0; right: 0; bottom: 30rpx; z-index: 10; background: #fff; display: flex; justify-content: space-between; align-items: center; padding: 24rpx 24rpx calc(env(safe-area-inset-bottom) + 12rpx) 24rpx; box-shadow: 0 -2rpx 8rpx rgba(255, 156, 0, 0.04); border-radius: 24rpx 24rpx 0 0; gap: 24rpx; } .btn.data-v-3c6ff866 { flex: 1; height: 78rpx; font-size: 32rpx; font-weight: bold; border-radius: 44rpx; margin: 0; padding: 0; } .cancel-btn.data-v-3c6ff866 { color: #ff9c00; background: #fff0d2; border: 2rpx solid #ffd01e; } .contact-btn.data-v-3c6ff866 { color: #fff; background: linear-gradient(90deg, #ffd01e 0%, #ff8917 100%); border: none; } .express-info.data-v-3c6ff866 { border-radius: 12rpx; margin-bottom: 12rpx; margin-top: 8rpx; background: #fff; position: relative; } .express-label.data-v-3c6ff866 { color: #bcbcbc; font-size: 24rpx; margin-bottom: 8rpx; display: block; } .express-row.data-v-3c6ff866 { display: flex; justify-content: space-between; align-items: center; } .express-value.data-v-3c6ff866 { color: #222; font-size: 28rpx; font-weight: 500; word-break: break-all; } .express-copy.data-v-3c6ff866 { color: #ff9c00; font-size: 26rpx; font-weight: 500; margin-left: 16rpx; } .modal-mask.data-v-3c6ff866 { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.35); z-index: 999; display: flex; align-items: center; justify-content: center; } .modal-box.data-v-3c6ff866 { width: 560rpx; background: #fff; border-radius: 32rpx; box-shadow: 0 8rpx 32rpx rgba(0, 0, 0, 0.08); padding: 56rpx 0 0 0; display: flex; flex-direction: column; align-items: center; } .modal-title.data-v-3c6ff866 { font-size: 36rpx; font-weight: bold; color: #222; text-align: center; margin-bottom: 18rpx; } .modal-content.data-v-3c6ff866 { font-size: 28rpx; color: #222; text-align: center; margin-bottom: 48rpx; } .modal-actions.data-v-3c6ff866 { width: 100%; display: flex; border-top: 1rpx solid #f0f0f0; height: 100rpx; } .modal-btn.data-v-3c6ff866 { flex: 1; border: none; outline: none; background: none; font-size: 32rpx; font-weight: 500; border-radius: 0 0 0 32rpx; height: 100rpx; line-height: 100rpx; } .modal-cancel.data-v-3c6ff866 { color: #999; background: #fff; border-bottom-left-radius: 32rpx; } .modal-confirm.data-v-3c6ff866 { color: #ff9c00; background: #fff; border-bottom-right-radius: 32rpx; } .cancel-tip.data-v-3c6ff866 { color: #bcbcbc; font-size: 26rpx; text-align: center; margin: 24rpx 0 0 0; } .info-divider.data-v-3c6ff866 { width: 100%; height: 1rpx; background: #f0f0f0; margin: 0; } .report-btn.data-v-3c6ff866 { width: 100%; margin: 24rpx 0 0 0; padding: 0; height: 80rpx; line-height: 80rpx; text-align: center; color: #ff9c00; background: #fff; border: 2rpx solid #ffd01e; border-radius: 44rpx; font-size: 28rpx; font-weight: bold; } .detail-info-card.data-v-3c6ff866 { margin-bottom: 48rpx; } .content.data-v-3c6ff866 { margin-top: calc(150rpx + var(--status-bar-height)); }