refundInfo.wxss
1.7 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/* pages/main/finalpay/refundInfo/refundInfo.wxss */
.page {
width: 100%;
height: 100%;
background-color: #f5f5f5;
}
.text_black3_34 {
font-family: PingFangSC-Regular, PingFang SC;
font-size: 34rpx;
color: #333;
line-height: 104rpx;
}
.text_gray7_34 {
font-family: PingFangSC-Regular, PingFang SC;
font-size: 34rpx;
color: #777;
line-height: 104rpx;
}
.text_gray6_28 {
font-family: PingFangSC-Regular, PingFang SC;
font-size: 28rpx;
color: #666;
}
.input_wrap {
max-width: 600rpx;
height: 104rpx;
font-size: 32rpx;
color: #fff;
text-align: right;
overflow: hidden;
float: right;
}
.rigion_choosed{
color:#000;
line-height:104rpx
}
.rigion_notchoosed{
color:#777;
line-height:104rpx
}
.image_camera {
width: 42rpx;
height: 42rpx;
margin-left: 10rpx;
margin-top: 30rpx;
float: right;
}
.arrow_wrap {
width: 60rpx;
height: 60rpx;
margin-top: 20rpx
}
/* 遮罩层 */
.mask {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #000;
opacity: 0.7;
z-index: 10;
}
.modal_lg {
width: 72%;
position: fixed;
left: 0;
right: 0;
margin: 0 auto;
background-color: #fff;
border-radius: 7px;
display: flex;
flex-direction: column;
top: 260rpx;
z-index: 10;
}
.text_cancel {
font-family: PingFangSC-Regular;
font-size: 36rpx;
color: #999;
letter-spacing: 0;
text-align: center;
flex: 1;
padding: 30rpx;
}
.text_confirm {
font-family: PingFangSC-Medium, PingFang SC;
font-size: 36rpx;
color: #357aeb;
letter-spacing: 0;
text-align: center;
flex: 1;
padding: 30rpx;
}
.text_title {
font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
color: rgba(51, 51, 51, 1);
padding: 40rpx;
text-align: center;
}