leave-approval.wxss
5.1 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
page {
background-color: #F7F7F7;
}
@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
page.data-v-f873d8ca {
width: 100%;
height: 100%;
}
.divid_line_horizen.data-v-f873d8ca {
width: 100%;
height: 2rpx;
background-color: #f2f2f2;
align-self: center;
margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-f873d8ca {
font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-f873d8ca {
font-size: 30rpx;
height: 96rpx;
line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-f873d8ca {
color: rgba(0, 0, 0, 0.45) !important;
border-color: rgba(0, 0, 0, 0.06) !important;
background-color: rgba(0, 0, 0, 0.06) !important;
}
.page.data-v-f873d8ca {
width: 100%;
}
.page .top.data-v-f873d8ca {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 47px;
background: #FAFEFC;
z-index: 99;
}
.page .top .tab.data-v-f873d8ca {
position: absolute;
top: 10rpx;
left: 0;
width: 80%;
left: 10%;
}
.page .content.data-v-f873d8ca {
padding: 8px 16px;
}
.page .content .content_top.data-v-f873d8ca {
padding: 20px 16px;
background-color: #FAFEFC;
border-radius: 10px;
}
.page .content .title.data-v-f873d8ca {
font-size: 16px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #000000;
}
.page .content .desc.data-v-f873d8ca {
margin-top: 16rpx;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0, 0, 0, 0.45);
}
.page .mid.data-v-f873d8ca {
margin-top: 8px;
padding: 10px 16px 18px 26px;
background-color: #fff;
border-radius: 10px;
}
.page .mid .fj.data-v-f873d8ca {
margin-top: 32rpx;
margin-bottom: 16rpx;
font-size: 17px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0, 0, 0, 0.9);
}
.page .fj_content.data-v-f873d8ca {
margin-top: 8px;
background-color: #fff;
}
.page .fj_content .item.data-v-f873d8ca {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.page .fj_content .item .p_item.data-v-f873d8ca {
position: relative;
width: 120rpx;
height: 120rpx;
margin-right: 13px;
margin-bottom: 13px;
}
.page .fj_content .item .p_item .delete.data-v-f873d8ca {
position: absolute;
width: 24rpx;
height: 24rpx;
top: -12rpx;
right: -12rpx;
z-index: 199;
}
.page .add_info.data-v-f873d8ca {
width: 120rpx;
height: 120rpx;
}
.page .add_info image.data-v-f873d8ca {
width: 120rpx;
height: 120rpx;
}
.page .text_gray_28.data-v-f873d8ca {
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0, 0, 0, 0.45);
}
.page .btv.data-v-f873d8ca {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 72px;
background-color: #fff;
padding: 12px 16px;
}
.page .btv .btn.data-v-f873d8ca {
width: 100%;
height: 48px;
background: var(--primary-color);
box-shadow: 0px 2px 6px 0px var(--primary-color03);
border-radius: 24px;
font-size: 17px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
line-height: 48px;
text-align: center;
}
.page .content_history.data-v-f873d8ca {
padding: 0rpx 32rpx;
}
.page .content_history .item.data-v-f873d8ca {
position: relative;
margin-top: 16rpx;
padding: 40rpx 32rpx;
background-color: #fff;
border-radius: 10px;
}
.page .content_history .item .h_top.data-v-f873d8ca {
display: flex;
justify-content: space-between;
align-items: center;
}
.page .content_history .item .h_top .title.data-v-f873d8ca {
width: 72%;
font-size: 14px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #000000;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.page .content_history .item .h_top .time.data-v-f873d8ca {
width: 25%;
font-size: 12px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: rgba(0, 0, 0, 0.45);
text-align: right;
}
.page .content_history .item .h_desc.data-v-f873d8ca {
margin-top: 16rpx;
display: flex;
}
.page .content_history .item .h_desc text.data-v-f873d8ca {
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0, 0, 0, 0.45);
}
.page .content_history .item .h_desc .t1.data-v-f873d8ca {
color: #000000;
margin-left: 8rpx;
}
.page .content_history .item .mart_34.data-v-f873d8ca {
margin-top: 34rpx;
}
.page .content_history .item .status.data-v-f873d8ca {
position: absolute;
bottom: 40rpx;
right: 32rpx;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFC200;
}
.page .no_data.data-v-f873d8ca {
width: 100%;
}
.page .no_data .img.data-v-f873d8ca {
display: block;
margin: 0 auto;
margin-top: 200rpx;
width: 260rpx;
height: 200rpx;
}
.page .no_data .text_black_28.data-v-f873d8ca {
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
margin-top: 48rpx;
text-align: center;
}