/* pages/huodong/huodong.wxss */ .search{ margin-bottom: 20rpx; } .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 0; } .list image{ width: 20%; height: 50px; } .list>view{ width: 80%; 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: 22rpx; } .ly view{ float: right; text-align: right; } .ly view text{ font-size: 18rpx; } .more{ text-align:center; color:#999; padding:10rpx 0; }