146 lines
2.8 KiB
CSS
146 lines
2.8 KiB
CSS
.uv-line-1 {
|
|
/* #ifdef APP-NVUE */
|
|
lines: 1;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
flex: 1;
|
|
/* #endif */
|
|
/* #ifndef APP-NVUE */
|
|
display: -webkit-box !important;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-break: break-all;
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical !important;
|
|
/* #endif */
|
|
}
|
|
|
|
.uv-line-2 {
|
|
/* #ifdef APP-NVUE */
|
|
lines: 2;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
flex: 1;
|
|
/* #endif */
|
|
/* #ifndef APP-NVUE */
|
|
display: -webkit-box !important;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-break: break-all;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical !important;
|
|
/* #endif */
|
|
}
|
|
|
|
.uv-line-3 {
|
|
/* #ifdef APP-NVUE */
|
|
lines: 3;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
flex: 1;
|
|
/* #endif */
|
|
/* #ifndef APP-NVUE */
|
|
display: -webkit-box !important;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-break: break-all;
|
|
-webkit-line-clamp: 3;
|
|
-webkit-box-orient: vertical !important;
|
|
/* #endif */
|
|
}
|
|
|
|
.uv-line-4 {
|
|
/* #ifdef APP-NVUE */
|
|
lines: 4;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
flex: 1;
|
|
/* #endif */
|
|
/* #ifndef APP-NVUE */
|
|
display: -webkit-box !important;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-break: break-all;
|
|
-webkit-line-clamp: 4;
|
|
-webkit-box-orient: vertical !important;
|
|
/* #endif */
|
|
}
|
|
|
|
.uv-line-5 {
|
|
/* #ifdef APP-NVUE */
|
|
lines: 5;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
flex: 1;
|
|
/* #endif */
|
|
/* #ifndef APP-NVUE */
|
|
display: -webkit-box !important;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-break: break-all;
|
|
-webkit-line-clamp: 5;
|
|
-webkit-box-orient: vertical !important;
|
|
/* #endif */
|
|
}
|
|
|
|
.uv-border {
|
|
border-width: 0.1rpx !important;
|
|
border-color: #dadbde !important;
|
|
border-style: solid;
|
|
}
|
|
|
|
.uv-border-top {
|
|
border-top-width: 0.1rpx !important;
|
|
border-color: #dadbde !important;
|
|
border-top-style: solid;
|
|
}
|
|
|
|
.uv-border-left {
|
|
border-left-width: 0.1rpx !important;
|
|
border-color: #dadbde !important;
|
|
border-left-style: solid;
|
|
}
|
|
|
|
.uv-border-right {
|
|
border-right-width: 0.1rpx !important;
|
|
border-color: #dadbde !important;
|
|
border-right-style: solid;
|
|
}
|
|
|
|
.uv-border-bottom {
|
|
border-bottom-width: 0.1rpx !important;
|
|
border-color: #dadbde !important;
|
|
border-bottom-style: solid;
|
|
}
|
|
|
|
.uv-border-top-bottom {
|
|
border-top-width: 0.1rpx !important;
|
|
border-bottom-width: 0.1rpx !important;
|
|
border-color: #dadbde !important;
|
|
border-top-style: solid;
|
|
border-bottom-style: solid;
|
|
}
|
|
|
|
.uv-reset-button {
|
|
padding: 0;
|
|
background-color: transparent;
|
|
/* #ifndef APP-PLUS */
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
/* #endif */
|
|
/* #ifdef APP-NVUE */
|
|
border-width: 0;
|
|
/* #endif */
|
|
}
|
|
|
|
/* #ifndef APP-NVUE */
|
|
.uv-reset-button::after {
|
|
border: none;
|
|
}
|
|
|
|
/* #endif */
|
|
.uv-hover-class {
|
|
opacity: 0.7;
|
|
}
|