123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .show-view{
- margin: 40rpx 0;
- }
- .show-list {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .show-box {
- width: 340rpx;
- margin-bottom: 20rpx;
- }
- .show-img {
- width: 340rpx;
- height: 255rpx;
- }
- .show-img video {
- width: 100%;
- height: 100%;
- border-radius: 10rpx;
- }
- .show-title-view {
- display: flex;
- width: 340rpx;
- }
- .show-title {
- width: 200rpx;
- font-size: 28rpx;
- height: 48rpx;
- line-height: 48rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .zan-view {
- display: flex;
- justify-content: right;
- margin-left: auto;
- }
- .zan-img {
- height: 48rpx;
- width: 48rpx;
- }
- .zan-img image {
- height: 100%;
- width: 100%;
- }
- .zan-num {
- font-size: 28rpx;
- height: 48rpx;
- line-height: 48rpx;
- letter-spacing: -3rpx;
- }
- .zan-nums {
- color: #cc6031;
- }
- .show-desc {
- width: 340rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- color: #999;
- font-size: 28rpx;
- height: 48rpx;
- line-height: 48rpx;
- }
|