alarmDetail.scss
1.41 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
.alarm-detail-page {
padding: 30rpx;
height: 100vh;
background-color: #f8f9fa;
}
.alarm-detail-column {
border-radius: 10px;
width: 688rpx;
height: 688rpx;
background-color: #ffffff;
.detail-column {
width:750rpx;
flex-direction: column;
align-items: center;
.column-line{
display:flex;
flex-direction: column;
.column {
display:flex;
margin-top: 10rpx;
line-height: 68rpx;
width:700rpx;
height: 74rpx;
align-items: center;
.device-name{
width:222rpx;
}
.alarm-text{
width:460rpx;
overflow-x: scroll;
}
.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;
}
}
.bottom-line{
border-bottom: 0.1rpx solid #f0f0f0;
width:650rpx;
}
}
}
}
.handle-result {
color: #333333;
font-size: 15px;
margin-top: 32rpx;
}
.hanle-main {
margin-top: 30rpx;
border-radius: 10px;
width: 688rpx;
height: 273rpx;
background-color: #ffffff;
}
.bottom-button{
margin-top: 44rpx;
display: flex;
align-items: center;
gap:40rpx;
justify-content: center;
.button-item{
width: 260rpx;
}
}