chooseDevice.css
864 Bytes
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
.imei-selecter-title {
height: 54px;
text-align: center;
line-height: 54px;
font-size:16px;
font-family:PingFang SC;
font-weight:500;
color:rgba(55,57,78,1);
margin-left: 15px;
margin-right: 15px;
/*border-bottom: 2px solid rgba(240,245,255,1);*/
}
.page-line {
margin-top: 10px;
margin-bottom: 10px;
height:1px;
background:rgba(240,245,255,1);
}
.imei-dot {
margin-top: 0.5rem;
width: 0.3rem;
height: 0.3rem;
background: rgba(174,184,206,1);
border-radius: 0.5rem;
}
.imei-address {
font-size:14px;
font-family:PingFang SC;
font-weight:500;
color:rgba(55,57,78,1);
line-height:30px;
}
.device-address {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.selected-dot {
background:rgba(176,200,255,1);
}
.selected-device {
color:rgba(91,127,248,1);
}