checkVideo.wxss 254 B

12345678910111213141516171819
  1. .camera{
  2. height:1080rpx;
  3. width:750rpx;
  4. }
  5. .pause .time {
  6. flex: 1;
  7. height:100%;
  8. }
  9. .time {
  10. text-align: center;
  11. background-color: rgba(0, 0, 0, .5);
  12. color: white;
  13. line-height:50px;
  14. }
  15. .img {
  16. width: 40px;
  17. height: 40px;
  18. margin: 5px auto;
  19. }