livelist.wxss 683 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. }
  17. .livelist .title{
  18. font-size: 32rpx;
  19. overflow: hidden;
  20. white-space: nowrap;
  21. text-overflow: ellipsis;
  22. }
  23. .livelist .startt span{
  24. font-size: 20rpx;
  25. float: right;
  26. color: #eab86a;
  27. }
  28. .livelist .startt{
  29. font-size: 24rpx;
  30. color: #eab86a;
  31. white-space: nowrap;
  32. }
  33. .livelist .status{
  34. position: absolute;
  35. top: 10px;
  36. color: #f00;
  37. right: 10px;
  38. font-size: 30rpx;
  39. }