/* packageD/article/PayarticleList/PayarticleList.wxss */ .box { padding-left: 25rpx; padding-top: 25rpx; padding-bottom: 25rpx; padding-right: 25rpx; } page { background: #fff; } .line { display: flex; align-items: center; padding-bottom: 30rpx; border-bottom: 1rpx solid #ececec; margin-bottom: 20rpx; } .line .left { width: 227rpx; height: 178rpx; } .line .left image { width: 100%; height: 100%; } .line .right { flex: 1; display: flex; flex-direction: column; justify-content: space-between; height: 178rpx; margin-left: 34rpx; margin-right: 45rpx; } .line .right .top { font-size: 28rpx; line-height: 40rpx; letter-spacing: 0rpx; color: #000; /* text-overflow: -o-ellipsis-lastline; */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .line .right .bottom { display: flex; flex-direction: column; } .line .right .bottom .mun { font-size: 28rpx; font-weight: normal; letter-spacing: 0rpx; color: #ff2c28; display: flex; align-items: center; max-width: 300rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .line .right .bottom .dor { font-size: 24rpx; letter-spacing: 0rpx; color: #ff2c28; } .line .right .bottom .bom { display: flex; justify-content: space-between; align-items: center; } .name { font-size: 22rpx; color: #666; } .time { font-size: 22rpx; color: #666; }