Sanakey
2020-11-06 65c4a68484a8d6fee25d3bb94bb7a24da6dfc147
提交 | 用户 | 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: 25rpx;
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 .page-body{
50   padding-bottom: 120rpx;
51 }
52 .savebtn {
53   position: fixed;
54   width: 100%;
55   bottom: 0;
56   border-radius: 0;
57 }
58
59 .weui-uploader__file {
60   position: relative;
61 }
62
63 .delete-btn {
64   position: absolute;
65   top: -9rpx;
66   right: -2rpx;
67   font-size: 40rpx;
68   opacity: 0.6;
69 }
70 .order-title{
71   display: flex;
72   justify-content: space-between;
73   padding: 10rpx;
74   background-color: #fff;
75   align-items: center;
76 }
77 .order-title .mark{
78   color: #3985ff;
79 }