/* packageI/handwrittenEsign/handwrittenEsignLog/handwrittenEsignLog.wxss */ view { box-sizing: border-box; } .list { padding: 28rpx; } .list .list-child { text-align: left; display: flex; flex-direction: column; background-color: #fff; border-radius: 16rpx; overflow: hidden; margin-bottom: 24rpx; padding: 28rpx 30rpx; } .list .list-child .list-top { display: flex; justify-content: space-between; } .list .list-child .list-top .title { margin-right: 56rpx; flex: 1; line-height: 36rpx; height: 72rpx; font-size: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .list .list-child .list-top .status { color: #f14e4e; font-size: 14px; } .list .list-child .list-bottom { padding-top: 30rpx; display: flex; }