纸通宝小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

30 lines
610 B

/* pages/main/index.wxss */
.attention-bg{
height: 40rpx;
line-height: 40rpx;
display: flex;
background-color: rgba(0,0,0,0.10);
font-size: 24rpx;
border-radius: 4rpx;
text-align: center;
padding: 2rpx 8rpx 0rpx 8rpx;
}
.text-title{
/* width: 100%;
height: 140rpx;
font-size: 32rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
word-wrap: break-word; */
font-size: 32rpx;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}