camera.scss
1.44 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
.camera-page {
min-height: 100vh;
background-color: #f0f2f5;
}
.org-sty {
width: 750rpx;
height: 150rpx;
margin-top: 1rpx;
background-color: #fff;
display: flex;
flex-direction: row;
justify-content: space-between;
.org-item {
width: 350rpx;
height: 200rpx;
.org-contact {
flex-direction: row;
margin-top: 26rpx;
margin-left: 15rpx;
.text {
color: #333333;
font-size: 15px;
margin-left: 14rpx;
}
}
.org-device {
margin-top: 5rpx;
margin-left: 15rpx;
flex-direction: row;
.device-image {
margin-left: 14rpx;
width: 30rpx;
height: 30rpx;
}
.device-text {
margin-left: 10rpx;
color: #666666;
font-size: 12px;
}
}
.image {
width: 6px;
height: 10px;
float: right;
margin-right: 34rpx;
margin-top: 58rpx;
}
}
}
.camera-item {
height: 200rpx;
border: 0.1px solid gray;
}
.camera-container {
padding: 0 28rpx;
margin-top: -27rpx;
.container-item {
width: 717rpx;
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
margin-left: -42rpx;
.item {
margin-top: 83rpx;
width: 300rpx;
height: 200rpx;
background-color: #fff;
border-radius: 20px;
margin-left: 58rpx;
.video {
border-radius: 20px;
width: 300rpx;
height: 200rpx;
}
.bottom-text {
position: relative;
top: 8rpx;
text-align: center;
.text {
color: #333333;
font-size: 13px;
}
}
}
}
}