yohood_end.css
1.32 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
97
98
99
100
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;
}
.yohood_main_ul li img {
float: left;
}
.part_2_img {
width: 90%;
height: auto;
margin: 0 auto;
}
.part_3_content {
position: relative;
width: 90%;
margin: 0.5rem auto;
}
.p3_title {
font-size: 1rem;
font-weight: bold;
line-height: 4rem;
}
.p3_content {
font-size: 0.7rem;
font-weight: lighter;
line-height: 1rem;
color: #B5B5B5;
}
#part_5 a{
position: absolute;
display: block;
width: 17%;
height: 10%;
background-color: rgba(0,0,0,0.01);
left: 78%;
}
#part_6 {
float: left;
width: 100%;
height: 2.5rem;
}
#part_6 a {
position: fixed;
bottom: 0;
}
#btn_down_yohobuy {
top: 18%;
}
#btn_down_yoho {
top: 47%;
}
#btn_down_mars {
top: 77%;
}