2021-12-20 12:32:51 +00:00
|
|
|
.arrow_next {
|
2022-02-02 15:21:12 +00:00
|
|
|
background-image: url('/main/diary/diary_next.png');
|
|
|
|
background-repeat: no - repeat;
|
2021-12-20 12:32:51 +00:00
|
|
|
display: inline - block;
|
|
|
|
width: 16 px;
|
|
|
|
height: 16 px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrow_prev {
|
2022-02-02 15:21:12 +00:00
|
|
|
background-image: url('/main/diary/diary_prev.png');
|
|
|
|
background-repeat: no - repeat;
|
2021-12-20 12:32:51 +00:00
|
|
|
display: inline - block;
|
|
|
|
width: 16 px;
|
|
|
|
height: 16 px;
|
|
|
|
cursor: pointer;
|
2022-02-02 15:21:12 +00:00
|
|
|
}
|