| 1234567891011121314151617181920212223242526272829303132333435 |
- .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;
- margin-bottom: 15rpx;
- }
- .livelist .title{
- font-size: 35rpx;
- }
- .livelist .title span{
- font-size: 20rpx;
- float: right;
- line-height: 46rpx;
- color: #eab86a;
- }
- .livelist .startt{
- font-size: 24rpx;
- color: #eab86a;
- }
- .livelist .status{
- position: absolute;
- top: 5px;
- color: #f00;
- }
|