mirror of
https://github.com/blasten/turn.js.git
synced 2026-07-14 22:15:35 +08:00
31 lines
395 B
CSS
31 lines
395 B
CSS
.turn-page {
|
|
position: absolute;
|
|
}
|
|
|
|
.turn-page-wrapper,
|
|
.turn-flip-wrapper,
|
|
.turn-fold-wrapper,
|
|
.turn-shadow {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.turn-fold-parent {
|
|
position: absolute;
|
|
overflow: visible;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.turn-fold-inner {
|
|
position: absolute;
|
|
overflow: visible;
|
|
}
|
|
|
|
.turn-fold-page {
|
|
cursor: default;
|
|
}
|
|
|
|
.turn-back-shadow {
|
|
overflow: hidden;
|
|
}
|