jiangping
2024-07-16 b0b94a084ed6c1a685caebb8dfb1a0d65fdd9ef6
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
page {
  color: #333333;
  height: 100%;
  font-size: 28rpx;
  --themeColor:#B08771;
}
view,text{
  box-sizing: border-box;
}
image{
  display: flex;
}
::-webkit-scrollbar {
  display:none;
  width:0;
  height:0;
  color:transparent;
}
.primary{
  color: var(--themeColor) !important;
}
.df_sb{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.placeholder9{
  color: #999999;
}
.ar_new{
  width: 14rpx;
  margin-left: 8rpx;
}
.container {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
 
.flex {
  display: flex;
}