riku
2022-10-12 741d1f7b2e2ac1c3f89d80dfac7625e3427e2367
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
/* pages/m_user/base_c/c_company-info/c_company-info.wxss */
.top-card {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px 16px;
  /* margin: 0 8px; */
  font-size: 16px;
}
 
.picker-text {
  color: var(--fyui-primary-color);
}
 
.items {
  position: relative;
  padding: 0 16px;
  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: 16px;
}
 
.page__ft {
  background-color: white;
}