tanghaolin
2022-10-26 2dfaf1271a5259f2cf766fd62a5e9ac0fc2b9efa
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
.search{
 position: relative;
 font-size: 30rpx;
}
.search input{
 border-radius: 0.25rem;
 height: 40px;
 margin: 1px auto;
 background-color: #fff;
 box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
}
.icons{
 position: absolute;
 right: 20px;
 top:10px;
}
.lists{
 text-align: center;
 margin-top: 20px;
 color: #000000;
}
 
 
 
.warp_scroll,.search{
  width: 100%;
  border-radius: 50px;
  margin:5px auto;
}
/* .list:hover{
  background-color: #16b5cb;
} */
.list{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius:10px; 
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgb(215, 240, 247);
  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
  overflow: hidden;
}
 
.list>view{
  width: 100%;
  padding: 0px 5px;
  min-height: 70rpx;
  font-family:  -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list>view:nth-child(1){
  background-color: #fff;
}
.list>view>view>icon,.list>view>view>span{
  margin-right: 5rpx;
}
.list>view:nth-child(1){
  color: #757272;
}
.list>view:nth-child(2){
  text-indent: 40rpx;
  line-height: 50rpx;
}
.list>view>view>icon,
.list>view>view{
  display: flex;
  align-items: center;
  font-size: 30rpx;
  font-family: cursive;
  /* width:50%; */
}