forked from nsjcy/frontEnd/nsjcy

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