bing-progress.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .bing-progress {
  2. position: relative;
  3. /* #ifndef APP-NVUE */
  4. display: flex;
  5. /* #endif */
  6. flex-direction: row;
  7. align-items: center;
  8. justify-content: space-around;
  9. }
  10. .bp-marea {
  11. /* #ifndef APP-NVUE */
  12. display: flex;
  13. /* #endif */
  14. position: absolute;
  15. left: 0;
  16. top: 0;
  17. flex-direction: row;
  18. align-items: center;
  19. text-align: center;
  20. justify-content: space-around;
  21. background-color: rgba(0,0,0,0);
  22. z-index: 6;
  23. }
  24. .bp-mview,
  25. .bp-handle {
  26. position: absolute;
  27. /* #ifndef APP-NVUE */
  28. display: flex;
  29. /* #endif */
  30. align-items: center;
  31. text-align: center;
  32. justify-content: center;
  33. z-index: 5;
  34. }
  35. .bp-handle-text {
  36. text-align: center;
  37. z-index: 5;
  38. }
  39. .bp-bar_max {
  40. position: absolute;
  41. /* #ifndef APP-NVUE */
  42. display: flex;
  43. /* #endif */
  44. flex-direction: row;
  45. align-items: center;
  46. margin: 0;
  47. padding: 0;
  48. z-index: 1;
  49. overflow: hidden;
  50. }
  51. .bp-bar_active {
  52. position: absolute;
  53. z-index: 3;
  54. }
  55. .bp-bar_sub_active {
  56. position: absolute;
  57. z-index: 2;
  58. }
  59. .bp-value {
  60. position: absolute;
  61. text-align: center;
  62. z-index: 4;
  63. }
  64. .bp-handle-widget {
  65. position: absolute;
  66. z-index: 99;
  67. }