_invalid-ie.css
1.79 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
.invalid-ie {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999999;
.invalid-ie-cover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.4;
background: #000;
}
.invalid-ie-content {
position: absolute;
box-sizing: border-box;
top: 50%;
left: 50%;
width: 590px;
height: 328px;
padding-top: 49px;
padding-left: 45px;
margin-top: -164px;
margin-left: -295px;
background: #fff;
.tip {
color: #b0b0b0;
font-size: 16px;
line-height: 24px;
}
.tip-download {
font-size: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.download {
margin-bottom: 24px;
}
.link {
color: #444;
font-size: 14px;
text-decoration: none;
border-bottom: 1px solid #444;
&.first {
margin-right: 10px;
}
}
.app-icon {
display: inline-block;
width: 100px;
height: 100px;
background: resolve(layout/app-icon.png);
}
.app-qrcode {
box-sizing: border-box;
display: inline-block;
width: 96px;
height: 96px;
padding: 4px;
margin-left: 16px;
margin-bottom: 2px;
background: resolve(layout/app-qrcode.png);
}
.spokesman {
position: absolute;
width: 293px;
height: 356px;
bottom: 0;
right: 20px;
background: resolve(layout/spokesman.png);
}
}
}