page { min-height: 100%; width: 100%; background: #f7f7f7; } @charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .audit.data-v-712c7d60 { padding-bottom: 180rpx; } .audit_bg.data-v-712c7d60 { width: 100%; height: 282rpx; } .audit_bg .audit_state view.data-v-712c7d60, .audit_bg .audit_state text.data-v-712c7d60 { color: #fff; font-size: 28rpx; } .audit_bg .audit_state view.data-v-712c7d60 { magin-bottom: 15rpx; font-size: 36rpx; font-weight: bold; } .audit_bg .audit_state .state_icon.data-v-712c7d60 { width: 150rpx; height: 115rpx; } .audit_con.data-v-712c7d60 { width: 690rpx; margin: -52rpx auto 0; position: relative; } .audit_con > view.data-v-712c7d60 { padding: 0 30rpx; background: #fff; border-radius: 24rpx; } .audit_con .refund.data-v-712c7d60 { height: 110rpx; } .audit_con .goods_info.data-v-712c7d60 { margin: 30rpx 0; padding: 30rpx 30rpx; } .audit_con .goods_info .title.data-v-712c7d60 { font-size: 32rpx; font-weight: bold; padding: 0 0 20rpx 0; } .audit_con .goods_info .goods_con.data-v-712c7d60 { padding-bottom: 20rpx; } .audit_con .goods_info .goods_con .goods_img.data-v-712c7d60 { width: 180rpx; height: 144rpx; border-radius: 8rpx; margin-right: 20rpx; } .audit_con .goods_info .goods_con .goods_name.data-v-712c7d60 { font-size: 30rpx; font-weight: bold; } .audit_con .goods_info .size_box.data-v-712c7d60 { width: 100%; background: #f9f9f9; padding: 15rpx 0; margin-top: 15rpx; border-radius: 8rpx; } .audit_con .goods_info .size_box text.data-v-712c7d60 { width: 20%; text-align: center; } .audit_con .label.data-v-712c7d60 { padding: 10rpx 0; } .audit_con .label text.data-v-712c7d60:first-child { font-size: 30rpx; color: #999; } .audit_con .label text.data-v-712c7d60:last-child { font-size: 28rpx; color: #333; } .audit_con .audit_order.data-v-712c7d60 { padding: 15rpx 20rpx; margin-bottom: 15rpx; } .audit_con .audit_order .order_bottom.data-v-712c7d60 { border-top: 2rpx solid #eeeeee; } .audit_con .audit_order .order_bottom .img_box image.data-v-712c7d60 { width: 140rpx; height: 140rpx; border-radius: 8rpx; margin-right: 10rpx; } .audit_con .reject_box.data-v-712c7d60 { padding: 15rpx 30rpx; } .btn_box.data-v-712c7d60 { width: 100%; height: 120rpx; background: #fff; position: fixed; bottom: 0; left: 0; z-index: 999; padding: 0 30rpx; } .btn_box view.data-v-712c7d60 { width: 300rpx; height: 88rpx; border-radius: 44rpx; } .btn_box view.data-v-712c7d60:first-child { border: 2rpx solid #cccccc; } .btn_box view.data-v-712c7d60:last-child { background: linear-gradient(93deg, #ffbf63 0%, #fc8924 100%); color: #fff; } .cancel_box.data-v-712c7d60 { padding-top: 30rpx; } .cancel_box .reason_box.data-v-712c7d60 { width: 90%; margin: 15rpx auto 0; } .cancel_box .reason_box textarea.data-v-712c7d60 { width: 100%; height: 282rpx; background: #f7f7f7; padding: 30rpx; box-sizing: border-box; border-radius: 24rpx; } .cancel_box .cancel_btn.data-v-712c7d60 { margin-top: 50rpx; width: 100%; } .cancel_box .cancel_btn view.data-v-712c7d60 { width: 300rpx; text-align: center; height: 88rpx; line-height: 88rpx; color: #fb231f; border-radius: 44rpx; font-size: 32rpx; background: #fff4f3; border: 1rpx solid #fb231f; } .cancel_box .cancel_btn view.data-v-712c7d60:last-child { color: #fff; background: #fb231f; } .fixed_bottom.data-v-712c7d60 { width: 100%; background: #fff; height: 100rpx; position: fixed; bottom: 0; left: 0; } .fixed_bottom view.data-v-712c7d60 { width: 690rpx; height: 88rpx; margin: 0 auto; background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%); border-radius: 44rpx; color: #fff; font-size: 32rpx; }