index.css
1.69 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
.main{
position: relative;
margin: 0 auto;
background-color: #171521;
width: 10rem;
padding-bottom: 0.8rem;
}
.head{
background: url(../img/head.png?v=201905281103) no-repeat;
background-size: 100% 100%;
width: 10rem;
height: 7.84rem;
position: relative;
}
.head img{
width: 6.306rem;
height: 1.826rem;
position: absolute;
left: 50%;
margin-left: -3.3rem;
top: 2.2rem;
display: none;
}
.list{
background: url(../img/list.png?v=201906061514) no-repeat;
background-size: 100% 100%;
width: 9.08rem;
height: 27.373rem;
margin: 0 auto;
position: relative;
top: -.3rem;
}
.show{
background: url(../img/show.png?v=201906061540) no-repeat;
background-size: 100% 100%;
width: 9.08rem;
height: 17.453rem;
margin: .766rem auto 0;
position: relative;
}
.wear{
background: url(../img/wear.png) no-repeat;
background-size: 100% 100%;
width: 9.08rem;
height: 11.706rem;
margin: 1.066rem auto 0;
position: relative;
}
.desc{
background: url(../img/desc.png?v=201906061549) no-repeat;
background-size: 100% 100%;
width: 9.08rem;
height: 16.746rem;
margin: 1.066rem auto 0;
position: relative;
}
.main2{
position: relative;
margin: 0 auto;
background-color: #171521;
width: 10rem;
padding-bottom: 0.8rem;
}
.mHead2{
width: 10rem;
height: 7.146rem;
position: relative;
}
.mBox2{
position: relative;
width: 8.666rem;
margin: 0.64rem auto 0;
font-size: 0;
}
.mTitle{
font-size: 0.373rem;
color:#6BCCE9;
}
.mBoxTest{
font-size: 0.373rem;
color:#3387A0;
}
.mTitle{
margin-top: 0.6rem;
}
.mTitle:first-child{
margin-top: 0;
}
.mLogo2{
background: url(../img/logo.png) no-repeat;
background-size: 100% 100%;
width: 2.52rem;
height: 0.933rem;
position: relative;
margin: 1.2rem auto 0;
}