| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .nut-imagepreview {
- height: 100%;
- width: 100%;
- &-swiper {
- height: 100%;
- width: 100vw;
- background-color: transparent;
- }
- &-img {
- width: 100%;
- height: 100%;
- object-fit: contain;
- }
- &-taro-img {
- width: 100%;
- height: 100%;
- }
- &-index {
- position: fixed;
- z-index: 2002;
- top: 50px;
- text-align: center;
- left: 0;
- right: 0;
- background: transparent;
- color: #fff;
- .arrow {
- position: absolute;
- left: 15px;
- transform: rotateZ(180deg);
- }
- }
- &-close-icon {
- position: fixed;
- z-index: 2002;
- top: 50px;
- right: 15px;
- }
- .popup-bg {
- background: rgba(0, 0, 0, 0.9);
- }
- .popup-box {
- height: 100%;
- overflow: visible;
- background-color: transparent;
- }
- }
- .custom-pop {
- height: 100%;
- background: transparent !important;
- display: flex;
- align-items: center;
- }
- .nut-imagepreview-swiper .nut-swiper-item {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- .nut-imagepreview-box {
- width: 100%;
- }
- .nut-video {
- // height: auto;
- video {
- object-fit: contain;
- }
- }
- }
|