yohood_index.css
1.28 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
html,body {
width: 100%;
height: auto;
}
body {
margin: 0;
padding: 0;
background-color: #FFFFFF;
font-family: "微软雅黑", "黑体", Helvetica, Arial, sans-serif;
}
ul {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.yohood_wrapper {
position: relative;
width: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.yohood_main {
position: relative;
width: 100%;
margin: 0 auto;
max-width: 540px;
}
.yohood_main_ul li {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
float: left;
}
.yohood_main_ul li img {
float: left;
}
#part_3 a {
position: absolute;
display: block;
width: 100%;
height: 20%;
background-color: rgba(0,0,0,0.01);
left: 0;
top: 40%;
}
#part_5 a{
position: absolute;
display: block;
width: 17%;
height: 10%;
background-color: rgba(0,0,0,0.01);
left: 78%;
}
#part_6_1 {
float: left;
width: 100%;
height: 2.5rem;
}
#part_6_1 img {
position: fixed;
bottom: 0;
}
#part_6_2 {
float: left;
width: 100%;
height: 2.5rem;
}
#part_6_2 a {
position: fixed;
bottom: 0;
}
#btn_down_yohobuy {
top: 18%;
}
#btn_down_yoho {
top: 47%;
}
#btn_down_mars {
top: 77%;
}