/* pages/collect/collect.wxss */ .list{ /* box-shadow: 0px 2rpx 9rpx 0px rgba(0, 0, 0, 0.2); */ /* border-radius: 20rpx; display: flex; /* padding: 20rpx; */ /* box-shadow: 0 0 15rpx 0px rgba(0, 0, 0, 0.2); */ /* margin: 0 20rpx 40rpx; */ /* border-bottom: 1px solid #F0F0F0; */ padding: 28rpx; background: #fff; margin-bottom: 20rpx; display: flex; } .list image{ width: 25%; max-height: 100px; } .list>view{ width: 75%; vertical-align: middle; padding-left: 20rpx; } .list .tt{ margin-bottom: 20rpx; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 28rpx; } .list text{ color: #999; display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; font-size: 26rpx; } .list .hd_ly{ margin-bottom: 40rpx; color: #666; } .hd_ly text{ font-size: 18rpx; float: right; margin-top: 5rpx; } .content{ background: #fff; border-radius: 18rpx; padding: 20rpx; } .ly{ margin-bottom: 28rpx; } .ly text{ display: block; color: #666; font-size: 24rpx; } .ly view{ float: right; text-align: right; } .ly view text{ /* font-size: 18rpx; */ } .list .title{ margin-bottom: 10rpx; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }