protect.css
1.92 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
@font-face {
font-family: 'DINPro-Medium'; /*字体名称*/
src: url('../../css/ttf/DINPro-Medium.ttf'); /*字体源文件*/
}
.title-font {
color: #FFFFFF;
}
.protect-title {
background-color: #FFFFFF;
height: 2.6rem;
}
.title-sign {
width:3px;
height:12px;
background:rgba(91,127,248,1);
border-radius:3px;
}
.device-name {
font-size:14px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(55,57,78,1);
line-height:15px;
margin-top: 1rem;
}
.protect-panel {
margin-left: 15px;
margin-right: 15px;
}
.protect-list {
margin-top: 10px;
min-height: 80px;
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;
margin-right: 15px;
}
.top-14 {
/*margin-top: 14px;*/
padding-top: 0.3rem;
}
.number-id {
background:rgba(240,245,255,1);
border-radius:50%;
font-size:11px;
font-family:DINPro;
font-weight:bold;
color:rgba(129,130,149,1);
line-height:18px;
width:18px;
height:18px;
/*padding-top: 0.4rem;*/
text-align: center;
}
.action-name {
font-size:14px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(250,82,81,1);
line-height:20px;
}
.action-time {
font-size:12px;
font-family:PingFang SC;
font-weight:500;
color:rgba(129,130,149,1);
line-height:20px;
}
.list-line {
margin-top: 12px;
margin-bottom: 14.5px;
height:1px;
background:rgba(240,245,255,1);
}
.details-value {
font-size:16px;
font-family:DINPro-Medium;
font-weight:500;
color:rgba(55,57,78,1);
line-height:15px;
}
.details-value2 {
font-size:12px;
font-family:DINPro-Medium;
font-weight:500;
color:rgba(55,57,78,1);
line-height:18px;
}
.title-value {
font-size:12px;
font-family:PingFang SC;
font-weight:500;
color:rgba(129,130,149,1);
}
.title-value-panel {
width:100%;
text-align:center;
}
.blank-area {
background-color: #FFFFFF;
height: 15px;
}