riku
3 小时以前 b09c7e7aefd41a62326ea56460092aa0db54c083
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
.sti-loading {
  width: 100%;
  text-align: center;
  padding: 4px;
  /* background-color: aliceblue; */
}
 
.wrapper {
  /* width: 300px; */
  border: 1px solid var(--td-text-color-brand);
  border-radius: var(--td-border-radius);
  padding: 4px 8px;
  background-color: white;
}
 
.wrapper:active {
  background-color: var(--td-bg-color);
}
 
.text-title {
  font-weight: 600;
  color: var(--td-text-color-primary);
  font-size: var(--td-font-size-m);
}
 
.text-info {
  display: flex;
  align-items: flex-start;
  color: var(--td-text-color-secondary);
  font-size: var(--td-font-size-s);
}
 
.text-label {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
 
.t-empty__image {
  width: 240rpx !important;
  height: 240rpx !important;
}