@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /* 引入uView全局scss变量文件 */ page.data-v-127632e4 { background-color: #f8f8f8; } .order-body.data-v-127632e4 { height: calc(100vh - 100rpx); } .empty-data.data-v-127632e4 { display: flex; height: 100%; align-items: center; justify-content: center; flex-direction: column; font-size: 28rpx; color: #666; } .empty-data image.data-v-127632e4 { width: 50%; } .header.data-v-127632e4 { background-color: #fff; padding: 20rpx 20rpx 0 20rpx; } .header .header-tabs.data-v-127632e4 { display: flex; align-items: center; height: 80rpx; line-height: 80rpx; } .header .header-tabs .tab-item.data-v-127632e4 { width: 33.333%; text-align: center; font-size: 30rpx; color: #333; position: relative; } .header .header-tabs .tab-item.active.data-v-127632e4 { color: #fe2c56; font-weight: bold; } .header .header-tabs .tab-item.active.data-v-127632e4::after { content: ""; position: absolute; width: 40%; height: 8rpx; border-radius: 4rpx; left: 30%; bottom: 0; background-color: #fe2c56; } .order-footer.data-v-127632e4 { display: flex; text-align: right; padding: 20rpx 0; border-top: 2rpx solid #f8f8f8; align-items: center; } .order-footer .footer-l.data-v-127632e4 { font-size: 28rpx; color: #666; } .order-footer .footer-r.data-v-127632e4 { display: flex; margin-left: auto; margin-right: 0; flex: 1; justify-content: end; gap: 20rpx; } .order-footer .btn.data-v-127632e4 { height: 50rpx; line-height: 50rpx; text-align: center; border: 2rpx solid #ccc; color: #333; font-size: 28rpx; border-radius: 10rpx; padding: 0 25rpx; } .order-footer .btn.danger.data-v-127632e4 { border: 2rpx solid #fe2c56; color: #fe2c56; } .order-footer .btn.blue.data-v-127632e4 { border: 2rpx solid #007aff; color: #007aff; } .order-item.data-v-127632e4 { background-color: #fff; padding: 0 20rpx; border-radius: 10rpx; margin-top: 20rpx; } .order-item .item-header.data-v-127632e4 { display: flex; align-items: center; height: 80rpx; line-height: 80rpx; border-bottom: 2rpx solid #f8f8f8; } .order-item .item-header .order-status.data-v-127632e4 { font-size: 28rpx; color: #fe2c56; } .order-item .item-header .order-status.success.data-v-127632e4 { color: #007aff; } .order-item .item-header .order-time.data-v-127632e4 { font-size: 24rpx; color: #999; margin-left: auto; margin-right: 0; } .order-item .order-goods.data-v-127632e4 { display: flex; align-items: center; } .order-item .order-goods image.data-v-127632e4 { width: 140rpx; height: 140rpx; } .order-item .goods-info.data-v-127632e4 { margin-left: 20rpx; font-size: 28rpx; flex: 1; padding: 20rpx 0; position: relative; } .order-item .goods-info .name.data-v-127632e4 { font-size: 30rpx; color: #333; } .order-item .goods-info .desc.data-v-127632e4 { font-size: 24rpx; color: #999; display: flex; align-items: center; justify-content: space-between; margin: 20rpx 0; } .order-item .goods-info .total.data-v-127632e4 { font-size: 30rpx; color: #333; text-align: right; font-weight: bold; position: absolute; right: 20rpx; bottom: 40rpx; }