123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .blive-list {
- width: 100vw;
- box-sizing: border-box;
- }
- .list-box {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- width: 662rpx;
- margin: 0 auto;
- }
- .live-item {
- width: 322rpx;
- height: 332rpx;
- border-radius: 10rpx;
- box-shadow: 0px 0px 16rpx 0px rgba(170, 170, 170, 0.3);
- margin-top: 20rpx;
- overflow: hidden;
- }
- .img {
- width: 322rpx;
- height: 240rpx;
- overflow: hidden;
- }
- .explain {
- width: 100%;
- height: 34rpx;
- font-size: 24rpx;
- color: #333333;
- line-height: 34rpx;
- padding: 0 10rpx;
- box-sizing: border-box;
- }
- .brand-audience {
- width: 100%;
- display: flex;
- justify-content: space-between;
- height: 40rpx;
- line-height: 40rpx;
- padding: 0 10rpx;
- box-sizing: border-box;
- }
- .brand {
- flex: 1;
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 550;
- color: #000000;
- }
- .audience {
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 550;
- color: #4DC2D4;
- flex-shrink: 0;
- }
- .audience image {
- width: 20rpx;
- height: 20rpx;
- margin-right: 4rpx;
- }
|