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
|
| .imageView{
| position:absolute;
| top: 0;
| left: 0;
| right: 0;
| }
| .container{
| width: 100%;
| }
| .content{
| margin-top: 12%;
| }
| .lists{
| /* margin-top: 50% ; */
| border-bottom: 1px solid rgba(0,0,0,0.1);
| width: 100%;
| margin-left: 2%;
| }
| .item{
| font-size: 14px;
| margin-bottom: 1%;
| }
| .item2{
| font-size: 12px;
| float: right;
| margin-right: 40%;
| color:rgba(0,0,0,0.5);
| }
| .item3{
| font-size: 11px;
| margin-bottom: 2%;
| }
|
|