alarm.scss
1.59 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
.alert-page {
background: #f8f9fa;
.device-top {
padding: 10rpx 30rpx;
background-color: #fff;
.search {
display: flex;
justify-content: space-between;
padding-bottom: 10rpx;
border-bottom: 1px solid #f5f5f5;
.search-left {
width: 580rpx;
background-color: #f8f9fa;
border-radius: 200rpx;
}
.search-right {
display: flex;
align-items: center;
text {
color: #333;
font-size: 14px;
}
image {
width: 40rpx;
height: 40rpx;
}
}
}
}
.filter {
justify-content: space-between;
flex-direction: row;
.filter-input {
width: 580rpx;
visibility: hidden;
}
.filter-text {
margin-left: 7rpx;
.text {
color: #333333;
font-size: 14px;
}
}
.filter-icon {
margin-left: 7rpx;
.image {
width: 40rpx;
height: 40rpx;
}
}
}
}
.org-sty {
width: 750rpx;
height: 150rpx;
background-color: #fff;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: 277rpx;
.org-item {
width: 350rpx;
height: 200rpx;
.item {
flex-direction: row;
margin-top: 26rpx;
margin-left: 15rpx;
.text {
color: #333333;
font-size: 15px;
margin-left: 14rpx;
}
}
.item-child {
margin-top: 28rpx;
flex-direction: row;
.image {
margin-left: 14rpx;
width: 30rpx;
height: 30rpx;
}
.text {
margin-left: 10rpx;
color: #666666;
font-size: 12px;
}
}
.org-image {
width: 6px;
height: 10px;
float: right;
margin-right: 34rpx;
margin-top: 58rpx;
}
}
}
.u-form {
width: 618rpx !important;
}