/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .top-cont { width: 100%; height: 10.5rem; position: relative; } .top-cont .bg { width: 100%; height: 10.9375rem; position: absolute; top: 0; left: 0; z-index: 1; background-color: #C39A58; background: linear-gradient(#C39A58, #E2C99E); border-radius: 0 0 3.125rem 3.125rem; } .top-cont .top-inner { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; } .top-cont .top-inner .back-box { height: 2.75rem; padding-left: 0.6875rem; display: flex; align-items: center; justify-content: space-between; padding: 0 0.625rem; } .top-cont .top-inner .back-box uni-image { width: 1.25rem; height: 1.25rem; } .top-cont .top-inner .back-box .title { font-size: 1.125rem; font-family: PingFang SC; font-weight: 500; color: #FFFFFF; } .top-cont .top-inner .waybill-number { padding: 0 0.625rem; margin-top: 2.0625rem; } .top-cont .top-inner .waybill-number .inner { box-sizing: border-box; height: 4.6875rem; background: #FFFFFF; border-radius: 0.5rem; padding: 1.25rem 0.9375rem; display: flex; flex-direction: column; justify-content: space-between; } .top-cont .top-inner .waybill-number .inner .num-box { display: flex; align-items: center; } .top-cont .top-inner .waybill-number .inner .num-box .text { font-size: 0.875rem; font-family: PingFang SC; font-weight: 500; color: #111111; line-height: 1; margin-right: 0.9375rem; } .top-cont .top-inner .waybill-number .inner .num-box .text:last-child { margin-right: 0.625rem; } .top-cont .top-inner .waybill-number .inner .num-box .copy { width: 1.8125rem; height: 1rem; line-height: 1rem; text-align: center; font-size: 0.6875rem; font-family: PingFang SC; font-weight: 500; color: #222222; background: #F5F5F5; border-radius: 0.125rem; } .top-cont .top-inner .waybill-number .inner .kf-box { display: flex; align-items: center; } .top-cont .top-inner .waybill-number .inner .kf-box .text { font-size: 0.8125rem; font-family: PingFang SC; font-weight: 500; color: #999999; line-height: 1; margin-right: 0.625rem; } .content { margin: 0.625rem 0; padding: 0 0.625rem; } .content .refund-steps { background: #FFFFFF; border-radius: 0.5rem; padding: 1.25rem 1.375rem; } .content .refund-steps .steps { padding-left: 1.25rem; padding-bottom: 1.75rem; position: relative; } .content .refund-steps .steps::after { content: ""; width: 0.125rem; height: 100%; background: #F1F1F1; position: absolute; left: 0; top: 0.625rem; } .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: 0.9375rem; font-family: PingFang SC; font-weight: 500; color: #666666; line-height: 1.1875rem; } .content .refund-steps .steps .title .text.black-text { color: #111111; font-weight: bold; } .content .refund-steps .steps .title .text.gray-bold { font-weight: bold; color: #666666; } .content .refund-steps .steps .title .dot { width: 0.5rem; height: 0.5rem; background: #EBEBEB; border-radius: 50%; position: absolute; left: -1.4375rem; top: 0.34375rem; z-index: 10; } .content .refund-steps .steps .title .dot.active { background-color: #2BC7B9; } .content .refund-steps .steps .title .img { width: 1.25rem; height: 1.25rem; position: absolute; left: -1.78125rem; top: 0.0625rem; z-index: 10; } .content .refund-steps .steps .desc-text { font-size: 0.875rem; font-family: PingFang SC; font-weight: 500; color: #666666; line-height: 1.6; margin-top: 0.3125rem; } .content .refund-steps .steps .desc-text .phone { font-size: 0.875rem; font-family: PingFang SC; font-weight: 500; color: #2BC7B9; line-height: 1.6; } .content .refund-steps .steps .time { font-size: 0.75rem; font-family: Gilroy; font-weight: 500; color: #999999; margin-top: 0.3125rem; }