detail.css
1.5 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
body, html{
margin: 0;
padding: 0;
}
.content {
/*width: 7.5rem;*/
/*height: 12.06rem;*/
width: 100%;
height: 100%;
background-image: url('../images/bbg01@2x.png');
background-repeat: no-repeat;
background-position:center;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
position: fixed;
}
.head {
padding: 0.81rem 1.69rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #000000;
text-align: center;
}
.title {
font-size: 0.36rem;
margin-bottom: 0.16rem;
font-weight: bold;
}
.tips {
font-size: 0.28rem;
font-weight: bold;
}
.swiper-list {
padding: 0 0.32rem;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: flex;
display: -webkit-box;
overflow-x: scroll;
-webkit-overflow-scrolling:touch;
}
.swiper-item {
width: 1.2rem;
height: 7.11rem;
background-image: url('../images/bele01@2x.png');
background-repeat: no-repeat;
background-position:center;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
/*position: fixed;*/
color: #6A3706;
font-size: 0.64rem;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-around;
position: relative;
}
.name {
/*margin-top: 1.77rem;*/
}
.number {
font-size: 0.36rem;
position: absolute;
bottom: 0.42rem;
left: 0.34rem;
/*margin-bottom: 0.42rem;*/
}