Sanakey
2022-10-28 0e185fa6db8e3f4209e63c079750a26fe3feddaa
提交 | 用户 | age
d98d05 1 /* pages/refund/refund.wxss */
S 2 @import "../template/goods-item-row/goods-item-row-template";
3 @import "/src/weui";
4
5 page {
6   height: 100%;
7   background-color: #f9f9f9;
8 }
9
10 view {
11   font-size: 26rpx;
12 }
13
14 .order-row+.order-row {
15   border-top: 1rpx solid #f1f1f1;
16 }
17
18 .order-row {
19   display: flex;
20   flex-direction: row;
21   justify-content: space-between;
22   line-height: 60rpx;
23   align-items: center;
24   padding: 15rpx;
25   background-color: #fff;
26 }
27
28 .order-row view {
29   width: 350rpx;
30   display: inline-block;
31 }
32
33 .picker, .order-row-right {
34   text-align: right;
35 }
36
37 .goods-item {
38   border-bottom: 1rpx solid #ddd;
39 }
40
41 .item-title {
42   font-size: 30rpx;
43 }
44
45 .fontcolor {
46   font-size: 28rpx;
47   color: #f23232;
48 }
49
50 .savebtn {
51   position: fixed;
52   width: 100%;
53   bottom: 0;
54   border-radius: 0;
55 }
56
57 .weui-uploader__file {
58   position: relative;
59 }
60
61 .delete-btn {
62   position: absolute;
63   top: -9rpx;
64   right: -2rpx;
65   font-size: 40rpx;
66   opacity: 0.6;
67 }
68 .order-title{
69   display: flex;
70   justify-content: space-between;
71   padding: 0 10rpx;
72   background-color: #fff;
73   align-items: center;
74 }
75 .order-title .mark{
76   color: #3985ff;
77 }
78 .goods-item{
79   padding: 15rpx;
80 }
81 .order-picker{
82   border-bottom: 2rpx solid #f1f1f1;
83
84 }
85 .page-body{
86   padding-bottom: 100rpx;
87 }