odc.xiaohui
2023-04-07 f693c859cdaf607c2a146ef89a7a2ce0d9476d1a
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
 
.imageView{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
}
.container{
    width: 100%;
}
.content{
    /* margin-top: 12%; */
}
.lists{
    /* margin-top: 50% ; */
    border-top: 3px solid rgba(0,0,0,0.1);
    width: 100%;
    padding: 0 0.5rem;
}
.item{
    font-size: 13px;
 
}
 
.icon{
    /* margin-top: 2%; */
    height: 25px;
    width: 25px;
    /* margin-right: 2%; */
}
.item2{
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 0.5rem;
    /* float: right; */
    /* margin-right: 40%; */
    /* color:rgba(0,0,0,0.5); */
}
.item3{
    margin-top: 0.5rem;
    font-size: 14px;
    margin-bottom: 2%;
}