choumei.css
1.68 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
101
102
103
104
105
106
@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
html{
height:100%;
}
body{
height:100%;
/*background:url(../images/shouye_nvsheng_bg.png);*/
background-size:100% 100%;
}
#header img{
width:100%;
}
.swiper-container{
width:100%;
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-ms-perspective: 1200px;
perspective: 1200px;
}
.swiper-wrapper{
/*margin-top:10px;*/
}
.swiper-slide{
width:80%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-slide-active {
}
.swiper-slide .main-img{
width:80%;
margin:0 auto;
display:block;
}
#pagination{
/*position:absolute;*/
/*bottom:100px;*/
width:100%;
}
#pagination .swiper-pagination-bullet{
width:9.5%;
float:left;
margin:0 0 0 6.15%;
background:none;
opacity: 1;
}
.swiper-pagination-bullet i{
background:#41203f;
width:24px;
height:24px;
line-height:24px;
font-size:12px;
border-radius:50px;
display:block;
font-style:normal;
text-align:center;
margin:0 auto;
color:#f5b55c;
}
.swiper-pagination-bullet-active i{
-webkit-transform: scale(1.5);
background:url(../images/shouye_nvsheng_huangseb.png) no-repeat center 50%;
background-size:auto 100%;
color:#815d4b;
}
@media screen and (min-height: 481px) {
.swiper-wrapper{
/*margin-top:20px;*/
}
#pagination{
/*bottom:110px;*/
}
}
@media screen and (min-height: 569px) {
.swiper-wrapper{
/*margin-top:40px;*/
}
#pagination{
bottom:120px;
}
.swiper-pagination-bullet i{
width:30px;
height:30px;
line-height:30px;
font-size:15px;
}
}
#footer{
position:absolute;
bottom:0;
}
#footer img{
width:100%;
display:block;
}