IonicRecorder.less
2.0 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
@import './common.less';
.recog-body,.facial-body{
.ub;.ub-ac;.ub-pc;
height: @height;
.recog-box,.facial-box{
background-color: rgba(255, 255, 255, 0.2);
padding: .625rem;
.ub-v;
.recog-content,.facial-content{
.ub;
.logo-wh{
width: 11.25rem;
height: 11.25rem;
margin-right: .625rem;
// border:1px solid
}
.facial-center{
width: 11.25rem;
height: 11.25rem;
background-color: rgba(255, 255, 255, 0.2);
// border:1px solid;
margin-right: 1.25rem;
}
.recog-right,.facial-right{
width: 11.25rem;
height: 11.25rem;
// border:1px solid;
}
.facial-right{
color: white;
text-align: left;
.staffname{
line-height: 1.875rem;
font-size: 1.25rem;
padding: .3125rem 0;
// border:1px solid;
}
.option-css,.email-css,.company-css{
font-size: .78125rem;
height: 1.09375rem;
margin-bottom: .625rem;
// border: 1px solid;
}
}
}
.recog-optin{
.ub-pc;
.ub-ec;
height: 1.71875rem;
margin-top: 1.25rem;
margin-right: .625rem;
.option-text{
font-size: .625rem;
margin-right: .625rem;
}
.option-img {
width: 1.5625rem;
height: 1.5625rem;
cursor: pointer;
}
}
.facial-optin{
// border: 1px solid;
text-align: left;
margin-top: .625rem;
color: white;
}
}
}