style.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
71
72
73
74
75
76
77
78
79
80
81
82
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
.diepic{
position: relative;
width: 1200px;
margin:100px auto 0 auto
}
.diepic h2{font-size:36px;margin-bottom:17px;text-align:center;font-weight:normal;line-height:42px;height:60px;}
.diepic .swiper-container {
/*padding-bottom: 60px;*/
}
.diepic .swiper-slide {
width: 50%;
height: 420;
background: #fff;
box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
transition: all .4s cubic-bezier(.4, 0, .2, 1);
cursor: pointer;
}
.diepic .swiper-slide img {
width:100%;
display: block;
}
.diepic .swiper-slide p {
line-height: 98px;
padding-top: 0;
text-align: center;
color: #636363;
font-size: 1.1em;
margin: 0;
}
.diepic .swiper-pagination {
width: 100%;
bottom: -85px;
}
.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
border: 3px solid #fff;
background-color: #030000;
width: 10px;
height: 10px;
opacity: .6;
}
.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
width: 34px;
display: inline-block;
height: 10px;
border-radius: 10px;
transition: width .4s cubic-bezier(.4, 0, .2, 1);
background-image: linear-gradient(80deg, #0989c5, #995cb6);
opacity: 1;
}
.diepic .swiper-button-prev {
left: -128px;
top: 700px;
width:61px;
height: 61px;
}
.diepic .swiper-button-next {
right: -128px;
top: 700px;
width: 61px;
height: 61px;
}
.swiper-wrapper{
position: relative;
}
.yinname{
position: absolute;
bottom:0;
right:0;
}