98 lines
1.7 KiB
CSS
98 lines
1.7 KiB
CSS
.yingbing-read-page-flip {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
.flip-item-wrapper {
|
|
/* #ifndef APP-NVUE */
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
/* #endif */
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
.flip-item-header {
|
|
/* #ifndef APP-NVUE */
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
/* #endif */
|
|
justify-content: center;
|
|
height: 50rpx;
|
|
overflow: hidden;
|
|
}
|
|
.flip-item-header-text {
|
|
font-size: 24rpx;
|
|
opacity: .4;
|
|
font-weight: bold;
|
|
/* #ifdef APP-NVUE */
|
|
lines: 1;
|
|
text-overflow: ellipsis;
|
|
/* #endif */
|
|
/* #ifndef APP-NVUE */
|
|
display: -webkit-box !important;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-break: break-all;
|
|
-webkit-box-orient:vertical;
|
|
-webkit-line-clamp: 1;
|
|
/* #endif */
|
|
}
|
|
.flip-item-footer {
|
|
/* #ifndef APP-NVUE */
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
/* #endif */
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
height: 50rpx;
|
|
overflow: hidden;
|
|
}
|
|
.flip-item-footer-text {
|
|
font-size: 24rpx;
|
|
opacity: .4;
|
|
font-weight: bold;
|
|
}
|
|
.flip-item-content {
|
|
/* #ifndef APP-NVUE */
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
/* #endif */
|
|
flex: 1;
|
|
}
|
|
.flip-item-text {
|
|
/* #ifndef APP-NVUE */
|
|
display: flex;
|
|
flex-direction: column;
|
|
/* #endif */
|
|
},
|
|
.flip-text {
|
|
/* #ifndef APP-NVUE */
|
|
box-sizing: border-box;
|
|
white-space: pre-wrap;
|
|
/* #endif */
|
|
}
|
|
.flip-loading {
|
|
/* #ifndef APP-NVUE */
|
|
display: flex;
|
|
/* #endif */
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.flip-loading-text {
|
|
font-size: 20px;
|
|
}
|
|
/* #ifndef APP-NVUE */
|
|
view, image, input, scroll-view, swiper, swiper-item, text, textarea, video {
|
|
position: static;
|
|
}
|
|
/* #endif */ |