123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- 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-01b159b8 {
- padding-bottom: 150rpx;
- }
- .audit .refund_num.data-v-01b159b8 {
- width: 690rpx;
- background: #fff;
- margin: 30rpx auto;
- border-radius: 8rpx;
- padding: 15rpx;
- font-size: 32rpx;
- font-weight: bold;
- box-sizing: border-box;
- }
- .audit .audit_con.data-v-01b159b8 {
- width: 690rpx;
- margin: 0 auto 30rpx;
- background: #fff;
- border-radius: 24rpx;
- padding-bottom: 30rpx;
- }
- .audit .audit_con .sub_btn.data-v-01b159b8 {
- margin: 20rpx auto;
- }
- .audit .audit_con .audit_money.data-v-01b159b8 {
- padding: 10rpx 30rpx;
- }
- .audit .audit_con .refund.data-v-01b159b8 {
- height: 110rpx;
- }
- .audit .audit_con .goods_info.data-v-01b159b8 {
- padding: 30rpx 30rpx;
- }
- .audit .audit_con .goods_info .title.data-v-01b159b8 {
- font-size: 32rpx;
- font-weight: bold;
- padding: 0 0 20rpx 0;
- }
- .audit .audit_con .goods_info .goods_con.data-v-01b159b8 {
- padding-bottom: 20rpx;
- }
- .audit .audit_con .goods_info .goods_con .goods_img.data-v-01b159b8 {
- width: 180rpx;
- height: 144rpx;
- border-radius: 8rpx;
- margin-right: 20rpx;
- }
- .audit .audit_con .goods_info .goods_con .goods_name.data-v-01b159b8 {
- font-size: 32rpx;
- font-weight: bold;
- }
- .audit .audit_con .goods_info .size_box.data-v-01b159b8 {
- width: 100%;
- background: #f9f9f9;
- padding: 15rpx 0;
- margin-top: 15rpx;
- border-radius: 8rpx;
- }
- .audit .audit_con .goods_info .size_box text.data-v-01b159b8 {
- width: 20%;
- text-align: center;
- }
- .audit .audit_con .label.data-v-01b159b8 {
- padding: 10rpx 0;
- }
- .audit .audit_con .label text.data-v-01b159b8:first-child {
- font-size: 30rpx;
- color: #999;
- }
- .audit .audit_con .label text.data-v-01b159b8:last-child {
- font-size: 28rpx;
- color: #333;
- }
- .audit .audit_con .audit_order.data-v-01b159b8 {
- padding: 10rpx 30rpx;
- margin-bottom: 15rpx;
- }
- .audit .audit_con .audit_order .order_bottom.data-v-01b159b8 {
- border-top: 2rpx solid #eeeeee;
- }
- .audit .audit_con .audit_order .order_bottom .img_box image.data-v-01b159b8 {
- width: 140rpx;
- height: 140rpx;
- border-radius: 8rpx;
- margin-right: 10rpx;
- }
- .audit .audit_con .reject_box.data-v-01b159b8 {
- padding: 15rpx 30rpx;
- }
|