2019-02-22 10:16:44 +00:00
|
|
|
.image-file-view {
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2024-08-22 06:59:00 +00:00
|
|
|
|
2019-02-18 00:05:37 +00:00
|
|
|
.image-file-view:before {
|
2024-08-22 06:59:00 +00:00
|
|
|
content: ' ';
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 100%;
|
|
|
|
font-size: 0;
|
|
|
|
line-height: 0;
|
2019-02-18 00:05:37 +00:00
|
|
|
}
|
2024-08-22 06:59:00 +00:00
|
|
|
|
2019-02-18 00:05:37 +00:00
|
|
|
#image-view {
|
2024-08-22 06:59:00 +00:00
|
|
|
padding: 1px;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
max-width: calc(100% - 4px);
|
|
|
|
max-height: calc(100% - 4px);
|
|
|
|
font-size: 0;
|
|
|
|
line-height: 0;
|
2019-02-18 00:05:37 +00:00
|
|
|
}
|
2024-08-22 06:59:00 +00:00
|
|
|
|
2019-02-22 10:16:44 +00:00
|
|
|
#img-prev,
|
|
|
|
#img-next {
|
2024-08-22 06:59:00 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 48%;
|
|
|
|
text-decoration: none;
|
2024-11-27 03:03:59 +00:00
|
|
|
color: #666;
|
2024-08-22 06:59:00 +00:00
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
background: #fff;
|
|
|
|
border-radius: 100%;
|
|
|
|
line-height: 50px;
|
2025-02-08 02:27:34 +00:00
|
|
|
z-index: 1;
|
2019-02-22 10:16:44 +00:00
|
|
|
}
|
2024-08-22 06:59:00 +00:00
|
|
|
|
2019-02-22 10:16:44 +00:00
|
|
|
#img-prev {
|
2024-08-22 06:59:00 +00:00
|
|
|
left: 15px;
|
2019-02-22 10:16:44 +00:00
|
|
|
}
|
2024-08-22 06:59:00 +00:00
|
|
|
|
2019-02-22 10:16:44 +00:00
|
|
|
#img-next {
|
2024-08-22 06:59:00 +00:00
|
|
|
right: 15px;
|
2019-02-22 10:16:44 +00:00
|
|
|
}
|
2024-08-22 06:59:00 +00:00
|
|
|
|
2019-02-22 10:16:44 +00:00
|
|
|
#img-prev:hover,
|
|
|
|
#img-next:hover {
|
2024-08-22 06:59:00 +00:00
|
|
|
color: #212529;
|
2019-02-22 10:16:44 +00:00
|
|
|
}
|
2025-02-08 02:27:34 +00:00
|
|
|
|
|
|
|
.image-zoomer {
|
|
|
|
height: 24px;
|
|
|
|
}
|