1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
| .order-refund-detail .btn-red {
| height: 88rpx;
| line-height: 88rpx;
| border-radius: 44rpx;
| box-shadow: 0 8rpx 16rpx 0 rgba(226, 35, 26, .6);
| }
| .table-item {
| display: flex;
| align-items: center;
| justify-content: center;
| background-color: #FFFFFF;
| border-radius: 8rpx;
| padding: 26rpx;
| box-sizing: border-box;
| }
| .selectpicker {
| width: 400rpx;
| height: 65rpx;
| line-height: 65rpx;
| padding: 0 23rpx;
| box-sizing: border-box;
| border: 2rpx solid #BFBFBF;
| border-radius: 5rpx;
| font-size: 26rpx;
| font-weight: 500;
| color: #575757;
| display: flex;
| justify-content: space-between;
| align-items: center;
| }
| .selectpicker .jiantou {
| color: #575757;
| font-size: 22rpx;
| }
| .send_btn {
| width: 200rpx;
| margin: 0 auto;
| }
| .w120{
| width: 120rpx;
| }
|
|