frontend_h5/treegitee/unpackage/dist/dev/mp-weixin/pages/my/index.wxss

33 lines
629 B
Plaintext

.three {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
page {
background: linear-gradient(180deg, #FFE4E4 0%, rgba(216, 216, 216, 0) 100%) !important;
}
.t22 {
background-image: url('https://pfapi.86698.cn/static/images/t2bb.png');
background-size: 100% 100%;
width: calc(100% - 60rpx);
height: 276rpx;
}
.one {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
width: 115rpx;
}
/*隐藏滚动条*/
::-webkit-scrollbar {
width: 0 !important;
height: 0 !important;
}