livelist.wxss 597 B

1234567891011121314151617181920212223242526272829303132333435
  1. .livelist{
  2. width: 46%;
  3. float: left;
  4. margin: 0 2%;
  5. margin-top: 10px;
  6. padding: 15rpx;
  7. overflow: hidden;
  8. box-sizing: border-box;
  9. border: 1px solid #ddd;
  10. position: relative;
  11. }
  12. .livelist image{
  13. max-height: 100%;
  14. width: 100%;
  15. height: 280rpx;
  16. margin-bottom: 15rpx;
  17. }
  18. .livelist .title{
  19. font-size: 35rpx;
  20. }
  21. .livelist .title span{
  22. font-size: 20rpx;
  23. float: right;
  24. line-height: 46rpx;
  25. color: #eab86a;
  26. }
  27. .livelist .startt{
  28. font-size: 24rpx;
  29. color: #eab86a;
  30. }
  31. .livelist .status{
  32. position: absolute;
  33. top: 5px;
  34. color: #f00;
  35. }