index.wxss 315 B

123456789101112131415161718192021222324
  1. /* pages/livelist/index.wxss */
  2. .livelist{
  3. position: relative;
  4. }
  5. .image{
  6. width: 750rpx;
  7. height: 422rpx;
  8. }
  9. .title{
  10. padding: 15rpx 10rpx;
  11. }
  12. .tag{
  13. position: absolute;
  14. border-radius: 15rpx;
  15. color: #fff;
  16. background-color: #aaaaaa;
  17. padding: 5rpx 10rpx;
  18. font-size: 14px;
  19. top: 5rpx;
  20. left: 5rpx;
  21. }