forked from nsjcy/frontEnd/nsjcy

liuwh
2020-05-09 6a970b8ec74fed89f94e24bef45fbeb7d23c9260
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
/* pages/progressQuery/progressQuery.wxss */
 
.progressQuery-status {
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 8px 0px rgba(136, 136, 136, 0.11);
}
 
.progressQuery-status-main {
  padding: 2vh;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
}
 
.progressQuery-status-main-nav {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-right: auto;
}
 
.progressQuery-message {
  display: flex;
  padding: 2vh;
  border-bottom: 1px solid #f2f2f2;
}
 
.progressQuery-message span:nth-child(1) {
  border-left: 3px solid #2195ff;
}
 
.progressQuery-message span:nth-child(2) {
  padding-left: 1vh;
  font-size: 18px;
  font-weight: bold;
}
 
.progressQuery-status-main-state {
  width: 10vh;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  padding: 1vh;
  box-shadow: 0px 4px 8px 0px rgba(136, 136, 136, 0.11);
}
 
.progressQuery-status-main-state  span {
  font-size: 14px;
  color: #fff;
}
 
.progressQuery-status-time {
  padding: 2vh;
  display: flex;
  color: #333;
}
 
.progressQuery-status-time-left {
  margin-right: auto;
  font-size: 14px;
}
 
.progressQuery-status-time-right {
  font-size: 14px;
}
 
.progressQuery {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f2f2f2;
  box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
}
 
input {
  font-size: 14px;
  color: #999;
  text-align: right;
}
 
.border-bottom {
  border-bottom: 1px solid #f2f2f2;
}
 
.upload {
  width: 48px;
  height: 48px;
}
 
.activity-uploadImag-del {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 28px;
}
 
.progressQuery-main {
  padding: 2vh 2vh 2vh 0;
  display: flex;
  margin-left: 2vh;
  border-bottom: 1px solid #f2f2f2;
}
 
.progressQuery-main-picker {
  font-size: 14px;
  color: #999;
  width: 60%;
  text-align: right;
}
 
.progressQuery-main span:nth-child(1) {
  font-size: 14px;
  width: 2%;
}
 
.progressQuery-main span:nth-child(2) {
  font-size: 14px;
  color: #333;
  margin-right: auto;
  width: 20%;
}
 
.progressQuery-main span:nth-child(3) {
  font-size: 14px;
  color: #999;
}
 
.progressQuery-main-img {
  width: 16px;
  height: 22px;
}
 
.lawyerInfo-message1 {
  display: flex;
  padding: 2vh;
}
 
.lawyerInfo-message1 span:nth-child(1) {
  border-left: 3px solid #2195ff;
}
 
.lawyerInfo-message1 span:nth-child(2) {
  padding-left: 1vh;
  font-size: 18px;
  font-weight: bold;
}
 
.activity-uploadImag-icon {
  width: 48px;
  height: 48px;
}
 
.educt_hasupload_pic {
  display: flex;
  position: relative;
  padding-right: 1vh;
}
 
.activity-uploadImage {
  display: flex;
  padding: 1vh 2vh;
  /* flex-direction: column; */
}
 
.progressQuery-textarea {
  font-size: 14px;
  box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
  display: flex;
  flex-direction: column;
}
 
textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
  padding: 2vh;
}
 
.activity-uploadImage-title {
  font-size: 14px;
  padding: 1vh 2vh;
}