forked from nsjcy/frontEnd/nsjcy

liyj
2020-02-11 e60e253cb3ce0597ded89b56a414c731e28c4ff1
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
.requestInfo {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f2f2f2;
  box-shadow: 0px 6px 6px 0 rgba(80, 119, 170, 0.06);
}
 
.requestInfo-main {
  padding: 2vh 2vh 2vh 0;
  display: flex;
  margin-left: 2vh;
  border-bottom: 1px solid #f2f2f2;
}
 
.complainAgent-main-picker {
  font-size: 14px;
  color: #999;
  width: 60%;
  text-align: right;
}
 
.requestInfo-main span:nth-child(1) {
  font-size: 14px;
  width: 2%;
}
 
.requestInfo-main span:nth-child(2) {
  font-size: 14px;
  color: #333;
  margin-right: auto;
   width: 20%;
}
 
.requestInfo-main span:nth-child(3) {
  font-size: 14px;
  color: #999;
}
 
.requestInfo-main-img {
  width: 16px;
  height: 22px;
}
 
input {
  font-size: 14px;
  color: #999;
  text-align: right;
}
 
.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;
}
 
.upload {
  width: 48px;
  height: 48px;
}
 
.activity-uploadImag-del {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 28px;
}