UNPKG

1.89 kBCSSView Raw
1.banner-anim {
2 position: relative;
3 overflow: hidden;
4 min-height: 100px;
5}
6.banner-anim-elem {
7 height: 100%;
8}
9.banner-anim-elem > * {
10 position: relative;
11}
12.banner-anim-elem-mask {
13 position: relative;
14 overflow: hidden;
15 width: 100%;
16}
17.banner-anim-arrow {
18 cursor: pointer;
19 position: absolute;
20 z-index: 10;
21}
22.banner-anim-arrow-default {
23 position: absolute;
24 width: 20px;
25 height: 60px;
26 margin-top: -30px;
27 background: rgba(0, 0, 0, 0.3);
28}
29.banner-anim-arrow-default.next {
30 right: 0;
31}
32.banner-anim-arrow-default.next:before,
33.banner-anim-arrow-default.prev:before,
34.banner-anim-arrow-default.next:after,
35.banner-anim-arrow-default.prev:after {
36 width: 2px;
37 height: 15px;
38 background: #fff;
39 display: block;
40 content: ' ';
41 position: absolute;
42}
43.banner-anim-arrow-default.next:before {
44 transform: rotate(-40deg);
45 top: 18px;
46 left: 10px;
47}
48.banner-anim-arrow-default.next:after {
49 transform: rotate(40deg);
50 bottom: 17px;
51 left: 10px;
52}
53.banner-anim-arrow-default.prev:before {
54 transform: rotate(40deg);
55 top: 18px;
56 left: 8px;
57}
58.banner-anim-arrow-default.prev:after {
59 transform: rotate(-40deg);
60 bottom: 17px;
61 left: 8px;
62}
63.banner-anim-thumb {
64 position: absolute;
65 bottom: 0;
66 margin: 0;
67 padding: 0;
68 width: 100%;
69 text-align: center;
70 pointer-events: none;
71 z-index: 10;
72}
73.banner-anim-thumb > span {
74 pointer-events: auto;
75 cursor: pointer;
76 display: inline-block;
77 list-style: none;
78}
79.banner-anim-thumb-default {
80 height: 40px;
81 line-height: 40px;
82}
83.banner-anim-thumb-default span {
84 width: 8px;
85 height: 8px;
86 border-radius: 8px;
87 margin: 0 5px;
88 background: rgba(102, 102, 102, 0.35);
89 transition: background .3s;
90 box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
91}
92.banner-anim-thumb-default span:active,
93.banner-anim-thumb-default span.active {
94 background: #fff;
95}
96
97/*# sourceMappingURL=rc-banner-anim.css.map*/
\No newline at end of file