forked from gzzfw/frontEnd/gzDyh

xusd
2024-09-08 5424fb6cc7c907ec12025e96bb41146b28e5582c
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
/* pages/myRegisterList/index.wxss */
.search {
  display: flex;
  background-color: #fff;
  margin: 24rpx;
  padding: 24rpx;
  align-items: center;
  border-radius: 5px;
}
 
.showModal-search {
  position: absolute;
  top: 96rpx;
  width: 100%;
  z-index: 991;
}
 
.showModal-select {
  background-color: #fff;
  margin: 0 24rpx;
  border-radius: 5px;
  padding: 32rpx;
}
 
.showModal-select-title {
  color: rgba(23, 26, 29, 0.60);
}
 
.showModal-select-flex {
  display: flex;
  margin-top: 24rpx;
  justify-content: space-between;
}
 
.search-title {
  margin-right: 16rpx;
}
 
.three-tag {}
 
.three-tag .van-tabs__wrap {
  height: 96rpx !important;
}
 
.three-tag .van-tabs__nav {
  height: 100%;
}
 
.three-tag .van-tabs__scroll--line {
  height: 100%;
}
 
.three-tag .van-tab {
  height: 100%;
  line-height: 96rpx !important;
}
 
.list {
  background-color: #fff;
  margin: 16rpx 24rpx 0;
  border-radius: 4px;
}
 
.list-top {
  border-bottom: 1px dashed #e5e6eb;
  padding: 24rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.list-top-r {
  display: flex;
  align-items: center;
  gap: 10rpx;
}
 
.list-top-r-tag {
  background: #eff8ff;
  border-radius: 2px;
  padding: 7rpx 12rpx;
  color: var(--main-color);
}
 
.list-content {
  padding: 24rpx;
}
 
.list-content-flex {
  display: flex;
  align-items: flex-start;
  gap: 48rpx;
}
 
.margin-top {
  margin-top: 16rpx;
}
 
.list-content-title {
  width: 120rpx;
  color: rgba(23, 26, 29, 0.60);
}
 
.list-content-value {
  flex: 1;
}
 
.list-border {
  border-bottom: 1px solid #E5E6EB;
  margin-top: 24rpx;
}
 
.list-detail {
  display: flex;
  justify-content: space-between;
  background-color: #f7f8fa;
  margin-top: 24rpx;
  padding: 16rpx 24rpx;
}
 
.list-detail-l {
  display: flex;
  gap: 8rpx;
}
 
.list-detail-title {
  font-size: 28rpx;
}
 
.list-detail-r {
  color: var(--main-color);
  font-size: 28rpx;
}
 
.one-add-person-tip .van-popup--round {
  width: 90%;
}
 
.one-add-person-tip .van-popup--center {
  top: 198rpx !important;
}