video.wxss 301 B

1234567891011121314151617181920212223
  1. video {
  2. width: 345px;
  3. }
  4. .weui-cells{
  5. margin: 20px 15px 0;
  6. text-align: left;
  7. }
  8. .weui-label{
  9. width: 5em;
  10. }
  11. .auto-rotate-container {
  12. margin: 20px 20px 0;
  13. display: flex;
  14. justify-content: space-between;
  15. }
  16. .video-container {
  17. margin: 11px 3px;
  18. display: flex;
  19. justify-content: center;
  20. }