安瑾然
2023-03-23 f68f67f34857085d627cc2acdcfe714eb8bbdcb5
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
 
.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%;
    margin-left: 2%;
}
.item{
    font-size: 13px;
    margin-left: 20%;
    margin-top: -4%;
}
.icon{
    margin-top: 2%;
    height: 25px;
    width: 25px;
    margin-right: 2%;
}
.item2{
    font-size: 13px;
    /* float: right; */
    /* margin-right: 40%; */
    /* color:rgba(0,0,0,0.5); */
}
.item3{
    font-size: 14px;
    margin-bottom: 2%;
}