deviceList.css
1.18 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.title-font {
color: #FFFFFF;
}
.device-panel {
margin-top: 5px;
margin-left: 15px;
margin-right: 15px;
}
.list-panel {
margin-top: 10px;
background:rgba(255,255,255,1);
box-shadow:0px 0px 16px 0px rgba(55,57,78,0.05);
border-radius:8px;
}
.info-panel {
margin-left: 15px;
}
.title-sign {
width:3px;
height:12px;
background:rgba(91,127,248,1);
border-radius:3px;
}
.top-14 {
/*margin-top: 14px;*/
padding-top: 0.3rem;
}
.device-name {
font-size:14px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(55,57,78,1);
line-height:15px;
}
.add-border {
border:2px solid rgba(91,127,248,1);
}
.device-imei {
margin-left: 0.8rem;
font-size:12px;
font-family:PingFang SC;
font-weight:500;
color:rgba(174,184,206,1);
line-height:15px;
}
.panel-line {
margin-top: 10px;
background:rgba(240,245,255,1);
margin-left: 0px;
margin-right: 15px;
height: 1px;
}
.top-17 {
margin-top: 17px;
}
.device-position {
margin-top:0rem;
font-size:14px;
font-family:PingFang SC;
font-weight:500;
color:rgba(55,57,78,1);
line-height:15px;
}
.blank-area {
height: 0.5rem;
margin-left: 10px;
margin-right: 10px;
background-color: #FFFFFF;
}