79 lines
1.6 KiB
Plaintext
79 lines
1.6 KiB
Plaintext
|
|
.gnp-wrap.data-v-5c425989 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 100rpx;
|
|
z-index: 10050;
|
|
padding-left: 24rpx;
|
|
padding-right: 24rpx;
|
|
padding-bottom: 8rpx;
|
|
box-sizing: border-box;
|
|
touch-action: none;
|
|
}
|
|
.gnp-wrap--touch.data-v-5c425989 {
|
|
z-index: 10051;
|
|
}
|
|
.gnp-card.data-v-5c425989 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
background: #ffffff;
|
|
border-radius: 24rpx;
|
|
padding: 30rpx 24rpx;
|
|
box-shadow: 0 8rpx 32rpx rgba(0, 0, 0, 0.1);
|
|
-webkit-transform: translateY(-120%);
|
|
transform: translateY(-120%);
|
|
opacity: 0;
|
|
transition: opacity 0.28s ease, -webkit-transform 0.32s ease-out;
|
|
transition: transform 0.32s ease-out, opacity 0.28s ease;
|
|
transition: transform 0.32s ease-out, opacity 0.28s ease, -webkit-transform 0.32s ease-out;
|
|
}
|
|
.gnp-card--in.data-v-5c425989 {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
opacity: 1;
|
|
}
|
|
.gnp-left.data-v-5c425989 {
|
|
flex: 1;
|
|
min-width: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-right: 20rpx;
|
|
}
|
|
.gnp-time.data-v-5c425989 {
|
|
font-size: 24rpx;
|
|
color: #f59a23;
|
|
line-height: 1.3;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
.gnp-text.data-v-5c425989 {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
line-height: 1.45;
|
|
word-break: break-all;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
line-clamp: 3;
|
|
overflow: hidden;
|
|
}
|
|
.gnp-icon-box.data-v-5c425989 {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 20rpx;
|
|
background: #f2f2f2;
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
}
|
|
.gnp-thumb.data-v-5c425989 {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|