2015-09-18 03:48:52 +08:00
|
|
|
|
|
|
|
.nano.scroller-shadow-top:before, .nano.scroller-shadow-bottom:after {
|
2014-05-24 06:14:16 +08:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 10px;
|
|
|
|
z-index: 102;
|
2015-10-15 02:28:58 +08:00
|
|
|
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
|
2014-05-24 06:14:16 +08:00
|
|
|
}
|
|
|
|
|
2015-09-18 03:48:52 +08:00
|
|
|
.nano.scroller-shadow-top:before {
|
2014-05-24 06:14:16 +08:00
|
|
|
top: -10px;
|
|
|
|
}
|
|
|
|
|
2015-09-18 03:48:52 +08:00
|
|
|
.nano.scroller-shadow-bottom:after {
|
2014-05-24 06:14:16 +08:00
|
|
|
bottom: -10px;
|
|
|
|
}
|
|
|
|
|
2015-09-18 03:48:52 +08:00
|
|
|
.nano.fixIndex.scroller-shadow-top:before, .nano.fixIndex.scroller-shadow-bottom:after {
|
|
|
|
z-index: 98;
|
2015-10-15 02:28:58 +08:00
|
|
|
}
|
|
|
|
|
2016-04-27 07:52:38 +08:00
|
|
|
/*
|
|
|
|
.nano {
|
|
|
|
.pane .slider {
|
|
|
|
.transition(top 0.1s ease-out);
|
|
|
|
}
|
2015-10-15 02:28:58 +08:00
|
|
|
|
2016-04-27 07:52:38 +08:00
|
|
|
.pane2 .slider2 {
|
|
|
|
.transition(left 0.1s ease-out);
|
|
|
|
}
|
2015-10-15 02:28:58 +08:00
|
|
|
|
2016-04-27 07:52:38 +08:00
|
|
|
.pane.active .slider, .pane2.active .slider2 {
|
|
|
|
.transition(none);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
*/
|