2019-01-26 00:21:05 +08:00
|
|
|
|
|
|
|
.button {
|
2019-03-20 20:57:54 +08:00
|
|
|
z-index: 1;
|
2019-01-26 00:21:05 +08:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2019-05-14 21:15:54 +08:00
|
|
|
left: auto;
|
2019-01-26 00:21:05 +08:00
|
|
|
cursor: pointer;
|
2019-05-14 21:15:54 +08:00
|
|
|
|
|
|
|
[dir="rtl"] & {
|
|
|
|
right: auto;
|
|
|
|
left :0;
|
|
|
|
}
|
2019-01-26 00:21:05 +08:00
|
|
|
}
|