您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .small_vid_overlay {
  2. /*z-index: ;*/
  3. position: relative;
  4. position: absolute;
  5. width: 100%;
  6. text-align:center;
  7. }
  8. .small_vid_overlay_v2{
  9. position: relative;
  10. width: 100%;
  11. text-align:center;
  12. }
  13. .vid_toptoolbar_hook {
  14. /*text-align:center;*/
  15. }
  16. .indicator-container{
  17. display: block !important;
  18. }
  19. /*.connection_full {*/
  20. .connection_empty {
  21. /*position: absolute;*/
  22. /*top :2px;*/
  23. width: 8px !important;
  24. /*opacity: 0;*/
  25. /*display: none;*/
  26. /*display: block !important;*/
  27. }
  28. .connection_full {
  29. /*.connection_empty {*/
  30. position: absolute;
  31. /*position: relative;*/
  32. /*top :2px;*/
  33. transform: rotate(90deg);
  34. transform: rotate(180deg);
  35. transform: translate(-50%,-50%) rotate(180deg);
  36. transform: translate(-50%,0%) rotate(180deg);
  37. transform: translate(0%,-50%) rotate(180deg);
  38. /*display: none;*/
  39. /*opacity: 0;*/
  40. }