alarmDetail.scss
1.14 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
.alarm-detail-page {
padding: 30rpx;
height: 100vh;
background-color: #f8f9fa;
}
.alarm-detail-column {
border-radius: 10px;
width: 688rpx;
height: 573rpx;
background-color: #ffffff;
.detail-column {
height: 573rpx;
justify-content: space-between;
flex-direction: column;
align-items: center;
.column {
flex-direction: row;
display:flex;
// justify-content: space-between;
margin-top: 10rpx;
line-height: 68rpx;
width: 614rpx;
height: 90rpx;
text-align: left;
border-bottom: 0.1rpx solid #f0f0f0;
.device-name{
width:222rpx;
}
.text {
color: #333333;
font-size: 15px;
}
.image {
width: 30rpx;
height: 30rpx;
}
.text-alarm-level {
color: #333333;
font-size: 14px;
}
.text-alarm-level-lg {
color: #333333;
font-size: 15px;
}
.text-alarm-lg {
color: #666666;
font-size: 14px;
}
.text-alarm-status {
color: #de4437;
font-size: 14px;
}
}
}
}
.handle-result {
color: #333333;
font-size: 15px;
margin-top: 20rpx;
}
.hanle-main {
margin-top: 30rpx;
border-radius: 10px;
width: 688rpx;
height: 273rpx;
background-color: #ffffff;
}