xz_dingjie/pages/broadcast/broadcast.wxss
2020-06-23 19:14:44 +08:00

28 lines
453 B
Plaintext

.broadcast{
padding: 30rpx;
}
.broadcast-box{
box-shadow:0 0 17rpx 0 rgba(0,0,0,0.1);
border-radius:10rpx;
overflow: hidden;
margin-bottom: 20rpx;
}
.broadcast-img, .broadcast-img image{
width: 100%;
height: 310rpx;
}
.broadcast-info{
padding: 20rpx;
}
.name{
font-size: 32rpx;
color: #242424;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.time{
color: #242424;
font-size: 26rpx;
margin-top: 10rpx;
}