Newer
Older
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
#videos li{
position: relative;
}
#videos li i{
position: absolute;
left: -20px;
top: 3px;
color: #fff;
font-size: 20px;
}
#collect-modal{
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.15);
z-index: 99999998;
}
#collect-modal .dialog-layout{
margin: 0 auto;
display: flex;
width: 90% !important;
max-width: 1600px;
height: 100%;
align-items: center;
}
#collect-modal .dialog-box {
/*margin: 50px auto;*/
/*height: 68vh;*/
max-height: 700px;
/* 防止重复平铺 */
width: 100% !important;
max-width: 1600px;
background-image: url(../images/tc_bj.png);
background-size: cover;
background-repeat: no-repeat;
/* background-color: #00254d00; */
border: none;
background-color: transparent;
z-index: 99999999;
}
#collect-modal .dialog-box .dialog-content {
padding: 15px;
}
#collect-modal .dialog-box .dialog-content .title{
text-align: center;
line-height: 35px;
margin-top: 15px;
font-size: 26px;
}
iframe {
border: none;
}