blessing.css
773 字节
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
body, html{
margin: 0;
padding: 0;
}
.content {
width: 100%;
}
.cards-list {
width: 100%;
display: flex;
flex-direction:column;
padding: 0 0.32rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.item {
width: 100%;
padding: 0.36rem 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.right {
display: flex;
flex-direction: column;
flex:1;
margin-left: 0.32rem;
}
.item .img {
width: 1.8rem;
height: 1.8rem;
}
.name {
color: #000000;
font-size: 0.32rem;
margin-bottom: 0.3rem;
}
.author {
color: #666666;
font-size: 0.26rem;
margin-bottom: 0.29rem;
}
.time {
color:#53555C;
font-size: 0.24rem;
}