yohood_base.css
1.64 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
88
89
90
91
92
93
94
95
96
/*一些基础元素样式设置*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, header, section, aside, nav, menu, footer, article {
margin: 0;
padding: 0;
}
article, aside, footer, header, main, nav, section, div {
display: block;
}
a {
display: block;
text-decoration: none;
color: inherit;
}
p,span,h2 {
margin: 0;
padding: 0;
border: 0;
font:inherit;
font-size: 100%;
vertical-align: baseline;
}
img {
width: 100%;
height: auto;
border: none;
}
.full-img {
width: 100%;
height: 100%;
}
ul {
margin: 0 auto;
padding: 0;
list-style: none;
}
video {
position: relative;
z-index:0;
}
.live-app-download-msg {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.8);
z-index: 30;
}
/*-----微信中的下载提示-----*/chuan
.live-app-download-msg .wx-img1 {
display: none;
width: 43.33%;
position: absolute;
/*background-image: url(../image/wx-img1.png);*/
background-size: contain;
right: 2%;
top: 1%;
}
.live-app-download-msg .wx-img2 {
display: none;
width: 94.8%;
position: absolute;
/*background-image: url(../image/wx-img2.png);*/
background-size: contain;
bottom: 1%;
left: 2%;
}
.live-app-download-msg .wx-img3 {
display: none;
width: 94.8%;
position: absolute;
/*background-image: url(../image/wx-img3.png);*/
background-size: contain;
top: 10%;
right: 0;
}
/*-----微信下载提示结束-----*/