card.css
726 字节
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
/* 无名片 */
.no_card{
position: relative;
width: 100%;
height: 100vh;
background-color: #fafafa;
}
.no_card_pic{
width: 380upx;
height: 380upx;
}
.add_card{
width: 100%;
position: absolute;
bottom: 40upx;
left: 0;
}
.add_card_btn{
margin: 0 32upx;
height: 88upx;
background-color: #0083FB;
color: #fff;
text-align: center;
line-height: 88upx;
border-radius: 48upx;
}
/* 编辑按钮 */
.card_pic{
width: 100%;
height: 360upx;
}
.editor_btn{
}
.refresh_time{
height: 88upx;
font-size: 24upx;
width: 60%;
text-align: center;
line-height: 88upx;
}
.editor_card{
height: 88upx;
width: 40%;
font-size: 30upx;
text-align: center;
color: #fff;
background-color: #0083FB;
line-height: 88upx;
}