xusd
7 days ago 998218675eb243d43912c203174a6b72b299c0f8
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
/* pages/addUnit/index.wxss */
 
@import '../../styles/public_components.wxss';
 
 
.myMediate-scroll-loading {
  text-align: center;
  margin: 4px 0;
}
 
.ssimList {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
}
 
.card {
  background-color: #ffffff;
  padding: 0 24rpx;
}
 
.cell-left {
  display: flex;
  width: 28%;
  justify-content: space-between;
  align-items: center;
  background: #f2f3f5;
  padding: 12rpx 16rpx;
  border-radius: 10rpx;
}
 
.cell-left-l {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-md, 14px);
}
 
.cell-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f3f5;
  padding: 12rpx 16rpx;
  border-radius: 10rpx;
  font-size: var(--font-size-md, 14px);
}
 
.cell-right-l {
  display: flex;
  gap: 16rpx;
  align-items: center;
}
 
.cell-right-l .van-field__control {
  min-width: 440rpx !important;
}
 
.card-box {
  padding: 24rpx 24rpx 0 24rpx;
}
 
.card-list {
  border-radius: 2px;
  background-color: #fff;
  padding: 24rpx
}
 
.ssim-scroll {
  flex: 1;
  overflow: hidden;
}
 
.card-title {
  font-size: 30rpx;
  line-height: 46rpx;
}
 
.card-subTitle {
  padding-top: 8rpx;
}
 
.card-subTitle-l {
  color: rgba(23, 26, 29, 0.60);
}
 
.ssimList-title {
  font-size: 32rpx;
  white-space: nowrap;
}