| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .livelist{
- width: 46%;
- float: left;
- margin: 0 2%;
- margin-top: 10px;
- padding: 15rpx;
- overflow: hidden;
- box-sizing: border-box;
- border: 1px solid #ddd;
- position: relative;
- }
- .livelist image{
- max-height: 100%;
- width: 100%;
- height: 280rpx;
- }
- .livelist .title{
- font-size: 32rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .livelist .startt span{
- font-size: 20rpx;
- float: right;
- color: #eab86a;
- }
- .livelist .startt{
- font-size: 24rpx;
- color: #eab86a;
- white-space: nowrap;
- }
- .livelist .status{
- position: absolute;
- top: 10px;
- color: #f00;
- right: 10px;
- font-size: 30rpx;
- }
|