@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .claims-body { width: 750rpx; min-height: 100vh; background: #F3F4F5; margin-top: 220rpx; padding: 24rpx 36rpx; box-sizing: border-box; } .claims-body .claims-top { width: 678rpx; height: 210rpx; background: #FFFFFF; border-radius: 16rpx; padding: 24rpx; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; } .claims-body .claims-top .top-title { width: 260rpx; height: 50rpx; display: flex; box-sizing: border-box; } .claims-body .claims-top .top-title > image { height: 40rpx; width: 40rpx; margin-top: 4rpx; } .claims-body .claims-top .top-title > text { font-weight: 600; font-size: 36rpx; color: #2388FF; margin-left: 4rpx; text-align: center; } .claims-body .claims-top .card-tips { font-weight: 400; font-size: 24rpx; color: #555555; line-height: 34rpx; text-align: left; } .claims-body .claims-top .card-tips > text { color: #FF2D46; } .claims-body .claims-top .card-info { display: flex; justify-content: space-between; font-weight: 400; font-size: 24rpx; color: #999999; line-height: 34rpx; height: 67rpx; } .claims-body .claims-top .card-info .card-price > text { margin-left: 12rpx; font-weight: 600; font-size: 48rpx; color: #FF2D46; line-height: 67rpx; } .claims-body .claims-top .card-info .card-price > text::before { content: '¥'; font-size: 24rpx; margin-right: 6rpx; } .claims-body .claims-top.disagree .top-title > text { color: #FF2D46; } .claims-body .claims-process { margin-top: 12rpx; width: 678rpx; background: #FFFFFF; border-radius: 16rpx; padding: 24rpx; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; } .claims-body .claims-process .title { font-weight: 500; font-size: 32rpx; color: #000000; line-height: 45rpx; } .claims-body .claims-process .body .process-item { position: relative; } .claims-body .claims-process .body .process-title { display: flex; height: 40rpx; margin-top: 20rpx; } .claims-body .claims-process .body .process-title .process-title-circle { width: 32rpx; height: 32rpx; background: #BFBFBF; border-radius: 100rpx; margin-top: 4rpx; z-index: 10; } .claims-body .claims-process .body .process-title .process-title-circle.act { background: #2388FF; } .claims-body .claims-process .body .process-title .process-title-text { font-weight: 500; font-size: 28rpx; color: rgba(34, 34, 34, 0.6); margin-left: 16rpx; } .claims-body .claims-process .body .process-title .process-title-text.act { color: #2388FF; } .claims-body .claims-process .body .process-line { width: 0rpx; height: 170rpx; border: 3rpx dashed #C8CACB; position: absolute; z-index: 5; top: 16rpx; left: 14rpx; } .claims-body .claims-process .body .process-text { font-weight: 400; font-size: 24rpx; color: rgba(34, 34, 34, 0.6); line-height: 34rpx; margin-top: 12rpx; margin-left: 48rpx; } .claims-body .claims-process .body .process-date { font-weight: 400; font-size: 24rpx; color: rgba(0, 0, 0, 0.3); line-height: 34rpx; margin-top: 12rpx; margin-left: 48rpx; } .claims-body .claims-process .body .process-img-box { margin-top: 12rpx; margin-left: 48rpx; display: flex; flex-wrap: wrap; justify-content: left; } .claims-body .claims-process .body .process-img-box .img-item { width: 194rpx; height: 210rpx; background: #F9F9F9; border-radius: 10rpx 10rpx 10rpx 10rpx; border: 2rpx solid rgba(0, 0, 0, 0.1); margin-right: 8rpx; box-sizing: border-box; } .claims-body .claims-process .body .process-img-box .img-item > image { width: 100%; height: 100%; } .claims-btn { width: 750rpx; height: 184rpx; background: #FFFFFF; position: fixed; bottom: 0; display: flex; justify-content: space-around; padding: 24rpx; box-sizing: border-box; } .claims-btn .btn-border { width: 678rpx; height: 92rpx; background-image: linear-gradient(91deg, #43a1ff, #2f80f9); border-radius: 24rpx; padding: 2rpx; box-sizing: border-box; } .claims-btn .btn-border > button { width: 100%; height: 100%; border-radius: 24rpx; background: #FFFFFF; font-weight: 500; font-size: 28rpx; color: #2388FF; line-height: 39rpx; padding-top: 26rpx; } .claims-btn .left-btn { width: 344rpx; height: 92rpx; border-radius: 24rpx; padding: 2rpx; background-image: linear-gradient(91deg, #43a1ff, #2f80f9); box-sizing: border-box; } .claims-btn .left-btn > button { width: 100%; height: 100%; border-radius: 24rpx; background: #FFFFFF; font-weight: 500; font-size: 28rpx; color: #2388FF; line-height: 39rpx; padding-top: 26rpx; } .claims-btn .right-btn { width: 344rpx; height: 92rpx; background: linear-gradient(91deg, #43A1FF 0%, #2F80F9 100%); border-radius: 24rpx 24rpx 24rpx 24rpx; font-weight: 500; font-size: 28rpx; color: #FFFFFF; line-height: 39rpx; text-align: center; padding-top: 26rpx; box-sizing: border-box; }