riku
2022-09-06 b43d04ef7295105e78feb5980de619f58a9803a6
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
/* pages/m_user/userregistercompany/userregistercompany.wxss */
.top-card {
  /* position: relative; */
  display: flex;
  flex-direction: row;
  background-color: white;
  border-radius: 4px;
  /* margin: 0px 8px 8px 8px; */
  margin-top: 8px;
  padding: 8px;
  font-size: 16px;
}
 
.items {
  padding: 0 8px;
  background-color: white;
}
 
.top-card .tag {
  /* display: inline-block; */
  width: 105px;
  white-space: nowrap;
}
 
.top-card .value {
  flex-grow: 1;
}
 
.top-card .value view {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
.weui-upload-view {
  background-color: white;
  padding: 8px;
}
 
.page__ft {
  background-color: white;
}