95 lines
1.6 KiB
Plaintext
95 lines
1.6 KiB
Plaintext
|
|
.fui-gallery__wrap.data-v-c9e13cde {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: #000;
|
|
}
|
|
.fui-gallery__img-wrap.data-v-c9e13cde {
|
|
|
|
width: 100%;
|
|
|
|
flex: 1;
|
|
position: relative;
|
|
font-size: 0;
|
|
}
|
|
.fui-gallery__swiper-item.data-v-c9e13cde {
|
|
|
|
width: 100%;
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.fui-gallery__hidden.data-v-c9e13cde {
|
|
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
.fui-gallery__show.data-v-c9e13cde {
|
|
|
|
display: flex;
|
|
visibility: visible;
|
|
|
|
flex-direction: column;
|
|
}
|
|
.fui-gallery__index-wrap.data-v-c9e13cde {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.fui-gallery__index.data-v-c9e13cde {
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
font-size: 34rpx;
|
|
line-height: 34rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-weight: normal;
|
|
padding: 6rpx 20rpx;
|
|
border-radius: 100px;
|
|
background: rgba(0, 0, 0, .6);
|
|
}
|
|
.fui-gallery__descr-wrap.data-v-c9e13cde {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(17, 17, 17, .6);
|
|
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.fui-gallery__descr.data-v-c9e13cde {
|
|
flex: 1;
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
padding: 26rpx 32rpx;
|
|
|
|
display: block;
|
|
box-sizing: border-box;
|
|
z-index: 10;
|
|
}
|
|
.fui-gallery__text-ellipsis.data-v-c9e13cde {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
}
|
|
.fui-gallery__img.data-v-c9e13cde {
|
|
|
|
width: 100%;
|
|
}
|