riku
2024-11-07 5036880fc037e5d112206b93a729f60be12bf8ab
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
.enterprise-info__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200rpx;
}
 
.enterprise-info__wrap {
  /* background-color: var(--td-bg-color-fade); */
  border-radius: var(--td-border-radius);
  /* box-shadow: var(--td-shadow-4); */
  padding: 0 var(--td-spacer-1);
  margin-top: var(--td-spacer);
  display: flex;
}
 
/* .enterprise-info__wrap:active {
  background-color: var(--td-gray-color-1);
} */
 
.enterprise-info__img {
  display: block;
  margin-right: var(--td-spacer);
}
 
.enterprise-info__img .enterprise-info__img__text {
  font-size: var(--td-font-size-base);
  color: var(--td-text-color-anti);
  text-align: center;
}
 
.enterprise-info__main {
  flex: 1;
  /* margin-left: var(--td-spacer); */
  display: flex;
  flex-direction: column;
  color: var(--td-font-white-1);
}
 
.enterprise-info__title {
  --ei-font-size: var(--td-font-size-l);
  --ei-line-height: calc(var(--td-text-line-height) * var(--ei-font-size));
  font-size: var(--ei-font-size);
  /* line-height: var(--ei-line-height); */
  /* height: calc(var(--ei-line-height) * 2); */
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-weight: 550;
}
 
.enterprise-info__abstract {
  font-size: var(--td-font-size-s);
  color: var(--td-font-white-1);
}
 
.enterprise-info__tag {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
 
.t-class-tag {
  margin-left: 16rpx;
}
 
.enterprise-info__authen {
  padding: 0 var(--td-spacer-1);
  margin-top: var(--td-spacer);
}