@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .top-cont { width: 100%; height: 476rpx; position: relative; } .top-cont .bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; } .top-cont .top-inner { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; } .top-cont .top-inner .back-box { height: 88rpx; padding-left: 22rpx; display: flex; align-items: center; justify-content: space-between; padding: 0 20rpx; } .top-cont .top-inner .back-box image { width: 40rpx; height: 40rpx; } .top-cont .top-inner .back-box .title { font-size: 36rpx; font-family: PingFang SC; font-weight: 500; color: #FFFFFF; } .top-cont .top-inner .order-status { margin-top: 60rpx; display: flex; align-items: center; justify-content: space-between; padding: 0 30rpx; } .top-cont .top-inner .order-status .inner { display: flex; align-items: center; } .top-cont .top-inner .order-status .inner .img-box { width: 96rpx; height: 96rpx; margin-right: 30rpx; } .top-cont .top-inner .order-status .inner .img-box image { width: 100%; height: 100%; } .top-cont .top-inner .order-status .inner .status-box { height: 96rpx; display: flex; flex-direction: column; justify-content: center; } .top-cont .top-inner .order-status .inner .status-box .status { font-size: 40rpx; font-family: PingFang SC; font-weight: bold; color: #FFFFFF; line-height: 1; } .top-cont .top-inner .order-status .inner .status-box .desc { font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: #FFFFFF; line-height: 1; margin-top: 30rpx; } .top-cont .top-inner .order-status .refund-money { display: flex; align-items: flex-end; } .top-cont .top-inner .order-status .refund-money .unit { font-size: 32rpx; font-family: PingFang SC; font-weight: bold; color: #FFFFFF; line-height: 1.2; margin-right: 10rpx; } .top-cont .top-inner .order-status .refund-money .num { font-size: 50rpx; font-family: PingFang SC; font-weight: bold; color: #FFFFFF; line-height: 1; } .top-cont .top-inner .order-refund { margin-top: 50rpx; padding: 0 20rpx; } .top-cont .top-inner .order-refund .inner { box-sizing: border-box; height: 268rpx; background: #FFFFFF; border-radius: 16rpx; padding: 0 30rpx; } .top-cont .top-inner .order-refund .inner .title-box { height: 88rpx; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #F0F0F0; } .top-cont .top-inner .order-refund .inner .title-box .title { font-size: 30rpx; font-family: PingFang SC; font-weight: bold; color: #333333; } .top-cont .top-inner .order-refund .inner .title-box .price-box { display: flex; align-items: flex-end; } .top-cont .top-inner .order-refund .inner .title-box .price-box .unit { font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #FF6633; line-height: 1.2; margin-right: 4rpx; } .top-cont .top-inner .order-refund .inner .title-box .price-box .num { font-size: 32rpx; font-family: PingFang SC; font-weight: bold; color: #FF6633; line-height: 1; } .top-cont .top-inner .order-refund .inner .text-box { font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: #666666; line-height: 42rpx; margin-top: 22rpx; } .content { padding: 0 20rpx; } .content .refund-steps { margin-top: 188rpx; background: #FFFFFF; border-radius: 16rpx; padding: 40rpx 44rpx; } .content .refund-steps .steps { padding-left: 40rpx; padding-bottom: 56rpx; position: relative; } .content .refund-steps .steps::after { content: ""; width: 4rpx; height: 100%; background: #F1F1F1; position: absolute; left: 0; top: 20rpx; } .content .refund-steps .steps:last-child { padding-bottom: 0; } .content .refund-steps .steps:last-child::after { display: none; } .content .refund-steps .steps .title { position: relative; } .content .refund-steps .steps .title .text { font-size: 28rpx; font-family: PingFang SC; font-weight: 500; color: #666666; line-height: 38rpx; } .content .refund-steps .steps .title .text.black-text { color: #111111; } .content .refund-steps .steps .title .dot { width: 16rpx; height: 16rpx; background: #EBEBEB; border-radius: 50%; position: absolute; left: -46rpx; top: 16rpx; z-index: 10; } .content .refund-steps .steps .title .dot.active { background-color: #2BC7B9; } .content .refund-steps .steps .title .img { width: 40rpx; height: 40rpx; position: absolute; left: -57rpx; top: 6rpx; z-index: 10; } .content .refund-steps .steps .time { font-size: 24rpx; font-family: Gilroy; font-weight: 500; color: #999999; margin-top: 5rpx; } .content .refund-steps .steps .context { font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: #999999; line-height: 40rpx; margin-top: 22rpx; }